@sme.up/ketchup 10.3.12 → 10.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-cell-5e876dc1.js → f-cell-f47a6278.js} +10 -10
- package/dist/cjs/{f-chip-1f1a9829.js → f-chip-36ba0f62.js} +9 -9
- package/dist/cjs/{f-object-field-7264b902.js → f-object-field-4d4002b0.js} +2 -2
- package/dist/cjs/{f-paginator-utils-0b88eb98.js → f-paginator-utils-adc8b67a.js} +5 -5
- package/dist/cjs/{f-text-field-2f9c646d.js → f-text-field-8c918e34.js} +4 -2
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +77 -82
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +5 -5
- package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
- package/dist/cjs/{kup-data-table-helper-292af776.js → kup-data-table-helper-3041bf1b.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +60 -7
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
- package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
- package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
- package/dist/cjs/{kup-manager-af4de85d.js → kup-manager-b6d2bca8.js} +6 -6
- package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
- package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
- package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
- package/dist/cjs/kup-planner.cjs.entry.js +2 -2
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/kup-txt.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/card.js +2 -2
- package/dist/collection/assets/data-table.js +3 -3
- package/dist/collection/assets/form.js +2 -2
- package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -1
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +11 -11
- package/dist/collection/components/kup-chip/kup-chip-declarations.js +1 -1
- package/dist/collection/components/kup-chip/kup-chip.js +6 -6
- package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +2 -1
- package/dist/collection/components/kup-combobox/kup-combobox.js +11 -11
- package/dist/collection/components/kup-data-table/kup-data-table.js +44 -14
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button-declarations.js +1 -1
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +5 -5
- package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
- package/dist/collection/components/kup-echart/kup-echart.js +60 -6
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
- package/dist/collection/components/kup-list/kup-list-helper.js +5 -5
- package/dist/collection/components/kup-list/kup-list.js +5 -5
- package/dist/collection/components/kup-tree/kup-tree.js +20 -35
- package/dist/collection/f-components/f-cell/f-cell.js +4 -4
- package/dist/collection/f-components/f-chip/f-chip.js +3 -3
- package/dist/collection/f-components/f-paginator/f-paginator.js +3 -3
- package/dist/collection/f-components/f-text-field/f-text-field.js +3 -1
- package/dist/collection/utils/cell-utils.js +5 -5
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +2 -2
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +2 -2
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -2
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +3 -3
- package/dist/components/kup-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-htm.js +2 -2
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +8 -8
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-pdf.js +2 -2
- package/dist/components/kup-planner.js +2 -2
- package/dist/components/kup-probe.js +2 -2
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +2 -2
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +2 -2
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +2 -2
- package/dist/components/kup-typography-list.js +2 -2
- package/dist/components/kup-typography.js +2 -2
- package/dist/components/{p-4e8ed6dd.js → p-14a68415.js} +61 -8
- package/dist/components/{p-668ff297.js → p-215fa5b3.js} +101 -103
- package/dist/components/{p-1817b952.js → p-39950988.js} +2 -2
- package/dist/components/{p-e51305d5.js → p-61bd9309.js} +2 -2
- package/dist/components/{p-fb1d46cf.js → p-c977ec31.js} +2 -2
- package/dist/components/{p-0497ebe5.js → p-dcb752e1.js} +6 -6
- package/dist/esm/{f-cell-c0987685.js → f-cell-7bbb7ea5.js} +10 -10
- package/dist/esm/{f-chip-2b1b3544.js → f-chip-af9b0f73.js} +9 -9
- package/dist/esm/{f-object-field-a234558f.js → f-object-field-a658454f.js} +2 -2
- package/dist/esm/{f-paginator-utils-7f69eaa3.js → f-paginator-utils-a617b644.js} +5 -5
- package/dist/esm/{f-text-field-4ef83a74.js → f-text-field-97b4dae7.js} +4 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +2 -2
- package/dist/esm/kup-autocomplete_30.entry.js +77 -82
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +2 -2
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +5 -5
- package/dist/esm/kup-dashboard.entry.js +2 -2
- package/dist/esm/{kup-data-table-helper-3832776d.js → kup-data-table-helper-7139e397.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +60 -7
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-input-panel.entry.js +10 -10
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +1 -1
- package/dist/esm/{kup-manager-53906723.js → kup-manager-1747a265.js} +6 -6
- package/dist/esm/kup-nav-bar.entry.js +1 -1
- package/dist/esm/kup-numeric-picker.entry.js +2 -2
- package/dist/esm/kup-object-field.entry.js +3 -3
- package/dist/esm/kup-pdf.entry.js +1 -1
- package/dist/esm/kup-planner.entry.js +2 -2
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +1 -1
- package/dist/esm/kup-txt.entry.js +1 -1
- package/dist/esm/kup-typography-list.entry.js +1 -1
- package/dist/esm/kup-typography.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-1fb04c24.entry.js → p-02d7c522.entry.js} +1 -1
- package/dist/ketchup/{p-226777c0.entry.js → p-123b4819.entry.js} +1 -1
- package/dist/ketchup/{p-50c4d059.entry.js → p-1819ac2b.entry.js} +1 -1
- package/dist/ketchup/p-187ff0f5.entry.js +1 -0
- package/dist/ketchup/{p-3f7c9647.entry.js → p-1d88c20c.entry.js} +1 -1
- package/dist/ketchup/{p-aa0aac90.entry.js → p-21fdcbd2.entry.js} +1 -1
- package/dist/ketchup/p-2e1bf103.js +1 -0
- package/dist/ketchup/{p-2882a664.entry.js → p-333a5660.entry.js} +1 -1
- package/dist/ketchup/{p-177051c7.entry.js → p-4406115e.entry.js} +1 -1
- package/dist/ketchup/p-53527430.js +1 -0
- package/dist/ketchup/{p-40f3e8d1.entry.js → p-54d48d26.entry.js} +1 -1
- package/dist/ketchup/{p-09337603.entry.js → p-5831cb97.entry.js} +1 -1
- package/dist/ketchup/p-590759ae.entry.js +1 -0
- package/dist/ketchup/{p-e849006c.entry.js → p-5fd69b6a.entry.js} +1 -1
- package/dist/ketchup/{p-e667d522.entry.js → p-709fc11e.entry.js} +1 -1
- package/dist/ketchup/{p-4d732dde.entry.js → p-777e32f3.entry.js} +1 -1
- package/dist/ketchup/{p-a59d51fe.entry.js → p-77af877e.entry.js} +1 -1
- package/dist/ketchup/p-88941874.js +1 -0
- package/dist/ketchup/{p-a9994a05.entry.js → p-8a5f4e49.entry.js} +1 -1
- package/dist/ketchup/{p-b07bbe03.entry.js → p-8bd27a0c.entry.js} +1 -1
- package/dist/ketchup/{p-b142abf4.entry.js → p-926656ee.entry.js} +1 -1
- package/dist/ketchup/{p-af914cdf.js → p-94d1bd32.js} +1 -1
- package/dist/ketchup/p-9cc19888.entry.js +8 -0
- package/dist/ketchup/{p-985764b2.entry.js → p-a6b54555.entry.js} +1 -1
- package/dist/ketchup/{p-6e8b9c5a.entry.js → p-a8280fd8.entry.js} +1 -1
- package/dist/ketchup/{p-234c9924.entry.js → p-a867c314.entry.js} +1 -1
- package/dist/ketchup/{p-d6bf9d14.js → p-b4aaaeee.js} +1 -1
- package/dist/ketchup/{p-774c3c21.entry.js → p-ba133dd0.entry.js} +1 -1
- package/dist/ketchup/{p-0066799e.entry.js → p-bdfe32a7.entry.js} +1 -1
- package/dist/ketchup/{p-8b5ab195.js → p-d0d694e0.js} +1 -1
- package/dist/ketchup/{p-17fe09b5.entry.js → p-d76ba13e.entry.js} +1 -1
- package/dist/ketchup/{p-adc2e8e7.entry.js → p-dc6eae1f.entry.js} +1 -1
- package/dist/ketchup/p-e7369abf.js +1 -0
- package/dist/ketchup/{p-1e51d41f.entry.js → p-eb8359d5.entry.js} +1 -1
- package/dist/ketchup/{p-b9cf4d0d.entry.js → p-f03d960d.entry.js} +2 -2
- package/dist/ketchup/{p-13ddab94.entry.js → p-f1ac9596.entry.js} +1 -1
- package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +2 -2
- package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +1 -1
- package/dist/types/components/kup-chip/kup-chip.d.ts +1 -1
- package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +2 -2
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +1 -1
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
- package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +1 -0
- package/dist/types/components/kup-list/kup-list-helper.d.ts +2 -2
- package/dist/types/components/kup-list/kup-list.d.ts +1 -1
- package/dist/types/components/kup-tree/kup-tree.d.ts +1 -1
- package/dist/types/components.d.ts +68 -66
- package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -1
- package/dist/types/utils/cell-utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/ketchup/p-07ae656f.entry.js +0 -1
- package/dist/ketchup/p-0b6a9193.entry.js +0 -8
- package/dist/ketchup/p-1e5b567e.js +0 -1
- package/dist/ketchup/p-22e5d270.js +0 -1
- package/dist/ketchup/p-65240069.js +0 -1
- package/dist/ketchup/p-7e2316a5.js +0 -1
- package/dist/ketchup/p-e61e216d.entry.js +0 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-
|
|
3
|
-
import { F as FTextField } from './f-text-field-
|
|
2
|
+
import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-1747a265.js';
|
|
3
|
+
import { F as FTextField } from './f-text-field-97b4dae7.js';
|
|
4
4
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
5
|
-
import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-
|
|
5
|
+
import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-af9b0f73.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
7
|
import { F as FImage } from './f-image-96ea1421.js';
|
|
8
8
|
import { F as FButton } from './f-button-6298565d.js';
|
|
9
9
|
import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
10
|
-
import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-
|
|
10
|
+
import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-7bbb7ea5.js';
|
|
11
11
|
import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-964cc4dd.js';
|
|
12
12
|
import { M as MDCRipple } from './component-a35bc7f1.js';
|
|
13
13
|
import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
|
|
14
|
-
import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-
|
|
15
|
-
import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-
|
|
16
|
-
import './f-object-field-
|
|
14
|
+
import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-7139e397.js';
|
|
15
|
+
import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-a617b644.js';
|
|
16
|
+
import './f-object-field-a658454f.js';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Props of the kup-autocomplete component.
|
|
@@ -25,7 +25,8 @@ var KupAutocompleteProps;
|
|
|
25
25
|
KupAutocompleteProps["customStyle"] = "Custom style of the component.";
|
|
26
26
|
KupAutocompleteProps["data"] = "Props of the sub-components.";
|
|
27
27
|
KupAutocompleteProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
28
|
-
KupAutocompleteProps["
|
|
28
|
+
KupAutocompleteProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
29
|
+
KupAutocompleteProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
29
30
|
KupAutocompleteProps["initialValue"] = "Sets the initial value of the component.";
|
|
30
31
|
KupAutocompleteProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
31
32
|
KupAutocompleteProps["inputDelay"] = "Input event emission delay in milliseconds.";
|
|
@@ -91,8 +92,8 @@ const KupAutocomplete = class {
|
|
|
91
92
|
this.customStyle = '';
|
|
92
93
|
this.data = undefined;
|
|
93
94
|
this.disabled = false;
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
95
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
96
|
+
this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
96
97
|
this.error = '';
|
|
97
98
|
this.icon = null;
|
|
98
99
|
this.initialValue = '';
|
|
@@ -403,12 +404,12 @@ const KupAutocomplete = class {
|
|
|
403
404
|
legacyLook: this.legacyLook,
|
|
404
405
|
size: this.size
|
|
405
406
|
? this.size
|
|
406
|
-
: getSizeOfInputElement(this.data, this.
|
|
407
|
+
: getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
407
408
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
408
409
|
};
|
|
409
410
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
410
411
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
411
|
-
return (h(Host, { key: '
|
|
412
|
+
return (h(Host, { key: 'cc4e4d81007ca2f11f7595644c11cab4a6a5864f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '3f3d8d9d78c135d0f151df869e187d21082416ff' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fccfbc9bff012a969aaeaea0a9a2af2edae96a18', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: 'b0a7901f2f1fc5e357e3ded6f959a8b1aae91fe4' }, props, { icon: this.showDropDownIcon
|
|
412
413
|
? KupThemeIconValues.SEARCH
|
|
413
414
|
: null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChangeSubmit(e.target.value, this.kupChange), onFocus: () => this.onKupFocus(), onInput: () => {
|
|
414
415
|
window.clearTimeout(__classPrivateFieldGet$b(this, _KupAutocomplete_inputTimeout, "f"));
|
|
@@ -479,10 +480,10 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
479
480
|
return __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f").menuVisible == true;
|
|
480
481
|
}, _KupAutocomplete_consistencyCheck = function _KupAutocomplete_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
481
482
|
if (idIn && idInDecode) {
|
|
482
|
-
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
483
|
+
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
483
484
|
}
|
|
484
485
|
else {
|
|
485
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.
|
|
486
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.DescrMode);
|
|
486
487
|
if ((ret.exists || this.allowInconsistentValues) &&
|
|
487
488
|
eventShouldSetValue) {
|
|
488
489
|
this.value = ret.value;
|
|
@@ -497,7 +498,7 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
497
498
|
return ret;
|
|
498
499
|
}
|
|
499
500
|
}, _KupAutocomplete_prepList = function _KupAutocomplete_prepList() {
|
|
500
|
-
return (h("kup-list", Object.assign({
|
|
501
|
+
return (h("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$6(this, _KupAutocomplete_listEl, el, "f")) })));
|
|
501
502
|
};
|
|
502
503
|
KupAutocomplete.style = KupAutocompleteStyle0;
|
|
503
504
|
|
|
@@ -6944,7 +6945,7 @@ var KupChipProps;
|
|
|
6944
6945
|
KupChipProps["data"] = "List of elements.";
|
|
6945
6946
|
// displayId = "When enabled, the chip's text will display both the id and the value.",
|
|
6946
6947
|
KupChipProps["disabled"] = "When true, the chip cannot be edited, nor removed.";
|
|
6947
|
-
KupChipProps["
|
|
6948
|
+
KupChipProps["DescrMode"] = "When enabled, the chip will display both the id and description of the data.";
|
|
6948
6949
|
KupChipProps["enableInput"] = "When enabled, it's possible to add items to the chip's dataset through an input slot (kup-autocomplete, kup-combobox, kup-text-field).";
|
|
6949
6950
|
KupChipProps["label"] = "When set, will be shown a label on the chips.";
|
|
6950
6951
|
KupChipProps["sizing"] = "The size of the chip. Available sizes: small, medium.";
|
|
@@ -6982,7 +6983,7 @@ const KupChip = class {
|
|
|
6982
6983
|
this.customStyle = '';
|
|
6983
6984
|
this.data = [];
|
|
6984
6985
|
this.disabled = false;
|
|
6985
|
-
this.
|
|
6986
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
6986
6987
|
this.enableInput = false;
|
|
6987
6988
|
this.label = null;
|
|
6988
6989
|
this.sizing = FChipSize.SMALL;
|
|
@@ -7111,7 +7112,7 @@ const KupChip = class {
|
|
|
7111
7112
|
? true
|
|
7112
7113
|
: false,
|
|
7113
7114
|
data: this.data,
|
|
7114
|
-
|
|
7115
|
+
DescrMode: this.DescrMode,
|
|
7115
7116
|
info: this.rootElement.classList.contains('kup-info')
|
|
7116
7117
|
? true
|
|
7117
7118
|
: false,
|
|
@@ -7150,7 +7151,7 @@ const KupChip = class {
|
|
|
7150
7151
|
props.onFocus.push((chip) => this.onKupFocus(chip));
|
|
7151
7152
|
props.onIconClick.push((chip) => this.onKupIconClick(chip));
|
|
7152
7153
|
}
|
|
7153
|
-
return (h(Host, { key: '
|
|
7154
|
+
return (h(Host, { key: '0e155b2e4de83688c8d110f34b79ba655d8d9751', "onKup-autocomplete-itemclick": (e) => {
|
|
7154
7155
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7155
7156
|
}, "onKup-combobox-itemclick": (e) => {
|
|
7156
7157
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
@@ -7160,7 +7161,7 @@ const KupChip = class {
|
|
|
7160
7161
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7161
7162
|
}, "onKup-textfield-submit": (e) => {
|
|
7162
7163
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7163
|
-
} }, h("style", { key: '
|
|
7164
|
+
} }, h("style", { key: 'e45290027a9c6ed3652b96db83e264cc7ee7c8c4' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2e0888a912b64d7830bce10caf44d805b19555f9', id: componentWrapperId }, this.label ? (h("div", { class: "mdc-text-field__label-container" }, h("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h(FChip, Object.assign({}, props)) : null, h("slot", { key: 'f53be206943edb135cc93d08c45e333c241353bf', name: "field" }))));
|
|
7164
7165
|
}
|
|
7165
7166
|
disconnectedCallback() {
|
|
7166
7167
|
this.kupManager.theme.unregister(this);
|
|
@@ -7496,7 +7497,8 @@ var KupComboboxProps;
|
|
|
7496
7497
|
KupComboboxProps["customStyle"] = "Custom style of the component.";
|
|
7497
7498
|
KupComboboxProps["data"] = "Props of the sub-components (date input text field).";
|
|
7498
7499
|
KupComboboxProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
7499
|
-
KupComboboxProps["
|
|
7500
|
+
KupComboboxProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
|
|
7501
|
+
KupComboboxProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
7500
7502
|
KupComboboxProps["initialValue"] = "Sets the initial value of the component";
|
|
7501
7503
|
KupComboboxProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
7502
7504
|
KupComboboxProps["isClearable"] = "Enables a clear trailing icon.";
|
|
@@ -7557,8 +7559,8 @@ const KupCombobox = class {
|
|
|
7557
7559
|
this.customStyle = '';
|
|
7558
7560
|
this.data = undefined;
|
|
7559
7561
|
this.disabled = false;
|
|
7560
|
-
this.
|
|
7561
|
-
this.
|
|
7562
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
7563
|
+
this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
7562
7564
|
this.error = '';
|
|
7563
7565
|
this.icon = null;
|
|
7564
7566
|
this.initialValue = '';
|
|
@@ -7840,12 +7842,12 @@ const KupCombobox = class {
|
|
|
7840
7842
|
legacyLook: this.legacyLook,
|
|
7841
7843
|
size: this.size
|
|
7842
7844
|
? this.size
|
|
7843
|
-
: getSizeOfInputElement(this.data, this.
|
|
7845
|
+
: getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
7844
7846
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
7845
7847
|
};
|
|
7846
7848
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
7847
7849
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
7848
|
-
return (h(Host, { key: '
|
|
7850
|
+
return (h(Host, { key: 'a8d9b8b16c3ecce6aeeb205372b81300f71b4b9c', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: 'e6c7c6f13217f920f35a783a312831f1e452b45a' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5705e83431a6235230607d39aeab11bde7f9fe11', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: '94fb9c2a7dc22fc0df7e47854028fccd181efc3f' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
|
|
7849
7851
|
? KupThemeIconValues.DROPDOWN
|
|
7850
7852
|
: null, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupIconClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick(), onClearIconClick: () => this.onKupClearIconClick() }))), __classPrivateFieldGet$9(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
|
|
7851
7853
|
}
|
|
@@ -7902,10 +7904,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
7902
7904
|
return __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f").menuVisible == true;
|
|
7903
7905
|
}, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
7904
7906
|
if (idIn != null && idInDecode != null) {
|
|
7905
|
-
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
7907
|
+
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
7906
7908
|
}
|
|
7907
7909
|
else {
|
|
7908
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.
|
|
7910
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
|
|
7909
7911
|
if (ret.exists && eventShouldSetValue) {
|
|
7910
7912
|
this.value = ret.value;
|
|
7911
7913
|
this.displayedValue = ret.displayedValue;
|
|
@@ -7920,7 +7922,7 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
7920
7922
|
}
|
|
7921
7923
|
}, _KupCombobox_prepList = function _KupCombobox_prepList() {
|
|
7922
7924
|
var _a, _b;
|
|
7923
|
-
return (h("kup-list", Object.assign({
|
|
7925
|
+
return (h("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { "is-menu": true, showFilter: ((_b = (_a = this.data['kup-list']) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.length) >= 10 ? true : false, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$5(this, _KupCombobox_listEl, el, "f")) })));
|
|
7924
7926
|
};
|
|
7925
7927
|
KupCombobox.style = KupComboboxStyle0;
|
|
7926
7928
|
|
|
@@ -8998,6 +9000,7 @@ const KupDataTable = class {
|
|
|
8998
9000
|
this.totals = undefined;
|
|
8999
9001
|
this.transpose = false;
|
|
9000
9002
|
this.visibleColumns = undefined;
|
|
9003
|
+
this.pendingRowsToUpdate = [];
|
|
9001
9004
|
this.updatableData = false;
|
|
9002
9005
|
this.updateOnClick = false;
|
|
9003
9006
|
this.onCellActionBuild = undefined;
|
|
@@ -9051,6 +9054,9 @@ const KupDataTable = class {
|
|
|
9051
9054
|
this.visibleColumns = state.visibleColumns
|
|
9052
9055
|
? [...state.visibleColumns]
|
|
9053
9056
|
: undefined;
|
|
9057
|
+
this.pendingRowsToUpdate = state.pendingRowsToUpdate
|
|
9058
|
+
? [...state.pendingRowsToUpdate]
|
|
9059
|
+
: undefined;
|
|
9054
9060
|
}
|
|
9055
9061
|
}
|
|
9056
9062
|
}
|
|
@@ -9100,9 +9106,9 @@ const KupDataTable = class {
|
|
|
9100
9106
|
__classPrivateFieldSet$4(this, _KupDataTable_originalDataLoadedMaxId, ((_a = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows) === null || _a === void 0 ? void 0 : _a.length) > 0
|
|
9101
9107
|
? Math.max(...__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.map((r) => parseInt(r.id)))
|
|
9102
9108
|
: -1, "f");
|
|
9103
|
-
if (this.
|
|
9104
|
-
this.
|
|
9105
|
-
for (const row of this.
|
|
9109
|
+
if (this.pendingRowsToUpdate &&
|
|
9110
|
+
this.pendingRowsToUpdate.length > 0) {
|
|
9111
|
+
for (const row of this.pendingRowsToUpdate) {
|
|
9106
9112
|
const originalDataRowIndex = this.data.rows.findIndex((dataRow) => dataRow.id === row.id // Row is SmeupDataRow and not Kup... using any for this type misalignment
|
|
9107
9113
|
);
|
|
9108
9114
|
if (originalDataRowIndex > -1) {
|
|
@@ -9111,7 +9117,7 @@ const KupDataTable = class {
|
|
|
9111
9117
|
__classPrivateFieldGet$8(this, _KupDataTable_modifiedRowsIds, "f").push(`${originalDataRowIndex}`);
|
|
9112
9118
|
}
|
|
9113
9119
|
}
|
|
9114
|
-
this.
|
|
9120
|
+
this.pendingRowsToUpdate = [];
|
|
9115
9121
|
}
|
|
9116
9122
|
}
|
|
9117
9123
|
if (this.data['type'] === 'SmeupDataTable') {
|
|
@@ -10123,7 +10129,7 @@ const KupDataTable = class {
|
|
|
10123
10129
|
__classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
10124
10130
|
let rows = null;
|
|
10125
10131
|
if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
10126
|
-
rows = (h("tr", { key: '
|
|
10132
|
+
rows = (h("tr", { key: '92333842c3cfa03ebb484e89e75695eab16c09d3', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '2bd41d42d522e26c43693b7ee756a06d588142ac', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
10127
10133
|
}
|
|
10128
10134
|
else {
|
|
10129
10135
|
rows = [];
|
|
@@ -10199,7 +10205,7 @@ const KupDataTable = class {
|
|
|
10199
10205
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
|
|
10200
10206
|
});
|
|
10201
10207
|
}
|
|
10202
|
-
groupChips = h(FChip, Object.assign({ key: '
|
|
10208
|
+
groupChips = h(FChip, Object.assign({ key: '65058ab64daaad187c72e247ec7a6528f02e9af3' }, props));
|
|
10203
10209
|
}
|
|
10204
10210
|
}
|
|
10205
10211
|
const tableClass = {
|
|
@@ -10231,7 +10237,7 @@ const KupDataTable = class {
|
|
|
10231
10237
|
if (this.headerIsPersistent &&
|
|
10232
10238
|
this.tableHeight === undefined &&
|
|
10233
10239
|
this.tableWidth === undefined) {
|
|
10234
|
-
stickyEl = (h("sticky-header", { key: '
|
|
10240
|
+
stickyEl = (h("sticky-header", { key: '0e9610742c6d91b32ce250be7198d9df55d5d0da', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'aa311d77e5de778b0c051160fc0e172f19089a98' }, h("tr-sticky", { key: 'a067a3229649de746b6e706b22e078cf33f176fd' }, stickyHeader))));
|
|
10235
10241
|
}
|
|
10236
10242
|
let belowClass = 'below-wrapper';
|
|
10237
10243
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -10277,7 +10283,7 @@ const KupDataTable = class {
|
|
|
10277
10283
|
const useGlobalFilter = !this.legacyLook &&
|
|
10278
10284
|
(this.globalFilter ||
|
|
10279
10285
|
this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
10280
|
-
const compCreated = (h(Host, { key: '
|
|
10286
|
+
const compCreated = (h(Host, { key: 'a8f188d46c68df160bb12b43390209c3bf768b01', "onKup-drop": (e) => {
|
|
10281
10287
|
this.kupDataTableDrop.emit(e.detail);
|
|
10282
10288
|
}, "onKup-cell-input": (e) => {
|
|
10283
10289
|
autoselectOnAction(e);
|
|
@@ -10296,11 +10302,11 @@ const KupDataTable = class {
|
|
|
10296
10302
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
10297
10303
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
10298
10304
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
10299
|
-
} }, h("style", { key: '
|
|
10305
|
+
} }, h("style", { key: 'b537e612b1735e45a5a4619a022c9cc7b4b29aa1' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: '986a01da19d58003b79f6f5e3d50fb4d96957990', id: componentWrapperId, class: wrapClass }, h("div", { key: '88b315cc655c30590bc03088b0f3c8bf866433d8', class: "group-wrapper" }, groupChips), h("div", { key: '5e79939b63c57dbd6388cecb795d7ff948143061', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
|
|
10300
10306
|
const t = event.target;
|
|
10301
10307
|
window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
10302
10308
|
__classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
10303
|
-
} }))) : null, paginatorTop && (h("div", { key: '
|
|
10309
|
+
} }))) : null, paginatorTop && (h("div", { key: '8ebad644fcf1fe5a41700549b43887bbc38891f9', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
|
|
10304
10310
|
this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
|
|
10305
10311
|
this.kupSave.emit({
|
|
10306
10312
|
comp: this,
|
|
@@ -10350,9 +10356,9 @@ const KupDataTable = class {
|
|
|
10350
10356
|
this.data.rows.unshift(row);
|
|
10351
10357
|
await this.refresh(true);
|
|
10352
10358
|
}
|
|
10353
|
-
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '
|
|
10359
|
+
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '7021ca42160e7547868aa558b1cb9ce3f4c36045', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
|
|
10354
10360
|
? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
10355
|
-
: null), h("div", { key: '
|
|
10361
|
+
: null), h("div", { key: 'f15cbffcb2fd9f0d8d64aa797a2cffa6c84b284d', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
10356
10362
|
? [
|
|
10357
10363
|
h("div", { class: "settings-trigger", onClick: () => {
|
|
10358
10364
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -10361,7 +10367,7 @@ const KupDataTable = class {
|
|
|
10361
10367
|
} }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
10362
10368
|
this.renderCustomizePanel(),
|
|
10363
10369
|
]
|
|
10364
|
-
: null, h("table", { key: '
|
|
10370
|
+
: null, h("table", { key: '42e9e6b07118eed0626d3785d3e94af8b8fc6658', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
|
|
10365
10371
|
ev.stopPropagation();
|
|
10366
10372
|
}, onPointerDown: (e) => {
|
|
10367
10373
|
__classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
@@ -10369,7 +10375,7 @@ const KupDataTable = class {
|
|
|
10369
10375
|
__classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
10370
10376
|
}, onContextMenu: (e) => {
|
|
10371
10377
|
e.preventDefault();
|
|
10372
|
-
} }, h("thead", { key: '
|
|
10378
|
+
} }, h("thead", { key: '96913379d612d817d8d0e9d67281ffb65aa2414e', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '26dacde658869804d8ef74dad5007d3b6b90de22' }, header)), h("tbody", { key: 'b718b7e72cefe7cf2f93f1d23daced56aafd34db' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
10373
10379
|
__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
10374
10380
|
return compCreated;
|
|
10375
10381
|
}
|
|
@@ -10550,6 +10556,10 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
10550
10556
|
this.state.visibleColumns = [...this.visibleColumns];
|
|
10551
10557
|
somethingChanged = true;
|
|
10552
10558
|
}
|
|
10559
|
+
if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.pendingRowsToUpdate, this.pendingRowsToUpdate)) {
|
|
10560
|
+
this.state.pendingRowsToUpdate = [...this.pendingRowsToUpdate];
|
|
10561
|
+
somethingChanged = true;
|
|
10562
|
+
}
|
|
10553
10563
|
return somethingChanged;
|
|
10554
10564
|
}, _KupDataTable_insertNewColumnInVisibleColumnsList = function _KupDataTable_insertNewColumnInVisibleColumnsList(result, afterColumn) {
|
|
10555
10565
|
this.visibleColumns = this.getVisibleColumns().map((col) => col.name);
|
|
@@ -13869,7 +13879,7 @@ var KupDropdownButtonProps;
|
|
|
13869
13879
|
KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
|
|
13870
13880
|
KupDropdownButtonProps["data"] = "Props of the sub-components.";
|
|
13871
13881
|
KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
13872
|
-
KupDropdownButtonProps["
|
|
13882
|
+
KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
13873
13883
|
KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
|
|
13874
13884
|
KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
|
|
13875
13885
|
KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
|
|
@@ -13915,7 +13925,7 @@ const KupDropdownButton = class {
|
|
|
13915
13925
|
this.customStyle = '';
|
|
13916
13926
|
this.data = null;
|
|
13917
13927
|
this.disabled = false;
|
|
13918
|
-
this.
|
|
13928
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
13919
13929
|
this.dropdownOnly = false;
|
|
13920
13930
|
this.icon = null;
|
|
13921
13931
|
this.initialValue = '';
|
|
@@ -14115,7 +14125,7 @@ const KupDropdownButton = class {
|
|
|
14115
14125
|
* Checks the consistency of the list.
|
|
14116
14126
|
*/
|
|
14117
14127
|
consistencyCheck(e, idIn) {
|
|
14118
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.
|
|
14128
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
|
|
14119
14129
|
this.value = ret.value;
|
|
14120
14130
|
}
|
|
14121
14131
|
/*-------------------------------------------------*/
|
|
@@ -14173,7 +14183,7 @@ const KupDropdownButton = class {
|
|
|
14173
14183
|
return buttons;
|
|
14174
14184
|
}
|
|
14175
14185
|
render() {
|
|
14176
|
-
return (h(Host, { key: '
|
|
14186
|
+
return (h(Host, { key: '5846b8878d363d7e13f9f295f04d8d6f4ffdd2b5' }, h("style", { key: '3ccabb74c9fe510c131c336337ecc1758f33c363' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '1d8afcbdfa0168ffa7f8c746da7bf764baacee87', id: componentWrapperId }, h("div", { key: '2a09f18ffd6436f88adada0ece1d414f919e48d7', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: 'b5f1100f251d0e4c79f616b8678f8ee7fe353b3f' }, this.data['kup-list'], { DescrMode: this.DescrMode, isMenu: true, "onKup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
|
|
14177
14187
|
}
|
|
14178
14188
|
disconnectedCallback() {
|
|
14179
14189
|
if (this.listEl) {
|
|
@@ -16846,7 +16856,7 @@ const KupList = class {
|
|
|
16846
16856
|
this.selected = [];
|
|
16847
16857
|
this.customStyle = '';
|
|
16848
16858
|
this.data = [];
|
|
16849
|
-
this.
|
|
16859
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
16850
16860
|
this.showFilter = false;
|
|
16851
16861
|
this.filter = '';
|
|
16852
16862
|
this.hideText = false;
|
|
@@ -17090,7 +17100,7 @@ const KupList = class {
|
|
|
17090
17100
|
}
|
|
17091
17101
|
__classPrivateFieldSet$1(this, _KupList_radios, [], "f");
|
|
17092
17102
|
let index = 0;
|
|
17093
|
-
return (h(Host, { key: '
|
|
17103
|
+
return (h(Host, { key: '757450e74bae58c40e296f4011362d2333d0680b' }, h("style", { key: '3697fb5fa28732444342062abd6b5b9303412698' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'f224ec658b674c923703f7dd14938e2008b2438d', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$4(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h("div", { class: filterClass }, __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h("div", { key: '44e8be7c70ca297b386dae221aadc2e718bd2111', class: listScrollClass }, h("ul", { key: '33423113f951ff631f711d2d032ec1c48a2e65db', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
|
|
17094
17104
|
.filter((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
|
|
17095
17105
|
.map((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
|
|
17096
17106
|
}
|
|
@@ -17161,7 +17171,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
|
|
|
17161
17171
|
imageTag = __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
|
|
17162
17172
|
}
|
|
17163
17173
|
let primaryTextTag = [
|
|
17164
|
-
getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.
|
|
17174
|
+
getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
|
|
17165
17175
|
];
|
|
17166
17176
|
let secTextTag = [];
|
|
17167
17177
|
if (this.twoLine && item.secondaryText && item.secondaryText != '') {
|
|
@@ -19734,7 +19744,7 @@ const KupTree = class {
|
|
|
19734
19744
|
this.store = undefined;
|
|
19735
19745
|
this.useDynamicExpansion = false;
|
|
19736
19746
|
this.totals = undefined;
|
|
19737
|
-
this.
|
|
19747
|
+
this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
19738
19748
|
}
|
|
19739
19749
|
initWithPersistedState() {
|
|
19740
19750
|
if (this.store && this.stateId) {
|
|
@@ -19834,18 +19844,10 @@ const KupTree = class {
|
|
|
19834
19844
|
* Collapses all nodes.
|
|
19835
19845
|
*/
|
|
19836
19846
|
async collapseAll() {
|
|
19837
|
-
|
|
19838
|
-
|
|
19839
|
-
|
|
19840
|
-
|
|
19841
|
-
}
|
|
19842
|
-
}
|
|
19843
|
-
else {
|
|
19844
|
-
this.kupTreeDynamicMassExpansion.emit({
|
|
19845
|
-
comp: this,
|
|
19846
|
-
id: this.rootElement.id,
|
|
19847
|
-
expandAll: false,
|
|
19848
|
-
});
|
|
19847
|
+
/** now must do just collapse all, without check dynamic expansion management */
|
|
19848
|
+
for (let index = 0; index < this.data.length; index++) {
|
|
19849
|
+
this.data[index].isExpanded = false;
|
|
19850
|
+
this.handleChildren(this.data[index], false);
|
|
19849
19851
|
}
|
|
19850
19852
|
this.refresh();
|
|
19851
19853
|
}
|
|
@@ -19853,18 +19855,10 @@ const KupTree = class {
|
|
|
19853
19855
|
* Expands all nodes.
|
|
19854
19856
|
*/
|
|
19855
19857
|
async expandAll() {
|
|
19856
|
-
|
|
19857
|
-
|
|
19858
|
-
|
|
19859
|
-
|
|
19860
|
-
}
|
|
19861
|
-
}
|
|
19862
|
-
else {
|
|
19863
|
-
this.kupTreeDynamicMassExpansion.emit({
|
|
19864
|
-
comp: this,
|
|
19865
|
-
id: this.rootElement.id,
|
|
19866
|
-
expandAll: true,
|
|
19867
|
-
});
|
|
19858
|
+
/** now must do just expand all, without check dynamic expansion management */
|
|
19859
|
+
for (let index = 0; index < this.data.length; index++) {
|
|
19860
|
+
this.data[index].isExpanded = true;
|
|
19861
|
+
this.handleChildren(this.data[index], true);
|
|
19868
19862
|
}
|
|
19869
19863
|
this.refresh();
|
|
19870
19864
|
}
|
|
@@ -20661,7 +20655,7 @@ const KupTree = class {
|
|
|
20661
20655
|
}
|
|
20662
20656
|
let treeNodeCell = null;
|
|
20663
20657
|
let nodeValue;
|
|
20664
|
-
switch (this.
|
|
20658
|
+
switch (this.DescrMode) {
|
|
20665
20659
|
case ItemsDisplayMode.CODE:
|
|
20666
20660
|
nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
|
|
20667
20661
|
break;
|
|
@@ -21010,19 +21004,19 @@ const KupTree = class {
|
|
|
21010
21004
|
const visibleHeader = this.showHeader && this.showColumns;
|
|
21011
21005
|
let filterField = null;
|
|
21012
21006
|
if (this.globalFilter) {
|
|
21013
|
-
filterField = (h("div", { key: '
|
|
21007
|
+
filterField = (h("div", { key: 'c3216ffc4b4d234ed27f40af9b51118f9bd15b2e', id: "global-filter" }, h("kup-text-field", { key: '550ddff3bfe19e49ad87bf39ad7e08d0a95c3f00', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
21014
21008
|
window.clearTimeout(this.globalFilterTimeout);
|
|
21015
21009
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
21016
21010
|
} })));
|
|
21017
21011
|
}
|
|
21018
|
-
return (h(Host, { key: '
|
|
21012
|
+
return (h(Host, { key: '10c96e24bd7add54c0c73d8e4454c927686f976f', "onKup-cell-click": (e) => {
|
|
21019
21013
|
this.kupTreeCellClick.emit(e.detail);
|
|
21020
|
-
} }, h("style", { key: '
|
|
21021
|
-
el) }, h("table", { key: '
|
|
21014
|
+
} }, h("style", { key: '1d23689472015c74ca5cfdf4986f6ae648b13574' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5669c1c730bd8aee8f3aa4a3b85c1047bbaf9b4e', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: '8cd543582a5dc7cd5921821dc8fafb92e8c03158', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
21015
|
+
el) }, h("table", { key: '04aa22ee657e40d66a4b31bc80c4880ed6a47937', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
21022
21016
|
e.preventDefault();
|
|
21023
|
-
} }, h("thead", { key: '
|
|
21017
|
+
} }, h("thead", { key: '386cb4932bc4767e06bbb80db5293f1b109989ae', class: {
|
|
21024
21018
|
'header--is-visible': visibleHeader,
|
|
21025
|
-
} }, h("tr", { key: '
|
|
21019
|
+
} }, h("tr", { key: '95e04564f43e13b80257c92b22e0f6a99c77ef8e' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '6df3396f1d9a0044600d1f22927518990dd05c98' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
21026
21020
|
this.columns
|
|
21027
21021
|
? this.renderFooter()
|
|
21028
21022
|
: null)))));
|
|
@@ -21053,7 +21047,8 @@ const KupTree = class {
|
|
|
21053
21047
|
_KupTree_kupManager = new WeakMap(), _KupTree_instances = new WeakSet(), _KupTree_checkUpdateState = function _KupTree_checkUpdateState() {
|
|
21054
21048
|
let somethingChanged = false;
|
|
21055
21049
|
if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
|
|
21056
|
-
|
|
21050
|
+
/** need to be deep copied to feel changes in this.filters */
|
|
21051
|
+
this.state.filters = JSON.parse(JSON.stringify(this.filters));
|
|
21057
21052
|
somethingChanged = true;
|
|
21058
21053
|
}
|
|
21059
21054
|
if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.density, this.density)) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-
|
|
3
|
-
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-
|
|
2
|
+
import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-1747a265.js';
|
|
3
|
+
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-7139e397.js';
|
|
4
4
|
import { F as FImage } from './f-image-96ea1421.js';
|
|
5
|
-
import { d as FChip } from './f-chip-
|
|
5
|
+
import { d as FChip } from './f-chip-af9b0f73.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
|
-
import { F as FCell } from './f-cell-
|
|
8
|
-
import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-
|
|
7
|
+
import { F as FCell } from './f-cell-7bbb7ea5.js';
|
|
8
|
+
import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-a617b644.js';
|
|
9
9
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
10
10
|
import './kup-dates-964cc4dd.js';
|
|
11
11
|
import './f-button-6298565d.js';
|
|
12
12
|
import './f-button-declarations-6c8f8abe.js';
|
|
13
13
|
import './f-checkbox-191ec2e7.js';
|
|
14
|
-
import './f-object-field-
|
|
15
|
-
import './f-text-field-
|
|
14
|
+
import './f-object-field-a658454f.js';
|
|
15
|
+
import './f-text-field-97b4dae7.js';
|
|
16
16
|
import './component-a35bc7f1.js';
|
|
17
17
|
|
|
18
18
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-1747a265.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-6298565d.js';
|
|
5
|
-
import { d as FChip, F as FChipType } from './f-chip-
|
|
5
|
+
import { d as FChip, F as FChipType } from './f-chip-af9b0f73.js';
|
|
6
6
|
import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-964cc4dd.js';
|
|
7
7
|
import './f-button-declarations-6c8f8abe.js';
|
|
8
8
|
import './f-image-96ea1421.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-1747a265.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-964cc4dd.js';
|
|
5
5
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-1747a265.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-6298565d.js';
|
|
5
|
-
import { F as FCell } from './f-cell-
|
|
5
|
+
import { F as FCell } from './f-cell-7bbb7ea5.js';
|
|
6
6
|
import './kup-dates-964cc4dd.js';
|
|
7
7
|
import './f-button-declarations-6c8f8abe.js';
|
|
8
8
|
import './f-image-96ea1421.js';
|
|
9
9
|
import './f-checkbox-191ec2e7.js';
|
|
10
|
-
import './f-chip-
|
|
11
|
-
import './f-object-field-
|
|
12
|
-
import './f-text-field-
|
|
10
|
+
import './f-chip-af9b0f73.js';
|
|
11
|
+
import './f-object-field-a658454f.js';
|
|
12
|
+
import './f-text-field-97b4dae7.js';
|
|
13
13
|
|
|
14
14
|
const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
|
|
15
15
|
const KupCellStyle0 = kupCellCss;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
2
|
import { F as FButton } from './f-button-6298565d.js';
|
|
3
3
|
import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-97b4dae7.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
6
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-
|
|
6
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-1747a265.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-6c8f8abe.js';
|
|
9
9
|
import './f-image-96ea1421.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-
|
|
1
|
+
import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-1747a265.js';
|
|
2
2
|
import { K as KupDatesFormats } from './kup-dates-964cc4dd.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-964cc4dd.js';
|
|
5
5
|
|