@sme.up/ketchup 11.0.0-SNAPSHOT-20251128123437 → 11.0.0-SNAPSHOT-20251203145802
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-15f0e3d8.js → f-cell-41fb7507.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 +45 -43
- 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 +1 -1
- 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-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-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 +10 -10
- 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-442f7301.js → p-05dc6405.js} +68 -64
- package/dist/components/{p-336378d0.js → p-0a495572.js} +2 -2
- package/dist/components/{p-ca14c650.js → p-5438a4ff.js} +2 -2
- package/dist/components/{p-0497ebe5.js → p-dcb752e1.js} +6 -6
- package/dist/components/{p-53632ea6.js → p-e9699798.js} +2 -2
- package/dist/components/{p-83d85ea5.js → p-f359b03b.js} +2 -2
- package/dist/esm/{f-cell-1b003ccd.js → f-cell-abc7019e.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 +45 -43
- 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 +1 -1
- 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-21dc5934.entry.js → p-00632375.entry.js} +1 -1
- package/dist/ketchup/{p-77fc5eaf.entry.js → p-052d3293.entry.js} +1 -1
- package/dist/ketchup/{p-bdfc5fcf.entry.js → p-09460153.entry.js} +1 -1
- package/dist/ketchup/{p-3e905afa.entry.js → p-1136d1a3.entry.js} +1 -1
- package/dist/ketchup/{p-feba5a53.entry.js → p-18d46bf3.entry.js} +1 -1
- package/dist/ketchup/{p-ceda8fa4.entry.js → p-1f525c31.entry.js} +1 -1
- package/dist/ketchup/{p-01d7a61a.entry.js → p-21d532cb.entry.js} +1 -1
- package/dist/ketchup/p-2e1bf103.js +1 -0
- package/dist/ketchup/{p-0967bb61.entry.js → p-3a4f908c.entry.js} +1 -1
- package/dist/ketchup/p-5158df86.entry.js +1 -0
- package/dist/ketchup/p-53527430.js +1 -0
- package/dist/ketchup/{p-09337603.entry.js → p-5831cb97.entry.js} +1 -1
- package/dist/ketchup/p-5e7ea577.entry.js +8 -0
- package/dist/ketchup/{p-ae382c78.entry.js → p-5ef17e2c.entry.js} +1 -1
- package/dist/ketchup/{p-339d7438.entry.js → p-5f552d90.entry.js} +1 -1
- package/dist/ketchup/{p-b961eebf.entry.js → p-7a4adeb8.entry.js} +1 -1
- package/dist/ketchup/{p-6f0eaff3.entry.js → p-7f1e6235.entry.js} +1 -1
- package/dist/ketchup/{p-bf0510af.entry.js → p-80dbe8d0.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-af914cdf.js → p-94d1bd32.js} +1 -1
- package/dist/ketchup/{p-8e2c19a6.entry.js → p-995df6b4.entry.js} +1 -1
- package/dist/ketchup/{p-10367f2b.entry.js → p-a42e0c2a.entry.js} +1 -1
- package/dist/ketchup/{p-7f6a52f1.entry.js → p-a55befc8.entry.js} +1 -1
- package/dist/ketchup/{p-ba6b283e.entry.js → p-a5c256cb.entry.js} +1 -1
- package/dist/ketchup/{p-9f2abfd6.entry.js → p-b27d4942.entry.js} +1 -1
- package/dist/ketchup/p-b3636a7f.js +1 -0
- 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-84cfb459.entry.js → p-ba32509b.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-b6519054.entry.js → p-ea08c135.entry.js} +1 -1
- package/dist/ketchup/{p-b1256195.entry.js → p-f01acc32.entry.js} +1 -1
- package/dist/ketchup/{p-5a82356a.entry.js → p-f0e85d36.entry.js} +1 -1
- package/dist/ketchup/{p-ae4fd0eb.entry.js → p-f51d23cf.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-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-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 +66 -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-22e5d270.js +0 -1
- package/dist/ketchup/p-45f014f9.entry.js +0 -8
- package/dist/ketchup/p-65240069.js +0 -1
- package/dist/ketchup/p-7537f52f.entry.js +0 -1
- package/dist/ketchup/p-7e2316a5.js +0 -1
- package/dist/ketchup/p-ec727684.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-ef8cbd35.js';
|
|
2
|
-
import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as FILTER_ANALYZER, a2 as KupLanguagePage, a3 as addColumnValueFromRow, a4 as KupGlobalFilterMode, g as getProps, s as setProps, a5 as TotalLabel, a6 as isNegativeNumber, a7 as KupPointerEventTypes, a8 as kupDynamicPositionAttribute, a9 as identify, aa as KupListProps, ab as KupCardFamily, ac as KupListRole, ad as KupLanguageUpload, ae as LoadMoreMode, af as PaginatorPos, ag as ShowGrid, ah as kupDraggableColumnAttr, ai as kupDragActiveAttr, aj as KupDragEffect, ak as kupDraggableCellAttr, al as KupDropEventTypes, am as DataTableAreasEnum, an as TypesToDuplicate, ao as FixedCellsClasses, ap as FixedCellsCSSVarsBase, aq as KupLanguageFontsize, ar as KupLanguageDensity, as as KupLanguageGrid, at as KupDataTableProps, au as UseAsValue, av as iconColumn, aw as keyColumn, ax as fieldColumn, ay as getSizeOfInputElement, az as KupCardProps } from './p-
|
|
2
|
+
import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as FILTER_ANALYZER, a2 as KupLanguagePage, a3 as addColumnValueFromRow, a4 as KupGlobalFilterMode, g as getProps, s as setProps, a5 as TotalLabel, a6 as isNegativeNumber, a7 as KupPointerEventTypes, a8 as kupDynamicPositionAttribute, a9 as identify, aa as KupListProps, ab as KupCardFamily, ac as KupListRole, ad as KupLanguageUpload, ae as LoadMoreMode, af as PaginatorPos, ag as ShowGrid, ah as kupDraggableColumnAttr, ai as kupDragActiveAttr, aj as KupDragEffect, ak as kupDraggableCellAttr, al as KupDropEventTypes, am as DataTableAreasEnum, an as TypesToDuplicate, ao as FixedCellsClasses, ap as FixedCellsCSSVarsBase, aq as KupLanguageFontsize, ar as KupLanguageDensity, as as KupLanguageGrid, at as KupDataTableProps, au as UseAsValue, av as iconColumn, aw as keyColumn, ax as fieldColumn, ay as getSizeOfInputElement, az as KupCardProps } from './p-dcb752e1.js';
|
|
3
3
|
import { h, g as getAssetPath, F as Fragment } from './p-3aae989f.js';
|
|
4
4
|
import { c as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './p-60e697f5.js';
|
|
5
5
|
|
|
@@ -1333,7 +1333,9 @@ function setContent(props) {
|
|
|
1333
1333
|
webkitMask: svg,
|
|
1334
1334
|
};
|
|
1335
1335
|
}
|
|
1336
|
-
iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick,
|
|
1336
|
+
iconEl = (h("span", { style: iconStyle, onClick: props.onIconClick, onMouseDown: (e) => {
|
|
1337
|
+
e.preventDefault();
|
|
1338
|
+
}, class: `mdc-text-field__icon kup-icon action ${iconClass}` }));
|
|
1337
1339
|
}
|
|
1338
1340
|
if (props.quantityButtons) {
|
|
1339
1341
|
const minusSvg = `url('${getAssetPath(`./assets/svg/minus.svg`)}') no-repeat center`;
|
|
@@ -4202,7 +4204,8 @@ var KupAutocompleteProps;
|
|
|
4202
4204
|
KupAutocompleteProps["customStyle"] = "Custom style of the component.";
|
|
4203
4205
|
KupAutocompleteProps["data"] = "Props of the sub-components.";
|
|
4204
4206
|
KupAutocompleteProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
4205
|
-
KupAutocompleteProps["
|
|
4207
|
+
KupAutocompleteProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
4208
|
+
KupAutocompleteProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
4206
4209
|
KupAutocompleteProps["initialValue"] = "Sets the initial value of the component.";
|
|
4207
4210
|
KupAutocompleteProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
4208
4211
|
KupAutocompleteProps["inputDelay"] = "Input event emission delay in milliseconds.";
|
|
@@ -4238,7 +4241,7 @@ function getIdOfItemByDisplayMode(item, mode, separator) {
|
|
|
4238
4241
|
return id;
|
|
4239
4242
|
}
|
|
4240
4243
|
}
|
|
4241
|
-
function consistencyCheck(idIn, listData, listEl, selectMode,
|
|
4244
|
+
function consistencyCheck(idIn, listData, listEl, selectMode, DescrMode, e) {
|
|
4242
4245
|
const validList = !!(listEl && listData && listData['data']);
|
|
4243
4246
|
let id = '';
|
|
4244
4247
|
let displayedValue = '';
|
|
@@ -4247,7 +4250,7 @@ function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
|
|
|
4247
4250
|
selected = e.detail.selected;
|
|
4248
4251
|
}
|
|
4249
4252
|
if (selected == null && idIn != null && validList) {
|
|
4250
|
-
selected = getItemByDisplayMode(listData, idIn,
|
|
4253
|
+
selected = getItemByDisplayMode(listData, idIn, DescrMode, true);
|
|
4251
4254
|
listEl.data = [...listData['data']];
|
|
4252
4255
|
}
|
|
4253
4256
|
if (selected == null && idIn == null && listData) {
|
|
@@ -4265,7 +4268,7 @@ function consistencyCheck(idIn, listData, listEl, selectMode, displayMode, e) {
|
|
|
4265
4268
|
}
|
|
4266
4269
|
else {
|
|
4267
4270
|
id = getIdOfItemByDisplayMode(selected, selectMode, ' - ');
|
|
4268
|
-
displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION :
|
|
4271
|
+
displayedValue = getIdOfItemByDisplayMode(selected, id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
|
|
4269
4272
|
trueValue = getIdOfItemByDisplayMode(selected, ItemsDisplayMode.CODE, ' - ');
|
|
4270
4273
|
}
|
|
4271
4274
|
const listNode = validList
|
|
@@ -4323,12 +4326,12 @@ function getItemById(listData, id, setSelected) {
|
|
|
4323
4326
|
}
|
|
4324
4327
|
return null;
|
|
4325
4328
|
}
|
|
4326
|
-
function getItemByDisplayMode(listData, id,
|
|
4329
|
+
function getItemByDisplayMode(listData, id, DescrMode, setSelected) {
|
|
4327
4330
|
if (listData && listData['data']) {
|
|
4328
4331
|
let found = false;
|
|
4329
4332
|
let item = null;
|
|
4330
4333
|
for (let i = 0; i < listData['data'].length; i++) {
|
|
4331
|
-
let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION :
|
|
4334
|
+
let displayedValue = getIdOfItemByDisplayMode(listData['data'][i], id == '' ? ItemsDisplayMode.DESCRIPTION : DescrMode, ' - ');
|
|
4332
4335
|
if (setSelected == true) {
|
|
4333
4336
|
listData['data'][i].selected = false;
|
|
4334
4337
|
}
|
|
@@ -4653,8 +4656,8 @@ const FChip = (props) => {
|
|
|
4653
4656
|
if (!props.type) {
|
|
4654
4657
|
props.type = FChipType.STANDARD;
|
|
4655
4658
|
}
|
|
4656
|
-
if (!props.
|
|
4657
|
-
props.
|
|
4659
|
+
if (!props.DescrMode) {
|
|
4660
|
+
props.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
4658
4661
|
}
|
|
4659
4662
|
const isChoice = props.type.toLowerCase() === FChipType.CHOICE;
|
|
4660
4663
|
const isFilter = props.type.toLowerCase() === FChipType.FILTER;
|
|
@@ -4741,7 +4744,7 @@ function createChipList(props, isChoice, isFilter, isInput) {
|
|
|
4741
4744
|
h("svg", { class: "chip__checkmark-svg", viewBox: "-2 -3 30 30" },
|
|
4742
4745
|
h("path", { class: "chip__checkmark-path", fill: "none", stroke: "black", d: "M1.73,12.91 8.1,19.28 22.79,4.59" }))));
|
|
4743
4746
|
}
|
|
4744
|
-
let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.
|
|
4747
|
+
let chipText = getIdOfItemByDisplayMode(chip, chip.value == '' ? ItemsDisplayMode.CODE : props.DescrMode, ' - ');
|
|
4745
4748
|
return (h("div", { class: componentClass, "data-value": chip.id, onClick: props.onClick && props.onClick[i]
|
|
4746
4749
|
? props.onClick[i].bind(props.onClick[i], chip)
|
|
4747
4750
|
: null, onContextMenu: props.onContextMenu && props.onContextMenu[i]
|
|
@@ -5716,7 +5719,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
|
|
|
5716
5719
|
case FCellTypes.COLOR_PICKER:
|
|
5717
5720
|
return (h("kup-color-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', disabled: false, "onkup-colorpicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
|
|
5718
5721
|
case FCellTypes.COMBOBOX:
|
|
5719
|
-
return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value, initialValueDecode: cell.decode }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onKup-combobox-itemclick": (e) => cellEvent(e, props, cellType, FCellEvents.ITEMCLICK) })));
|
|
5722
|
+
return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value, initialValueDecode: cell.decode, ListDescrMode: cell.data.ListDescrMode }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onKup-combobox-itemclick": (e) => cellEvent(e, props, cellType, FCellEvents.ITEMCLICK) })));
|
|
5720
5723
|
case FCellTypes.DATE:
|
|
5721
5724
|
return (h("kup-date-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-datepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-datepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onKup-datepicker-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-datepicker-textfieldsubmit": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
|
|
5722
5725
|
case FCellTypes.EDITOR:
|
|
@@ -5741,12 +5744,12 @@ function setEditableCell(cellType, classObj, cell, column, props) {
|
|
|
5741
5744
|
case FCellTypes.FILE_UPLOAD:
|
|
5742
5745
|
return (h("kup-file-upload", Object.assign({ "onKup-file-upload-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }, cell.data)));
|
|
5743
5746
|
case FCellTypes.MULTI_AUTOCOMPLETE: {
|
|
5744
|
-
return (h("kup-chip", Object.assign({
|
|
5745
|
-
h("kup-autocomplete", { class: "kup-full-width", slot: "field",
|
|
5747
|
+
return (h("kup-chip", Object.assign({ DescrMode: (_a = cell.data.DescrMode) !== null && _a !== void 0 ? _a : ItemsDisplayMode.DESCRIPTION }, cell.data, { label: (_c = (_b = cell.slotData) === null || _b === void 0 ? void 0 : _b.label) !== null && _c !== void 0 ? _c : '', type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
|
|
5748
|
+
h("kup-autocomplete", { class: "kup-full-width", slot: "field", DescrMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), data: (_d = cell.slotData) === null || _d === void 0 ? void 0 : _d.data, initialValue: (_e = cell.slotData) === null || _e === void 0 ? void 0 : _e.initialValue, showDropDownIcon: (_f = cell.slotData) === null || _f === void 0 ? void 0 : _f.showDropDownIcon, style: (_g = cell.slotData) === null || _g === void 0 ? void 0 : _g.style, disabled: (_h = cell.slotData) === null || _h === void 0 ? void 0 : _h.disabled, id: (_j = cell.slotData) === null || _j === void 0 ? void 0 : _j.id, error: cell.data.error, showMarker: (_k = cell.tooltip) !== null && _k !== void 0 ? _k : false, ListDescrMode: cell.data.ListDescrMode })));
|
|
5746
5749
|
}
|
|
5747
5750
|
case FCellTypes.MULTI_COMBOBOX:
|
|
5748
|
-
return (h("kup-chip", Object.assign({
|
|
5749
|
-
h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field",
|
|
5751
|
+
return (h("kup-chip", Object.assign({ DescrMode: (_l = cell.data.DescrMode) !== null && _l !== void 0 ? _l : ItemsDisplayMode.DESCRIPTION }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
|
|
5752
|
+
h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field", DescrMode: ItemsDisplayMode.CODE_AND_DESC, sizing: KupComponentSizing.EXTRA_SMALL, "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) }, cell.slotData, { error: cell.data.error, showMarker: (_m = cell.tooltip) !== null && _m !== void 0 ? _m : false, ListDescrMode: cell.data.ListDescrMode }))));
|
|
5750
5753
|
case FCellTypes.RADIO:
|
|
5751
5754
|
return (h(FRadio, Object.assign({}, cell.data, { disabled: false, onChange: (i, e) => {
|
|
5752
5755
|
const radioData = cell.data.data;
|
|
@@ -5897,7 +5900,7 @@ function setCell(cellType, subcomponentProps, content, classObj, cell, column, p
|
|
|
5897
5900
|
const activeNode = cell.data.data.find((node) => node.value === cell.value) || null;
|
|
5898
5901
|
return (h("kup-image-list", Object.assign({ ripple: true }, cell.data, { "onKup-imagelist-click": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), activeNode: activeNode })));
|
|
5899
5902
|
default:
|
|
5900
|
-
return (h("div", { class: "f-cell__text" }, cell.data.
|
|
5903
|
+
return (h("div", { class: "f-cell__text" }, cell.data.DescrMode
|
|
5901
5904
|
? adaptContentToDisplayMode(cell, content, '-')
|
|
5902
5905
|
: content));
|
|
5903
5906
|
}
|
|
@@ -10992,7 +10995,7 @@ var KupChipProps;
|
|
|
10992
10995
|
KupChipProps["data"] = "List of elements.";
|
|
10993
10996
|
// displayId = "When enabled, the chip's text will display both the id and the value.",
|
|
10994
10997
|
KupChipProps["disabled"] = "When true, the chip cannot be edited, nor removed.";
|
|
10995
|
-
KupChipProps["
|
|
10998
|
+
KupChipProps["DescrMode"] = "When enabled, the chip will display both the id and description of the data.";
|
|
10996
10999
|
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).";
|
|
10997
11000
|
KupChipProps["label"] = "When set, will be shown a label on the chips.";
|
|
10998
11001
|
KupChipProps["sizing"] = "The size of the chip. Available sizes: small, medium.";
|
|
@@ -11022,7 +11025,8 @@ var KupComboboxProps;
|
|
|
11022
11025
|
KupComboboxProps["customStyle"] = "Custom style of the component.";
|
|
11023
11026
|
KupComboboxProps["data"] = "Props of the sub-components (date input text field).";
|
|
11024
11027
|
KupComboboxProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
11025
|
-
KupComboboxProps["
|
|
11028
|
+
KupComboboxProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
|
|
11029
|
+
KupComboboxProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
11026
11030
|
KupComboboxProps["initialValue"] = "Sets the initial value of the component";
|
|
11027
11031
|
KupComboboxProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
11028
11032
|
KupComboboxProps["isClearable"] = "Enables a clear trailing icon.";
|
|
@@ -13079,7 +13083,7 @@ const FPaginator = (props) => {
|
|
|
13079
13083
|
const dataPageSelector = {
|
|
13080
13084
|
'kup-list': {
|
|
13081
13085
|
data: pageItems,
|
|
13082
|
-
|
|
13086
|
+
DescrMode: ItemsDisplayMode.CODE,
|
|
13083
13087
|
},
|
|
13084
13088
|
'kup-text-field': {
|
|
13085
13089
|
label: dom$4.ketchup.language.translate(KupLanguagePage.PAGE),
|
|
@@ -13095,7 +13099,7 @@ const FPaginator = (props) => {
|
|
|
13095
13099
|
const dataRowsSelector = {
|
|
13096
13100
|
'kup-list': {
|
|
13097
13101
|
data: rowsPerPageItems,
|
|
13098
|
-
|
|
13102
|
+
DescrMode: ItemsDisplayMode.CODE,
|
|
13099
13103
|
},
|
|
13100
13104
|
'kup-text-field': {
|
|
13101
13105
|
label: dom$4.ketchup.language.translate(KupLanguageRow.ROWS) +
|
|
@@ -13112,10 +13116,10 @@ const FPaginator = (props) => {
|
|
|
13112
13116
|
};
|
|
13113
13117
|
return (h("div", Object.assign({ class: `f-paginator ${props.mode ? props.mode : ''} ${props.wrapperClass ? props.wrapperClass : ''}` }, props.dataSet, { id: props.id, title: props.title }),
|
|
13114
13118
|
props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom$4.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null,
|
|
13115
|
-
h("kup-combobox", { class: "rows-selector", data: dataRowsSelector,
|
|
13119
|
+
h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.perPage.toString(), initialValueDecode: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }),
|
|
13116
13120
|
h("div", { class: "page-wrapper" },
|
|
13117
13121
|
h("div", { class: "page-selector-wrapper" },
|
|
13118
|
-
h("kup-combobox", { class: "page-selector", data: dataPageSelector,
|
|
13122
|
+
h("kup-combobox", { class: "page-selector", data: dataPageSelector, DescrMode: ItemsDisplayMode.CODE, initialValue: props.currentPage.toString(), initialValueDecode: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }),
|
|
13119
13123
|
props.showMaxPages ? (h("div", { class: "max-page-wrapper" },
|
|
13120
13124
|
h("label", { htmlFor: "page-selector" }, '/ ' + maxNumberOfPage))) : null),
|
|
13121
13125
|
h("div", { class: "arrow-wrapper" },
|
|
@@ -13223,7 +13227,7 @@ var KupDropdownButtonProps;
|
|
|
13223
13227
|
KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
|
|
13224
13228
|
KupDropdownButtonProps["data"] = "Props of the sub-components.";
|
|
13225
13229
|
KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
13226
|
-
KupDropdownButtonProps["
|
|
13230
|
+
KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
13227
13231
|
KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
|
|
13228
13232
|
KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
|
|
13229
13233
|
KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
|
|
@@ -14700,7 +14704,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
|
|
|
14700
14704
|
this.store = undefined;
|
|
14701
14705
|
this.useDynamicExpansion = false;
|
|
14702
14706
|
this.totals = undefined;
|
|
14703
|
-
this.
|
|
14707
|
+
this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
14704
14708
|
}
|
|
14705
14709
|
initWithPersistedState() {
|
|
14706
14710
|
if (this.store && this.stateId) {
|
|
@@ -15611,7 +15615,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
|
|
|
15611
15615
|
}
|
|
15612
15616
|
let treeNodeCell = null;
|
|
15613
15617
|
let nodeValue;
|
|
15614
|
-
switch (this.
|
|
15618
|
+
switch (this.DescrMode) {
|
|
15615
15619
|
case ItemsDisplayMode.CODE:
|
|
15616
15620
|
nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
|
|
15617
15621
|
break;
|
|
@@ -15960,19 +15964,19 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
|
|
|
15960
15964
|
const visibleHeader = this.showHeader && this.showColumns;
|
|
15961
15965
|
let filterField = null;
|
|
15962
15966
|
if (this.globalFilter) {
|
|
15963
|
-
filterField = (h$1("div", { key: '
|
|
15967
|
+
filterField = (h$1("div", { key: 'b0ec1086e2b4dfed4d01eed6344f2b9723e50a78', id: "global-filter" }, h$1("kup-text-field", { key: 'b9ac273ade69fee415828e88bde88abea9bd7911', fullWidth: true, label: __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
15964
15968
|
window.clearTimeout(this.globalFilterTimeout);
|
|
15965
15969
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
15966
15970
|
} })));
|
|
15967
15971
|
}
|
|
15968
|
-
return (h$1(Host, { key: '
|
|
15972
|
+
return (h$1(Host, { key: '8e36db0583c51ef4721d14649453d592024c9e0d', "onKup-cell-click": (e) => {
|
|
15969
15973
|
this.kupTreeCellClick.emit(e.detail);
|
|
15970
|
-
} }, h$1("style", { key: '
|
|
15971
|
-
el) }, h$1("table", { key: '
|
|
15974
|
+
} }, h$1("style", { key: '01a452ebdd782e0111d148f3fac132b7ef8704ce' }, __classPrivateFieldGet$b(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '365ff6370028fcbe2a28489cf8df8f0502f471b1', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h$1("div", { key: '8310f20be32b01d93a1615ccd01d5bbab8eaa783', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
15975
|
+
el) }, h$1("table", { key: '4678d2fc2ff097f5866f1171faa1b9bfec9c9304', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
15972
15976
|
e.preventDefault();
|
|
15973
|
-
} }, h$1("thead", { key: '
|
|
15977
|
+
} }, h$1("thead", { key: '83d22c2cc27c41e63cd2325a9da0576257b21bd0', class: {
|
|
15974
15978
|
'header--is-visible': visibleHeader,
|
|
15975
|
-
} }, h$1("tr", { key: '
|
|
15979
|
+
} }, h$1("tr", { key: 'cbeedfa19b0d218639bac9b1518cd04590512870' }, visibleHeader ? this.renderHeader() : null)), h$1("tbody", { key: '062aa1d90d53d0dc2fd453e1b60d4c81b5a3e30f' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
15976
15980
|
this.columns
|
|
15977
15981
|
? this.renderFooter()
|
|
15978
15982
|
: null)))));
|
|
@@ -16029,7 +16033,7 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends H {
|
|
|
16029
16033
|
"store": [16],
|
|
16030
16034
|
"useDynamicExpansion": [4, "use-dynamic-expansion"],
|
|
16031
16035
|
"totals": [1040],
|
|
16032
|
-
"
|
|
16036
|
+
"DescrMode": [1, "descr-mode"],
|
|
16033
16037
|
"treeColumnVisible": [32],
|
|
16034
16038
|
"openedTotalMenu": [32],
|
|
16035
16039
|
"columnMenuAnchor": [32],
|
|
@@ -20457,7 +20461,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
|
|
|
20457
20461
|
this.selected = [];
|
|
20458
20462
|
this.customStyle = '';
|
|
20459
20463
|
this.data = [];
|
|
20460
|
-
this.
|
|
20464
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
20461
20465
|
this.showFilter = false;
|
|
20462
20466
|
this.filter = '';
|
|
20463
20467
|
this.hideText = false;
|
|
@@ -20701,7 +20705,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
|
|
|
20701
20705
|
}
|
|
20702
20706
|
__classPrivateFieldSet$5(this, _KupList_radios, [], "f");
|
|
20703
20707
|
let index = 0;
|
|
20704
|
-
return (h$1(Host, { key: '
|
|
20708
|
+
return (h$1(Host, { key: 'a4b6bf1943ab53189462f26f647447c38f71a729' }, h$1("style", { key: '4012e941151dbd5284bbec995d1a18fb8426e231' }, __classPrivateFieldGet$7(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '6e97c785b76618459094fd0b06e057c3b0e87725', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$7(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h$1("div", { class: filterClass }, __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h$1("div", { key: 'f50081927ed8a73e0fd0754b41f685c1dee08f46', class: listScrollClass }, h$1("ul", { key: '4057faf4dfe7af3806163a7002eea6f8f8d1b925', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
|
|
20705
20709
|
.filter((item) => __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
|
|
20706
20710
|
.map((item) => __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
|
|
20707
20711
|
}
|
|
@@ -20713,7 +20717,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
|
|
|
20713
20717
|
}, [1, "kup-list", {
|
|
20714
20718
|
"customStyle": [1, "custom-style"],
|
|
20715
20719
|
"data": [1040],
|
|
20716
|
-
"
|
|
20720
|
+
"DescrMode": [1, "descr-mode"],
|
|
20717
20721
|
"showFilter": [4, "show-filter"],
|
|
20718
20722
|
"filter": [1025],
|
|
20719
20723
|
"hideText": [4, "hide-text"],
|
|
@@ -20799,7 +20803,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
|
|
|
20799
20803
|
imageTag = __classPrivateFieldGet$7(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
|
|
20800
20804
|
}
|
|
20801
20805
|
let primaryTextTag = [
|
|
20802
|
-
getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.
|
|
20806
|
+
getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
|
|
20803
20807
|
];
|
|
20804
20808
|
let secTextTag = [];
|
|
20805
20809
|
if (this.twoLine && item.secondaryText && item.secondaryText != '') {
|
|
@@ -22998,7 +23002,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
|
|
|
22998
23002
|
this.customStyle = '';
|
|
22999
23003
|
this.data = null;
|
|
23000
23004
|
this.disabled = false;
|
|
23001
|
-
this.
|
|
23005
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
23002
23006
|
this.dropdownOnly = false;
|
|
23003
23007
|
this.icon = null;
|
|
23004
23008
|
this.initialValue = '';
|
|
@@ -23198,7 +23202,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
|
|
|
23198
23202
|
* Checks the consistency of the list.
|
|
23199
23203
|
*/
|
|
23200
23204
|
consistencyCheck(e, idIn) {
|
|
23201
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.
|
|
23205
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
|
|
23202
23206
|
this.value = ret.value;
|
|
23203
23207
|
}
|
|
23204
23208
|
/*-------------------------------------------------*/
|
|
@@ -23256,7 +23260,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
|
|
|
23256
23260
|
return buttons;
|
|
23257
23261
|
}
|
|
23258
23262
|
render() {
|
|
23259
|
-
return (h$1(Host, { key: '
|
|
23263
|
+
return (h$1(Host, { key: '9ada6e879fff0eae9fedc2585cc43d6af40a0135' }, h$1("style", { key: 'cfc19ea1554f29f96b1a1c80a840b9b04c559127' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '2d7460370d014b2f78bf92653b8534ded2147840', id: componentWrapperId }, h$1("div", { key: '2e4b1dfb52ee7945cad949b44a312a916c25b36e', class: "dropdown-button--wrapper" }, this.renderButtons()), h$1("kup-list", Object.assign({ key: 'eb5febfbf698a41ce2063079d96233f7706a6f72' }, 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) })))));
|
|
23260
23264
|
}
|
|
23261
23265
|
disconnectedCallback() {
|
|
23262
23266
|
if (this.listEl) {
|
|
@@ -23271,7 +23275,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
|
|
|
23271
23275
|
"customStyle": [1, "custom-style"],
|
|
23272
23276
|
"data": [16],
|
|
23273
23277
|
"disabled": [4],
|
|
23274
|
-
"
|
|
23278
|
+
"DescrMode": [1, "descr-mode"],
|
|
23275
23279
|
"dropdownOnly": [4, "dropdown-only"],
|
|
23276
23280
|
"icon": [1],
|
|
23277
23281
|
"initialValue": [1, "initial-value"],
|
|
@@ -29317,8 +29321,8 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
|
|
|
29317
29321
|
this.customStyle = '';
|
|
29318
29322
|
this.data = undefined;
|
|
29319
29323
|
this.disabled = false;
|
|
29320
|
-
this.
|
|
29321
|
-
this.
|
|
29324
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
29325
|
+
this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
29322
29326
|
this.error = '';
|
|
29323
29327
|
this.icon = null;
|
|
29324
29328
|
this.initialValue = '';
|
|
@@ -29600,12 +29604,12 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
|
|
|
29600
29604
|
legacyLook: this.legacyLook,
|
|
29601
29605
|
size: this.size
|
|
29602
29606
|
? this.size
|
|
29603
|
-
: getSizeOfInputElement(this.data, this.
|
|
29607
|
+
: getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
29604
29608
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
29605
29609
|
};
|
|
29606
29610
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
29607
29611
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
29608
|
-
return (h$1(Host, { key: '
|
|
29612
|
+
return (h$1(Host, { key: '1ed7f42887dca3f807c6b40a0a139fc4a6515cff', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1("style", { key: '9161af38b49a700e0d66e925dd2ac90849c815d1' }, __classPrivateFieldGet$2(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '3ee5c3c502a15233b4fe9fa7fb148ba63e837bc1', id: componentWrapperId, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1(FTextField, Object.assign({ key: 'a0f1c8e5c105204fc11ee7632e77289f21244634' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
|
|
29609
29613
|
? KupThemeIconValues.DROPDOWN
|
|
29610
29614
|
: 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$2(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
|
|
29611
29615
|
}
|
|
@@ -29627,8 +29631,8 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
|
|
|
29627
29631
|
"customStyle": [1, "custom-style"],
|
|
29628
29632
|
"data": [16],
|
|
29629
29633
|
"disabled": [4],
|
|
29630
|
-
"
|
|
29631
|
-
"
|
|
29634
|
+
"DescrMode": [1, "descr-mode"],
|
|
29635
|
+
"ListDescrMode": [1, "list-descr-mode"],
|
|
29632
29636
|
"error": [1],
|
|
29633
29637
|
"icon": [1],
|
|
29634
29638
|
"initialValue": [1, "initial-value"],
|
|
@@ -29699,10 +29703,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
29699
29703
|
return __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f").menuVisible == true;
|
|
29700
29704
|
}, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
29701
29705
|
if (idIn != null && idInDecode != null) {
|
|
29702
|
-
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
29706
|
+
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
29703
29707
|
}
|
|
29704
29708
|
else {
|
|
29705
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f"), this.selectMode, this.
|
|
29709
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$2(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
|
|
29706
29710
|
if (ret.exists && eventShouldSetValue) {
|
|
29707
29711
|
this.value = ret.value;
|
|
29708
29712
|
this.displayedValue = ret.displayedValue;
|
|
@@ -29717,7 +29721,7 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
29717
29721
|
}
|
|
29718
29722
|
}, _KupCombobox_prepList = function _KupCombobox_prepList() {
|
|
29719
29723
|
var _a, _b;
|
|
29720
|
-
return (h$1("kup-list", Object.assign({
|
|
29724
|
+
return (h$1("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$1(this, _KupCombobox_listEl, el, "f")) })));
|
|
29721
29725
|
};
|
|
29722
29726
|
function defineCustomElement$9() {
|
|
29723
29727
|
if (typeof customElements === "undefined") {
|
|
@@ -30328,7 +30332,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
|
|
|
30328
30332
|
this.customStyle = '';
|
|
30329
30333
|
this.data = [];
|
|
30330
30334
|
this.disabled = false;
|
|
30331
|
-
this.
|
|
30335
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
30332
30336
|
this.enableInput = false;
|
|
30333
30337
|
this.label = null;
|
|
30334
30338
|
this.sizing = FChipSize.SMALL;
|
|
@@ -30457,7 +30461,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
|
|
|
30457
30461
|
? true
|
|
30458
30462
|
: false,
|
|
30459
30463
|
data: this.data,
|
|
30460
|
-
|
|
30464
|
+
DescrMode: this.DescrMode,
|
|
30461
30465
|
info: this.rootElement.classList.contains('kup-info')
|
|
30462
30466
|
? true
|
|
30463
30467
|
: false,
|
|
@@ -30496,7 +30500,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
|
|
|
30496
30500
|
props.onFocus.push((chip) => this.onKupFocus(chip));
|
|
30497
30501
|
props.onIconClick.push((chip) => this.onKupIconClick(chip));
|
|
30498
30502
|
}
|
|
30499
|
-
return (h$1(Host, { key: '
|
|
30503
|
+
return (h$1(Host, { key: 'ed3df8fecfa17c1ccee209f0126cad11b4adc80f', "onKup-autocomplete-itemclick": (e) => {
|
|
30500
30504
|
__classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
30501
30505
|
}, "onKup-combobox-itemclick": (e) => {
|
|
30502
30506
|
__classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
@@ -30506,7 +30510,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
|
|
|
30506
30510
|
__classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
30507
30511
|
}, "onKup-textfield-submit": (e) => {
|
|
30508
30512
|
__classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
30509
|
-
} }, h$1("style", { key: '
|
|
30513
|
+
} }, h$1("style", { key: '7558d2820924fd715da96ac12a6819d82ea3dfbb' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '0e7851838135bda98cafc436eb7b701a52807902', id: componentWrapperId }, this.label ? (h$1("div", { class: "mdc-text-field__label-container" }, h$1("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h$1(FChip, Object.assign({}, props)) : null, h$1("slot", { key: 'd2eed39441766df501ba43a1dcc8e63b0906b177', name: "field" }))));
|
|
30510
30514
|
}
|
|
30511
30515
|
disconnectedCallback() {
|
|
30512
30516
|
this.kupManager.theme.unregister(this);
|
|
@@ -30520,7 +30524,7 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
|
|
|
30520
30524
|
"customStyle": [1, "custom-style"],
|
|
30521
30525
|
"data": [1040],
|
|
30522
30526
|
"disabled": [4],
|
|
30523
|
-
"
|
|
30527
|
+
"DescrMode": [1, "descr-mode"],
|
|
30524
30528
|
"enableInput": [4, "enable-input"],
|
|
30525
30529
|
"label": [1],
|
|
30526
30530
|
"sizing": [1],
|
|
@@ -33481,8 +33485,8 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
|
|
|
33481
33485
|
this.customStyle = '';
|
|
33482
33486
|
this.data = undefined;
|
|
33483
33487
|
this.disabled = false;
|
|
33484
|
-
this.
|
|
33485
|
-
this.
|
|
33488
|
+
this.DescrMode = ItemsDisplayMode.DESCRIPTION;
|
|
33489
|
+
this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
|
|
33486
33490
|
this.error = '';
|
|
33487
33491
|
this.icon = null;
|
|
33488
33492
|
this.initialValue = '';
|
|
@@ -33793,12 +33797,12 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
|
|
|
33793
33797
|
legacyLook: this.legacyLook,
|
|
33794
33798
|
size: this.size
|
|
33795
33799
|
? this.size
|
|
33796
|
-
: getSizeOfInputElement(this.data, this.
|
|
33800
|
+
: getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
33797
33801
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
33798
33802
|
};
|
|
33799
33803
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
33800
33804
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
33801
|
-
return (h$1(Host, { key: '
|
|
33805
|
+
return (h$1(Host, { key: '54bb3dc2f7dce2b5aec0bb8d5a7f59d8cbdf6b2f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1("style", { key: 'f441e0889173a7152678b0e09b4ab236d3262888' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '1893a3b4ad4de47c75e26ad254af00edd3db7c72', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1(FTextField, Object.assign({ key: '899f36ef4b5361cd6a525517632bf3d226ab0ce6' }, props, { icon: this.showDropDownIcon
|
|
33802
33806
|
? KupThemeIconValues.SEARCH
|
|
33803
33807
|
: 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: () => {
|
|
33804
33808
|
window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
|
|
@@ -33824,8 +33828,8 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
|
|
|
33824
33828
|
"customStyle": [1, "custom-style"],
|
|
33825
33829
|
"data": [1040],
|
|
33826
33830
|
"disabled": [4],
|
|
33827
|
-
"
|
|
33828
|
-
"
|
|
33831
|
+
"DescrMode": [1, "descr-mode"],
|
|
33832
|
+
"ListDescrMode": [1, "list-descr-mode"],
|
|
33829
33833
|
"error": [1],
|
|
33830
33834
|
"icon": [1],
|
|
33831
33835
|
"initialValue": [1, "initial-value"],
|
|
@@ -33910,10 +33914,10 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
33910
33914
|
return __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f").menuVisible == true;
|
|
33911
33915
|
}, _KupAutocomplete_consistencyCheck = function _KupAutocomplete_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
33912
33916
|
if (idIn && idInDecode) {
|
|
33913
|
-
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
33917
|
+
this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
33914
33918
|
}
|
|
33915
33919
|
else {
|
|
33916
|
-
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.
|
|
33920
|
+
const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.DescrMode);
|
|
33917
33921
|
if ((ret.exists || this.allowInconsistentValues) &&
|
|
33918
33922
|
eventShouldSetValue) {
|
|
33919
33923
|
this.value = ret.value;
|
|
@@ -33928,7 +33932,7 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
33928
33932
|
return ret;
|
|
33929
33933
|
}
|
|
33930
33934
|
}, _KupAutocomplete_prepList = function _KupAutocomplete_prepList() {
|
|
33931
|
-
return (h$1("kup-list", Object.assign({
|
|
33935
|
+
return (h$1("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet(this, _KupAutocomplete_listEl, el, "f")) })));
|
|
33932
33936
|
};
|
|
33933
33937
|
function defineCustomElement() {
|
|
33934
33938
|
if (typeof customElements === "undefined") {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host, g as getAssetPath } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-
|
|
3
|
-
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-dcb752e1.js';
|
|
3
|
+
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-05dc6405.js';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-
|
|
3
|
-
import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-
|
|
2
|
+
import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-dcb752e1.js';
|
|
3
|
+
import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-05dc6405.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-box component.
|