@sme.up/ketchup 11.0.1 → 11.0.3
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-6f329389.js → f-cell-88ea3c2a.js} +4 -4
- package/dist/cjs/{f-chip-c3613a58.js → f-chip-507253cb.js} +1 -1
- package/dist/cjs/{f-object-field-f47313a4.js → f-object-field-7ade850e.js} +2 -2
- package/dist/cjs/{f-paginator-utils-18ec42c0.js → f-paginator-utils-7bf669ba.js} +1 -1
- package/dist/cjs/{f-text-field-34e24c97.js → f-text-field-207cb958.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_30.cjs.entry.js +36 -35
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +5 -5
- package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
- package/dist/cjs/{kup-data-table-helper-a54c3e63.js → kup-data-table-helper-850b5723.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +5 -5
- 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-04a36733.js → kup-manager-00e29452.js} +17 -19
- 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-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/assets/activity-timeline.js +589 -1193
- package/dist/collection/assets/box-performance.js +51 -33942
- package/dist/collection/assets/box.js +55 -113
- package/dist/collection/assets/button-list.js +45 -47
- package/dist/collection/assets/calendar.js +1 -29
- package/dist/collection/assets/card-list.js +73 -235
- package/dist/collection/assets/card.js +4 -105
- package/dist/collection/assets/cell.js +2 -3
- package/dist/collection/assets/chart.js +2629 -2899
- package/dist/collection/assets/data-table.js +12 -13202
- package/dist/collection/assets/echart.js +1 -145
- package/dist/collection/assets/family-tree.js +1 -205
- package/dist/collection/assets/form.js +1 -31
- package/dist/collection/assets/htm.js +4 -3
- package/dist/collection/assets/input-panel-tooltip.js +4 -4
- package/dist/collection/assets/input-panel.js +123 -290
- package/dist/collection/assets/kupdata.js +3 -51
- package/dist/collection/assets/planner-example-1.js +939 -1048
- package/dist/collection/assets/planner-example-2.js +416 -825
- package/dist/collection/assets/planner-example-3.js +5838 -6269
- package/dist/collection/assets/tree.js +1 -25125
- package/dist/collection/assets/txt.js +3 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +29 -28
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +1 -5
- package/dist/collection/managers/kup-interact/kup-interact.js +3 -0
- package/dist/collection/utils/cell-utils.js +12 -13
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +2 -2
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +2 -2
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -2
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +3 -3
- package/dist/components/kup-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-htm.js +2 -2
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +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-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-4e778804.js → p-2d3187f1.js} +30 -29
- package/dist/components/{p-521645dc.js → p-2f618e95.js} +2 -2
- package/dist/components/{p-030f9761.js → p-cf2c9c0d.js} +2 -2
- package/dist/components/{p-6f0557fa.js → p-d2c21bde.js} +2 -2
- package/dist/components/{p-69e544b8.js → p-d56d09a2.js} +17 -19
- package/dist/components/{p-99ec9de9.js → p-e7a113c6.js} +2 -2
- package/dist/esm/{f-cell-3ed82a9a.js → f-cell-0a405bc3.js} +4 -4
- package/dist/esm/{f-chip-f4658ed9.js → f-chip-9df5d2c6.js} +1 -1
- package/dist/esm/{f-object-field-958eafe3.js → f-object-field-aac161d2.js} +2 -2
- package/dist/esm/{f-paginator-utils-21f8ead9.js → f-paginator-utils-968b5af6.js} +1 -1
- package/dist/esm/{f-text-field-e9515bd5.js → f-text-field-416d425c.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_30.entry.js +36 -35
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +2 -2
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +5 -5
- package/dist/esm/kup-dashboard.entry.js +2 -2
- package/dist/esm/{kup-data-table-helper-b5b09e78.js → kup-data-table-helper-050584ae.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-input-panel.entry.js +5 -5
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +1 -1
- package/dist/esm/{kup-manager-9c966073.js → kup-manager-a47748da.js} +17 -19
- 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-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-5ec1ec4b.js → p-060ec8ef.js} +1 -1
- package/dist/ketchup/{p-80ed3d73.entry.js → p-06ceea6f.entry.js} +1 -1
- package/dist/ketchup/{p-08149b4e.entry.js → p-1e546759.entry.js} +1 -1
- package/dist/ketchup/{p-b3ec3024.entry.js → p-235f2751.entry.js} +1 -1
- package/dist/ketchup/{p-e8c0a2d5.js → p-2ca5047c.js} +1 -1
- package/dist/ketchup/{p-44c875d1.entry.js → p-32c0cc6c.entry.js} +1 -1
- package/dist/ketchup/{p-621c5460.entry.js → p-3478ab68.entry.js} +1 -1
- package/dist/ketchup/{p-a963ab44.entry.js → p-34a92fec.entry.js} +1 -1
- package/dist/ketchup/{p-bc098826.entry.js → p-3923312c.entry.js} +1 -1
- package/dist/ketchup/p-3f71f711.entry.js +1 -0
- package/dist/ketchup/{p-39635a88.entry.js → p-41d4dd10.entry.js} +1 -1
- package/dist/ketchup/{p-e28b7ec4.entry.js → p-42e63e2e.entry.js} +1 -1
- package/dist/ketchup/{p-ed58ba36.js → p-46a89edc.js} +1 -1
- package/dist/ketchup/{p-073b5537.entry.js → p-4ccac10f.entry.js} +1 -1
- package/dist/ketchup/{p-4726d10f.entry.js → p-4f97da3e.entry.js} +1 -1
- package/dist/ketchup/{p-e27bd288.entry.js → p-5a24cdc1.entry.js} +1 -1
- package/dist/ketchup/{p-3cef002e.entry.js → p-613d82ed.entry.js} +1 -1
- package/dist/ketchup/p-62e118bc.entry.js +8 -0
- package/dist/ketchup/{p-0d9d7c10.entry.js → p-65f31377.entry.js} +1 -1
- package/dist/ketchup/{p-a35fbf4d.entry.js → p-6b9430ff.entry.js} +1 -1
- package/dist/ketchup/{p-9ffe610b.entry.js → p-71410c8c.entry.js} +1 -1
- package/dist/ketchup/{p-0661da43.entry.js → p-72724296.entry.js} +1 -1
- package/dist/ketchup/{p-45c361d1.js → p-7f7a9ebc.js} +1 -1
- package/dist/ketchup/{p-2dc5d434.entry.js → p-839b289d.entry.js} +1 -1
- package/dist/ketchup/{p-8d03cde8.entry.js → p-895a22ef.entry.js} +1 -1
- package/dist/ketchup/{p-e3bb206d.entry.js → p-9854a470.entry.js} +1 -1
- package/dist/ketchup/{p-985ab475.entry.js → p-aebeb30c.entry.js} +1 -1
- package/dist/ketchup/{p-aba84ebf.js → p-bea1f185.js} +1 -1
- package/dist/ketchup/{p-7ef1f37a.js → p-c47a69dc.js} +1 -1
- package/dist/ketchup/{p-0bcd8d8b.entry.js → p-c5e5fbb2.entry.js} +1 -1
- package/dist/ketchup/{p-28751607.entry.js → p-d09cf0b3.entry.js} +1 -1
- package/dist/ketchup/{p-bb034f35.entry.js → p-df7f1752.entry.js} +1 -1
- package/dist/ketchup/p-e4a9100b.entry.js +1 -0
- package/dist/ketchup/p-ecf0eb17.js +21 -0
- package/dist/ketchup/p-f9a6acb8.entry.js +1 -0
- package/dist/types/utils/cell-utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/ketchup/p-476046a9.entry.js +0 -8
- package/dist/ketchup/p-54ae75bb.js +0 -21
- package/dist/ketchup/p-860cb066.entry.js +0 -1
- package/dist/ketchup/p-f413939e.entry.js +0 -1
- package/dist/ketchup/p-fb43f240.entry.js +0 -1
|
@@ -1762,6 +1762,9 @@ class KupInteract {
|
|
|
1762
1762
|
* @param {KupResizeCallbacks} callback - Callback to invoke when the event fires.
|
|
1763
1763
|
*/
|
|
1764
1764
|
on(el, event, callback) {
|
|
1765
|
+
if (!el) {
|
|
1766
|
+
return;
|
|
1767
|
+
}
|
|
1765
1768
|
interact(el).on(event, callback);
|
|
1766
1769
|
this.managedElements.add(el);
|
|
1767
1770
|
}
|
|
@@ -8374,10 +8377,9 @@ function getColumnByName(columns, name) {
|
|
|
8374
8377
|
return null;
|
|
8375
8378
|
}
|
|
8376
8379
|
function compareCell(cell1, cell2, sortMode) {
|
|
8377
|
-
|
|
8378
|
-
return compareValues(cell1.obj, (_a = cell1.decode) !== null && _a !== void 0 ? _a : cell1.value, cell2.obj, (_b = cell2.decode) !== null && _b !== void 0 ? _b : cell2.value, sortMode);
|
|
8380
|
+
return compareValues(cell1.obj, cell1.value, cell1.decode, cell2.obj, cell2.value, cell2.decode, sortMode);
|
|
8379
8381
|
}
|
|
8380
|
-
function compareValues(obj1, value1, obj2, value2, sortMode) {
|
|
8382
|
+
function compareValues(obj1, value1, decode1, obj2, value2, decode2, sortMode) {
|
|
8381
8383
|
const sm = sortMode === 'A' ? 1 : -1;
|
|
8382
8384
|
if (obj1 == null || obj2 == null) {
|
|
8383
8385
|
return sm * localCompareAsInJava(value1, value2);
|
|
@@ -8390,8 +8392,8 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
|
|
|
8390
8392
|
}
|
|
8391
8393
|
return compare * sm;
|
|
8392
8394
|
}
|
|
8393
|
-
let s1 = value1;
|
|
8394
|
-
let s2 = value2;
|
|
8395
|
+
let s1 = decode1 !== null && decode1 !== void 0 ? decode1 : value1;
|
|
8396
|
+
let s2 = decode2 !== null && decode2 !== void 0 ? decode2 : value2;
|
|
8395
8397
|
if (s1 == s2) {
|
|
8396
8398
|
return 0;
|
|
8397
8399
|
}
|
|
@@ -8404,12 +8406,12 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
|
|
|
8404
8406
|
let v1 = s1;
|
|
8405
8407
|
let v2 = s2;
|
|
8406
8408
|
if (dom$a.ketchup.objects.isNumber(obj1)) {
|
|
8407
|
-
v1 = dom$a.ketchup.math.numberifySafe(
|
|
8408
|
-
v2 = dom$a.ketchup.math.numberifySafe(
|
|
8409
|
+
v1 = dom$a.ketchup.math.numberifySafe(value1);
|
|
8410
|
+
v2 = dom$a.ketchup.math.numberifySafe(value2);
|
|
8409
8411
|
}
|
|
8410
8412
|
else if (dom$a.ketchup.objects.isDate(obj1)) {
|
|
8411
|
-
const firstDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(
|
|
8412
|
-
const secondDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(
|
|
8413
|
+
const firstDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value1, KupDatesFormats.ISO_DATE));
|
|
8414
|
+
const secondDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value2, KupDatesFormats.ISO_DATE));
|
|
8413
8415
|
if (firstDateValue && secondDateValue) {
|
|
8414
8416
|
v1 = firstDateValue;
|
|
8415
8417
|
v2 = secondDateValue;
|
|
@@ -8420,16 +8422,16 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
|
|
|
8420
8422
|
// returns an invalid date when it tries to parse a time
|
|
8421
8423
|
// This solution is simpler and it works because the time format
|
|
8422
8424
|
// was assumed to be equals to HH:mm:ss or HH:mm
|
|
8423
|
-
const firstTimeValue = Number(
|
|
8424
|
-
const secondTimeValue = Number(
|
|
8425
|
+
const firstTimeValue = Number(value1.replace(/:/g, ''));
|
|
8426
|
+
const secondTimeValue = Number(value2.replace(/:/g, ''));
|
|
8425
8427
|
if (!Number.isNaN(firstTimeValue) && !Number.isNaN(secondTimeValue)) {
|
|
8426
8428
|
v1 = firstTimeValue;
|
|
8427
8429
|
v2 = secondTimeValue;
|
|
8428
8430
|
}
|
|
8429
8431
|
}
|
|
8430
8432
|
else if (dom$a.ketchup.objects.isTimestamp(obj1)) {
|
|
8431
|
-
const firstTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(
|
|
8432
|
-
const secondTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(
|
|
8433
|
+
const firstTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value1, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
|
|
8434
|
+
const secondTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value2, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
|
|
8433
8435
|
if (firstTimestampValue && secondTimestampValue) {
|
|
8434
8436
|
v1 = firstTimestampValue;
|
|
8435
8437
|
v2 = secondTimestampValue;
|
|
@@ -8943,7 +8945,7 @@ class Filters {
|
|
|
8943
8945
|
}
|
|
8944
8946
|
|
|
8945
8947
|
const dom$8 = document.documentElement;
|
|
8946
|
-
|
|
8948
|
+
dom$8.ketchup
|
|
8947
8949
|
? dom$8.ketchup.objects
|
|
8948
8950
|
: new KupObjects();
|
|
8949
8951
|
/**
|
|
@@ -8971,11 +8973,7 @@ function getCellValue(dataset, column, sorted, univocal) {
|
|
|
8971
8973
|
extractColumnValues(rows, column, values, univocal);
|
|
8972
8974
|
if (sorted == true) {
|
|
8973
8975
|
values.sort((n1, n2) => {
|
|
8974
|
-
return compareValues(n1.obj,
|
|
8975
|
-
? n1.value
|
|
8976
|
-
: getValueForDisplay2(n1, column), n2.obj, kupObjects.isDate(n2.obj) || kupObjects.isNumber(n2.obj)
|
|
8977
|
-
? n2.value
|
|
8978
|
-
: getValueForDisplay2(n2, column), SortMode.A);
|
|
8976
|
+
return compareValues(n1.obj, n1.value, getValueForDisplay2(n1, column), n2.obj, n2.value, getValueForDisplay2(n2, column), SortMode.A);
|
|
8979
8977
|
});
|
|
8980
8978
|
}
|
|
8981
8979
|
for (let i = 0; i < values.length; i++) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, aa as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a8 as KupPointerEventTypes, ak as KupDragEffect, aB as kupDraggableAttr, am as KupDropEventTypes, J as KupLanguageSearch } from './p-
|
|
3
|
-
import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-
|
|
2
|
+
import { k as kupManagerInstance, aa as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a8 as KupPointerEventTypes, ak as KupDragEffect, aB as kupDraggableAttr, am as KupDropEventTypes, J as KupLanguageSearch } from './p-d56d09a2.js';
|
|
3
|
+
import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-2d3187f1.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-box component.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, F as Fragment } from './index-9b0f4a0d.js';
|
|
2
|
-
import { ar as editableTypes, as as kupTypes, U as FCellClasses, ae as FCellTypes, f as KupThemeColorValues, ap as CHIAdapter, an as RADAdapter, am as CMBandACPAdapter, at as KupTagNames, F as FCellShapes, aj as getCellValueForDisplay, a as KupComponentSizing, au as fullWidthFieldsComps, I as ItemsDisplayMode, av as autoCenterComps, aw as adaptContentToDisplayMode, ax as FCellEvents, ay as isForceUppercase, az as isForceLowercase, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { ar as editableTypes, as as kupTypes, U as FCellClasses, ae as FCellTypes, f as KupThemeColorValues, ap as CHIAdapter, an as RADAdapter, am as CMBandACPAdapter, at as KupTagNames, F as FCellShapes, aj as getCellValueForDisplay, a as KupComponentSizing, au as fullWidthFieldsComps, I as ItemsDisplayMode, av as autoCenterComps, aw as adaptContentToDisplayMode, ax as FCellEvents, ay as isForceUppercase, az as isForceLowercase, h as KupDebugCategory } from './kup-manager-a47748da.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.js';
|
|
4
4
|
import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
|
|
5
|
-
import { F as FChipType, d as FChip } from './f-chip-
|
|
5
|
+
import { F as FChipType, d as FChip } from './f-chip-9df5d2c6.js';
|
|
6
6
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
7
|
-
import { F as FObjectField } from './f-object-field-
|
|
8
|
-
import { F as FTextField } from './f-text-field-
|
|
7
|
+
import { F as FObjectField } from './f-object-field-aac161d2.js';
|
|
8
|
+
import { F as FTextField } from './f-text-field-416d425c.js';
|
|
9
9
|
|
|
10
10
|
var FRadioType;
|
|
11
11
|
(function (FRadioType) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
2
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
3
|
-
import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-
|
|
3
|
+
import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-a47748da.js';
|
|
4
4
|
|
|
5
5
|
function getIdOfItemByDisplayMode(item, mode, separator) {
|
|
6
6
|
const { id, value, decode } = item;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
|
-
import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-
|
|
2
|
+
import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-a47748da.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.js';
|
|
4
4
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
5
|
-
import { F as FTextField } from './f-text-field-
|
|
5
|
+
import { F as FTextField } from './f-text-field-416d425c.js';
|
|
6
6
|
|
|
7
7
|
const STATE = new WeakMap();
|
|
8
8
|
const FObjectField = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
|
-
import { I as ItemsDisplayMode, aA as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-
|
|
2
|
+
import { I as ItemsDisplayMode, aA as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-a47748da.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.js';
|
|
4
4
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, g as getAssetPath } from './index-9b0f4a0d.js';
|
|
2
|
-
import { d as KupThemeIconValues } from './kup-manager-
|
|
2
|
+
import { d as KupThemeIconValues } from './kup-manager-a47748da.js';
|
|
3
3
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
4
4
|
|
|
5
5
|
const dom = document.documentElement;
|
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-a47748da.js';
|
|
3
3
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import { M as MDCRipple } from './component-a35bc7f1.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
5
|
-
import { s as sortRows } from './kup-data-table-helper-
|
|
5
|
+
import { s as sortRows } from './kup-data-table-helper-050584ae.js';
|
|
6
6
|
import './kup-dates-bf500166.js';
|
|
7
7
|
|
|
8
8
|
var KupActivityTimelineProps;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-
|
|
3
|
-
import { F as FTextField } from './f-text-field-
|
|
2
|
+
import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-a47748da.js';
|
|
3
|
+
import { F as FTextField } from './f-text-field-416d425c.js';
|
|
4
4
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
5
|
-
import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-
|
|
5
|
+
import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-9df5d2c6.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
7
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
8
8
|
import { F as FButton } from './f-button-3e022953.js';
|
|
9
9
|
import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
10
|
-
import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-
|
|
10
|
+
import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-0a405bc3.js';
|
|
11
11
|
import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-bf500166.js';
|
|
12
12
|
import { M as MDCRipple } from './component-a35bc7f1.js';
|
|
13
13
|
import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
|
|
14
|
-
import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-
|
|
15
|
-
import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-
|
|
16
|
-
import './f-object-field-
|
|
14
|
+
import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-050584ae.js';
|
|
15
|
+
import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-968b5af6.js';
|
|
16
|
+
import './f-object-field-aac161d2.js';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Props of the kup-autocomplete component.
|
|
@@ -8943,6 +8943,23 @@ const KupDataTable = class {
|
|
|
8943
8943
|
command: command,
|
|
8944
8944
|
});
|
|
8945
8945
|
});
|
|
8946
|
+
_KupDataTable_onBlurHandler.set(this, ({ detail: { cell, column, row }, }) => {
|
|
8947
|
+
var _a, _b, _c;
|
|
8948
|
+
if (this.updatableData &&
|
|
8949
|
+
cell.isEditable &&
|
|
8950
|
+
((_a = cell.inputSettings) === null || _a === void 0 ? void 0 : _a.checkValueOnExit) &&
|
|
8951
|
+
cell.shape !== FCellShapes.CHECKBOX &&
|
|
8952
|
+
cell.shape !== FCellShapes.SWITCH &&
|
|
8953
|
+
((_c = (_b = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == row.id)) === null || _b === void 0 ? void 0 : _b.cells[column.name]) === null || _c === void 0 ? void 0 : _c.value) !== cell.value) {
|
|
8954
|
+
this.kupCellCheck.emit({
|
|
8955
|
+
comp: this,
|
|
8956
|
+
id: this.rootElement.id,
|
|
8957
|
+
originalData: __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"),
|
|
8958
|
+
updatedData: getDiffData(__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
|
|
8959
|
+
cell: cell,
|
|
8960
|
+
});
|
|
8961
|
+
}
|
|
8962
|
+
});
|
|
8946
8963
|
_KupDataTable_FONTSIZE_CODES.set(this, ['small', 'medium', 'big']);
|
|
8947
8964
|
_KupDataTable_FONTSIZE_DECODES.set(this, ['Small', 'Medium', 'Big']);
|
|
8948
8965
|
_KupDataTable_FONTSIZE_ICONS.set(this, [
|
|
@@ -10224,7 +10241,7 @@ const KupDataTable = class {
|
|
|
10224
10241
|
__classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
10225
10242
|
let rows = null;
|
|
10226
10243
|
if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
10227
|
-
rows = (h("tr", { key: '
|
|
10244
|
+
rows = (h("tr", { key: '4dc161a050fe63779f915ae26bb2d0d73829308a', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '9d8cddbe906f7e6b290e2eec754987870fe7e128', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
10228
10245
|
}
|
|
10229
10246
|
else {
|
|
10230
10247
|
rows = [];
|
|
@@ -10300,7 +10317,7 @@ const KupDataTable = class {
|
|
|
10300
10317
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
|
|
10301
10318
|
});
|
|
10302
10319
|
}
|
|
10303
|
-
groupChips = h(FChip, Object.assign({ key: '
|
|
10320
|
+
groupChips = h(FChip, Object.assign({ key: '35f64ddf0965cc2803df28e5a7700ee8f2ec9eef' }, props));
|
|
10304
10321
|
}
|
|
10305
10322
|
}
|
|
10306
10323
|
const tableClass = {
|
|
@@ -10332,7 +10349,7 @@ const KupDataTable = class {
|
|
|
10332
10349
|
if (this.headerIsPersistent &&
|
|
10333
10350
|
this.tableHeight === undefined &&
|
|
10334
10351
|
this.tableWidth === undefined) {
|
|
10335
|
-
stickyEl = (h("sticky-header", { key: '
|
|
10352
|
+
stickyEl = (h("sticky-header", { key: '72f16bc5bfa3c051dca9f1b3ef9b74720cb06ae4', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '9bb9dc0019405511a5d2d9ab5062b9a764c0b1ab' }, h("tr-sticky", { key: 'f6431cb1b79ff0f75cd9c27e0609192394ddfb3d' }, stickyHeader))));
|
|
10336
10353
|
}
|
|
10337
10354
|
let belowClass = 'below-wrapper';
|
|
10338
10355
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -10378,7 +10395,7 @@ const KupDataTable = class {
|
|
|
10378
10395
|
const useGlobalFilter = !this.legacyLook &&
|
|
10379
10396
|
(this.globalFilter ||
|
|
10380
10397
|
this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
10381
|
-
const compCreated = (h(Host, { key: '
|
|
10398
|
+
const compCreated = (h(Host, { key: '16e1864099a10d6b985615e698cb3607b9627274', "onKup-drop": (e) => {
|
|
10382
10399
|
this.kupDataTableDrop.emit(e.detail);
|
|
10383
10400
|
}, "onKup-cell-input": (e) => {
|
|
10384
10401
|
autoselectOnAction(e);
|
|
@@ -10387,7 +10404,7 @@ const KupDataTable = class {
|
|
|
10387
10404
|
}, "onKup-cell-update": (e) => {
|
|
10388
10405
|
autoselectOnAction(e);
|
|
10389
10406
|
__classPrivateFieldGet$8(this, _KupDataTable_modifiedRowsIds, "f").push(e.detail.row.id);
|
|
10390
|
-
}, "onKup-cell-blur": __classPrivateFieldGet$8(this,
|
|
10407
|
+
}, "onKup-cell-blur": __classPrivateFieldGet$8(this, _KupDataTable_onBlurHandler, "f"), "onKup-cell-click": (e) => {
|
|
10391
10408
|
this.kupDataTableCellClick.emit(e.detail);
|
|
10392
10409
|
}, "onKup-cell-iconclick": (e) => {
|
|
10393
10410
|
this.kupDataTableCellIconClick.emit(e.detail);
|
|
@@ -10397,11 +10414,11 @@ const KupDataTable = class {
|
|
|
10397
10414
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
10398
10415
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
10399
10416
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
10400
|
-
} }, h("style", { key: '
|
|
10417
|
+
} }, h("style", { key: '74a7dd047a70bffcb1548afa3575203438216fbc' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: 'e653450fa57e3fc9df96ce54c8cbb00d3aa0933e', id: componentWrapperId, class: wrapClass }, h("div", { key: '434d50847b4c48e8430375687a722a0a94a1c925', class: "group-wrapper" }, groupChips), h("div", { key: '13d7d7c4266292d6a8f4fffeeed092428e917988', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
|
|
10401
10418
|
const t = event.target;
|
|
10402
10419
|
window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
10403
10420
|
__classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
10404
|
-
} }))) : null, paginatorTop && (h("div", { key: '
|
|
10421
|
+
} }))) : null, paginatorTop && (h("div", { key: 'e3e5ade9221e8d972a64ee7d17d22e978ff56e6d', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
|
|
10405
10422
|
this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
|
|
10406
10423
|
this.kupSave.emit({
|
|
10407
10424
|
comp: this,
|
|
@@ -10451,9 +10468,9 @@ const KupDataTable = class {
|
|
|
10451
10468
|
this.data.rows.unshift(row);
|
|
10452
10469
|
await this.refresh(true);
|
|
10453
10470
|
}
|
|
10454
|
-
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '
|
|
10471
|
+
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '4007ba684928cf77c72973e4be70c1f14c54d376', 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
|
|
10455
10472
|
? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
10456
|
-
: null), h("div", { key: '
|
|
10473
|
+
: null), h("div", { key: 'b66d6a31fc0ec341117f0b654ed3c18d60db4b92', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
10457
10474
|
? [
|
|
10458
10475
|
h("div", { class: "settings-trigger", onClick: () => {
|
|
10459
10476
|
__classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -10462,7 +10479,7 @@ const KupDataTable = class {
|
|
|
10462
10479
|
} }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
10463
10480
|
this.renderCustomizePanel(),
|
|
10464
10481
|
]
|
|
10465
|
-
: null, h("table", { key: '
|
|
10482
|
+
: null, h("table", { key: '3a60004cb227fa5b11aa8dcac8153452b87bcc31', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
|
|
10466
10483
|
ev.stopPropagation();
|
|
10467
10484
|
}, onPointerDown: (e) => {
|
|
10468
10485
|
__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");
|
|
@@ -10470,7 +10487,7 @@ const KupDataTable = class {
|
|
|
10470
10487
|
__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");
|
|
10471
10488
|
}, onContextMenu: (e) => {
|
|
10472
10489
|
e.preventDefault();
|
|
10473
|
-
} }, h("thead", { key: '
|
|
10490
|
+
} }, h("thead", { key: 'a69c0ee9bc171e4d8875689b0aa644c19733c4cc', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '7a40dfab1ed197d17fe3590f382dba1a8e36149c' }, header)), h("tbody", { key: 'b29fc9f944a10e0ba0319a4e5e34c534dbe1ec63' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
10474
10491
|
__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
10475
10492
|
return compCreated;
|
|
10476
10493
|
}
|
|
@@ -10518,7 +10535,7 @@ const KupDataTable = class {
|
|
|
10518
10535
|
"transpose": ["recalculateData"]
|
|
10519
10536
|
}; }
|
|
10520
10537
|
};
|
|
10521
|
-
_KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
|
|
10538
|
+
_KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_onBlurHandler = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
|
|
10522
10539
|
let somethingChanged = false;
|
|
10523
10540
|
if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
|
|
10524
10541
|
this.state.filters = Object.assign({}, this.filters);
|
|
@@ -12434,22 +12451,6 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
12434
12451
|
const remove = columns.splice(sortedColumnIndex, 1);
|
|
12435
12452
|
columns.splice(receivingColumnIndex, 0, remove[0]);
|
|
12436
12453
|
this.refresh();
|
|
12437
|
-
}, _KupDataTable_onBlurHandler = function _KupDataTable_onBlurHandler({ detail: { cell, column, row }, }) {
|
|
12438
|
-
var _a, _b, _c;
|
|
12439
|
-
if (this.updatableData &&
|
|
12440
|
-
cell.isEditable &&
|
|
12441
|
-
((_a = cell.inputSettings) === null || _a === void 0 ? void 0 : _a.checkValueOnExit) &&
|
|
12442
|
-
cell.shape !== FCellShapes.CHECKBOX &&
|
|
12443
|
-
cell.shape !== FCellShapes.SWITCH &&
|
|
12444
|
-
((_c = (_b = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == row.id)) === null || _b === void 0 ? void 0 : _b.cells[column.name]) === null || _c === void 0 ? void 0 : _c.value) !== cell.value) {
|
|
12445
|
-
this.kupCellCheck.emit({
|
|
12446
|
-
comp: this,
|
|
12447
|
-
id: this.rootElement.id,
|
|
12448
|
-
originalData: __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"),
|
|
12449
|
-
updatedData: getDiffData(__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
|
|
12450
|
-
cell: cell,
|
|
12451
|
-
});
|
|
12452
|
-
}
|
|
12453
12454
|
}, _KupDataTable_applyLineBreaks = function _KupDataTable_applyLineBreaks(content) {
|
|
12454
12455
|
if (!content) {
|
|
12455
12456
|
return '';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-
|
|
3
|
-
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-
|
|
2
|
+
import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-a47748da.js';
|
|
3
|
+
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-050584ae.js';
|
|
4
4
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
5
|
-
import { d as FChip } from './f-chip-
|
|
5
|
+
import { d as FChip } from './f-chip-9df5d2c6.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
|
-
import { F as FCell } from './f-cell-
|
|
8
|
-
import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-
|
|
7
|
+
import { F as FCell } from './f-cell-0a405bc3.js';
|
|
8
|
+
import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-968b5af6.js';
|
|
9
9
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
10
10
|
import './kup-dates-bf500166.js';
|
|
11
11
|
import './f-button-3e022953.js';
|
|
12
12
|
import './f-button-declarations-6c8f8abe.js';
|
|
13
13
|
import './f-checkbox-9912e1a4.js';
|
|
14
|
-
import './f-object-field-
|
|
15
|
-
import './f-text-field-
|
|
14
|
+
import './f-object-field-aac161d2.js';
|
|
15
|
+
import './f-text-field-416d425c.js';
|
|
16
16
|
import './component-a35bc7f1.js';
|
|
17
17
|
|
|
18
18
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-3e022953.js';
|
|
5
|
-
import { d as FChip, F as FChipType } from './f-chip-
|
|
5
|
+
import { d as FChip, F as FChipType } from './f-chip-9df5d2c6.js';
|
|
6
6
|
import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-bf500166.js';
|
|
7
7
|
import './f-button-declarations-6c8f8abe.js';
|
|
8
8
|
import './f-image-40b4e64b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-3e022953.js';
|
|
5
|
-
import { F as FCell } from './f-cell-
|
|
5
|
+
import { F as FCell } from './f-cell-0a405bc3.js';
|
|
6
6
|
import './kup-dates-bf500166.js';
|
|
7
7
|
import './f-button-declarations-6c8f8abe.js';
|
|
8
8
|
import './f-image-40b4e64b.js';
|
|
9
9
|
import './f-checkbox-9912e1a4.js';
|
|
10
|
-
import './f-chip-
|
|
11
|
-
import './f-object-field-
|
|
12
|
-
import './f-text-field-
|
|
10
|
+
import './f-chip-9df5d2c6.js';
|
|
11
|
+
import './f-object-field-aac161d2.js';
|
|
12
|
+
import './f-text-field-416d425c.js';
|
|
13
13
|
|
|
14
14
|
const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
|
|
15
15
|
const KupCellStyle0 = kupCellCss;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
2
|
import { F as FButton } from './f-button-3e022953.js';
|
|
3
3
|
import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-416d425c.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
6
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-
|
|
6
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-a47748da.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-6c8f8abe.js';
|
|
9
9
|
import './f-image-40b4e64b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-
|
|
1
|
+
import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-a47748da.js';
|
|
2
2
|
import { K as KupDatesFormats } from './kup-dates-bf500166.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
|
|
|
2
2
|
import { F as FButton } from './f-button-3e022953.js';
|
|
3
3
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
4
4
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
5
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-
|
|
5
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-a47748da.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
7
|
import './kup-dates-bf500166.js';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-a47748da.js';
|
|
3
3
|
import './kup-dates-bf500166.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
2
|
import { F as FButton } from './f-button-3e022953.js';
|
|
3
|
-
import { F as FCell, e as FLabel } from './f-cell-
|
|
4
|
-
import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-
|
|
3
|
+
import { F as FCell, e as FLabel } from './f-cell-0a405bc3.js';
|
|
4
|
+
import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-a47748da.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
6
6
|
import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-6c8f8abe.js';
|
|
9
9
|
import './f-image-40b4e64b.js';
|
|
10
10
|
import './f-checkbox-9912e1a4.js';
|
|
11
|
-
import './f-chip-
|
|
12
|
-
import './f-object-field-
|
|
13
|
-
import './f-text-field-
|
|
11
|
+
import './f-chip-9df5d2c6.js';
|
|
12
|
+
import './f-object-field-aac161d2.js';
|
|
13
|
+
import './f-text-field-416d425c.js';
|
|
14
14
|
import './kup-dates-bf500166.js';
|
|
15
15
|
import './component-a35bc7f1.js';
|
|
16
16
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-a47748da.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-bf500166.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-a47748da.js';
|
|
3
3
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
4
4
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
5
5
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|