@sme.up/ketchup 10.3.9 → 10.3.11
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-2e939ef8.js → f-cell-17acbc57.js} +4 -4
- package/dist/cjs/{f-chip-b0b4b0d9.js → f-chip-69c882a5.js} +1 -1
- package/dist/cjs/{f-object-field-db5613ef.js → f-object-field-c4c5df13.js} +2 -2
- package/dist/cjs/{f-paginator-utils-2fcf4642.js → f-paginator-utils-66aa1936.js} +1 -1
- package/dist/cjs/{f-text-field-ee6120c5.js → f-text-field-9832e4ef.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +7 -8
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +66 -288
- 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-0705294e.js → kup-data-table-helper-c7046c05.js} +2 -2
- package/dist/cjs/{kup-dates-8619368a.js → kup-dates-6feda954.js} +127 -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 +21 -26
- 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 +11 -11
- 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-0ce9fd30.js → kup-manager-863afae7.js} +6 -6
- 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-eaca3f99.js → kup-planner-renderer-helper-593796c6.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/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/kup-accordion/kup-accordion.js +5 -27
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +2 -4
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +84 -266
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +1 -1
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +18 -23
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +2 -23
- package/dist/collection/managers/kup-dates/kup-dates.js +127 -7
- package/dist/collection/utils/cell-utils.js +3 -3
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -34
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +7 -9
- 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 +22 -27
- 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 +8 -8
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-pdf.js +2 -2
- package/dist/components/kup-planner-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-cde4d6c3.js → p-2cb9fa58.js} +2 -2
- package/dist/components/{p-a52b0e92.js → p-3757ff31.js} +1 -1
- package/dist/components/{p-9d9181cf.js → p-60e697f5.js} +127 -7
- package/dist/components/{p-e72fb07b.js → p-87285464.js} +2 -2
- package/dist/components/{p-b057cba1.js → p-944332b6.js} +2 -2
- package/dist/components/{p-f9afe0c9.js → p-97fceaf7.js} +4 -4
- package/dist/components/{p-2670bfd5.js → p-980686db.js} +2 -2
- package/dist/components/{p-89b9a949.js → p-a4f3d24a.js} +2 -2
- package/dist/components/{p-d9bec7c8.js → p-decce077.js} +2 -2
- package/dist/components/{p-85852162.js → p-e39b777a.js} +6 -6
- package/dist/components/{p-7e706919.js → p-f3faa212.js} +61 -286
- package/dist/esm/{f-cell-b3f0782c.js → f-cell-1b71c02b.js} +4 -4
- package/dist/esm/{f-chip-3ed440ef.js → f-chip-d553e330.js} +1 -1
- package/dist/esm/{f-object-field-23935da4.js → f-object-field-e6839071.js} +2 -2
- package/dist/esm/{f-paginator-utils-a9d5c2d3.js → f-paginator-utils-74a15114.js} +1 -1
- package/dist/esm/{f-text-field-4934ff74.js → f-text-field-05735cbc.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +7 -8
- package/dist/esm/kup-activity-timeline.entry.js +3 -3
- package/dist/esm/kup-autocomplete_30.entry.js +66 -288
- 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-de9421a0.js → kup-data-table-helper-1d14120b.js} +2 -2
- package/dist/esm/{kup-dates-77f1a451.js → kup-dates-964cc4dd.js} +127 -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 +21 -26
- 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 +11 -11
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-5c23bae7.js → kup-manager-d7b61781.js} +6 -6
- 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-373880b5.js → kup-planner-renderer-helper-64388bf8.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/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-6c1e1780.entry.js → p-0b674619.entry.js} +1 -1
- package/dist/ketchup/{p-6741f3f6.entry.js → p-0e070e9c.entry.js} +1 -1
- package/dist/ketchup/p-0f97523f.entry.js +1 -0
- package/dist/ketchup/{p-a3394095.js → p-13118466.js} +1 -1
- package/dist/ketchup/p-17f0cc01.js +21 -0
- package/dist/ketchup/p-1e381f3d.js +1 -0
- package/dist/ketchup/{p-b47dc6ac.entry.js → p-1f9a5de9.entry.js} +1 -1
- package/dist/ketchup/{p-27f26f4b.entry.js → p-207f8882.entry.js} +1 -1
- package/dist/ketchup/{p-ae1f69c7.entry.js → p-273c4680.entry.js} +1 -1
- package/dist/ketchup/{p-6ce64af5.entry.js → p-33699a63.entry.js} +1 -1
- package/dist/ketchup/{p-cabebabc.js → p-36edcc02.js} +1 -1
- package/dist/ketchup/{p-5f645f29.js → p-37390512.js} +1 -1
- package/dist/ketchup/{p-137158e4.entry.js → p-3a9c45ff.entry.js} +1 -1
- package/dist/ketchup/{p-f3319227.entry.js → p-3ed784eb.entry.js} +1 -1
- package/dist/ketchup/{p-bc75c526.entry.js → p-47023eae.entry.js} +1 -1
- package/dist/ketchup/{p-0bb6bfb4.entry.js → p-53570ac4.entry.js} +1 -1
- package/dist/ketchup/{p-29af64ff.entry.js → p-5445b692.entry.js} +1 -1
- package/dist/ketchup/{p-f7da2ca7.entry.js → p-551b95a9.entry.js} +1 -1
- package/dist/ketchup/{p-dba5100a.entry.js → p-5540dd04.entry.js} +1 -1
- package/dist/ketchup/{p-b67d94a0.entry.js → p-57b060e2.entry.js} +1 -1
- package/dist/ketchup/{p-02e22635.js → p-5c4b3914.js} +1 -1
- package/dist/ketchup/{p-da5d5eea.js → p-642fe1a3.js} +1 -1
- package/dist/ketchup/{p-e755042e.entry.js → p-6e8db402.entry.js} +1 -1
- package/dist/ketchup/{p-a76b0d93.entry.js → p-798483ff.entry.js} +1 -1
- package/dist/ketchup/{p-33a6e698.entry.js → p-79db04f9.entry.js} +1 -1
- package/dist/ketchup/{p-c3eca951.entry.js → p-87ab01df.entry.js} +1 -1
- package/dist/ketchup/{p-da273b4d.js → p-9ef3e0eb.js} +1 -1
- package/dist/ketchup/p-ab080458.js +1 -0
- package/dist/ketchup/{p-143617b6.entry.js → p-affac568.entry.js} +1 -1
- package/dist/ketchup/{p-b509455c.entry.js → p-c875e6bb.entry.js} +1 -1
- package/dist/ketchup/{p-7d25580b.entry.js → p-c91a8416.entry.js} +1 -1
- package/dist/ketchup/{p-424c2f64.entry.js → p-cdd4c014.entry.js} +1 -1
- package/dist/ketchup/{p-dc425c68.entry.js → p-d09f2ae6.entry.js} +1 -1
- package/dist/ketchup/p-d2b66322.entry.js +1 -0
- package/dist/ketchup/p-da4f1ade.entry.js +1 -0
- package/dist/ketchup/{p-ece991ba.entry.js → p-db78ec98.entry.js} +1 -1
- package/dist/ketchup/{p-7775e947.entry.js → p-e333d2e1.entry.js} +1 -1
- package/dist/ketchup/{p-4632e407.entry.js → p-ebd8a151.entry.js} +1 -1
- package/dist/ketchup/{p-001755a5.entry.js → p-ed788afb.entry.js} +1 -1
- package/dist/ketchup/{p-cc9d71a7.entry.js → p-ed961274.entry.js} +1 -1
- package/dist/ketchup/p-fde49142.entry.js +8 -0
- package/dist/types/components/kup-accordion/kup-accordion.d.ts +0 -5
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +2 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +6 -4
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +0 -5
- package/dist/types/components.d.ts +20 -23
- package/dist/types/managers/kup-dates/kup-dates.d.ts +10 -2
- package/package.json +1 -1
- package/dist/ketchup/p-03d049e3.js +0 -21
- package/dist/ketchup/p-687b7642.entry.js +0 -8
- package/dist/ketchup/p-68835d71.entry.js +0 -1
- package/dist/ketchup/p-95346c81.js +0 -1
- package/dist/ketchup/p-cf5e1d07.js +0 -1
- package/dist/ketchup/p-e18d9110.entry.js +0 -1
- package/dist/ketchup/p-ec66f939.entry.js +0 -1
|
@@ -47,7 +47,6 @@ export class KupAccordion {
|
|
|
47
47
|
this.data = null;
|
|
48
48
|
this.infoIcon = false;
|
|
49
49
|
this.ripple = false;
|
|
50
|
-
this.toolbar = false;
|
|
51
50
|
this.sizing = KupComponentSizing.SMALL;
|
|
52
51
|
this.toolbarCallback = undefined;
|
|
53
52
|
this.infoCallback = undefined;
|
|
@@ -198,7 +197,7 @@ export class KupAccordion {
|
|
|
198
197
|
return this.selectedItems.includes(item.id);
|
|
199
198
|
}
|
|
200
199
|
renderItems() {
|
|
201
|
-
var _a, _b;
|
|
200
|
+
var _a, _b, _c;
|
|
202
201
|
const items = [];
|
|
203
202
|
const slots = Array.prototype.slice.call(this.rootElement.children, 0);
|
|
204
203
|
this.slotsNames = [];
|
|
@@ -233,7 +232,7 @@ export class KupAccordion {
|
|
|
233
232
|
else {
|
|
234
233
|
this.kupManager.debug.logMessage(this, 'InfoIcon data is empty, not opening dropdown.');
|
|
235
234
|
}
|
|
236
|
-
}, wrapperClass: "tab__iconToolbar iconInfo" })),
|
|
235
|
+
}, wrapperClass: "tab__iconToolbar iconInfo" })), ((_a = node === null || node === void 0 ? void 0 : node.data) === null || _a === void 0 ? void 0 : _a.toolbar) && this.toolbarCallback && (h(FImage, { resource: "more_vert", sizeX: "16px", sizeY: "16px", onClick: async (event) => {
|
|
237
236
|
var _a;
|
|
238
237
|
event.stopPropagation();
|
|
239
238
|
const el = event.currentTarget;
|
|
@@ -246,10 +245,10 @@ export class KupAccordion {
|
|
|
246
245
|
this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
|
|
247
246
|
}
|
|
248
247
|
}, wrapperClass: "tab__iconToolbar iconToolbar" })), isItemExpandible ? (h("div", { class: `accordion-item__dropdown kup-icon ${KupThemeIconValues.DROPDOWN.replace('--', '')}` })) : null));
|
|
249
|
-
items.push(h("div", { class: "accordion-item" }, h("div", { tabindex: i, title: (
|
|
248
|
+
items.push(h("div", { class: "accordion-item" }, h("div", { tabindex: i, title: (_b = node.title) !== null && _b !== void 0 ? _b : null, class: itemHeaderClass, onClick: (e) => {
|
|
250
249
|
e.stopPropagation();
|
|
251
250
|
this.toggleItem(node);
|
|
252
|
-
}, onBlur: () => this.onKupBlur(node), onFocus: () => this.onKupFocus(node) }, node.icon ? (h(FImage, { color: `var(${KupThemeColorValues.PRIMARY})`, resource: node.icon, placeholderResource: node.placeholderIcon, sizeX: "1.5em", sizeY: "1.5em", wrapperClass: "accordion-item__icon" })) : null, node.value ? (h("span", { class: "accordion-item__text" }, (
|
|
251
|
+
}, onBlur: () => this.onKupBlur(node), onFocus: () => this.onKupFocus(node) }, node.icon ? (h(FImage, { color: `var(${KupThemeColorValues.PRIMARY})`, resource: node.icon, placeholderResource: node.placeholderIcon, sizeX: "1.5em", sizeY: "1.5em", wrapperClass: "accordion-item__icon" })) : null, node.value ? (h("span", { class: "accordion-item__text" }, (_c = node.value) !== null && _c !== void 0 ? _c : '')) : null, wrapper), h("div", { class: itemContentClass }, h("slot", { name: node.id }))));
|
|
253
252
|
}
|
|
254
253
|
return items;
|
|
255
254
|
}
|
|
@@ -375,7 +374,7 @@ export class KupAccordion {
|
|
|
375
374
|
}
|
|
376
375
|
render() {
|
|
377
376
|
const content = this.data && this.data.length ? this.renderItems() : null;
|
|
378
|
-
return (h(Host, { key: '
|
|
377
|
+
return (h(Host, { key: '422c0185203b1ed3134a6fea1af3c14c525c816e' }, h("style", { key: '5fe81796ea6d0f424a88f6c15106e7c396654508' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f3475b26b90a1ab957b8f2bf5a15ac0541128833', id: componentWrapperId }, h("div", { key: '8f6f861712a69dea13f33dacc4ef8b71575fcf0f', class: "accordion" }, content))));
|
|
379
378
|
}
|
|
380
379
|
disconnectedCallback() {
|
|
381
380
|
this.kupManager.theme.unregister(this);
|
|
@@ -485,27 +484,6 @@ export class KupAccordion {
|
|
|
485
484
|
"reflect": false,
|
|
486
485
|
"defaultValue": "false"
|
|
487
486
|
},
|
|
488
|
-
"toolbar": {
|
|
489
|
-
"type": "boolean",
|
|
490
|
-
"mutable": false,
|
|
491
|
-
"complexType": {
|
|
492
|
-
"original": "boolean",
|
|
493
|
-
"resolved": "boolean",
|
|
494
|
-
"references": {}
|
|
495
|
-
},
|
|
496
|
-
"required": false,
|
|
497
|
-
"optional": false,
|
|
498
|
-
"docs": {
|
|
499
|
-
"tags": [{
|
|
500
|
-
"name": "default",
|
|
501
|
-
"text": "false"
|
|
502
|
-
}],
|
|
503
|
-
"text": "When true, it will show the toolbar activation icon."
|
|
504
|
-
},
|
|
505
|
-
"attribute": "toolbar",
|
|
506
|
-
"reflect": false,
|
|
507
|
-
"defaultValue": "false"
|
|
508
|
-
},
|
|
509
487
|
"sizing": {
|
|
510
488
|
"type": "string",
|
|
511
489
|
"mutable": false,
|
|
@@ -375,8 +375,7 @@ export function create12(component) {
|
|
|
375
375
|
const filtersMaxLen = kupManager.perfTuning.data.filtersMaxLength;
|
|
376
376
|
return (h("div", { class: `standard-layout-${component.layoutNumber} ` }, buttonsIds.includes(KupColumnMenuIds.BUTTON_REMOVE) ||
|
|
377
377
|
buttonsIds.includes(KupColumnMenuIds.BUTTON_GROUP) ||
|
|
378
|
-
buttonsIds.includes(KupColumnMenuIds.BUTTON_ADD_COLUMNS) ? (h("div", { class: "section-1" }, buttonsIds.includes(KupColumnMenuIds.BUTTON_REMOVE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_REMOVE)))) : null, buttonsIds.includes(KupColumnMenuIds.BUTTON_GROUP) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_GROUP)))) : null, buttonsIds.includes(KupColumnMenuIds.BUTTON_ADD_COLUMNS) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_ADD_COLUMNS)))) : null, buttonsIds.includes(KupColumnMenuIds.TOTALS_TABLE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.TOTALS_TABLE)))) : null
|
|
379
|
-
KupColumnMenuIds.BACK_TO_ORIGINAL_TABLE)))) : null)) : null, h("div", { class: `section-2 ${textfieldArray.length > 0 ||
|
|
378
|
+
buttonsIds.includes(KupColumnMenuIds.BUTTON_ADD_COLUMNS) ? (h("div", { class: "section-1" }, buttonsIds.includes(KupColumnMenuIds.BUTTON_REMOVE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_REMOVE)))) : null, buttonsIds.includes(KupColumnMenuIds.BUTTON_GROUP) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_GROUP)))) : null, buttonsIds.includes(KupColumnMenuIds.BUTTON_ADD_COLUMNS) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.BUTTON_ADD_COLUMNS)))) : null, buttonsIds.includes(KupColumnMenuIds.TOTALS_TABLE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id === KupColumnMenuIds.TOTALS_TABLE)))) : null)) : null, h("div", { class: `section-2 ${textfieldArray.length > 0 ||
|
|
380
379
|
datepickerArray.length > 0 ||
|
|
381
380
|
timepickerArray.length > 0
|
|
382
381
|
? KupCardCSSClasses.HAS_CONTENT
|
|
@@ -520,8 +519,7 @@ export function create14(component) {
|
|
|
520
519
|
: ''}` }, h("div", { class: "sub-button" }, buttonsIds.includes(KupColumnMenuIds.BUTTON_REMOVE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id ===
|
|
521
520
|
KupColumnMenuIds.BUTTON_REMOVE)))) : null, buttonsIds.includes(KupColumnMenuIds.BUTTON_GROUP) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id ===
|
|
522
521
|
KupColumnMenuIds.BUTTON_GROUP)))) : null, buttonsIds.includes(KupColumnMenuIds.TOTALS_TABLE) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id ===
|
|
523
|
-
KupColumnMenuIds.TOTALS_TABLE)))) : null,
|
|
524
|
-
KupColumnMenuIds.BACK_TO_ORIGINAL_TABLE)))) : null), h("div", { class: "sub-formula" }, textfieldsIds.includes(KupColumnMenuIds.TEXTFIELD_FORMULA) ? (h("kup-text-field", Object.assign({}, textfieldArray.find((x) => x.id ===
|
|
522
|
+
KupColumnMenuIds.TOTALS_TABLE)))) : null), h("div", { class: "sub-formula" }, textfieldsIds.includes(KupColumnMenuIds.TEXTFIELD_FORMULA) ? (h("kup-text-field", Object.assign({}, textfieldArray.find((x) => x.id ===
|
|
525
523
|
KupColumnMenuIds.TEXTFIELD_FORMULA)))) : null), h("div", { class: "sub-chip" }, chipArray[0] ? (h("kup-chip", Object.assign({}, chipArray[0], { type: FChipType.INPUT, id: KupCardIds.COLUMNS_LIST }))) : (h("kup-chip", { type: FChipType.INPUT, id: KupCardIds.COLUMNS_LIST })), buttonsIds.includes(KupColumnMenuIds.BUTTON_APPLY) ? (h("kup-button", Object.assign({}, buttonArray.find((x) => x.id ===
|
|
526
524
|
KupColumnMenuIds.BUTTON_APPLY)))) : null), objectArray[0] ? (h("div", { class: "sub-tree" }, treeArray[0] ? (h("kup-tree", Object.assign({ class: "kup-full-width", globalFilter: true }, treeArray[0], { id: KupCardIds.EXTRA_COLUMNS }))) : (h("div", { class: "sub-spinner" }, h("kup-spinner", { active: true, dimensions: "8px", layout: 2 }))))) : null)) : null, tabsValues.includes(KupLanguageGeneric.SETTINGS) ? (h("div", { class: `${KupCardCSSClasses.CARD_VIEW} ${KupCardCSSClasses.VIEW_PREFIX}${viewIndex} ${visibleView === viewIndex++
|
|
527
525
|
? KupCardCSSClasses.VISIBLE
|