@sme.up/ketchup 11.0.0-SNAPSHOT-20250617101849 → 11.0.0-SNAPSHOT-20250619092148
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-764eba4b.js → f-cell-eb60aa5f.js} +5 -5
- package/dist/cjs/{f-chip-8509759a.js → f-chip-f35c1b42.js} +1 -1
- package/dist/cjs/{f-object-field-87a0fe10.js → f-object-field-04065abd.js} +2 -2
- package/dist/cjs/{f-paginator-utils-5da86e1a.js → f-paginator-utils-3ada5c71.js} +1 -1
- package/dist/cjs/{f-text-field-0213f237.js → f-text-field-0eda27cd.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +132 -127
- package/dist/cjs/kup-box.cjs.entry.js +8 -8
- package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
- package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-cell.cjs.entry.js +6 -6
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1 -1
- package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
- package/dist/cjs/{kup-data-table-helper-46ae95a2.js → kup-data-table-helper-0b79fb90.js} +2 -2
- package/dist/cjs/{kup-dates-bc4cf9d0.js → kup-dates-8619368a.js} +3 -7
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-editor.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
- package/dist/cjs/kup-gantt_10.cjs.entry.js +2 -2
- package/dist/cjs/kup-grid.cjs.entry.js +2 -2
- package/dist/cjs/kup-htm.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-input-panel.cjs.entry.js +6 -6
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
- package/dist/cjs/{kup-manager-303caa7e.js → kup-manager-5cdad0f5.js} +26 -11
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
- package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
- package/dist/cjs/{kup-planner-renderer-helper-63478d1c.js → kup-planner-renderer-helper-eaca3f99.js} +1 -1
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +3 -3
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/kup-txt.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography.cjs.entry.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +13 -11
- package/dist/collection/components/kup-tree/kup-tree.js +10 -7
- package/dist/collection/f-components/f-cell/f-cell.js +1 -1
- package/dist/collection/managers/kup-dates/kup-dates.js +3 -7
- package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
- package/dist/collection/utils/cell-utils.js +18 -6
- package/dist/collection/utils/filters/filters.js +6 -3
- 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 +3 -3
- 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-custom-task-list-table.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-gantt.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 +3 -3
- 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-renderer.js +1 -1
- package/dist/components/kup-planner.js +6 -6
- 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-task-list.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-f4c3bb2e.js → p-2b1c5b0d.js} +2 -2
- package/dist/components/{p-67ba8cd7.js → p-5579a90c.js} +1 -1
- package/dist/components/{p-f97bb2e9.js → p-5a2b1b4a.js} +192 -187
- package/dist/components/{p-2b75f42c.js → p-61165aaf.js} +2 -2
- package/dist/components/{p-4aec8478.js → p-6bb50a6c.js} +2 -2
- package/dist/components/{p-d4e63022.js → p-6d7f9cce.js} +2 -2
- package/dist/components/{p-4ca4849a.js → p-6f59cb9c.js} +2 -2
- package/dist/components/{p-fba96ad0.js → p-9615f24a.js} +4 -4
- package/dist/components/{p-1581348d.js → p-9d9181cf.js} +3 -7
- package/dist/components/{p-e5613e04.js → p-df77b97b.js} +26 -11
- package/dist/components/{p-eb660ec4.js → p-fb90a43f.js} +2 -2
- package/dist/esm/{f-cell-1e8031df.js → f-cell-21a26cc8.js} +5 -5
- package/dist/esm/{f-chip-50f0d42a.js → f-chip-663db488.js} +1 -1
- package/dist/esm/{f-object-field-9c19ce8f.js → f-object-field-afe7604f.js} +2 -2
- package/dist/esm/{f-paginator-utils-6ad84c45.js → f-paginator-utils-b6924c55.js} +1 -1
- package/dist/esm/{f-text-field-3241c025.js → f-text-field-40f1ad00.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-activity-timeline.entry.js +3 -3
- package/dist/esm/kup-autocomplete_30.entry.js +132 -127
- package/dist/esm/kup-box.entry.js +8 -8
- package/dist/esm/kup-calendar.entry.js +3 -3
- package/dist/esm/kup-card-list.entry.js +2 -2
- package/dist/esm/kup-cell.entry.js +6 -6
- package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
- package/dist/esm/kup-dashboard.entry.js +3 -3
- package/dist/esm/{kup-data-table-helper-16a46c2f.js → kup-data-table-helper-8f020338.js} +2 -2
- package/dist/esm/{kup-dates-da19044e.js → kup-dates-77f1a451.js} +3 -7
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-editor.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +2 -2
- package/dist/esm/kup-gantt_10.entry.js +2 -2
- package/dist/esm/kup-grid.entry.js +2 -2
- package/dist/esm/kup-htm.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-input-panel.entry.js +6 -6
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-3c858178.js → kup-manager-b367be3b.js} +26 -11
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-object-field.entry.js +4 -4
- package/dist/esm/kup-pdf.entry.js +2 -2
- package/dist/esm/{kup-planner-renderer-helper-4952d0a1.js → kup-planner-renderer-helper-373880b5.js} +1 -1
- package/dist/esm/kup-planner-renderer.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +3 -3
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +2 -2
- package/dist/esm/kup-txt.entry.js +2 -2
- package/dist/esm/kup-typography-list.entry.js +2 -2
- package/dist/esm/kup-typography.entry.js +2 -2
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-690109ca.entry.js → p-080bfe3a.entry.js} +1 -1
- package/dist/ketchup/{p-fabd3485.entry.js → p-0aa31cb0.entry.js} +1 -1
- package/dist/ketchup/{p-21add9e1.entry.js → p-0befe9d2.entry.js} +1 -1
- package/dist/ketchup/{p-63c8127b.entry.js → p-15999be8.entry.js} +1 -1
- package/dist/ketchup/{p-81f0b415.entry.js → p-1f02c1b0.entry.js} +1 -1
- package/dist/ketchup/{p-4c683120.entry.js → p-22530697.entry.js} +1 -1
- package/dist/ketchup/{p-3b818fd2.js → p-2e012afe.js} +1 -1
- package/dist/ketchup/{p-9325326d.entry.js → p-360dcb21.entry.js} +1 -1
- package/dist/ketchup/{p-d9d152d6.entry.js → p-39ec628e.entry.js} +1 -1
- package/dist/ketchup/{p-ce919d31.entry.js → p-470a942f.entry.js} +1 -1
- package/dist/ketchup/{p-c8459cf2.entry.js → p-4d163a30.entry.js} +1 -1
- package/dist/ketchup/{p-03786bb6.js → p-51cc836a.js} +1 -1
- package/dist/ketchup/{p-0f9b546a.js → p-5f645f29.js} +1 -1
- package/dist/ketchup/{p-fd42fcb6.entry.js → p-63208a5a.entry.js} +1 -1
- package/dist/ketchup/{p-47aa82ec.entry.js → p-71855dfb.entry.js} +1 -1
- package/dist/ketchup/{p-18525574.entry.js → p-75bc6e7e.entry.js} +1 -1
- package/dist/ketchup/{p-d76e2ae3.entry.js → p-93181191.entry.js} +1 -1
- package/dist/ketchup/{p-7b3d54ff.entry.js → p-941beedb.entry.js} +1 -1
- package/dist/ketchup/{p-2944f753.entry.js → p-96830f9e.entry.js} +1 -1
- package/dist/ketchup/{p-d7aaf032.entry.js → p-9940f67c.entry.js} +1 -1
- package/dist/ketchup/{p-5a28e60b.entry.js → p-9a980aef.entry.js} +1 -1
- package/dist/ketchup/{p-f2c81186.entry.js → p-a6c7a579.entry.js} +1 -1
- package/dist/ketchup/p-b1a34635.js +1 -0
- package/dist/ketchup/p-b39c7a22.js +1 -0
- package/dist/ketchup/{p-2031c804.entry.js → p-b7ba14cb.entry.js} +1 -1
- package/dist/ketchup/{p-f2bccdba.entry.js → p-b9350213.entry.js} +1 -1
- package/dist/ketchup/{p-81eb143d.entry.js → p-b99d2f17.entry.js} +1 -1
- package/dist/ketchup/{p-8d506556.js → p-c109ce22.js} +1 -1
- package/dist/ketchup/{p-a7e95b7e.entry.js → p-c2f3c9dd.entry.js} +1 -1
- package/dist/ketchup/{p-fa811d2e.entry.js → p-c473cfbe.entry.js} +1 -1
- package/dist/ketchup/{p-1ee561ba.js → p-cabebabc.js} +1 -1
- package/dist/ketchup/{p-b2d2d305.entry.js → p-ce257bfa.entry.js} +1 -1
- package/dist/ketchup/{p-6e28af6d.entry.js → p-d239b4f4.entry.js} +1 -1
- package/dist/ketchup/p-d49f1a0d.js +1 -0
- package/dist/ketchup/{p-b1359441.js → p-d696e519.js} +1 -1
- package/dist/ketchup/{p-ba826996.entry.js → p-e481fd5a.entry.js} +1 -1
- package/dist/ketchup/{p-f0e47ce4.entry.js → p-ec45b174.entry.js} +1 -1
- package/dist/ketchup/{p-a6c17954.entry.js → p-f2bfb53c.entry.js} +1 -1
- package/dist/ketchup/p-f515bf36.entry.js +8 -0
- package/dist/ketchup/{p-ee6f28dc.entry.js → p-f705b5f6.entry.js} +1 -1
- package/dist/ketchup/{p-39105c98.entry.js → p-fac09a35.entry.js} +1 -1
- package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
- package/package.json +1 -1
- package/dist/ketchup/p-035efede.js +0 -1
- package/dist/ketchup/p-5400fd64.js +0 -1
- package/dist/ketchup/p-8e1f40c4.entry.js +0 -8
- package/dist/ketchup/p-b2ef8707.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-5cdad0f5.js');
|
|
7
|
+
const fTextField = require('./f-text-field-0eda27cd.js');
|
|
8
8
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-f35c1b42.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-
|
|
15
|
-
const kupDates = require('./kup-dates-
|
|
14
|
+
const fCell = require('./f-cell-eb60aa5f.js');
|
|
15
|
+
const kupDates = require('./kup-dates-8619368a.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-0b79fb90.js');
|
|
19
|
+
const fPaginatorUtils = require('./f-paginator-utils-3ada5c71.js');
|
|
20
|
+
require('./f-object-field-04065abd.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Props of the kup-autocomplete component.
|
|
@@ -1138,7 +1138,7 @@ const KupButtonList = class {
|
|
|
1138
1138
|
};
|
|
1139
1139
|
KupButtonList.style = KupButtonListStyle0;
|
|
1140
1140
|
|
|
1141
|
-
const dom$
|
|
1141
|
+
const dom$d = document.documentElement;
|
|
1142
1142
|
/**
|
|
1143
1143
|
* 1st box card layout, it can be used as a key-value grid list.
|
|
1144
1144
|
* @param {KupCard} component - Card component.
|
|
@@ -1233,8 +1233,8 @@ function create4$4(component) {
|
|
|
1233
1233
|
let value = null;
|
|
1234
1234
|
for (let index = 0; index < cells.length; index++) {
|
|
1235
1235
|
const cell = cells[index];
|
|
1236
|
-
const isImage = dom$
|
|
1237
|
-
dom$
|
|
1236
|
+
const isImage = dom$d.ketchup.objects.isImage(cell.obj) ||
|
|
1237
|
+
dom$d.ketchup.objects.isIcon(cell.obj) ||
|
|
1238
1238
|
((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === kupManager$2.FCellShapes.IMAGE;
|
|
1239
1239
|
if (!image && isImage) {
|
|
1240
1240
|
image = index;
|
|
@@ -1291,8 +1291,8 @@ function create5$4(component) {
|
|
|
1291
1291
|
for (let index$1 = 0; index$1 < cells.length; index$1++) {
|
|
1292
1292
|
const cell = cells[index$1];
|
|
1293
1293
|
const column = component.data.columns[index$1];
|
|
1294
|
-
const isImage = dom$
|
|
1295
|
-
dom$
|
|
1294
|
+
const isImage = dom$d.ketchup.objects.isImage(cell.obj) ||
|
|
1295
|
+
dom$d.ketchup.objects.isIcon(cell.obj) ||
|
|
1296
1296
|
((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === kupManager$2.FCellShapes.IMAGE;
|
|
1297
1297
|
if (!imageProps && isImage) {
|
|
1298
1298
|
imageProps = {
|
|
@@ -1344,8 +1344,8 @@ function create6$4(component) {
|
|
|
1344
1344
|
for (let index$1 = 0; index$1 < cells.length; index$1++) {
|
|
1345
1345
|
const cell = cells[index$1];
|
|
1346
1346
|
const column = component.data.columns[index$1];
|
|
1347
|
-
const isImage = dom$
|
|
1348
|
-
dom$
|
|
1347
|
+
const isImage = dom$d.ketchup.objects.isImage(cell.obj) ||
|
|
1348
|
+
dom$d.ketchup.objects.isIcon(cell.obj) ||
|
|
1349
1349
|
((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === kupManager$2.FCellShapes.IMAGE;
|
|
1350
1350
|
if (!image && isImage) {
|
|
1351
1351
|
image = index$1;
|
|
@@ -1440,7 +1440,7 @@ var SourceEvent;
|
|
|
1440
1440
|
SourceEvent["YEAR"] = "year";
|
|
1441
1441
|
})(SourceEvent || (SourceEvent = {}));
|
|
1442
1442
|
|
|
1443
|
-
const dom$
|
|
1443
|
+
const dom$c = document.documentElement;
|
|
1444
1444
|
const kupManager$1 = kupManager$2.kupManagerInstance();
|
|
1445
1445
|
function prepareCalendar(component) {
|
|
1446
1446
|
const el = component.rootElement;
|
|
@@ -1473,7 +1473,7 @@ function prepareCalendar(component) {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
if (!el.kupData.value)
|
|
1475
1475
|
setValue$2(component, new Date());
|
|
1476
|
-
const months = dom$
|
|
1476
|
+
const months = dom$c.ketchup.dates.getMonthsAsString();
|
|
1477
1477
|
const curYear = getYear(component);
|
|
1478
1478
|
const curMonth = getMonth(component);
|
|
1479
1479
|
const yearRange = getInitEndYear(curYear);
|
|
@@ -1617,7 +1617,7 @@ function createCalendar(component) {
|
|
|
1617
1617
|
}
|
|
1618
1618
|
}
|
|
1619
1619
|
function createDaysCalendar(component) {
|
|
1620
|
-
const days = dom$
|
|
1620
|
+
const days = dom$c.ketchup.dates.getDaysOfWeekAsString(getFirstDayIndex(component));
|
|
1621
1621
|
const selectedDate = getValue$1(component);
|
|
1622
1622
|
const selectedDay = getDay(component);
|
|
1623
1623
|
const selectedMonth = getMonth(component);
|
|
@@ -1704,7 +1704,7 @@ function createDaysCalendar(component) {
|
|
|
1704
1704
|
index.h("tbody", null, tbody))));
|
|
1705
1705
|
}
|
|
1706
1706
|
function createMonthsCalendar(component) {
|
|
1707
|
-
const months = dom$
|
|
1707
|
+
const months = dom$c.ketchup.dates.getMonthsAsString(kupDates.KupDateTimeFormatOptionsMonth.SHORT);
|
|
1708
1708
|
let selectedDay = getDay(component);
|
|
1709
1709
|
const selectedMonth = getMonth(component);
|
|
1710
1710
|
const selectedYear = getYear(component);
|
|
@@ -1855,7 +1855,7 @@ function refresh(component) {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
function onCalendarMonthYearItemClick(component, value) {
|
|
1857
1857
|
let d;
|
|
1858
|
-
if (dom$
|
|
1858
|
+
if (dom$c.ketchup.dates.isIsoDate(value)) {
|
|
1859
1859
|
d = new Date(value);
|
|
1860
1860
|
}
|
|
1861
1861
|
else {
|
|
@@ -1877,7 +1877,7 @@ function onCalendarMonthYearItemClick(component, value) {
|
|
|
1877
1877
|
}
|
|
1878
1878
|
function onCalendarItemClick(component, value) {
|
|
1879
1879
|
let d;
|
|
1880
|
-
if (dom$
|
|
1880
|
+
if (dom$c.ketchup.dates.isIsoDate(value)) {
|
|
1881
1881
|
d = new Date(value);
|
|
1882
1882
|
}
|
|
1883
1883
|
else {
|
|
@@ -1893,7 +1893,7 @@ function setDateToday(component) {
|
|
|
1893
1893
|
refresh(component);
|
|
1894
1894
|
}
|
|
1895
1895
|
|
|
1896
|
-
const dom$
|
|
1896
|
+
const dom$b = document.documentElement;
|
|
1897
1897
|
function prepareClock(component) {
|
|
1898
1898
|
const el = component.rootElement;
|
|
1899
1899
|
el.kupData = {};
|
|
@@ -2008,7 +2008,7 @@ function onKupBlur(component) {
|
|
|
2008
2008
|
function createClock(component) {
|
|
2009
2009
|
let selectedTime;
|
|
2010
2010
|
if (getValue(component)) {
|
|
2011
|
-
selectedTime = dom$
|
|
2011
|
+
selectedTime = dom$b.ketchup.dates
|
|
2012
2012
|
.toDayjs(getValue(component), isManageSeconds(component)
|
|
2013
2013
|
? kupDates.KupDatesFormats.ISO_TIME
|
|
2014
2014
|
: kupDates.KupDatesFormats.ISO_TIME_WITHOUT_SECONDS)
|
|
@@ -2212,7 +2212,7 @@ function setClockTime(e, component) {
|
|
|
2212
2212
|
e.target.classList.add('selected');
|
|
2213
2213
|
}
|
|
2214
2214
|
|
|
2215
|
-
const dom$
|
|
2215
|
+
const dom$a = document.documentElement;
|
|
2216
2216
|
const premadeFormulas = [
|
|
2217
2217
|
kupManager$2.KupLanguageTotals.AVERAGE,
|
|
2218
2218
|
kupManager$2.KupLanguageTotals.DIFFERENCE,
|
|
@@ -2227,7 +2227,7 @@ function prepareColumnDropMenu(component) {
|
|
|
2227
2227
|
const column = options.data.columns[index];
|
|
2228
2228
|
if (column.visible !== false &&
|
|
2229
2229
|
column.obj &&
|
|
2230
|
-
dom$
|
|
2230
|
+
dom$a.ketchup.objects.isNumber(column.obj)) {
|
|
2231
2231
|
chipData.push({
|
|
2232
2232
|
obj: column.obj,
|
|
2233
2233
|
value: column.name,
|
|
@@ -2243,7 +2243,7 @@ function prepareColumnDropMenu(component) {
|
|
|
2243
2243
|
if (options.enableFormula) {
|
|
2244
2244
|
combobox = prepareCombobox(options, numericalColumnsExist);
|
|
2245
2245
|
if (numericalColumnsExist) {
|
|
2246
|
-
button = (index.h("kup-button", { "onKup-button-click": () => applyFormula(component), label: dom$
|
|
2246
|
+
button = (index.h("kup-button", { "onKup-button-click": () => applyFormula(component), label: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.CALCULATE), styling: fButtonDeclarations.FButtonStyling.OUTLINED }));
|
|
2247
2247
|
chipSet = (index.h("div", { class: "sub-chip" },
|
|
2248
2248
|
index.h("kup-chip", { data: chipData, "onKup-chip-click": (e) => typeColumn(e, component) })));
|
|
2249
2249
|
}
|
|
@@ -2256,35 +2256,35 @@ function prepareList(options) {
|
|
|
2256
2256
|
listData.push({
|
|
2257
2257
|
icon: 'library_add',
|
|
2258
2258
|
id: kupManager$2.KupLanguageGeneric.MERGE,
|
|
2259
|
-
value: dom$
|
|
2259
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageGeneric.MERGE),
|
|
2260
2260
|
});
|
|
2261
2261
|
}
|
|
2262
2262
|
if (options.enableMove) {
|
|
2263
2263
|
listData.push({
|
|
2264
2264
|
icon: 'swap_horiz',
|
|
2265
2265
|
id: kupManager$2.KupLanguageGeneric.MOVE,
|
|
2266
|
-
value: dom$
|
|
2266
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageGeneric.MOVE),
|
|
2267
2267
|
});
|
|
2268
2268
|
}
|
|
2269
2269
|
return listData.length > 0 ? (index.h("kup-list", { data: listData, showIcons: true, "onkup-list-click": (e) => listClick(e, options) })) : null;
|
|
2270
2270
|
}
|
|
2271
2271
|
function prepareCombobox(options, numericalColumnsExist) {
|
|
2272
2272
|
const comboListData = [];
|
|
2273
|
-
const numeric = dom$
|
|
2274
|
-
dom$
|
|
2273
|
+
const numeric = dom$a.ketchup.objects.isNumber(options.receivingColumn.obj) &&
|
|
2274
|
+
dom$a.ketchup.objects.isNumber(options.starterColumn.obj);
|
|
2275
2275
|
if (numeric) {
|
|
2276
2276
|
comboListData.push({
|
|
2277
2277
|
id: kupManager$2.KupLanguageTotals.AVERAGE,
|
|
2278
|
-
value: dom$
|
|
2278
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.AVERAGE),
|
|
2279
2279
|
}, {
|
|
2280
2280
|
id: kupManager$2.KupLanguageTotals.DIFFERENCE,
|
|
2281
|
-
value: dom$
|
|
2281
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.DIFFERENCE),
|
|
2282
2282
|
}, {
|
|
2283
2283
|
id: kupManager$2.KupLanguageTotals.PRODUCT,
|
|
2284
|
-
value: dom$
|
|
2284
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.PRODUCT),
|
|
2285
2285
|
}, {
|
|
2286
2286
|
id: kupManager$2.KupLanguageTotals.SUM,
|
|
2287
|
-
value: dom$
|
|
2287
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.SUM),
|
|
2288
2288
|
}, {
|
|
2289
2289
|
id: `([${options.starterColumn.name}]/[${options.receivingColumn.name}])*100`,
|
|
2290
2290
|
value: `[${options.starterColumn.name}] / [${options.receivingColumn.name}] * 100`,
|
|
@@ -2296,7 +2296,7 @@ function prepareCombobox(options, numericalColumnsExist) {
|
|
|
2296
2296
|
else {
|
|
2297
2297
|
comboListData.push({
|
|
2298
2298
|
id: kupManager$2.KupLanguageColumn.NO_FORMULA,
|
|
2299
|
-
value: dom$
|
|
2299
|
+
value: dom$a.ketchup.language.translate(kupManager$2.KupLanguageColumn.NO_FORMULA),
|
|
2300
2300
|
});
|
|
2301
2301
|
}
|
|
2302
2302
|
const comboData = {
|
|
@@ -2306,11 +2306,11 @@ function prepareCombobox(options, numericalColumnsExist) {
|
|
|
2306
2306
|
},
|
|
2307
2307
|
'kup-text-field': {
|
|
2308
2308
|
helper: !numericalColumnsExist
|
|
2309
|
-
? dom$
|
|
2309
|
+
? dom$a.ketchup.language.translate(kupManager$2.KupLanguageColumn.NON_NUMERICAL_IN_TABLE)
|
|
2310
2310
|
: numeric
|
|
2311
2311
|
? `i.e.: [${options.receivingColumn.name}] - [${options.starterColumn.name}] + 1`
|
|
2312
|
-
: dom$
|
|
2313
|
-
label: dom$
|
|
2312
|
+
: dom$a.ketchup.language.translate(kupManager$2.KupLanguageColumn.NON_NUMERICAL),
|
|
2313
|
+
label: dom$a.ketchup.language.translate(kupManager$2.KupLanguageTotals.FORMULA),
|
|
2314
2314
|
outlined: true,
|
|
2315
2315
|
},
|
|
2316
2316
|
};
|
|
@@ -2354,7 +2354,7 @@ async function applyFormula(component) {
|
|
|
2354
2354
|
? parts[1].trim()
|
|
2355
2355
|
: valueString;
|
|
2356
2356
|
if (premadeFormulas.includes(value)) {
|
|
2357
|
-
const result = dom$
|
|
2357
|
+
const result = dom$a.ketchup.data.column.new(options.data, kupManager$2.KupDataNewColumnTypes.MATH, {
|
|
2358
2358
|
columns: [
|
|
2359
2359
|
options.receivingColumn.name,
|
|
2360
2360
|
options.starterColumn.name,
|
|
@@ -2369,7 +2369,7 @@ async function applyFormula(component) {
|
|
|
2369
2369
|
}
|
|
2370
2370
|
}
|
|
2371
2371
|
else {
|
|
2372
|
-
const result = dom$
|
|
2372
|
+
const result = dom$a.ketchup.data.column.new(options.data, kupManager$2.KupDataNewColumnTypes.MATH, {
|
|
2373
2373
|
newColumn: hasDescription
|
|
2374
2374
|
? { name: description, title: description }
|
|
2375
2375
|
: undefined,
|
|
@@ -2387,7 +2387,7 @@ async function applyFormula(component) {
|
|
|
2387
2387
|
}
|
|
2388
2388
|
}
|
|
2389
2389
|
|
|
2390
|
-
const dom$
|
|
2390
|
+
const dom$9 = document.documentElement;
|
|
2391
2391
|
function prepareMessageBox(component) {
|
|
2392
2392
|
const options = component.data.options;
|
|
2393
2393
|
const buttonsExist = !!(options.cancelCb || options.confirmCb);
|
|
@@ -2396,13 +2396,13 @@ function prepareMessageBox(component) {
|
|
|
2396
2396
|
buttonsExist ? (index.h("div", { class: "button-wrapper" },
|
|
2397
2397
|
options.cancelCb ? (index.h(fButton.FButton, { icon: "clear", label: options.cancelLabel
|
|
2398
2398
|
? options.cancelLabel
|
|
2399
|
-
: dom$
|
|
2399
|
+
: dom$9.ketchup.language.translate(kupManager$2.KupLanguageGeneric.ABORT), onClick: options.cancelCb, styling: fButtonDeclarations.FButtonStyling.FLAT })) : null,
|
|
2400
2400
|
options.confirmCb ? (index.h(fButton.FButton, { icon: "check", label: options.confirmLabel
|
|
2401
2401
|
? options.confirmLabel
|
|
2402
|
-
: dom$
|
|
2402
|
+
: dom$9.ketchup.language.translate(kupManager$2.KupLanguageGeneric.CONFIRM), onClick: options.confirmCb })) : null)) : null));
|
|
2403
2403
|
}
|
|
2404
2404
|
|
|
2405
|
-
const dom$
|
|
2405
|
+
const dom$8 = document.documentElement;
|
|
2406
2406
|
function prepareNumeric(component) {
|
|
2407
2407
|
const el = component.rootElement;
|
|
2408
2408
|
if (!el.kupData)
|
|
@@ -2424,7 +2424,7 @@ function prepareNumeric(component) {
|
|
|
2424
2424
|
el.kupData.value = obj.k;
|
|
2425
2425
|
else
|
|
2426
2426
|
el.kupData.value = options.initialValue.toString();
|
|
2427
|
-
el.kupData.localeValue = dom$
|
|
2427
|
+
el.kupData.localeValue = dom$8.ketchup.math.numbers.toLocaleString(el.kupData.value);
|
|
2428
2428
|
}
|
|
2429
2429
|
options.resetStatus = false;
|
|
2430
2430
|
}
|
|
@@ -2499,7 +2499,7 @@ function setSign(component) {
|
|
|
2499
2499
|
return;
|
|
2500
2500
|
strVal = '-' + strVal;
|
|
2501
2501
|
el.kupData.value = strVal;
|
|
2502
|
-
el.kupData.localeValue = dom$
|
|
2502
|
+
el.kupData.localeValue = dom$8.ketchup.math.numbers.toLocaleString(strVal);
|
|
2503
2503
|
component.refresh();
|
|
2504
2504
|
}
|
|
2505
2505
|
function setValue(component, value) {
|
|
@@ -2536,7 +2536,7 @@ function setValue(component, value) {
|
|
|
2536
2536
|
return;
|
|
2537
2537
|
strVal += value;
|
|
2538
2538
|
el.kupData.value = strVal;
|
|
2539
|
-
el.kupData.localeValue = dom$
|
|
2539
|
+
el.kupData.localeValue = dom$8.ketchup.math.numbers.toLocaleString(strVal);
|
|
2540
2540
|
component.refresh();
|
|
2541
2541
|
}
|
|
2542
2542
|
function clearValue(component) {
|
|
@@ -2546,14 +2546,14 @@ function clearValue(component) {
|
|
|
2546
2546
|
component.refresh();
|
|
2547
2547
|
}
|
|
2548
2548
|
function getDecimalChar() {
|
|
2549
|
-
return (0.1).toLocaleString(dom$
|
|
2549
|
+
return (0.1).toLocaleString(dom$8.ketchup.math.locale).substring(1, 2);
|
|
2550
2550
|
}
|
|
2551
2551
|
function saveValue(component) {
|
|
2552
2552
|
const el = component.rootElement;
|
|
2553
2553
|
component.onKupClick(component.rootElement.id, el.kupData.value ? Number(el.kupData.value).toString() : '');
|
|
2554
2554
|
}
|
|
2555
2555
|
|
|
2556
|
-
const dom$
|
|
2556
|
+
const dom$7 = document.documentElement;
|
|
2557
2557
|
let inputArea = null;
|
|
2558
2558
|
let clearButton = null;
|
|
2559
2559
|
let submitButton = null;
|
|
@@ -2619,8 +2619,8 @@ function prepareOpenAIInterface(component) {
|
|
|
2619
2619
|
fun = fun.replace(']#', '');
|
|
2620
2620
|
}
|
|
2621
2621
|
result.push(index.h("div", { class: "fun", title: "Execute FUN.", onClick: () => {
|
|
2622
|
-
if (dom$
|
|
2623
|
-
dom$
|
|
2622
|
+
if (dom$7.ketchup.openAI.onFunClick) {
|
|
2623
|
+
dom$7.ketchup.openAI.onFunClick(fun);
|
|
2624
2624
|
}
|
|
2625
2625
|
} }, fun));
|
|
2626
2626
|
lastIndex = match.index + match[0].length;
|
|
@@ -3045,7 +3045,7 @@ const collapsibleLayouts = /*#__PURE__*/Object.freeze({
|
|
|
3045
3045
|
create2: create2$4
|
|
3046
3046
|
});
|
|
3047
3047
|
|
|
3048
|
-
const dom$
|
|
3048
|
+
const dom$6 = document.documentElement;
|
|
3049
3049
|
/**
|
|
3050
3050
|
* 1st dialog card layout, used to display information in string format.
|
|
3051
3051
|
* @param {KupCard} component - Card component.
|
|
@@ -3139,8 +3139,8 @@ function create4$2(component) {
|
|
|
3139
3139
|
return (index.h("div", { class: `dialog-layout-${component.layoutNumber} dialog-element` },
|
|
3140
3140
|
textArray[0] ? dialogHeader(textArray[0]) : dialogHeader(''),
|
|
3141
3141
|
datatableArray[0] && buttonArray[0] && buttonArray[1] ? (index.h("div", { class: "section-1" },
|
|
3142
|
-
index.h("kup-button", Object.assign({}, buttonArray[0], { id: kupManager$2.KupCardIds.PREVIOUS_ROW, "onkup-button-click": () => prevButton(component), title: dom$
|
|
3143
|
-
index.h("kup-button", Object.assign({}, buttonArray[1], { id: kupManager$2.KupCardIds.NEXT_ROW, "onkup-button-click": () => nextButton(component), title: dom$
|
|
3142
|
+
index.h("kup-button", Object.assign({}, buttonArray[0], { id: kupManager$2.KupCardIds.PREVIOUS_ROW, "onkup-button-click": () => prevButton(component), title: dom$6.ketchup.language.translate(kupManager$2.KupLanguageRow.PREVIOUS) })),
|
|
3143
|
+
index.h("kup-button", Object.assign({}, buttonArray[1], { id: kupManager$2.KupCardIds.NEXT_ROW, "onkup-button-click": () => nextButton(component), title: dom$6.ketchup.language.translate(kupManager$2.KupLanguageRow.NEXT) })))) : null,
|
|
3144
3144
|
datatableArray[0] ? (index.h("div", { class: "section-2" },
|
|
3145
3145
|
index.h("kup-data-table", Object.assign({ id: "datatable1" }, datatableArray[0])))) : null));
|
|
3146
3146
|
}
|
|
@@ -3265,7 +3265,7 @@ function create8$2(component) {
|
|
|
3265
3265
|
const button = genericButtons[index];
|
|
3266
3266
|
props.data['kup-list'].data.push(Object.assign(Object.assign({}, button), { value: button.title }));
|
|
3267
3267
|
}
|
|
3268
|
-
return (index.h("kup-dropdown-button", Object.assign({}, props, { id: "options", title: dom$
|
|
3268
|
+
return (index.h("kup-dropdown-button", Object.assign({}, props, { id: "options", title: dom$6.ketchup.language.translate(kupManager$2.KupLanguageGeneric.OPTIONS) })));
|
|
3269
3269
|
};
|
|
3270
3270
|
return (index.h("div", { class: `dialog-layout-${component.layoutNumber}` },
|
|
3271
3271
|
index.h("div", { id: kupManager$2.KupCardIds.DRAG_HANDLE, class: "drag-handle" }),
|
|
@@ -3299,7 +3299,7 @@ function create8$2(component) {
|
|
|
3299
3299
|
genericButtons.length > 0 ? (index.h("div", { class: "section-3" },
|
|
3300
3300
|
compList(genericButtons.slice(0, 5), 'button'),
|
|
3301
3301
|
genericButtons.length > 5 ? createDropdown() : null,
|
|
3302
|
-
treeArray[0] ? (index.h("kup-button", { title: dom$
|
|
3302
|
+
treeArray[0] ? (index.h("kup-button", { title: dom$6.ketchup.language.translate(kupManager$2.KupLanguageGeneric.SHOW_ROW_OPTIONS), id: "view-selector", icon: "menu" })) : null)) : null));
|
|
3303
3303
|
}
|
|
3304
3304
|
/**
|
|
3305
3305
|
* Invoked by 4th layout to switch to the previous record of the original data table.
|
|
@@ -3428,7 +3428,7 @@ const freeLayouts = /*#__PURE__*/Object.freeze({
|
|
|
3428
3428
|
create2: create2$2
|
|
3429
3429
|
});
|
|
3430
3430
|
|
|
3431
|
-
const dom$
|
|
3431
|
+
const dom$5 = document.documentElement;
|
|
3432
3432
|
/**
|
|
3433
3433
|
* 1st scalable card layout, column of 2 texts.
|
|
3434
3434
|
* @param {KupCard} component - Card component.
|
|
@@ -3478,7 +3478,7 @@ function create2$1(component) {
|
|
|
3478
3478
|
index.h("div", { style: colorArray[1] ? { color: colorArray[1] } : undefined },
|
|
3479
3479
|
textArray[0] ? textArray[0] : '',
|
|
3480
3480
|
textArray[1]
|
|
3481
|
-
? dom$
|
|
3481
|
+
? dom$5.ketchup.math.decimalSeparator()
|
|
3482
3482
|
: '')),
|
|
3483
3483
|
textArray[1] ? (index.h("div", { class: "value-dec" },
|
|
3484
3484
|
index.h("div", { style: colorArray[1]
|
|
@@ -3539,7 +3539,7 @@ function create4$1(component) {
|
|
|
3539
3539
|
: undefined },
|
|
3540
3540
|
textArray[0] ? textArray[0] : '',
|
|
3541
3541
|
textArray[1]
|
|
3542
|
-
? dom$
|
|
3542
|
+
? dom$5.ketchup.math.decimalSeparator()
|
|
3543
3543
|
: '')),
|
|
3544
3544
|
textArray[1] ? (index.h("div", { class: "value-dec" },
|
|
3545
3545
|
index.h("div", { style: colorArray[1]
|
|
@@ -3839,7 +3839,7 @@ const scalableLayouts = /*#__PURE__*/Object.freeze({
|
|
|
3839
3839
|
create11: create11$1
|
|
3840
3840
|
});
|
|
3841
3841
|
|
|
3842
|
-
const dom$
|
|
3842
|
+
const dom$4 = document.documentElement;
|
|
3843
3843
|
const kupManager = kupManager$2.kupManagerInstance();
|
|
3844
3844
|
/**
|
|
3845
3845
|
* 1st standard card layout, inspired by Material Design.
|
|
@@ -4460,7 +4460,7 @@ function create14(component) {
|
|
|
4460
4460
|
textfieldsIds.push(textfield['id']);
|
|
4461
4461
|
}
|
|
4462
4462
|
}
|
|
4463
|
-
const tooltipText = dom$
|
|
4463
|
+
const tooltipText = dom$4.ketchup.language.translate(kupManager$2.KupLanguageSearch.TOOLTIP);
|
|
4464
4464
|
const filtersMaxLen = kupManager.perfTuning.data.filtersMaxLength;
|
|
4465
4465
|
return (index.h("div", { class: `standard-layout-${component.layoutNumber} ` },
|
|
4466
4466
|
objectArray[0] ? (index.h("div", { class: "section-1" },
|
|
@@ -4601,7 +4601,7 @@ function create15(component) {
|
|
|
4601
4601
|
const button = genericButtons[index];
|
|
4602
4602
|
props.data['kup-list'].data.push(Object.assign(Object.assign({}, button), { value: button.title }));
|
|
4603
4603
|
}
|
|
4604
|
-
return (index.h("kup-dropdown-button", Object.assign({}, props, { id: "options", title: dom$
|
|
4604
|
+
return (index.h("kup-dropdown-button", Object.assign({}, props, { id: "options", title: dom$4.ketchup.language.translate(kupManager$2.KupLanguageGeneric.OPTIONS) })));
|
|
4605
4605
|
};
|
|
4606
4606
|
return (index.h("div", { class: `standard-layout-${component.layoutNumber}` },
|
|
4607
4607
|
index.h("div", { class: "section-1" },
|
|
@@ -4634,7 +4634,7 @@ function create15(component) {
|
|
|
4634
4634
|
genericButtons.length > 0 ? (index.h("div", { class: "section-3" },
|
|
4635
4635
|
compList(genericButtons.slice(0, 5), 'button'),
|
|
4636
4636
|
genericButtons.length > 5 ? createDropdown() : null,
|
|
4637
|
-
treeArray[0] ? (index.h("kup-button", { title: dom$
|
|
4637
|
+
treeArray[0] ? (index.h("kup-button", { title: dom$4.ketchup.language.translate(kupManager$2.KupLanguageGeneric.SHOW_ROW_OPTIONS), id: "view-selector", icon: "menu" })) : null)) : null));
|
|
4638
4638
|
}
|
|
4639
4639
|
/**
|
|
4640
4640
|
* 16th standard card layout, it can be used as the toolbar.
|
|
@@ -7954,7 +7954,7 @@ class KupDataTableState {
|
|
|
7954
7954
|
}
|
|
7955
7955
|
}
|
|
7956
7956
|
|
|
7957
|
-
const dom$
|
|
7957
|
+
const dom$3 = document.documentElement;
|
|
7958
7958
|
/**
|
|
7959
7959
|
* Definition and events of the column menu card.
|
|
7960
7960
|
* @module KupColumnMenu
|
|
@@ -7979,8 +7979,8 @@ class KupColumnMenu {
|
|
|
7979
7979
|
*/
|
|
7980
7980
|
close(card) {
|
|
7981
7981
|
card.menuVisible = false;
|
|
7982
|
-
dom$
|
|
7983
|
-
dom$
|
|
7982
|
+
dom$3.ketchup.removeClickCallback(this.clickCb);
|
|
7983
|
+
dom$3.ketchup.dynamicPosition.stop(card);
|
|
7984
7984
|
}
|
|
7985
7985
|
/**
|
|
7986
7986
|
* Function called to reposition the column menu card to the appropriate selector.
|
|
@@ -7991,11 +7991,11 @@ class KupColumnMenu {
|
|
|
7991
7991
|
if (root) {
|
|
7992
7992
|
if (card) {
|
|
7993
7993
|
const wrapper = root.querySelector(wrapperSelector);
|
|
7994
|
-
if (dom$
|
|
7995
|
-
dom$
|
|
7994
|
+
if (dom$3.ketchup.dynamicPosition.isRegistered(card)) {
|
|
7995
|
+
dom$3.ketchup.dynamicPosition.changeAnchor(card, wrapper);
|
|
7996
7996
|
}
|
|
7997
7997
|
else {
|
|
7998
|
-
dom$
|
|
7998
|
+
dom$3.ketchup.dynamicPosition.register(card, wrapper, 0, kupManager$2.KupDynamicPositionPlacement.AUTO, true);
|
|
7999
7999
|
}
|
|
8000
8000
|
if (!this.clickCb) {
|
|
8001
8001
|
this.clickCb = {
|
|
@@ -8005,8 +8005,8 @@ class KupColumnMenu {
|
|
|
8005
8005
|
el: card,
|
|
8006
8006
|
};
|
|
8007
8007
|
}
|
|
8008
|
-
dom$
|
|
8009
|
-
dom$
|
|
8008
|
+
dom$3.ketchup.addClickCallback(this.clickCb, true);
|
|
8009
|
+
dom$3.ketchup.dynamicPosition.start(card);
|
|
8010
8010
|
card.menuVisible = true;
|
|
8011
8011
|
}
|
|
8012
8012
|
}
|
|
@@ -8057,8 +8057,8 @@ class KupColumnMenu {
|
|
|
8057
8057
|
icon: 'book',
|
|
8058
8058
|
id: KupColumnMenuIds.BUTTON_GROUP,
|
|
8059
8059
|
title: comp.getGroupByName(column.name) != null
|
|
8060
|
-
? dom$
|
|
8061
|
-
: dom$
|
|
8060
|
+
? dom$3.ketchup.language.translate(kupManager$2.KupLanguageGrouping.DISABLE)
|
|
8061
|
+
: dom$3.ketchup.language.translate(kupManager$2.KupLanguageGrouping.ENABLE),
|
|
8062
8062
|
});
|
|
8063
8063
|
}
|
|
8064
8064
|
if (comp.removableColumns) {
|
|
@@ -8069,12 +8069,12 @@ class KupColumnMenu {
|
|
|
8069
8069
|
},
|
|
8070
8070
|
icon: 'table-column-remove',
|
|
8071
8071
|
id: KupColumnMenuIds.BUTTON_REMOVE,
|
|
8072
|
-
title: dom$
|
|
8072
|
+
title: dom$3.ketchup.language.translate(kupManager$2.KupLanguageColumn.HIDE),
|
|
8073
8073
|
});
|
|
8074
8074
|
}
|
|
8075
8075
|
if (comp.enableExtraColumns &&
|
|
8076
|
-
(dom$
|
|
8077
|
-
dom$
|
|
8076
|
+
(dom$3.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
|
|
8077
|
+
dom$3.ketchup.objects.canObjsHaveExtraColumns(column.objs))) {
|
|
8078
8078
|
props.push({
|
|
8079
8079
|
className: 'printable',
|
|
8080
8080
|
'data-storage': {
|
|
@@ -8082,14 +8082,14 @@ class KupColumnMenu {
|
|
|
8082
8082
|
},
|
|
8083
8083
|
icon: 'table-column-plus-after',
|
|
8084
8084
|
id: KupColumnMenuIds.BUTTON_ADD_COLUMNS,
|
|
8085
|
-
title: dom$
|
|
8085
|
+
title: dom$3.ketchup.language.translate(kupManager$2.KupLanguageColumn.ADD),
|
|
8086
8086
|
});
|
|
8087
8087
|
props.push({
|
|
8088
8088
|
className: 'printable',
|
|
8089
|
-
label: dom$
|
|
8089
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageGeneric.APPLY),
|
|
8090
8090
|
id: KupColumnMenuIds.BUTTON_APPLY,
|
|
8091
8091
|
styling: fButtonDeclarations.FButtonStyling.OUTLINED,
|
|
8092
|
-
title: dom$
|
|
8092
|
+
title: dom$3.ketchup.language.translate(kupManager$2.KupLanguageGeneric.APPLY),
|
|
8093
8093
|
});
|
|
8094
8094
|
}
|
|
8095
8095
|
return props;
|
|
@@ -8103,8 +8103,8 @@ class KupColumnMenu {
|
|
|
8103
8103
|
prepCheckbox(comp, column) {
|
|
8104
8104
|
const props = [];
|
|
8105
8105
|
if (comp.showFilters &&
|
|
8106
|
-
(dom$
|
|
8107
|
-
dom$
|
|
8106
|
+
(dom$3.ketchup.objects.isStringObject(column.obj) ||
|
|
8107
|
+
dom$3.ketchup.objects.isCheckbox(column.obj))) {
|
|
8108
8108
|
const checkBoxesFilter = this.filtersColumnMenuInstance.getCheckBoxFilterValues(comp.filters, column.name);
|
|
8109
8109
|
const columnValues = comp.getColumnValues(column);
|
|
8110
8110
|
if (columnValues.length > 0) {
|
|
@@ -8116,17 +8116,17 @@ class KupColumnMenu {
|
|
|
8116
8116
|
},
|
|
8117
8117
|
id: KupColumnMenuIds.CHECKBOX_GLOBAL,
|
|
8118
8118
|
key: KupColumnMenuIds.CHECKBOX_GLOBAL + column.name,
|
|
8119
|
-
label: dom$
|
|
8119
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageCheckbox.ALL),
|
|
8120
8120
|
});
|
|
8121
8121
|
}
|
|
8122
8122
|
for (let index = 0; index < columnValues.length; index++) {
|
|
8123
8123
|
let label = kupManager$2.getValueForDisplay2(columnValues[index], column);
|
|
8124
|
-
if (dom$
|
|
8124
|
+
if (dom$3.ketchup.objects.isCheckbox(column.obj)) {
|
|
8125
8125
|
if (columnValues[index].value == '1') {
|
|
8126
|
-
label = dom$
|
|
8126
|
+
label = dom$3.ketchup.language.translate(kupManager$2.KupLanguageCheckbox.CHECKED);
|
|
8127
8127
|
}
|
|
8128
8128
|
else {
|
|
8129
|
-
label = dom$
|
|
8129
|
+
label = dom$3.ketchup.language.translate(kupManager$2.KupLanguageCheckbox.UNCHECKED);
|
|
8130
8130
|
}
|
|
8131
8131
|
}
|
|
8132
8132
|
props.push({
|
|
@@ -8165,7 +8165,7 @@ class KupColumnMenu {
|
|
|
8165
8165
|
}
|
|
8166
8166
|
}
|
|
8167
8167
|
catch (error) {
|
|
8168
|
-
dom$
|
|
8168
|
+
dom$3.ketchup.debug.logMessage(this, 'Child column not found (' + child.name + ')!' + error, kupManager$2.KupDebugCategory.ERROR);
|
|
8169
8169
|
}
|
|
8170
8170
|
chipData.push({
|
|
8171
8171
|
icon: child.icon ? child.icon : null,
|
|
@@ -8193,7 +8193,7 @@ class KupColumnMenu {
|
|
|
8193
8193
|
if (!kupDataTableHelper.FiltersColumnMenu.isTree(comp)) {
|
|
8194
8194
|
if (objs &&
|
|
8195
8195
|
objs.length > 0 &&
|
|
8196
|
-
!dom$
|
|
8196
|
+
!dom$3.ketchup.objects.isEmptyKupObj(objs[0])) {
|
|
8197
8197
|
props.push({
|
|
8198
8198
|
'data-storage': {
|
|
8199
8199
|
columnName: column.name,
|
|
@@ -8201,7 +8201,7 @@ class KupColumnMenu {
|
|
|
8201
8201
|
checked: column.isKey ? true : false,
|
|
8202
8202
|
key: KupColumnMenuIds.SWITCH_KEY + column.name,
|
|
8203
8203
|
id: KupColumnMenuIds.SWITCH_KEY,
|
|
8204
|
-
label: dom$
|
|
8204
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageRow.KEY),
|
|
8205
8205
|
leadingLabel: true,
|
|
8206
8206
|
});
|
|
8207
8207
|
}
|
|
@@ -8214,7 +8214,7 @@ class KupColumnMenu {
|
|
|
8214
8214
|
key: KupColumnMenuIds.SWITCH_GROUP + column.name,
|
|
8215
8215
|
checked: isGroupActive ? true : false,
|
|
8216
8216
|
id: KupColumnMenuIds.SWITCH_GROUP,
|
|
8217
|
-
label: dom$
|
|
8217
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageGrouping.GROUPS),
|
|
8218
8218
|
leadingLabel: true,
|
|
8219
8219
|
});
|
|
8220
8220
|
}
|
|
@@ -8232,16 +8232,16 @@ class KupColumnMenu {
|
|
|
8232
8232
|
if (comp.showFilters) {
|
|
8233
8233
|
data.push({
|
|
8234
8234
|
id: kupManager$2.KupLanguageGeneric.FILTERS,
|
|
8235
|
-
value: dom$
|
|
8235
|
+
value: dom$3.ketchup.language.translate(kupManager$2.KupLanguageGeneric.FILTERS),
|
|
8236
8236
|
});
|
|
8237
8237
|
}
|
|
8238
8238
|
if ((comp.enableExtraColumns &&
|
|
8239
|
-
(dom$
|
|
8240
|
-
dom$
|
|
8239
|
+
(dom$3.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
|
|
8240
|
+
dom$3.ketchup.objects.canObjsHaveExtraColumns(column.objs))) ||
|
|
8241
8241
|
comp.removableColumns) {
|
|
8242
8242
|
data.push({
|
|
8243
8243
|
id: kupManager$2.KupLanguageColumn.COLUMNS,
|
|
8244
|
-
value: dom$
|
|
8244
|
+
value: dom$3.ketchup.language.translate(kupManager$2.KupLanguageColumn.COLUMNS),
|
|
8245
8245
|
});
|
|
8246
8246
|
}
|
|
8247
8247
|
if (!kupDataTableHelper.FiltersColumnMenu.isTree(comp)) {
|
|
@@ -8268,7 +8268,7 @@ class KupColumnMenu {
|
|
|
8268
8268
|
if (this.filtersColumnMenuInstance.isColumnNumeric(column)) {
|
|
8269
8269
|
props = props.concat(this.prepNumericTextfield(comp, column));
|
|
8270
8270
|
}
|
|
8271
|
-
else if (dom$
|
|
8271
|
+
else if (dom$3.ketchup.objects.isStringObject(column.obj)) {
|
|
8272
8272
|
let filterInitialValue = this.filtersColumnMenuInstance.getTextFilterValue(comp.filters, column.name);
|
|
8273
8273
|
filterInitialValue = kupManager$2.getValueForDisplay(filterInitialValue, column.obj, column.decimals);
|
|
8274
8274
|
props.push({
|
|
@@ -8278,7 +8278,7 @@ class KupColumnMenu {
|
|
|
8278
8278
|
isClearable: true,
|
|
8279
8279
|
size: 30,
|
|
8280
8280
|
maxLength: 100,
|
|
8281
|
-
label: dom$
|
|
8281
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageSearch.SEARCH),
|
|
8282
8282
|
id: KupColumnMenuIds.TEXTFIELD_FILTER,
|
|
8283
8283
|
initialValue: filterInitialValue,
|
|
8284
8284
|
key: KupColumnMenuIds.TEXTFIELD_FILTER + column.name,
|
|
@@ -8287,7 +8287,7 @@ class KupColumnMenu {
|
|
|
8287
8287
|
}
|
|
8288
8288
|
}
|
|
8289
8289
|
if (!kupDataTableHelper.FiltersColumnMenu.isTree(comp)) {
|
|
8290
|
-
if (dom$
|
|
8290
|
+
if (dom$3.ketchup.objects.isNumber(column.obj) &&
|
|
8291
8291
|
comp.enableColumnsFormula) {
|
|
8292
8292
|
props.push({
|
|
8293
8293
|
fullWidth: true,
|
|
@@ -8295,7 +8295,7 @@ class KupColumnMenu {
|
|
|
8295
8295
|
id: KupColumnMenuIds.TEXTFIELD_FORMULA,
|
|
8296
8296
|
key: KupColumnMenuIds.TEXTFIELD_FORMULA + column.name,
|
|
8297
8297
|
helper: `i.e.: Description;[${column.name}] * 2`,
|
|
8298
|
-
label: dom$
|
|
8298
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageTotals.FORMULA),
|
|
8299
8299
|
trailingIcon: true,
|
|
8300
8300
|
});
|
|
8301
8301
|
}
|
|
@@ -8313,7 +8313,7 @@ class KupColumnMenu {
|
|
|
8313
8313
|
if (!comp.showFilters) {
|
|
8314
8314
|
return props;
|
|
8315
8315
|
}
|
|
8316
|
-
if (!dom$
|
|
8316
|
+
if (!dom$3.ketchup.objects.isNumber(column.obj)) {
|
|
8317
8317
|
return props;
|
|
8318
8318
|
}
|
|
8319
8319
|
let filterInitialValue = this.filtersColumnMenuInstance.getTextFilterValue(comp.filters, column.name);
|
|
@@ -8325,7 +8325,7 @@ class KupColumnMenu {
|
|
|
8325
8325
|
isClearable: true,
|
|
8326
8326
|
size: 30,
|
|
8327
8327
|
maxLength: 100,
|
|
8328
|
-
label: dom$
|
|
8328
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageSearch.SEARCH),
|
|
8329
8329
|
id: KupColumnMenuIds.TEXTFIELD_FILTER,
|
|
8330
8330
|
key: KupColumnMenuIds.TEXTFIELD_FILTER + column.name,
|
|
8331
8331
|
initialValue: filterInitialValue,
|
|
@@ -8344,7 +8344,7 @@ class KupColumnMenu {
|
|
|
8344
8344
|
if (!comp.showFilters) {
|
|
8345
8345
|
return props;
|
|
8346
8346
|
}
|
|
8347
|
-
if (!dom$
|
|
8347
|
+
if (!dom$3.ketchup.objects.isTime(column.obj)) {
|
|
8348
8348
|
return props;
|
|
8349
8349
|
}
|
|
8350
8350
|
let filterInitialValue = this.filtersColumnMenuInstance.getTextFilterValue(comp.filters, column.name);
|
|
@@ -8360,13 +8360,13 @@ class KupColumnMenu {
|
|
|
8360
8360
|
isClearable: true,
|
|
8361
8361
|
size: 30,
|
|
8362
8362
|
maxLength: 100,
|
|
8363
|
-
label: dom$
|
|
8363
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageSearch.SEARCH),
|
|
8364
8364
|
},
|
|
8365
8365
|
},
|
|
8366
8366
|
id: KupColumnMenuIds.TEXTFIELD_FILTER,
|
|
8367
8367
|
key: KupColumnMenuIds.TEXTFIELD_FILTER + column.name,
|
|
8368
8368
|
initialValue: filterInitialValue,
|
|
8369
|
-
manageSeconds: dom$
|
|
8369
|
+
manageSeconds: dom$3.ketchup.objects.isTimeWithSeconds(column.obj),
|
|
8370
8370
|
});
|
|
8371
8371
|
return props;
|
|
8372
8372
|
}
|
|
@@ -8381,8 +8381,8 @@ class KupColumnMenu {
|
|
|
8381
8381
|
if (!comp.showFilters) {
|
|
8382
8382
|
return props;
|
|
8383
8383
|
}
|
|
8384
|
-
if (!dom$
|
|
8385
|
-
!dom$
|
|
8384
|
+
if (!dom$3.ketchup.objects.isDate(column.obj) &&
|
|
8385
|
+
!dom$3.ketchup.objects.isTimestamp(column.obj)) {
|
|
8386
8386
|
return props;
|
|
8387
8387
|
}
|
|
8388
8388
|
let filterInitialValue = this.filtersColumnMenuInstance.getTextFilterValue(comp.filters, column.name);
|
|
@@ -8398,7 +8398,7 @@ class KupColumnMenu {
|
|
|
8398
8398
|
isClearable: true,
|
|
8399
8399
|
size: 30,
|
|
8400
8400
|
maxLength: 100,
|
|
8401
|
-
label: dom$
|
|
8401
|
+
label: dom$3.ketchup.language.translate(kupManager$2.KupLanguageSearch.SEARCH),
|
|
8402
8402
|
},
|
|
8403
8403
|
},
|
|
8404
8404
|
id: KupColumnMenuIds.TEXTFIELD_FILTER,
|
|
@@ -8644,7 +8644,7 @@ var __classPrivateFieldSet$4 = (undefined && undefined.__classPrivateFieldSet) |
|
|
|
8644
8644
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8645
8645
|
};
|
|
8646
8646
|
var _KupDataTable_instances, _KupDataTable_checkUpdateState, _KupDataTable_initialized, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_originalDataLoaded, _KupDataTable_originalDataLoadedMaxId, _KupDataTable_insertedRowIds, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_lastPointerDetails, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_actionsCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_dropDownActionCardAnchor, _KupDataTable_insertCount, _KupDataTable_lastFocusedColumn, _KupDataTable_lastFocusedCell, _KupDataTable_lastFocusedRow, _KupDataTable_maxRowsPerPage, _KupDataTable_readyPromise, _KupDataTable_readyResolve, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, _KupDataTable_insertNewColumnInVisibleColumnsList, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable__getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_switchToTotalsMatrix, _KupDataTable_setObjForTotalsMatrix, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_dropDownActions, _KupDataTable_createDropDownActionsCard, _KupDataTable_clearSearchActionsCard, _KupDataTable_filterRowActionsCard, _KupDataTable_closeRowActionsCard, _KupDataTable_closeColumnMenuCard, _KupDataTable_prepareDataForActionsCard, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_getEventDetailsForCurrentSelection, _KupDataTable_getSourceElementCoordsForCurrentSelection, _KupDataTable_clickHandler, _KupDataTable_cellActionsMenuHandler, _KupDataTable_contextMenuHandler, _KupDataTable_tooltipRequestHandler, _KupDataTable_contextMenuHandlerDetailsManager, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_copyCellValueInColumnHandler, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_setCellEditability, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_horNav, _KupDataTable_verNav, _KupDataTable_onKupKeyDown, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_handleUpdateClick, _KupDataTable_onBlurHandler, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderTotalsMatrix, _KupDataTable_renderGridPanel, _KupDataTable_renderCommandButton, _KupDataTable_handleChipsContextMenu, _KupDataTable_renderCommandDropDownButton, _KupDataTable_renderUpdateButtons;
|
|
8647
|
-
const dom$
|
|
8647
|
+
const dom$2 = document.documentElement;
|
|
8648
8648
|
const KupDataTable = class {
|
|
8649
8649
|
constructor(hostRef) {
|
|
8650
8650
|
index.registerInstance(this, hostRef);
|
|
@@ -9980,7 +9980,9 @@ const KupDataTable = class {
|
|
|
9980
9980
|
totalMenu = (index.h("kup-list", { class: `total-menu`, data: listData, id: "totals-menu", "is-menu": true, keyboardNavigation: true, "menu-visible": true, "onkup-list-click": (event) => this.onTotalsChange(event, column), tabindex: 0 }));
|
|
9981
9981
|
}
|
|
9982
9982
|
const totalValue = __classPrivateFieldGet$8(this, _KupDataTable_footer, "f")[column.name] != null
|
|
9983
|
-
? kupManager$2.getValueForDisplay(__classPrivateFieldGet$8(this, _KupDataTable_footer, "f")[column.name], column.obj
|
|
9983
|
+
? kupManager$2.getValueForDisplay(__classPrivateFieldGet$8(this, _KupDataTable_footer, "f")[column.name], dom$2.ketchup.objects.isDate(column.obj)
|
|
9984
|
+
? column.obj
|
|
9985
|
+
: { t: 'NR', p: '', k: '' }, column.decimals)
|
|
9984
9986
|
: '';
|
|
9985
9987
|
const totalsClass = `totals-value ${kupManager$2.isNegativeNumber(__classPrivateFieldGet$8(this, _KupDataTable_footer, "f")[column.name])
|
|
9986
9988
|
? kupManager$2.FCellClasses.TEXT_DANGER
|
|
@@ -10060,7 +10062,7 @@ const KupDataTable = class {
|
|
|
10060
10062
|
__classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
10061
10063
|
let rows = null;
|
|
10062
10064
|
if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
10063
|
-
rows = (index.h("tr", { key: '
|
|
10065
|
+
rows = (index.h("tr", { key: '946acbc948de04e18c3e38a5307da67f44f6fea5', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, index.h("td", { key: 'f5892fab28002ae08721d8453aa6e750a58b05df', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
10064
10066
|
}
|
|
10065
10067
|
else {
|
|
10066
10068
|
rows = [];
|
|
@@ -10136,7 +10138,7 @@ const KupDataTable = class {
|
|
|
10136
10138
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
|
|
10137
10139
|
});
|
|
10138
10140
|
}
|
|
10139
|
-
groupChips = index.h(fChip.FChip, Object.assign({ key: '
|
|
10141
|
+
groupChips = index.h(fChip.FChip, Object.assign({ key: 'e778c6f2729a6d98f6441edd5711bbe52f542024' }, props));
|
|
10140
10142
|
}
|
|
10141
10143
|
}
|
|
10142
10144
|
const tableClass = {
|
|
@@ -10168,7 +10170,7 @@ const KupDataTable = class {
|
|
|
10168
10170
|
if (this.headerIsPersistent &&
|
|
10169
10171
|
this.tableHeight === undefined &&
|
|
10170
10172
|
this.tableWidth === undefined) {
|
|
10171
|
-
stickyEl = (index.h("sticky-header", { key: '
|
|
10173
|
+
stickyEl = (index.h("sticky-header", { key: '275762f409b1885d75271204760bbabd0abf766d', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, index.h("thead-sticky", { key: 'd29dac047721c359c4fb36ebb33c3a3714a3bbd0' }, index.h("tr-sticky", { key: 'b2004631598c9655fab5a025998ca1dcfbb25ca9' }, stickyHeader))));
|
|
10172
10174
|
}
|
|
10173
10175
|
let belowClass = 'below-wrapper';
|
|
10174
10176
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -10214,7 +10216,7 @@ const KupDataTable = class {
|
|
|
10214
10216
|
const useGlobalFilter = !this.legacyLook &&
|
|
10215
10217
|
(this.globalFilter ||
|
|
10216
10218
|
this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
10217
|
-
const compCreated = (index.h(index.Host, { key: '
|
|
10219
|
+
const compCreated = (index.h(index.Host, { key: 'e7d00ce81a43927c85730dbb3641bc315591b43c', "onKup-drop": (e) => {
|
|
10218
10220
|
this.kupDataTableDrop.emit(e.detail);
|
|
10219
10221
|
}, "onKup-cell-input": (e) => {
|
|
10220
10222
|
autoselectOnAction(e);
|
|
@@ -10229,11 +10231,11 @@ const KupDataTable = class {
|
|
|
10229
10231
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
10230
10232
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
10231
10233
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
10232
|
-
} }, index.h("style", { key: '
|
|
10234
|
+
} }, index.h("style", { key: '577479b5dd399aba2abb702f49a68d0db98ea8e4' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, index.h("div", { key: '67f99e5889a479f78d262e5d3c5bfcad3fa433c5', id: GenericVariables.componentWrapperId, class: wrapClass }, index.h("div", { key: 'fdca5124f910bfea16292abff1e19f5a41f74c11', class: "group-wrapper" }, groupChips), index.h("div", { key: 'f0ff1632fec2f4bfb901359f5624148800b36ef9', 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) => {
|
|
10233
10235
|
const t = event.target;
|
|
10234
10236
|
window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
10235
10237
|
__classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
10236
|
-
} }))) : null, index.h("div", { key: '
|
|
10238
|
+
} }))) : null, index.h("div", { key: '8d26c8f89440bf57e8091cf9374facd9b8b62460', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
|
|
10237
10239
|
this.selectedRows.length > 0 ? (index.h(fButton.FButton, { icon: "save", onClick: () => {
|
|
10238
10240
|
this.kupSave.emit({
|
|
10239
10241
|
comp: this,
|
|
@@ -10283,9 +10285,9 @@ const KupDataTable = class {
|
|
|
10283
10285
|
this.data.rows.unshift(row);
|
|
10284
10286
|
await this.refresh(true);
|
|
10285
10287
|
}
|
|
10286
|
-
}, sizing: kupManager$2.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: '
|
|
10288
|
+
}, sizing: kupManager$2.KupComponentSizing.MEDIUM, styling: fButtonDeclarations.FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), index.h("div", { key: '4d96785a99b496c38faf24c4fe310fabe89581eb', 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
|
|
10287
10289
|
? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
10288
|
-
: null), index.h("div", { key: '
|
|
10290
|
+
: null), index.h("div", { key: 'd1e98680ae86f08767037a124edeccf4891f91ae', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
10289
10291
|
? [
|
|
10290
10292
|
index.h("div", { class: "settings-trigger", onClick: () => {
|
|
10291
10293
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -10294,7 +10296,7 @@ const KupDataTable = class {
|
|
|
10294
10296
|
} }, index.h(fImage.FImage, { color: `var(${kupManager$2.KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
10295
10297
|
this.renderCustomizePanel(),
|
|
10296
10298
|
]
|
|
10297
|
-
: null, index.h("table", { key: '
|
|
10299
|
+
: null, index.h("table", { key: 'e68674a5cccec1a87f2909e7c8b4496d4e2e46c7', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
|
|
10298
10300
|
ev.stopPropagation();
|
|
10299
10301
|
}, onPointerDown: (e) => {
|
|
10300
10302
|
__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");
|
|
@@ -10302,7 +10304,7 @@ const KupDataTable = class {
|
|
|
10302
10304
|
__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");
|
|
10303
10305
|
}, onContextMenu: (e) => {
|
|
10304
10306
|
e.preventDefault();
|
|
10305
|
-
} }, index.h("thead", { key: '
|
|
10307
|
+
} }, index.h("thead", { key: 'c89fa11ea1fe0b6ec3d1a471d93707a300f8587a', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, index.h("tr", { key: '50d6783299614a434de0c43d9de0da66fd0641ef' }, header)), index.h("tbody", { key: '63a41a3187d96f3106c8b7624383e8ee53956e9c' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
10306
10308
|
__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
10307
10309
|
return compCreated;
|
|
10308
10310
|
}
|
|
@@ -11854,7 +11856,7 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
11854
11856
|
}, _KupDataTable_copyCellValueInColumnHandler = function _KupDataTable_copyCellValueInColumnHandler(e, el) {
|
|
11855
11857
|
const details = __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(el, this.rootElement));
|
|
11856
11858
|
const { cell, column, row } = details;
|
|
11857
|
-
const cellType = dom$
|
|
11859
|
+
const cellType = dom$2.ketchup.data.cell.getType(cell, cell.shape);
|
|
11858
11860
|
if (!kupManager$2.TypesToDuplicate.includes(cellType)) {
|
|
11859
11861
|
return;
|
|
11860
11862
|
}
|
|
@@ -14408,7 +14410,7 @@ var KupFormLabelPlacement;
|
|
|
14408
14410
|
const kupFormCss = ".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{--kup_form_background_color:var(\n --kup-form-background-color,\n var(--kup-layer-0)\n );--kup_form_color:var(--kup-form-color, var(--kup-text-secondary));--kup_form_font_family:var(--kup-form-font-family, var(--kup-font-family));--kup_form_font_size:var(--kup-form-font-size, var(--kup-font-size));--kup_form_label_alignment:var(--kup-form-label-alignment);--kup_form_label_width:var(--kup-form-label-width);--kup_form_padding:var(--kup-form-padding, 1em 0);display:block;font-family:var(--kup_form_font_family);font-size:var(--kup_form_font_size)}.form{background:var(--kup_form_background_color);color:var(--kup_form_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_form_padding);position:relative}.form--column{flex-direction:column}.form__section{display:flex;flex:1 1 1%;flex-direction:row;flex-wrap:wrap}.form__section--column{flex-direction:column;flex-wrap:unset}.form__section--column>.form__section{flex:0 0 auto}.form__section--grid{display:grid}.form__section--titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}.form__section--titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}.form__section--left .form__label{width:var(--kup_form_label_width, 0)}.form__section--right .form__field{min-width:200px;width:0}.form__label{-webkit-font-smoothing:antialiased;box-sizing:border-box;font-size:0.875em;letter-spacing:0.0178571429em;white-space:nowrap;width:var(--kup_form_label_width)}.form__label--center{text-align:var(--kup_form_label_alignment, center)}.form__label--left{text-align:var(--kup_form_label_alignment, left)}.form__label--right{text-align:var(--kup_form_label_alignment, right)}.form__field{min-height:16px}.form__field img{height:auto}.form__submit{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.form .f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-start}";
|
|
14409
14411
|
const KupFormStyle0 = kupFormCss;
|
|
14410
14412
|
|
|
14411
|
-
const dom = document.documentElement;
|
|
14413
|
+
const dom$1 = document.documentElement;
|
|
14412
14414
|
const KupForm = class {
|
|
14413
14415
|
constructor(hostRef) {
|
|
14414
14416
|
index.registerInstance(this, hostRef);
|
|
@@ -14745,7 +14747,7 @@ const KupForm = class {
|
|
|
14745
14747
|
return (index.h("td", { class: `form__label form__label--${alignment}`, style: style }, index.h("span", null, label)));
|
|
14746
14748
|
}
|
|
14747
14749
|
function setPlaceholderLabel() {
|
|
14748
|
-
switch (dom.ketchup.data.cell.getType(cell, cell.shape || column.shape || null)) {
|
|
14750
|
+
switch (dom$1.ketchup.data.cell.getType(cell, cell.shape || column.shape || null)) {
|
|
14749
14751
|
case kupManager$2.FCellTypes.AUTOCOMPLETE:
|
|
14750
14752
|
case kupManager$2.FCellTypes.COLOR_PICKER:
|
|
14751
14753
|
case kupManager$2.FCellTypes.COMBOBOX:
|
|
@@ -19536,6 +19538,7 @@ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) ||
|
|
|
19536
19538
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
19537
19539
|
};
|
|
19538
19540
|
var _KupTree_instances, _KupTree_checkUpdateState, _KupTree_kupManager;
|
|
19541
|
+
const dom = document.documentElement;
|
|
19539
19542
|
const KupTree = class {
|
|
19540
19543
|
constructor(hostRef) {
|
|
19541
19544
|
index.registerInstance(this, hostRef);
|
|
@@ -20692,7 +20695,9 @@ const KupTree = class {
|
|
|
20692
20695
|
totalMenu = (index.h("kup-list", { class: `total-menu`, data: listData, id: "totals-menu", "is-menu": true, keyboardNavigation: true, "menu-visible": true, "onkup-list-click": (event) => this.onTotalsChange(event, column) }));
|
|
20693
20696
|
}
|
|
20694
20697
|
const totalValue = this.footer[column.name] != null
|
|
20695
|
-
? kupManager$2.getValueForDisplay(this.footer[column.name], column.obj
|
|
20698
|
+
? kupManager$2.getValueForDisplay(this.footer[column.name], dom.ketchup.objects.isDate(column.obj)
|
|
20699
|
+
? column.obj
|
|
20700
|
+
: { t: 'NR', p: '', k: '' }, column.decimals)
|
|
20696
20701
|
: '';
|
|
20697
20702
|
const totalsClass = `totals-value ${kupManager$2.isNegativeNumber(this.footer[column.name])
|
|
20698
20703
|
? kupManager$2.FCellClasses.TEXT_DANGER
|
|
@@ -20883,19 +20888,19 @@ const KupTree = class {
|
|
|
20883
20888
|
const visibleHeader = this.showHeader && this.showColumns;
|
|
20884
20889
|
let filterField = null;
|
|
20885
20890
|
if (this.globalFilter) {
|
|
20886
|
-
filterField = (index.h("div", { key: '
|
|
20891
|
+
filterField = (index.h("div", { key: 'b12296eea300151fdfddb44eb6f777ee3760c4cb', id: "global-filter" }, index.h("kup-text-field", { key: '9df0014714cc45ceab1ac0e7beb7e0ef7fac0b52', 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) => {
|
|
20887
20892
|
window.clearTimeout(this.globalFilterTimeout);
|
|
20888
20893
|
this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
|
|
20889
20894
|
} })));
|
|
20890
20895
|
}
|
|
20891
|
-
return (index.h(index.Host, { key: '
|
|
20896
|
+
return (index.h(index.Host, { key: 'c523f88037875f844a7715a52ea7d39c62cce4cb', "onKup-cell-click": (e) => {
|
|
20892
20897
|
this.kupTreeCellClick.emit(e.detail);
|
|
20893
|
-
} }, index.h("style", { key: '
|
|
20894
|
-
el) }, index.h("table", { key: '
|
|
20898
|
+
} }, index.h("style", { key: 'e609c8fe9322a6702c82db8f4811ca2de08b7959' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '4659a4c3fb0a1a7326ba36a815c02a6a8f06c894', id: GenericVariables.componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, index.h("div", { key: 'c359e738b65135ab623d0ed776a6de37e7f5aa6e', class: "wrapper", ref: (el) => (this.treeWrapperRef =
|
|
20899
|
+
el) }, index.h("table", { key: '379da00b770fda89f1ed8b076aa8be4e5f9db86e', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
|
|
20895
20900
|
e.preventDefault();
|
|
20896
|
-
} }, index.h("thead", { key: '
|
|
20901
|
+
} }, index.h("thead", { key: 'aa8830d6fdf0942dae08d51de0cb5e01de7e2f9e', class: {
|
|
20897
20902
|
'header--is-visible': visibleHeader,
|
|
20898
|
-
} }, index.h("tr", { key: '
|
|
20903
|
+
} }, index.h("tr", { key: 'e963fa8d4b0f63e4d7ff0c3b4a951db09a3f51b4' }, visibleHeader ? this.renderHeader() : null)), index.h("tbody", { key: '11f887642fe7afb454852a6f524fa5a6012aca55' }, treeNodes), (this.showFooter || this.hasTotals()) &&
|
|
20899
20904
|
this.columns
|
|
20900
20905
|
? this.renderFooter()
|
|
20901
20906
|
: null)))));
|