@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
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager$2 = require('./kup-manager-
|
|
7
|
-
const fTextField = require('./f-text-field-
|
|
6
|
+
const kupManager$2 = require('./kup-manager-b6d2bca8.js');
|
|
7
|
+
const fTextField = require('./f-text-field-8c918e34.js');
|
|
8
8
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-36ba0f62.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
const fImage = require('./f-image-7457eb26.js');
|
|
12
12
|
const fButton = require('./f-button-c084046d.js');
|
|
13
13
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
14
|
-
const fCell = require('./f-cell-
|
|
14
|
+
const fCell = require('./f-cell-f47a6278.js');
|
|
15
15
|
const kupDates = require('./kup-dates-6feda954.js');
|
|
16
16
|
const component = require('./component-a6dd6c14.js');
|
|
17
17
|
const fCheckbox = require('./f-checkbox-e59d6bda.js');
|
|
18
|
-
const kupDataTableHelper = require('./kup-data-table-helper-
|
|
19
|
-
const fPaginatorUtils = require('./f-paginator-utils-
|
|
20
|
-
require('./f-object-field-
|
|
18
|
+
const kupDataTableHelper = require('./kup-data-table-helper-3041bf1b.js');
|
|
19
|
+
const fPaginatorUtils = require('./f-paginator-utils-adc8b67a.js');
|
|
20
|
+
require('./f-object-field-4d4002b0.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Props of the kup-autocomplete component.
|
|
@@ -29,7 +29,8 @@ var KupAutocompleteProps;
|
|
|
29
29
|
KupAutocompleteProps["customStyle"] = "Custom style of the component.";
|
|
30
30
|
KupAutocompleteProps["data"] = "Props of the sub-components.";
|
|
31
31
|
KupAutocompleteProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
32
|
-
KupAutocompleteProps["
|
|
32
|
+
KupAutocompleteProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
33
|
+
KupAutocompleteProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
33
34
|
KupAutocompleteProps["initialValue"] = "Sets the initial value of the component.";
|
|
34
35
|
KupAutocompleteProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
35
36
|
KupAutocompleteProps["inputDelay"] = "Input event emission delay in milliseconds.";
|
|
@@ -95,8 +96,8 @@ const KupAutocomplete = class {
|
|
|
95
96
|
this.customStyle = '';
|
|
96
97
|
this.data = undefined;
|
|
97
98
|
this.disabled = false;
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
99
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.DESCRIPTION;
|
|
100
|
+
this.ListDescrMode = kupManager$2.ItemsDisplayMode.CODE_AND_DESC;
|
|
100
101
|
this.error = '';
|
|
101
102
|
this.icon = null;
|
|
102
103
|
this.initialValue = '';
|
|
@@ -407,12 +408,12 @@ const KupAutocomplete = class {
|
|
|
407
408
|
legacyLook: this.legacyLook,
|
|
408
409
|
size: this.size
|
|
409
410
|
? this.size
|
|
410
|
-
: kupManager$2.getSizeOfInputElement(this.data, this.
|
|
411
|
+
: kupManager$2.getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
411
412
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
412
413
|
};
|
|
413
414
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
414
415
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
415
|
-
return (index.h(index.Host, { key: '
|
|
416
|
+
return (index.h(index.Host, { key: 'cc4e4d81007ca2f11f7595644c11cab4a6a5864f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, index.h("style", { key: '3f3d8d9d78c135d0f151df869e187d21082416ff' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'fccfbc9bff012a969aaeaea0a9a2af2edae96a18', id: GenericVariables.componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, index.h(fTextField.FTextField, Object.assign({ key: 'b0a7901f2f1fc5e357e3ded6f959a8b1aae91fe4' }, props, { icon: this.showDropDownIcon
|
|
416
417
|
? kupManager$2.KupThemeIconValues.SEARCH
|
|
417
418
|
: 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: () => {
|
|
418
419
|
window.clearTimeout(__classPrivateFieldGet$b(this, _KupAutocomplete_inputTimeout, "f"));
|
|
@@ -483,10 +484,10 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
483
484
|
return __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f").menuVisible == true;
|
|
484
485
|
}, _KupAutocomplete_consistencyCheck = function _KupAutocomplete_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
485
486
|
if (idIn && idInDecode) {
|
|
486
|
-
this.displayedValue = fChip.getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
487
|
+
this.displayedValue = fChip.getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
487
488
|
}
|
|
488
489
|
else {
|
|
489
|
-
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.
|
|
490
|
+
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.DescrMode);
|
|
490
491
|
if ((ret.exists || this.allowInconsistentValues) &&
|
|
491
492
|
eventShouldSetValue) {
|
|
492
493
|
this.value = ret.value;
|
|
@@ -501,7 +502,7 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
|
|
|
501
502
|
return ret;
|
|
502
503
|
}
|
|
503
504
|
}, _KupAutocomplete_prepList = function _KupAutocomplete_prepList() {
|
|
504
|
-
return (index.h("kup-list", Object.assign({
|
|
505
|
+
return (index.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")) })));
|
|
505
506
|
};
|
|
506
507
|
KupAutocomplete.style = KupAutocompleteStyle0;
|
|
507
508
|
|
|
@@ -6948,7 +6949,7 @@ var KupChipProps;
|
|
|
6948
6949
|
KupChipProps["data"] = "List of elements.";
|
|
6949
6950
|
// displayId = "When enabled, the chip's text will display both the id and the value.",
|
|
6950
6951
|
KupChipProps["disabled"] = "When true, the chip cannot be edited, nor removed.";
|
|
6951
|
-
KupChipProps["
|
|
6952
|
+
KupChipProps["DescrMode"] = "When enabled, the chip will display both the id and description of the data.";
|
|
6952
6953
|
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).";
|
|
6953
6954
|
KupChipProps["label"] = "When set, will be shown a label on the chips.";
|
|
6954
6955
|
KupChipProps["sizing"] = "The size of the chip. Available sizes: small, medium.";
|
|
@@ -6986,7 +6987,7 @@ const KupChip = class {
|
|
|
6986
6987
|
this.customStyle = '';
|
|
6987
6988
|
this.data = [];
|
|
6988
6989
|
this.disabled = false;
|
|
6989
|
-
this.
|
|
6990
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.DESCRIPTION;
|
|
6990
6991
|
this.enableInput = false;
|
|
6991
6992
|
this.label = null;
|
|
6992
6993
|
this.sizing = fChip.FChipSize.SMALL;
|
|
@@ -7115,7 +7116,7 @@ const KupChip = class {
|
|
|
7115
7116
|
? true
|
|
7116
7117
|
: false,
|
|
7117
7118
|
data: this.data,
|
|
7118
|
-
|
|
7119
|
+
DescrMode: this.DescrMode,
|
|
7119
7120
|
info: this.rootElement.classList.contains('kup-info')
|
|
7120
7121
|
? true
|
|
7121
7122
|
: false,
|
|
@@ -7154,7 +7155,7 @@ const KupChip = class {
|
|
|
7154
7155
|
props.onFocus.push((chip) => this.onKupFocus(chip));
|
|
7155
7156
|
props.onIconClick.push((chip) => this.onKupIconClick(chip));
|
|
7156
7157
|
}
|
|
7157
|
-
return (index.h(index.Host, { key: '
|
|
7158
|
+
return (index.h(index.Host, { key: '0e155b2e4de83688c8d110f34b79ba655d8d9751', "onKup-autocomplete-itemclick": (e) => {
|
|
7158
7159
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7159
7160
|
}, "onKup-combobox-itemclick": (e) => {
|
|
7160
7161
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
@@ -7164,7 +7165,7 @@ const KupChip = class {
|
|
|
7164
7165
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7165
7166
|
}, "onKup-textfield-submit": (e) => {
|
|
7166
7167
|
__classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
|
|
7167
|
-
} }, index.h("style", { key: '
|
|
7168
|
+
} }, index.h("style", { key: 'e45290027a9c6ed3652b96db83e264cc7ee7c8c4' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '2e0888a912b64d7830bce10caf44d805b19555f9', id: GenericVariables.componentWrapperId }, this.label ? (index.h("div", { class: "mdc-text-field__label-container" }, index.h("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? index.h(fChip.FChip, Object.assign({}, props)) : null, index.h("slot", { key: 'f53be206943edb135cc93d08c45e333c241353bf', name: "field" }))));
|
|
7168
7169
|
}
|
|
7169
7170
|
disconnectedCallback() {
|
|
7170
7171
|
this.kupManager.theme.unregister(this);
|
|
@@ -7500,7 +7501,8 @@ var KupComboboxProps;
|
|
|
7500
7501
|
KupComboboxProps["customStyle"] = "Custom style of the component.";
|
|
7501
7502
|
KupComboboxProps["data"] = "Props of the sub-components (date input text field).";
|
|
7502
7503
|
KupComboboxProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
7503
|
-
KupComboboxProps["
|
|
7504
|
+
KupComboboxProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
|
|
7505
|
+
KupComboboxProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
7504
7506
|
KupComboboxProps["initialValue"] = "Sets the initial value of the component";
|
|
7505
7507
|
KupComboboxProps["initialValueDecode"] = "Sets the initial value decode of the component";
|
|
7506
7508
|
KupComboboxProps["isClearable"] = "Enables a clear trailing icon.";
|
|
@@ -7561,8 +7563,8 @@ const KupCombobox = class {
|
|
|
7561
7563
|
this.customStyle = '';
|
|
7562
7564
|
this.data = undefined;
|
|
7563
7565
|
this.disabled = false;
|
|
7564
|
-
this.
|
|
7565
|
-
this.
|
|
7566
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.DESCRIPTION;
|
|
7567
|
+
this.ListDescrMode = kupManager$2.ItemsDisplayMode.CODE_AND_DESC;
|
|
7566
7568
|
this.error = '';
|
|
7567
7569
|
this.icon = null;
|
|
7568
7570
|
this.initialValue = '';
|
|
@@ -7844,12 +7846,12 @@ const KupCombobox = class {
|
|
|
7844
7846
|
legacyLook: this.legacyLook,
|
|
7845
7847
|
size: this.size
|
|
7846
7848
|
? this.size
|
|
7847
|
-
: kupManager$2.getSizeOfInputElement(this.data, this.
|
|
7849
|
+
: kupManager$2.getSizeOfInputElement(this.data, this.DescrMode, this.size),
|
|
7848
7850
|
title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
|
|
7849
7851
|
};
|
|
7850
7852
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
7851
7853
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
7852
|
-
return (index.h(index.Host, { key: '
|
|
7854
|
+
return (index.h(index.Host, { key: 'a8d9b8b16c3ecce6aeeb205372b81300f71b4b9c', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, index.h("style", { key: 'e6c7c6f13217f920f35a783a312831f1e452b45a' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '5705e83431a6235230607d39aeab11bde7f9fe11', id: GenericVariables.componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, index.h(fTextField.FTextField, Object.assign({ key: '94fb9c2a7dc22fc0df7e47854028fccd181efc3f' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
|
|
7853
7855
|
? kupManager$2.KupThemeIconValues.DROPDOWN
|
|
7854
7856
|
: 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)));
|
|
7855
7857
|
}
|
|
@@ -7906,10 +7908,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
7906
7908
|
return __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f").menuVisible == true;
|
|
7907
7909
|
}, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
|
|
7908
7910
|
if (idIn != null && idInDecode != null) {
|
|
7909
|
-
this.displayedValue = fChip.getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.
|
|
7911
|
+
this.displayedValue = fChip.getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
|
|
7910
7912
|
}
|
|
7911
7913
|
else {
|
|
7912
|
-
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.
|
|
7914
|
+
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
|
|
7913
7915
|
if (ret.exists && eventShouldSetValue) {
|
|
7914
7916
|
this.value = ret.value;
|
|
7915
7917
|
this.displayedValue = ret.displayedValue;
|
|
@@ -7924,7 +7926,7 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
|
|
|
7924
7926
|
}
|
|
7925
7927
|
}, _KupCombobox_prepList = function _KupCombobox_prepList() {
|
|
7926
7928
|
var _a, _b;
|
|
7927
|
-
return (index.h("kup-list", Object.assign({
|
|
7929
|
+
return (index.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")) })));
|
|
7928
7930
|
};
|
|
7929
7931
|
KupCombobox.style = KupComboboxStyle0;
|
|
7930
7932
|
|
|
@@ -9002,6 +9004,7 @@ const KupDataTable = class {
|
|
|
9002
9004
|
this.totals = undefined;
|
|
9003
9005
|
this.transpose = false;
|
|
9004
9006
|
this.visibleColumns = undefined;
|
|
9007
|
+
this.pendingRowsToUpdate = [];
|
|
9005
9008
|
this.updatableData = false;
|
|
9006
9009
|
this.updateOnClick = false;
|
|
9007
9010
|
this.onCellActionBuild = undefined;
|
|
@@ -9055,6 +9058,9 @@ const KupDataTable = class {
|
|
|
9055
9058
|
this.visibleColumns = state.visibleColumns
|
|
9056
9059
|
? [...state.visibleColumns]
|
|
9057
9060
|
: undefined;
|
|
9061
|
+
this.pendingRowsToUpdate = state.pendingRowsToUpdate
|
|
9062
|
+
? [...state.pendingRowsToUpdate]
|
|
9063
|
+
: undefined;
|
|
9058
9064
|
}
|
|
9059
9065
|
}
|
|
9060
9066
|
}
|
|
@@ -9104,9 +9110,9 @@ const KupDataTable = class {
|
|
|
9104
9110
|
__classPrivateFieldSet$4(this, _KupDataTable_originalDataLoadedMaxId, ((_a = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows) === null || _a === void 0 ? void 0 : _a.length) > 0
|
|
9105
9111
|
? Math.max(...__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.map((r) => parseInt(r.id)))
|
|
9106
9112
|
: -1, "f");
|
|
9107
|
-
if (this.
|
|
9108
|
-
this.
|
|
9109
|
-
for (const row of this.
|
|
9113
|
+
if (this.pendingRowsToUpdate &&
|
|
9114
|
+
this.pendingRowsToUpdate.length > 0) {
|
|
9115
|
+
for (const row of this.pendingRowsToUpdate) {
|
|
9110
9116
|
const originalDataRowIndex = this.data.rows.findIndex((dataRow) => dataRow.id === row.id // Row is SmeupDataRow and not Kup... using any for this type misalignment
|
|
9111
9117
|
);
|
|
9112
9118
|
if (originalDataRowIndex > -1) {
|
|
@@ -9115,7 +9121,7 @@ const KupDataTable = class {
|
|
|
9115
9121
|
__classPrivateFieldGet$8(this, _KupDataTable_modifiedRowsIds, "f").push(`${originalDataRowIndex}`);
|
|
9116
9122
|
}
|
|
9117
9123
|
}
|
|
9118
|
-
this.
|
|
9124
|
+
this.pendingRowsToUpdate = [];
|
|
9119
9125
|
}
|
|
9120
9126
|
}
|
|
9121
9127
|
if (this.data['type'] === 'SmeupDataTable') {
|
|
@@ -10127,7 +10133,7 @@ const KupDataTable = class {
|
|
|
10127
10133
|
__classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
10128
10134
|
let rows = null;
|
|
10129
10135
|
if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
10130
|
-
rows = (index.h("tr", { key: '
|
|
10136
|
+
rows = (index.h("tr", { key: '92333842c3cfa03ebb484e89e75695eab16c09d3', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, index.h("td", { key: '2bd41d42d522e26c43693b7ee756a06d588142ac', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
10131
10137
|
}
|
|
10132
10138
|
else {
|
|
10133
10139
|
rows = [];
|
|
@@ -10203,7 +10209,7 @@ const KupDataTable = class {
|
|
|
10203
10209
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
|
|
10204
10210
|
});
|
|
10205
10211
|
}
|
|
10206
|
-
groupChips = index.h(fChip.FChip, Object.assign({ key: '
|
|
10212
|
+
groupChips = index.h(fChip.FChip, Object.assign({ key: '65058ab64daaad187c72e247ec7a6528f02e9af3' }, props));
|
|
10207
10213
|
}
|
|
10208
10214
|
}
|
|
10209
10215
|
const tableClass = {
|
|
@@ -10235,7 +10241,7 @@ const KupDataTable = class {
|
|
|
10235
10241
|
if (this.headerIsPersistent &&
|
|
10236
10242
|
this.tableHeight === undefined &&
|
|
10237
10243
|
this.tableWidth === undefined) {
|
|
10238
|
-
stickyEl = (index.h("sticky-header", { key: '
|
|
10244
|
+
stickyEl = (index.h("sticky-header", { key: '0e9610742c6d91b32ce250be7198d9df55d5d0da', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, index.h("thead-sticky", { key: 'aa311d77e5de778b0c051160fc0e172f19089a98' }, index.h("tr-sticky", { key: 'a067a3229649de746b6e706b22e078cf33f176fd' }, stickyHeader))));
|
|
10239
10245
|
}
|
|
10240
10246
|
let belowClass = 'below-wrapper';
|
|
10241
10247
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -10281,7 +10287,7 @@ const KupDataTable = class {
|
|
|
10281
10287
|
const useGlobalFilter = !this.legacyLook &&
|
|
10282
10288
|
(this.globalFilter ||
|
|
10283
10289
|
this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
10284
|
-
const compCreated = (index.h(index.Host, { key: '
|
|
10290
|
+
const compCreated = (index.h(index.Host, { key: 'a8f188d46c68df160bb12b43390209c3bf768b01', "onKup-drop": (e) => {
|
|
10285
10291
|
this.kupDataTableDrop.emit(e.detail);
|
|
10286
10292
|
}, "onKup-cell-input": (e) => {
|
|
10287
10293
|
autoselectOnAction(e);
|
|
@@ -10300,11 +10306,11 @@ const KupDataTable = class {
|
|
|
10300
10306
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
10301
10307
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
10302
10308
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
10303
|
-
} }, index.h("style", { key: '
|
|
10309
|
+
} }, index.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), index.h("div", { key: '986a01da19d58003b79f6f5e3d50fb4d96957990', id: GenericVariables.componentWrapperId, class: wrapClass }, index.h("div", { key: '88b315cc655c30590bc03088b0f3c8bf866433d8', class: "group-wrapper" }, groupChips), index.h("div", { key: '5e79939b63c57dbd6388cecb795d7ff948143061', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (index.h("div", { id: "global-filter" }, index.h(fTextField.FTextField, { fullWidth: true, icon: kupManager$2.KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(kupManager$2.KupLanguageSearch.SEARCH), sizing: kupManager$2.KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
|
|
10304
10310
|
const t = event.target;
|
|
10305
10311
|
window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
10306
10312
|
__classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
10307
|
-
} }))) : null, paginatorTop && (index.h("div", { key: '
|
|
10313
|
+
} }))) : null, paginatorTop && (index.h("div", { key: '8ebad644fcf1fe5a41700549b43887bbc38891f9', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
|
|
10308
10314
|
this.selectedRows.length > 0 ? (index.h(fButton.FButton, { icon: "save", onClick: () => {
|
|
10309
10315
|
this.kupSave.emit({
|
|
10310
10316
|
comp: this,
|
|
@@ -10354,9 +10360,9 @@ const KupDataTable = class {
|
|
|
10354
10360
|
this.data.rows.unshift(row);
|
|
10355
10361
|
await this.refresh(true);
|
|
10356
10362
|
}
|
|
10357
|
-
}, sizing: kupManager$2.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: '
|
|
10363
|
+
}, sizing: kupManager$2.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.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
|
|
10358
10364
|
? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
10359
|
-
: null), index.h("div", { key: '
|
|
10365
|
+
: null), index.h("div", { key: 'f15cbffcb2fd9f0d8d64aa797a2cffa6c84b284d', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
10360
10366
|
? [
|
|
10361
10367
|
index.h("div", { class: "settings-trigger", onClick: () => {
|
|
10362
10368
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -10365,7 +10371,7 @@ const KupDataTable = class {
|
|
|
10365
10371
|
} }, index.h(fImage.FImage, { color: `var(${kupManager$2.KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
10366
10372
|
this.renderCustomizePanel(),
|
|
10367
10373
|
]
|
|
10368
|
-
: null, index.h("table", { key: '
|
|
10374
|
+
: null, index.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) => {
|
|
10369
10375
|
ev.stopPropagation();
|
|
10370
10376
|
}, onPointerDown: (e) => {
|
|
10371
10377
|
__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");
|
|
@@ -10373,7 +10379,7 @@ const KupDataTable = class {
|
|
|
10373
10379
|
__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");
|
|
10374
10380
|
}, onContextMenu: (e) => {
|
|
10375
10381
|
e.preventDefault();
|
|
10376
|
-
} }, index.h("thead", { key: '
|
|
10382
|
+
} }, index.h("thead", { key: '96913379d612d817d8d0e9d67281ffb65aa2414e', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, index.h("tr", { key: '26dacde658869804d8ef74dad5007d3b6b90de22' }, header)), index.h("tbody", { key: 'b718b7e72cefe7cf2f93f1d23daced56aafd34db' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
10377
10383
|
__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
10378
10384
|
return compCreated;
|
|
10379
10385
|
}
|
|
@@ -10554,6 +10560,10 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
10554
10560
|
this.state.visibleColumns = [...this.visibleColumns];
|
|
10555
10561
|
somethingChanged = true;
|
|
10556
10562
|
}
|
|
10563
|
+
if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.pendingRowsToUpdate, this.pendingRowsToUpdate)) {
|
|
10564
|
+
this.state.pendingRowsToUpdate = [...this.pendingRowsToUpdate];
|
|
10565
|
+
somethingChanged = true;
|
|
10566
|
+
}
|
|
10557
10567
|
return somethingChanged;
|
|
10558
10568
|
}, _KupDataTable_insertNewColumnInVisibleColumnsList = function _KupDataTable_insertNewColumnInVisibleColumnsList(result, afterColumn) {
|
|
10559
10569
|
this.visibleColumns = this.getVisibleColumns().map((col) => col.name);
|
|
@@ -13873,7 +13883,7 @@ var KupDropdownButtonProps;
|
|
|
13873
13883
|
KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
|
|
13874
13884
|
KupDropdownButtonProps["data"] = "Props of the sub-components.";
|
|
13875
13885
|
KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
|
|
13876
|
-
KupDropdownButtonProps["
|
|
13886
|
+
KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
|
|
13877
13887
|
KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
|
|
13878
13888
|
KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
|
|
13879
13889
|
KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
|
|
@@ -13919,7 +13929,7 @@ const KupDropdownButton = class {
|
|
|
13919
13929
|
this.customStyle = '';
|
|
13920
13930
|
this.data = null;
|
|
13921
13931
|
this.disabled = false;
|
|
13922
|
-
this.
|
|
13932
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.DESCRIPTION;
|
|
13923
13933
|
this.dropdownOnly = false;
|
|
13924
13934
|
this.icon = null;
|
|
13925
13935
|
this.initialValue = '';
|
|
@@ -14119,7 +14129,7 @@ const KupDropdownButton = class {
|
|
|
14119
14129
|
* Checks the consistency of the list.
|
|
14120
14130
|
*/
|
|
14121
14131
|
consistencyCheck(e, idIn) {
|
|
14122
|
-
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.
|
|
14132
|
+
const ret = fChip.consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
|
|
14123
14133
|
this.value = ret.value;
|
|
14124
14134
|
}
|
|
14125
14135
|
/*-------------------------------------------------*/
|
|
@@ -14177,7 +14187,7 @@ const KupDropdownButton = class {
|
|
|
14177
14187
|
return buttons;
|
|
14178
14188
|
}
|
|
14179
14189
|
render() {
|
|
14180
|
-
return (index.h(index.Host, { key: '
|
|
14190
|
+
return (index.h(index.Host, { key: '5846b8878d363d7e13f9f295f04d8d6f4ffdd2b5' }, index.h("style", { key: '3ccabb74c9fe510c131c336337ecc1758f33c363' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '1d8afcbdfa0168ffa7f8c746da7bf764baacee87', id: GenericVariables.componentWrapperId }, index.h("div", { key: '2a09f18ffd6436f88adada0ece1d414f919e48d7', class: "dropdown-button--wrapper" }, this.renderButtons()), index.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) })))));
|
|
14181
14191
|
}
|
|
14182
14192
|
disconnectedCallback() {
|
|
14183
14193
|
if (this.listEl) {
|
|
@@ -16850,7 +16860,7 @@ const KupList = class {
|
|
|
16850
16860
|
this.selected = [];
|
|
16851
16861
|
this.customStyle = '';
|
|
16852
16862
|
this.data = [];
|
|
16853
|
-
this.
|
|
16863
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.DESCRIPTION;
|
|
16854
16864
|
this.showFilter = false;
|
|
16855
16865
|
this.filter = '';
|
|
16856
16866
|
this.hideText = false;
|
|
@@ -17094,7 +17104,7 @@ const KupList = class {
|
|
|
17094
17104
|
}
|
|
17095
17105
|
__classPrivateFieldSet$1(this, _KupList_radios, [], "f");
|
|
17096
17106
|
let index$1 = 0;
|
|
17097
|
-
return (index.h(index.Host, { key: '
|
|
17107
|
+
return (index.h(index.Host, { key: '757450e74bae58c40e296f4011362d2333d0680b' }, index.h("style", { key: '3697fb5fa28732444342062abd6b5b9303412698' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'f224ec658b674c923703f7dd14938e2008b2438d', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$4(this, _KupList_listenKeydown, "f") }, this.showFilter ? (index.h("div", { class: filterClass }, __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, index.h("div", { key: '44e8be7c70ca297b386dae221aadc2e718bd2111', class: listScrollClass }, index.h("ul", { key: '33423113f951ff631f711d2d032ec1c48a2e65db', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
|
|
17098
17108
|
.filter((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
|
|
17099
17109
|
.map((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index$1++)))))));
|
|
17100
17110
|
}
|
|
@@ -17165,7 +17175,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
|
|
|
17165
17175
|
imageTag = __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
|
|
17166
17176
|
}
|
|
17167
17177
|
let primaryTextTag = [
|
|
17168
|
-
fChip.getIdOfItemByDisplayMode(item, item.id == '' ? kupManager$2.ItemsDisplayMode.DESCRIPTION : this.
|
|
17178
|
+
fChip.getIdOfItemByDisplayMode(item, item.id == '' ? kupManager$2.ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
|
|
17169
17179
|
];
|
|
17170
17180
|
let secTextTag = [];
|
|
17171
17181
|
if (this.twoLine && item.secondaryText && item.secondaryText != '') {
|
|
@@ -19738,7 +19748,7 @@ const KupTree = class {
|
|
|
19738
19748
|
this.store = undefined;
|
|
19739
19749
|
this.useDynamicExpansion = false;
|
|
19740
19750
|
this.totals = undefined;
|
|
19741
|
-
this.
|
|
19751
|
+
this.DescrMode = kupManager$2.ItemsDisplayMode.CODE_AND_DESC;
|
|
19742
19752
|
}
|
|
19743
19753
|
initWithPersistedState() {
|
|
19744
19754
|
if (this.store && this.stateId) {
|
|
@@ -19838,18 +19848,10 @@ const KupTree = class {
|
|
|
19838
19848
|
* Collapses all nodes.
|
|
19839
19849
|
*/
|
|
19840
19850
|
async collapseAll() {
|
|
19841
|
-
|
|
19842
|
-
|
|
19843
|
-
|
|
19844
|
-
|
|
19845
|
-
}
|
|
19846
|
-
}
|
|
19847
|
-
else {
|
|
19848
|
-
this.kupTreeDynamicMassExpansion.emit({
|
|
19849
|
-
comp: this,
|
|
19850
|
-
id: this.rootElement.id,
|
|
19851
|
-
expandAll: false,
|
|
19852
|
-
});
|
|
19851
|
+
/** now must do just collapse all, without check dynamic expansion management */
|
|
19852
|
+
for (let index = 0; index < this.data.length; index++) {
|
|
19853
|
+
this.data[index].isExpanded = false;
|
|
19854
|
+
this.handleChildren(this.data[index], false);
|
|
19853
19855
|
}
|
|
19854
19856
|
this.refresh();
|
|
19855
19857
|
}
|
|
@@ -19857,18 +19859,10 @@ const KupTree = class {
|
|
|
19857
19859
|
* Expands all nodes.
|
|
19858
19860
|
*/
|
|
19859
19861
|
async expandAll() {
|
|
19860
|
-
|
|
19861
|
-
|
|
19862
|
-
|
|
19863
|
-
|
|
19864
|
-
}
|
|
19865
|
-
}
|
|
19866
|
-
else {
|
|
19867
|
-
this.kupTreeDynamicMassExpansion.emit({
|
|
19868
|
-
comp: this,
|
|
19869
|
-
id: this.rootElement.id,
|
|
19870
|
-
expandAll: true,
|
|
19871
|
-
});
|
|
19862
|
+
/** now must do just expand all, without check dynamic expansion management */
|
|
19863
|
+
for (let index = 0; index < this.data.length; index++) {
|
|
19864
|
+
this.data[index].isExpanded = true;
|
|
19865
|
+
this.handleChildren(this.data[index], true);
|
|
19872
19866
|
}
|
|
19873
19867
|
this.refresh();
|
|
19874
19868
|
}
|
|
@@ -20665,7 +20659,7 @@ const KupTree = class {
|
|
|
20665
20659
|
}
|
|
20666
20660
|
let treeNodeCell = null;
|
|
20667
20661
|
let nodeValue;
|
|
20668
|
-
switch (this.
|
|
20662
|
+
switch (this.DescrMode) {
|
|
20669
20663
|
case kupManager$2.ItemsDisplayMode.CODE:
|
|
20670
20664
|
nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
|
|
20671
20665
|
break;
|
|
@@ -21014,19 +21008,19 @@ const KupTree = class {
|
|
|
21014
21008
|
const visibleHeader = this.showHeader && this.showColumns;
|
|
21015
21009
|
let filterField = null;
|
|
21016
21010
|
if (this.globalFilter) {
|
|
21017
|
-
filterField = (index.h("div", { key: '
|
|
21011
|
+
filterField = (index.h("div", { key: 'c3216ffc4b4d234ed27f40af9b51118f9bd15b2e', id: "global-filter" }, index.h("kup-text-field", { key: '550ddff3bfe19e49ad87bf39ad7e08d0a95c3f00', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(kupManager$2.KupLanguageSearch.SEARCH), sizing: kupManager$2.KupComponentSizing.EXTRA_SMALL, icon: kupManager$2.KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
21018
21012
|
window.clearTimeout(this.globalFilterTimeout);
|
|
21019
21013
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
21020
21014
|
} })));
|
|
21021
21015
|
}
|
|
21022
|
-
return (index.h(index.Host, { key: '
|
|
21016
|
+
return (index.h(index.Host, { key: '10c96e24bd7add54c0c73d8e4454c927686f976f', "onKup-cell-click": (e) => {
|
|
21023
21017
|
this.kupTreeCellClick.emit(e.detail);
|
|
21024
|
-
} }, index.h("style", { key: '
|
|
21025
|
-
el) }, index.h("table", { key: '
|
|
21018
|
+
} }, index.h("style", { key: '1d23689472015c74ca5cfdf4986f6ae648b13574' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '5669c1c730bd8aee8f3aa4a3b85c1047bbaf9b4e', id: GenericVariables.componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, index.h("div", { key: '8cd543582a5dc7cd5921821dc8fafb92e8c03158', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
21019
|
+
el) }, index.h("table", { key: '04aa22ee657e40d66a4b31bc80c4880ed6a47937', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
21026
21020
|
e.preventDefault();
|
|
21027
|
-
} }, index.h("thead", { key: '
|
|
21021
|
+
} }, index.h("thead", { key: '386cb4932bc4767e06bbb80db5293f1b109989ae', class: {
|
|
21028
21022
|
'header--is-visible': visibleHeader,
|
|
21029
|
-
} }, index.h("tr", { key: '
|
|
21023
|
+
} }, index.h("tr", { key: '95e04564f43e13b80257c92b22e0f6a99c77ef8e' }, visibleHeader ? this.renderHeader() : null)), index.h("tbody", { key: '6df3396f1d9a0044600d1f22927518990dd05c98' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
21030
21024
|
this.columns
|
|
21031
21025
|
? this.renderFooter()
|
|
21032
21026
|
: null)))));
|
|
@@ -21057,7 +21051,8 @@ const KupTree = class {
|
|
|
21057
21051
|
_KupTree_kupManager = new WeakMap(), _KupTree_instances = new WeakSet(), _KupTree_checkUpdateState = function _KupTree_checkUpdateState() {
|
|
21058
21052
|
let somethingChanged = false;
|
|
21059
21053
|
if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
|
|
21060
|
-
|
|
21054
|
+
/** need to be deep copied to feel changes in this.filters */
|
|
21055
|
+
this.state.filters = JSON.parse(JSON.stringify(this.filters));
|
|
21061
21056
|
somethingChanged = true;
|
|
21062
21057
|
}
|
|
21063
21058
|
if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.density, this.density)) {
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
7
|
-
const kupDataTableHelper = require('./kup-data-table-helper-
|
|
6
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
7
|
+
const kupDataTableHelper = require('./kup-data-table-helper-3041bf1b.js');
|
|
8
8
|
const fImage = require('./f-image-7457eb26.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-36ba0f62.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
|
-
const fCell = require('./f-cell-
|
|
12
|
-
const fPaginatorUtils = require('./f-paginator-utils-
|
|
11
|
+
const fCell = require('./f-cell-f47a6278.js');
|
|
12
|
+
const fPaginatorUtils = require('./f-paginator-utils-adc8b67a.js');
|
|
13
13
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
14
14
|
require('./kup-dates-6feda954.js');
|
|
15
15
|
require('./f-button-c084046d.js');
|
|
16
16
|
require('./f-button-declarations-76ef9f87.js');
|
|
17
17
|
require('./f-checkbox-e59d6bda.js');
|
|
18
|
-
require('./f-object-field-
|
|
19
|
-
require('./f-text-field-
|
|
18
|
+
require('./f-object-field-4d4002b0.js');
|
|
19
|
+
require('./f-text-field-8c918e34.js');
|
|
20
20
|
require('./component-a6dd6c14.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$4 = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-c084046d.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-36ba0f62.js');
|
|
10
10
|
const kupDates = require('./kup-dates-6feda954.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-7457eb26.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-c084046d.js');
|
|
9
|
-
const fCell = require('./f-cell-
|
|
9
|
+
const fCell = require('./f-cell-f47a6278.js');
|
|
10
10
|
require('./kup-dates-6feda954.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-7457eb26.js');
|
|
13
13
|
require('./f-checkbox-e59d6bda.js');
|
|
14
|
-
require('./f-chip-
|
|
15
|
-
require('./f-object-field-
|
|
16
|
-
require('./f-text-field-
|
|
14
|
+
require('./f-chip-36ba0f62.js');
|
|
15
|
+
require('./f-object-field-4d4002b0.js');
|
|
16
|
+
require('./f-text-field-8c918e34.js');
|
|
17
17
|
|
|
18
18
|
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%}";
|
|
19
19
|
const KupCellStyle0 = kupCellCss;
|
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
6
|
const fButton = require('./f-button-c084046d.js');
|
|
7
7
|
const fCheckbox = require('./f-checkbox-e59d6bda.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-8c918e34.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
|
-
const kupManager = require('./kup-manager-
|
|
10
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-76ef9f87.js');
|
|
13
13
|
require('./f-image-7457eb26.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-b6d2bca8.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-6feda954.js');
|
|
9
9
|
|