@sme.up/ketchup 11.0.0-SNAPSHOT-20250405100125 → 11.0.0-SNAPSHOT-20250407111441
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-0421d13a.js → f-cell-209db057.js} +5 -5
- package/dist/cjs/{f-chip-24b1eb58.js → f-chip-dc085b9b.js} +1 -1
- package/dist/cjs/{f-object-field-2ffc49c1.js → f-object-field-96e1c599.js} +2 -2
- package/dist/cjs/{f-paginator-utils-51bb9317.js → f-paginator-utils-3f233ebe.js} +1 -1
- package/dist/cjs/{f-text-field-5face063.js → f-text-field-d91ab1e8.js} +1 -1
- package/dist/cjs/index.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_29.cjs.entry.js +31 -23
- package/dist/cjs/kup-box.cjs.entry.js +58 -54
- 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-6f4d86ea.js → kup-data-table-helper-ff263f4f.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-image-list.cjs.entry.js +9 -8
- package/dist/cjs/kup-input-panel.cjs.entry.js +8 -8
- 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-49d2d8fe.js → kup-manager-ecc44384.js} +49 -0
- 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/collection/components/kup-box/kup-box.js +51 -47
- package/dist/collection/components/kup-data-table/kup-data-table.js +14 -10
- package/dist/collection/components/kup-image-list/kup-image-list.js +4 -3
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +3 -3
- package/dist/collection/components/kup-tree/kup-tree.js +10 -6
- package/dist/collection/f-components/f-cell/f-cell.js +1 -1
- package/dist/collection/managers/kup-data/kup-data.js +49 -0
- 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 +6 -5
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +6 -6
- 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-ddaa1bff.js → p-0860ea4c.js} +2 -2
- package/dist/components/{p-38dbf542.js → p-726f15fa.js} +26 -18
- package/dist/components/{p-7550d08c.js → p-73922583.js} +49 -0
- package/dist/components/{p-42f4920e.js → p-beb34679.js} +53 -49
- package/dist/components/{p-d6a2552b.js → p-d4cabd2b.js} +2 -2
- package/dist/components/{p-9fca99b8.js → p-e407f2ce.js} +2 -2
- package/dist/esm/{f-cell-3e62be2c.js → f-cell-8ed6963a.js} +5 -5
- package/dist/esm/{f-chip-35dfafdb.js → f-chip-72bcea75.js} +1 -1
- package/dist/esm/{f-object-field-fa368c87.js → f-object-field-1827746c.js} +2 -2
- package/dist/esm/{f-paginator-utils-d7e6b742.js → f-paginator-utils-e785d34e.js} +1 -1
- package/dist/esm/{f-text-field-dcf09b57.js → f-text-field-591dc383.js} +1 -1
- package/dist/esm/index.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_29.entry.js +31 -23
- package/dist/esm/kup-box.entry.js +58 -54
- 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-537035b9.js → kup-data-table-helper-0fbe9df1.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-image-list.entry.js +9 -8
- package/dist/esm/kup-input-panel.entry.js +8 -8
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +1 -1
- package/dist/esm/{kup-manager-2b2b7c68.js → kup-manager-a3f8ee8f.js} +49 -0
- 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/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-f295ca34.entry.js → p-02da7934.entry.js} +1 -1
- package/dist/ketchup/p-083e3b75.entry.js +1 -0
- package/dist/ketchup/{p-40dafa35.entry.js → p-0bfca086.entry.js} +1 -1
- package/dist/ketchup/{p-79f41e98.entry.js → p-20c7a116.entry.js} +1 -1
- package/dist/ketchup/p-2118015b.entry.js +1 -0
- package/dist/ketchup/{p-3aa35543.entry.js → p-2faa7118.entry.js} +1 -1
- package/dist/ketchup/p-2fd7281c.entry.js +1 -0
- package/dist/ketchup/{p-75fbe557.entry.js → p-356f79c6.entry.js} +1 -1
- package/dist/ketchup/{p-98f96683.entry.js → p-53e99c04.entry.js} +1 -1
- package/dist/ketchup/p-64e064f0.js +1 -0
- package/dist/ketchup/{p-752959b9.entry.js → p-6823ebc7.entry.js} +1 -1
- package/dist/ketchup/{p-6124d70d.entry.js → p-6a0c985b.entry.js} +1 -1
- package/dist/ketchup/{p-9ba596f1.entry.js → p-6ef496b5.entry.js} +1 -1
- package/dist/ketchup/{p-4418988a.entry.js → p-6fe57b1a.entry.js} +1 -1
- package/dist/ketchup/{p-5eeef57f.js → p-761ad9ec.js} +1 -1
- package/dist/ketchup/{p-63117858.entry.js → p-79e580bc.entry.js} +1 -1
- package/dist/ketchup/{p-fd413285.entry.js → p-7c395c61.entry.js} +1 -1
- package/dist/ketchup/{p-eaabc269.js → p-8140c1d2.js} +1 -1
- package/dist/ketchup/{p-9569dd8f.entry.js → p-83a1e078.entry.js} +1 -1
- package/dist/ketchup/{p-85f7df11.entry.js → p-8864762c.entry.js} +2 -2
- package/dist/ketchup/{p-4a6c6bf4.entry.js → p-8cf7b4a6.entry.js} +1 -1
- package/dist/ketchup/{p-c021821b.entry.js → p-8f0bf77e.entry.js} +1 -1
- package/dist/ketchup/{p-e78670d8.js → p-932940cb.js} +1 -1
- package/dist/ketchup/{p-084db57d.entry.js → p-a3f39aa5.entry.js} +1 -1
- package/dist/ketchup/{p-8ea55d48.entry.js → p-a52e835e.entry.js} +1 -1
- package/dist/ketchup/{p-1f03e444.entry.js → p-a551358b.entry.js} +1 -1
- package/dist/ketchup/{p-8404890e.entry.js → p-a7f2189e.entry.js} +1 -1
- package/dist/ketchup/{p-723eb2b0.entry.js → p-aa204653.entry.js} +1 -1
- package/dist/ketchup/{p-aecd109b.entry.js → p-af850d55.entry.js} +1 -1
- package/dist/ketchup/{p-bd00b50d.entry.js → p-c832734a.entry.js} +1 -1
- package/dist/ketchup/{p-0f7a8165.js → p-d1fa33e0.js} +1 -1
- package/dist/ketchup/{p-c5c28122.entry.js → p-dd0c299b.entry.js} +1 -1
- package/dist/ketchup/{p-a291cdc2.entry.js → p-df3ce69c.entry.js} +1 -1
- package/dist/ketchup/p-eac868f3.entry.js +1 -0
- package/dist/ketchup/{p-0a60f2ec.js → p-f1886258.js} +1 -1
- package/dist/ketchup/{p-2619d7d8.entry.js → p-f9c32c30.entry.js} +1 -1
- package/dist/ketchup/{p-cd73eaec.js → p-fb4f10d5.js} +1 -1
- package/dist/types/components/kup-box/kup-box.d.ts +0 -4
- package/dist/types/managers/kup-data/kup-data.d.ts +11 -0
- package/package.json +1 -1
- package/dist/ketchup/p-325a41c0.entry.js +0 -1
- package/dist/ketchup/p-6eb5f3da.js +0 -1
- package/dist/ketchup/p-82b354c1.entry.js +0 -1
- package/dist/ketchup/p-915118f8.entry.js +0 -1
- package/dist/ketchup/p-feb54e05.entry.js +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c7d441d8.js');
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
4
|
+
const kupManager = require('./kup-manager-ecc44384.js');
|
|
5
5
|
const fButton = require('./f-button-bfafefb3.js');
|
|
6
6
|
const fCheckbox = require('./f-checkbox-aaa6d45c.js');
|
|
7
|
-
const fChip = require('./f-chip-
|
|
7
|
+
const fChip = require('./f-chip-dc085b9b.js');
|
|
8
8
|
const fImage = require('./f-image-db10b066.js');
|
|
9
|
-
const fObjectField = require('./f-object-field-
|
|
10
|
-
const fTextField = require('./f-text-field-
|
|
9
|
+
const fObjectField = require('./f-object-field-96e1c599.js');
|
|
10
|
+
const fTextField = require('./f-text-field-d91ab1e8.js');
|
|
11
11
|
|
|
12
12
|
var FRadioType;
|
|
13
13
|
(function (FRadioType) {
|
|
@@ -589,7 +589,7 @@ const MainObjectAdapter = (_options, fieldLabel, currentValue, cell, _id) => (Ob
|
|
|
589
589
|
const MainCHKAdapter = (_options, fieldLabel, currentValue, cell) => (Object.assign(Object.assign({}, cell.data), { checked: currentValue === 'on' || currentValue === '1', label: fieldLabel }));
|
|
590
590
|
const MainBTNAdapter = (_options, _fieldLabel, currentValue, cell) => ({
|
|
591
591
|
data: [
|
|
592
|
-
Object.assign(Object.assign({}, cell.data), { icon: cell.icon, value: currentValue }),
|
|
592
|
+
Object.assign(Object.assign({}, cell.data), { icon: cell.icon, placeholderIcon: cell.placeholderIcon, value: currentValue }),
|
|
593
593
|
],
|
|
594
594
|
});
|
|
595
595
|
const MainITXAdapter = (_options, fieldLabel, _currentValue, cell) => (Object.assign(Object.assign({}, cell.data), { label: fieldLabel }));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c7d441d8.js');
|
|
4
4
|
const fImage = require('./f-image-db10b066.js');
|
|
5
|
-
const kupManager = require('./kup-manager-
|
|
5
|
+
const kupManager = require('./kup-manager-ecc44384.js');
|
|
6
6
|
|
|
7
7
|
function getIdOfItemByDisplayMode(item, mode, separator) {
|
|
8
8
|
const { id, value } = item;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c7d441d8.js');
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
4
|
+
const kupManager = require('./kup-manager-ecc44384.js');
|
|
5
5
|
const fButton = require('./f-button-bfafefb3.js');
|
|
6
6
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
7
|
-
const fTextField = require('./f-text-field-
|
|
7
|
+
const fTextField = require('./f-text-field-d91ab1e8.js');
|
|
8
8
|
|
|
9
9
|
const STATE = new WeakMap();
|
|
10
10
|
const FObjectField = (props) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c7d441d8.js');
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
4
|
+
const kupManager = require('./kup-manager-ecc44384.js');
|
|
5
5
|
const fButton = require('./f-button-bfafefb3.js');
|
|
6
6
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c7d441d8.js');
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
4
|
+
const kupManager = require('./kup-manager-ecc44384.js');
|
|
5
5
|
const fImage = require('./f-image-db10b066.js');
|
|
6
6
|
|
|
7
7
|
const dom = document.documentElement;
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -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-ecc44384.js');
|
|
7
7
|
const fImage = require('./f-image-db10b066.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
const component = require('./component-a6dd6c14.js');
|
|
@@ -3,10 +3,10 @@
|
|
|
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-ecc44384.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fImage = require('./f-image-db10b066.js');
|
|
9
|
-
const kupDataTableHelper = require('./kup-data-table-helper-
|
|
9
|
+
const kupDataTableHelper = require('./kup-data-table-helper-ff263f4f.js');
|
|
10
10
|
require('./kup-dates-bc4cf9d0.js');
|
|
11
11
|
|
|
12
12
|
var KupActivityTimelineProps;
|
|
@@ -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$1 = require('./kup-manager-
|
|
7
|
-
const fTextField = require('./f-text-field-
|
|
6
|
+
const kupManager$1 = require('./kup-manager-ecc44384.js');
|
|
7
|
+
const fTextField = require('./f-text-field-d91ab1e8.js');
|
|
8
8
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-dc085b9b.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
const fImage = require('./f-image-db10b066.js');
|
|
12
12
|
const fButton = require('./f-button-bfafefb3.js');
|
|
13
13
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
14
|
-
const fCell = require('./f-cell-
|
|
14
|
+
const fCell = require('./f-cell-209db057.js');
|
|
15
15
|
const kupDates = require('./kup-dates-bc4cf9d0.js');
|
|
16
16
|
const component = require('./component-a6dd6c14.js');
|
|
17
17
|
const fCheckbox = require('./f-checkbox-aaa6d45c.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-ff263f4f.js');
|
|
19
|
+
const fPaginatorUtils = require('./f-paginator-utils-3f233ebe.js');
|
|
20
|
+
require('./f-object-field-96e1c599.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Props of the kup-autocomplete component.
|
|
@@ -10034,7 +10034,7 @@ const KupDataTable = class {
|
|
|
10034
10034
|
__classPrivateFieldSet$3(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
10035
10035
|
let rows = null;
|
|
10036
10036
|
if (__classPrivateFieldGet$7(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
10037
|
-
rows = (index.h("tr", { key: '
|
|
10037
|
+
rows = (index.h("tr", { key: 'a76c8f8dc5e982eecf3ae52ddb9bf77f2d158d99', ref: (el) => __classPrivateFieldGet$7(this, _KupDataTable_rowsRefs, "f").push(el) }, index.h("td", { key: '85a1dd62b28d6afc884be966f34e9ad1ff07c652', colSpan: __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
10038
10038
|
}
|
|
10039
10039
|
else {
|
|
10040
10040
|
rows = [];
|
|
@@ -10099,7 +10099,7 @@ const KupDataTable = class {
|
|
|
10099
10099
|
for (let i = 0; i < chipsData.length; i++) {
|
|
10100
10100
|
props.onIconClick.push(() => __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
|
|
10101
10101
|
}
|
|
10102
|
-
groupChips = index.h(fChip.FChip, Object.assign({ key: '
|
|
10102
|
+
groupChips = index.h(fChip.FChip, Object.assign({ key: '99e046951573012871c2433c226adac9382a242a' }, props));
|
|
10103
10103
|
}
|
|
10104
10104
|
}
|
|
10105
10105
|
const tableClass = {
|
|
@@ -10131,7 +10131,7 @@ const KupDataTable = class {
|
|
|
10131
10131
|
if (this.headerIsPersistent &&
|
|
10132
10132
|
this.tableHeight === undefined &&
|
|
10133
10133
|
this.tableWidth === undefined) {
|
|
10134
|
-
stickyEl = (index.h("sticky-header", { key: '
|
|
10134
|
+
stickyEl = (index.h("sticky-header", { key: 'f725e89f9ef954ce6cd3e1a22b48c588e11686f9', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_stickyTheadRef, el, "f")) }, index.h("thead-sticky", { key: 'fa19d88756fb6cafdec2b4a0d30b99979af83a75' }, index.h("tr-sticky", { key: '85ce999c755781ecb7607acf7167af47536fe22f' }, stickyHeader))));
|
|
10135
10135
|
}
|
|
10136
10136
|
let belowClass = 'below-wrapper';
|
|
10137
10137
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -10177,7 +10177,7 @@ const KupDataTable = class {
|
|
|
10177
10177
|
const useGlobalFilter = !this.legacyLook &&
|
|
10178
10178
|
(this.globalFilter ||
|
|
10179
10179
|
this.getRows().length > __classPrivateFieldGet$7(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
10180
|
-
const compCreated = (index.h(index.Host, { key: '
|
|
10180
|
+
const compCreated = (index.h(index.Host, { key: 'e715de7058b4e8c5b7fb3b862aac4227422ca395', "onKup-drop": (e) => {
|
|
10181
10181
|
this.kupDataTableDrop.emit(e.detail);
|
|
10182
10182
|
}, "onKup-cell-input": (e) => {
|
|
10183
10183
|
autoselectOnAction(e);
|
|
@@ -10192,11 +10192,11 @@ const KupDataTable = class {
|
|
|
10192
10192
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
10193
10193
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
10194
10194
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
10195
|
-
} }, index.h("style", { key: '
|
|
10195
|
+
} }, index.h("style", { key: '71a61054181a746af3f28a60296ba1f04925995c' }, __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, index.h("div", { key: '8a7b033dc9ea75b9bcb7d39c92d4885ced443163', id: GenericVariables.componentWrapperId, class: wrapClass }, index.h("div", { key: 'a419cdb4ae7e9b1fc7436e9d0372d9e682b8a4ec', class: "group-wrapper" }, groupChips), index.h("div", { key: 'c805cebdb7665820df23858b5b6acc693e7b2c78', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (index.h("div", { id: "global-filter" }, index.h(fTextField.FTextField, { fullWidth: true, icon: kupManager$1.KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), sizing: kupManager$1.KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
|
|
10196
10196
|
const t = event.target;
|
|
10197
10197
|
window.clearTimeout(__classPrivateFieldGet$7(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
10198
10198
|
__classPrivateFieldSet$3(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
10199
|
-
} }))) : null, index.h("div", { key: '
|
|
10199
|
+
} }))) : null, index.h("div", { key: 'ed492fc2018c2eab0e952b903fb0361a0a85dce3', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
|
|
10200
10200
|
this.selectedRows.length > 0 ? (index.h(fButton.FButton, { icon: "save", onClick: () => {
|
|
10201
10201
|
this.kupSave.emit({
|
|
10202
10202
|
comp: this,
|
|
@@ -10246,9 +10246,9 @@ const KupDataTable = class {
|
|
|
10246
10246
|
this.data.rows.unshift(row);
|
|
10247
10247
|
await this.refresh(true);
|
|
10248
10248
|
}
|
|
10249
|
-
}, sizing: kupManager$1.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: '
|
|
10249
|
+
}, sizing: kupManager$1.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: 'a41b2a8949a57110e41329a0b7233f9df313e2c4', class: "droparea", ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
|
|
10250
10250
|
? __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
10251
|
-
: null), index.h("div", { key: '
|
|
10251
|
+
: null), index.h("div", { key: '5a7f1c9e35c63a427b7d21d62acd118ba04da492', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
10252
10252
|
? [
|
|
10253
10253
|
index.h("div", { class: "settings-trigger", onClick: () => {
|
|
10254
10254
|
__classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -10257,7 +10257,7 @@ const KupDataTable = class {
|
|
|
10257
10257
|
} }, index.h(fImage.FImage, { color: `var(${kupManager$1.KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
10258
10258
|
this.renderCustomizePanel(),
|
|
10259
10259
|
]
|
|
10260
|
-
: null, index.h("table", { key: '
|
|
10260
|
+
: null, index.h("table", { key: '21dddbf797c42ed600eb596ccd8264f47ecc7857', class: tableClass, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$7(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
|
|
10261
10261
|
ev.stopPropagation();
|
|
10262
10262
|
}, onPointerDown: (e) => {
|
|
10263
10263
|
__classPrivateFieldSet$3(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
@@ -10265,7 +10265,7 @@ const KupDataTable = class {
|
|
|
10265
10265
|
__classPrivateFieldSet$3(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$7(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
10266
10266
|
}, onContextMenu: (e) => {
|
|
10267
10267
|
e.preventDefault();
|
|
10268
|
-
} }, index.h("thead", { key: '
|
|
10268
|
+
} }, index.h("thead", { key: 'faf92dab25bd3034245054cee9403f44777c6355', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$3(this, _KupDataTable_theadRef, el, "f")) }, index.h("tr", { key: '134be2f43bec27500c1290252b03a1d37970ad24' }, header)), index.h("tbody", { key: '4ced5608c517ee9deca486f493007f005bf3579b' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
10269
10269
|
__classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
10270
10270
|
return compCreated;
|
|
10271
10271
|
}
|
|
@@ -12700,6 +12700,10 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
12700
12700
|
cell.data = Object.assign(Object.assign({}, cell.data), { legacyLook: this.legacyLook, sizing: this.density === 'extra_dense'
|
|
12701
12701
|
? 'extra-small'
|
|
12702
12702
|
: (_a = cell.data) === null || _a === void 0 ? void 0 : _a.sizing });
|
|
12703
|
+
if (!cell.isEditable) {
|
|
12704
|
+
cell.cssClass =
|
|
12705
|
+
__classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").data.cell.getObjectRelatedStyleClasses(cell.obj, cell.cssClass);
|
|
12706
|
+
}
|
|
12703
12707
|
const fcell = Object.assign(Object.assign({}, __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").data.cell.buildFCell(cell, currentColumn, row)), { component: this, density: this.density, editable: this.editableData || this.updatableData, indents: indend, previousValue: hideValuesRepetitions && previousRow
|
|
12704
12708
|
? previousRow.cells[name].value
|
|
12705
12709
|
: undefined, renderKup: this.lazyLoadCells, cellActionIcon: __classPrivateFieldGet$7(this, _KupDataTable_kupManager, "f").data.cell.hasActionCell(cell, (_b = this.commands) !== null && _b !== void 0 ? _b : [])
|
|
@@ -20037,6 +20041,10 @@ const KupTree = class {
|
|
|
20037
20041
|
if (treeNodeData.style) {
|
|
20038
20042
|
cell.style = treeNodeData.style;
|
|
20039
20043
|
}
|
|
20044
|
+
if (!cell.isEditable) {
|
|
20045
|
+
cell.cssClass =
|
|
20046
|
+
__classPrivateFieldGet(this, _KupTree_kupManager, "f").data.cell.getObjectRelatedStyleClasses(cell.obj, cell.cssClass);
|
|
20047
|
+
}
|
|
20040
20048
|
const cellProps = {
|
|
20041
20049
|
cell: cell,
|
|
20042
20050
|
column: column,
|
|
@@ -20416,19 +20424,19 @@ const KupTree = class {
|
|
|
20416
20424
|
this.data &&
|
|
20417
20425
|
this.data.length &&
|
|
20418
20426
|
this.data.length > 0) {
|
|
20419
|
-
filterField = (index.h("div", { key: '
|
|
20427
|
+
filterField = (index.h("div", { key: 'ff1020f304bbfee1d6433c8882b18272d4dda7be', id: "global-filter" }, index.h("kup-text-field", { key: '4dd811801af1f4cf8ece9a0a1ef3331c923378d3', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), sizing: kupManager$1.KupComponentSizing.EXTRA_SMALL, icon: kupManager$1.KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
|
|
20420
20428
|
window.clearTimeout(this.globalFilterTimeout);
|
|
20421
20429
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
20422
20430
|
} })));
|
|
20423
20431
|
}
|
|
20424
|
-
return (index.h(index.Host, { key: '
|
|
20432
|
+
return (index.h(index.Host, { key: 'f8ba7ff18d58a324731a3d0a45c8d8251b5440d2', "onKup-cell-click": (e) => {
|
|
20425
20433
|
this.kupTreeCellClick.emit(e.detail);
|
|
20426
|
-
} }, index.h("style", { key: '
|
|
20427
|
-
el) }, index.h("table", { key: '
|
|
20434
|
+
} }, index.h("style", { key: 'd40a8b4436b49da39873ba2117515653d6aeadc1' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '7a053d7b35ce514c3ba002ea0069da7c99b20bfe', id: GenericVariables.componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, index.h("div", { key: 'e5506ba273ae1323a57db34a282ff3141aa0435e', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
20435
|
+
el) }, index.h("table", { key: '0d50f091ff50a3ae3f3de83b2ebb447c49ea5149', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
20428
20436
|
e.preventDefault();
|
|
20429
|
-
} }, index.h("thead", { key: '
|
|
20437
|
+
} }, index.h("thead", { key: '0016feac66903ec0c9ac686c56faa66b5a9c2a72', class: {
|
|
20430
20438
|
'header--is-visible': visibleHeader,
|
|
20431
|
-
} }, index.h("tr", { key: '
|
|
20439
|
+
} }, index.h("tr", { key: 'faa93cc2b52a2b58129d8a4a7865d1de396b9245' }, visibleHeader ? this.renderHeader() : null)), index.h("tbody", { key: 'ba126f0986e44b0237e0d124f012d49be1ead548' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
20432
20440
|
this.columns
|
|
20433
20441
|
? this.renderFooter()
|
|
20434
20442
|
: null)))));
|