@sme.up/ketchup 11.0.0-SNAPSHOT-20250211091122 → 11.0.0-SNAPSHOT-20250211111105
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-bc78570e.js → f-cell-2fbdbbb8.js} +13 -10
- package/dist/cjs/{f-chip-fb309527.js → f-chip-60671d61.js} +14 -4
- package/dist/cjs/{f-object-field-e50dd3d6.js → f-object-field-8ea8cd06.js} +2 -2
- package/dist/cjs/{f-paginator-utils-496a7073.js → f-paginator-utils-5e30fa75.js} +1 -1
- package/dist/cjs/{f-text-field-ee9d9025.js → f-text-field-a977d1f2.js} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_29.cjs.entry.js +8 -8
- 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-c813a3f1.js → kup-data-table-helper-56684d7b.js} +3 -2
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +5 -5
- package/dist/cjs/kup-input-panel.cjs.entry.js +9 -9
- 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-08a56333.js → kup-manager-e15772e4.js} +18 -8
- package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
- package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
- package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
- package/dist/cjs/kup-planner.cjs.entry.js +2 -2
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/kup-txt.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography.cjs.entry.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +2 -1
- package/dist/collection/components/kup-data-table/kup-data-table.css +7 -19
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +4 -4
- package/dist/collection/f-components/f-cell/f-cell.js +10 -7
- package/dist/collection/f-components/f-chip/f-chip.js +13 -3
- package/dist/collection/utils/cell-utils.js +18 -8
- 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 +2 -2
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +7 -7
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-pdf.js +2 -2
- package/dist/components/kup-planner.js +2 -2
- package/dist/components/kup-probe.js +2 -2
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +2 -2
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +2 -2
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +2 -2
- package/dist/components/kup-typography-list.js +2 -2
- package/dist/components/kup-typography.js +2 -2
- package/dist/components/{p-4c0a626b.js → p-33c3faec.js} +2 -2
- package/dist/components/{p-eb1caa3f.js → p-606bc7e2.js} +2 -2
- package/dist/components/{p-4632a9d4.js → p-9b8cf527.js} +26 -12
- package/dist/components/{p-8b6ee2a7.js → p-ac73c312.js} +2 -2
- package/dist/components/{p-e92e6563.js → p-de434c08.js} +2 -2
- package/dist/components/{p-5558356f.js → p-e13c3d8f.js} +19 -9
- package/dist/esm/{f-cell-33d6ad68.js → f-cell-4aa203b4.js} +13 -10
- package/dist/esm/{f-chip-6c306e1a.js → f-chip-d3b426ad.js} +14 -4
- package/dist/esm/{f-object-field-54f16410.js → f-object-field-5ed74313.js} +2 -2
- package/dist/esm/{f-paginator-utils-e5db4371.js → f-paginator-utils-ddbad5cd.js} +1 -1
- package/dist/esm/{f-text-field-cf431ac8.js → f-text-field-4a3820ce.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/kup-accordion.entry.js +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +2 -2
- package/dist/esm/kup-autocomplete_29.entry.js +8 -8
- 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-3f6218a1.js → kup-data-table-helper-5c295fff.js} +3 -2
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +5 -5
- package/dist/esm/kup-input-panel.entry.js +9 -9
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +1 -1
- package/dist/esm/{kup-manager-dd9784d9.js → kup-manager-d5ea209c.js} +18 -8
- package/dist/esm/kup-nav-bar.entry.js +1 -1
- package/dist/esm/kup-numeric-picker.entry.js +2 -2
- package/dist/esm/kup-object-field.entry.js +3 -3
- package/dist/esm/kup-pdf.entry.js +1 -1
- package/dist/esm/kup-planner.entry.js +2 -2
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +1 -1
- package/dist/esm/kup-txt.entry.js +1 -1
- package/dist/esm/kup-typography-list.entry.js +1 -1
- package/dist/esm/kup-typography.entry.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-c31ef688.entry.js → p-0ea257bc.entry.js} +1 -1
- package/dist/ketchup/{p-336efdfd.js → p-1e169aa5.js} +1 -1
- package/dist/ketchup/{p-063eacdd.entry.js → p-2647129c.entry.js} +1 -1
- package/dist/ketchup/{p-141a4fb5.entry.js → p-2a2e6219.entry.js} +1 -1
- package/dist/ketchup/{p-fbde7c39.entry.js → p-40d3eed7.entry.js} +1 -1
- package/dist/ketchup/p-41418a93.js +1 -0
- package/dist/ketchup/{p-f346e93b.entry.js → p-42b6d815.entry.js} +2 -2
- package/dist/ketchup/{p-46a4adff.entry.js → p-43560372.entry.js} +1 -1
- package/dist/ketchup/{p-b74faba4.entry.js → p-505a882b.entry.js} +1 -1
- package/dist/ketchup/{p-69e5cbf7.entry.js → p-5062c4e3.entry.js} +1 -1
- package/dist/ketchup/{p-2ffe22b3.entry.js → p-55e66f03.entry.js} +1 -1
- package/dist/ketchup/{p-5e67a80c.entry.js → p-5fc7abe0.entry.js} +1 -1
- package/dist/ketchup/{p-604a17e5.js → p-6b4d0f7f.js} +1 -1
- package/dist/ketchup/{p-98ca6d03.entry.js → p-701d6e46.entry.js} +1 -1
- package/dist/ketchup/{p-2e565212.entry.js → p-71d78ac1.entry.js} +1 -1
- package/dist/ketchup/{p-1a936632.entry.js → p-73035209.entry.js} +1 -1
- package/dist/ketchup/{p-1c9d76dc.js → p-77fddcf9.js} +1 -1
- package/dist/ketchup/{p-3fda6b8c.entry.js → p-7adcf6a5.entry.js} +1 -1
- package/dist/ketchup/{p-c882ac37.entry.js → p-8b2e45dc.entry.js} +1 -1
- package/dist/ketchup/{p-485506b1.entry.js → p-8e8b8704.entry.js} +1 -1
- package/dist/ketchup/{p-14ccb665.entry.js → p-9123cfda.entry.js} +1 -1
- package/dist/ketchup/{p-ab5e5967.entry.js → p-9fab30d3.entry.js} +1 -1
- package/dist/ketchup/{p-56d8bb1c.entry.js → p-a127a2d7.entry.js} +1 -1
- package/dist/ketchup/{p-59998f48.entry.js → p-a3740ca1.entry.js} +1 -1
- package/dist/ketchup/{p-8ebe82ae.entry.js → p-abe8ebba.entry.js} +1 -1
- package/dist/ketchup/{p-bf8e8baa.entry.js → p-bae2aa03.entry.js} +1 -1
- package/dist/ketchup/{p-d8ebbf83.entry.js → p-cd579e0c.entry.js} +1 -1
- package/dist/ketchup/{p-c75498eb.entry.js → p-d0134e46.entry.js} +1 -1
- package/dist/ketchup/{p-75ea8468.entry.js → p-d463a07b.entry.js} +1 -1
- package/dist/ketchup/{p-e6c77cd0.js → p-e95c4066.js} +1 -1
- package/dist/ketchup/{p-3779e1ac.entry.js → p-eb5c4024.entry.js} +1 -1
- package/dist/ketchup/{p-8b5b7b61.entry.js → p-eeac5491.entry.js} +1 -1
- package/dist/ketchup/{p-ed984f32.entry.js → p-f5e7a686.entry.js} +1 -1
- package/dist/ketchup/{p-1973eb19.entry.js → p-f6e44ff0.entry.js} +1 -1
- package/dist/ketchup/p-f7d87598.js +1 -0
- package/dist/ketchup/{p-38b1aee3.js → p-f9eac62d.js} +1 -1
- package/dist/ketchup/{p-349d78b9.entry.js → p-fc840601.entry.js} +1 -1
- package/dist/types/utils/cell-utils.d.ts +3 -6
- package/package.json +1 -1
- package/dist/ketchup/p-775cdac0.js +0 -1
- package/dist/ketchup/p-7ce4abbb.js +0 -1
|
@@ -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-c9246a86.js';
|
|
2
2
|
import { F as FButton } from './f-button-f1040575.js';
|
|
3
3
|
import { F as FCheckbox } from './f-checkbox-3ba20ca4.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-4a3820ce.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, aA as KupLanguageDashboard, h as KupLanguageGeneric, X as KupDragEffect, e as KupDebugCategory } from './kup-manager-
|
|
6
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, aA as KupLanguageDashboard, h as KupLanguageGeneric, X as KupDragEffect, e as KupDebugCategory } from './kup-manager-d5ea209c.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-6c8f8abe.js';
|
|
9
9
|
import './f-image-9b15e9ac.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as Filters, E as getValueForDisplay, C as getValueForDisplay2, af as getCellValueForDisplay, w as getColumnByName, y as KupObjects, ag as KupData, ah as compareCell, M as TotalMode, N as getRegExpFromString, F as FCellShapes, ai as CMBandACPAdapter, aj as RADAdapter, ak as CHKAdapter, al as CHIAdapter, am as SWTAdapter, a5 as SortMode } from './kup-manager-
|
|
1
|
+
import { D as Filters, E as getValueForDisplay, C as getValueForDisplay2, af as getCellValueForDisplay, w as getColumnByName, y as KupObjects, ag as KupData, ah as compareCell, M as TotalMode, N as getRegExpFromString, F as FCellShapes, ai as CMBandACPAdapter, aj as RADAdapter, ak as CHKAdapter, al as CHIAdapter, am as SWTAdapter, a5 as SortMode } from './kup-manager-d5ea209c.js';
|
|
2
2
|
import { K as KupDatesFormats } from './kup-dates-da19044e.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1289,6 +1289,7 @@ function decorateDataTable(data) {
|
|
|
1289
1289
|
var _a;
|
|
1290
1290
|
let cell = row.cells[cellKey];
|
|
1291
1291
|
const value = cell.value;
|
|
1292
|
+
const decode = cell.decode;
|
|
1292
1293
|
const options = cell['options'];
|
|
1293
1294
|
cell.isEditable = (_a = cell.isEditable) !== null && _a !== void 0 ? _a : cell['editable'];
|
|
1294
1295
|
const shapeAdapters = {
|
|
@@ -1296,7 +1297,7 @@ function decorateDataTable(data) {
|
|
|
1296
1297
|
[FCellShapes.COMBOBOX]: () => CMBandACPAdapter(value, '', options),
|
|
1297
1298
|
[FCellShapes.RADIO]: () => RADAdapter(value, options),
|
|
1298
1299
|
[FCellShapes.CHECKBOX]: () => CHKAdapter(value, ''),
|
|
1299
|
-
[FCellShapes.CHIP]: () => CHIAdapter(value),
|
|
1300
|
+
[FCellShapes.CHIP]: () => CHIAdapter(value, decode),
|
|
1300
1301
|
[FCellShapes.SWITCH]: () => SWTAdapter(value, ''),
|
|
1301
1302
|
};
|
|
1302
1303
|
const adapterFunction = shapeAdapters[cell.shape];
|
|
@@ -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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupThemeColorValues, e as KupDebugCategory, w as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupThemeColorValues, e as KupDebugCategory, w as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-da19044e.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-f1040575.js';
|
|
3
3
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
4
4
|
import { F as FImage } from './f-image-9b15e9ac.js';
|
|
5
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, U as KupPointerEventTypes } from './kup-manager-
|
|
5
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, U as KupPointerEventTypes } from './kup-manager-d5ea209c.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
7
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, U as KupPointerEventTypes, f as FCellPadding } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, U as KupPointerEventTypes, f as FCellPadding } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FImage } from './f-image-9b15e9ac.js';
|
|
5
5
|
import { F as FButton } from './f-button-f1040575.js';
|
|
6
6
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
7
|
-
import { F as FCell } from './f-cell-
|
|
7
|
+
import { F as FCell } from './f-cell-4aa203b4.js';
|
|
8
8
|
import { M as MDCRipple } from './component-a35bc7f1.js';
|
|
9
9
|
import './kup-dates-da19044e.js';
|
|
10
10
|
import './f-checkbox-3ba20ca4.js';
|
|
11
|
-
import './f-chip-
|
|
12
|
-
import './f-object-field-
|
|
13
|
-
import './f-text-field-
|
|
11
|
+
import './f-chip-d3b426ad.js';
|
|
12
|
+
import './f-object-field-5ed74313.js';
|
|
13
|
+
import './f-text-field-4a3820ce.js';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Props of the kup-image-list component.
|
|
@@ -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-c9246a86.js';
|
|
2
2
|
import { F as FButton } from './f-button-f1040575.js';
|
|
3
|
-
import { F as FCell } from './f-cell-
|
|
4
|
-
import { F as FCellShapes, k as kupManagerInstance, aa as FCellTypes, g as getProps, s as setProps, h as KupLanguageGeneric, af as getCellValueForDisplay, al as CHIAdapter, ai as CMBandACPAdapter, ak as CHKAdapter, aj as RADAdapter, am as SWTAdapter, e as KupDebugCategory, U as KupPointerEventTypes } from './kup-manager-
|
|
3
|
+
import { F as FCell } from './f-cell-4aa203b4.js';
|
|
4
|
+
import { F as FCellShapes, k as kupManagerInstance, aa as FCellTypes, g as getProps, s as setProps, h as KupLanguageGeneric, af as getCellValueForDisplay, al as CHIAdapter, ai as CMBandACPAdapter, ak as CHKAdapter, aj as RADAdapter, am as SWTAdapter, e as KupDebugCategory, U as KupPointerEventTypes } from './kup-manager-d5ea209c.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-65229068.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
8
8
|
import './f-button-declarations-6c8f8abe.js';
|
|
9
9
|
import './f-image-9b15e9ac.js';
|
|
10
10
|
import './f-checkbox-3ba20ca4.js';
|
|
11
|
-
import './f-chip-
|
|
12
|
-
import './f-object-field-
|
|
13
|
-
import './f-text-field-
|
|
11
|
+
import './f-chip-d3b426ad.js';
|
|
12
|
+
import './f-object-field-5ed74313.js';
|
|
13
|
+
import './f-text-field-4a3820ce.js';
|
|
14
14
|
import './kup-dates-da19044e.js';
|
|
15
15
|
import './component-a35bc7f1.js';
|
|
16
16
|
|
|
@@ -353,7 +353,7 @@ const KupInputPanel = class {
|
|
|
353
353
|
h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
|
|
354
354
|
]
|
|
355
355
|
: this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
|
|
356
|
-
return (h(Host, { key: '
|
|
356
|
+
return (h(Host, { key: 'f9a63b636c355896f2e50e1a02fbc0ec350ec8f7', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
|
|
357
357
|
this.tabSelected = e.detail.node.id;
|
|
358
358
|
}, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK), "onKup-objectfield-searchpayload": (e) => {
|
|
359
359
|
this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
|
|
@@ -361,7 +361,7 @@ const KupInputPanel = class {
|
|
|
361
361
|
this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
|
|
362
362
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
363
363
|
this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
|
|
364
|
-
} }, h("style", { key: '
|
|
364
|
+
} }, h("style", { key: '8c9b728265a1d9b4bf027805e1293799b51800cc' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'aa868dff2c8728a5c8bdc7c9c9c5f95ee07ebc48', id: componentWrapperId }, inputPanelContent)));
|
|
365
365
|
}
|
|
366
366
|
disconnectedCallback() {
|
|
367
367
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
|
|
@@ -873,8 +873,8 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
|
|
|
873
873
|
return Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CMBandACPAdapter).call(this, cell.options, col.title, null)), { showDropDownIcon: true, class: '', style: { width: '100%' }, disabled: !cell.editable, id: col.name });
|
|
874
874
|
}
|
|
875
875
|
return null;
|
|
876
|
-
}, _KupInputPanel_CHIAdapter = function _KupInputPanel_CHIAdapter(_options, _fieldLabel, currentValue) {
|
|
877
|
-
return CHIAdapter(currentValue);
|
|
876
|
+
}, _KupInputPanel_CHIAdapter = function _KupInputPanel_CHIAdapter(_options, _fieldLabel, currentValue, cell) {
|
|
877
|
+
return CHIAdapter(currentValue, cell.decode);
|
|
878
878
|
}, _KupInputPanel_GRAAdapter = function _KupInputPanel_GRAAdapter() {
|
|
879
879
|
//TODO: definire mapping
|
|
880
880
|
return {
|
|
@@ -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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, aB as kupDropEvent, V as kupDraggableColumnAttr, aC as kupDraggableRowAttr, Z as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, aB as kupDropEvent, V as kupDraggableColumnAttr, aC as kupDraggableRowAttr, Z as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
4
4
|
import { F as FImage } from './f-image-9b15e9ac.js';
|
|
5
5
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
@@ -8229,14 +8229,24 @@ const CHKAdapter = (value, label) => ({
|
|
|
8229
8229
|
checked: value === 'on' || value === '1',
|
|
8230
8230
|
label,
|
|
8231
8231
|
});
|
|
8232
|
-
const CHIAdapter = (value) =>
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8232
|
+
const CHIAdapter = (value, decode) => {
|
|
8233
|
+
if (!(value === null || value === void 0 ? void 0 : value.length)) {
|
|
8234
|
+
return { data: null };
|
|
8235
|
+
}
|
|
8236
|
+
const chipNodes = [];
|
|
8237
|
+
const values = (value === null || value === void 0 ? void 0 : value.length) ? value.split(';') : [];
|
|
8238
|
+
// if cell has decode use it else use values as decode
|
|
8239
|
+
const decodes = (decode === null || decode === void 0 ? void 0 : decode.length) ? decode.split(';') : undefined;
|
|
8240
|
+
for (let i = 0; i < values.length; i++) {
|
|
8241
|
+
chipNodes.push({
|
|
8242
|
+
id: values[i],
|
|
8243
|
+
value: decodes ? decodes[i] : values[i],
|
|
8244
|
+
});
|
|
8245
|
+
}
|
|
8246
|
+
return {
|
|
8247
|
+
data: chipNodes.filter((value) => !!value),
|
|
8248
|
+
};
|
|
8249
|
+
};
|
|
8240
8250
|
const submitPositionAdapter = (position) => {
|
|
8241
8251
|
const positionAdapterMap = new Map([
|
|
8242
8252
|
[KupCellElementsPosition.top, 'column-reverse'],
|
|
@@ -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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, u as KupCardFamily } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, u as KupCardFamily } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-4a3820ce.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
6
6
|
import './kup-dates-da19044e.js';
|
|
7
7
|
import './f-image-9b15e9ac.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
|
|
2
|
-
import { F as FObjectField } from './f-object-field-
|
|
3
|
-
import { k as kupManagerInstance, g as getProps } from './kup-manager-
|
|
2
|
+
import { F as FObjectField } from './f-object-field-5ed74313.js';
|
|
3
|
+
import { k as kupManagerInstance, g as getProps } from './kup-manager-d5ea209c.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import './f-button-f1040575.js';
|
|
6
6
|
import './f-button-declarations-6c8f8abe.js';
|
|
7
7
|
import './f-image-9b15e9ac.js';
|
|
8
|
-
import './f-text-field-
|
|
8
|
+
import './f-text-field-4a3820ce.js';
|
|
9
9
|
import './kup-dates-da19044e.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, af as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, t as KupLanguageSearch } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, af as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, t as KupLanguageSearch } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
|
-
import { F as FTextField } from './f-text-field-
|
|
5
|
+
import { F as FTextField } from './f-text-field-4a3820ce.js';
|
|
6
6
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
7
7
|
import './kup-dates-da19044e.js';
|
|
8
8
|
import './f-image-9b15e9ac.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, d as getElement } from './index-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import './kup-dates-da19044e.js';
|
|
4
4
|
|
|
5
5
|
const kupQlikCss = ".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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);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}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
|
|
@@ -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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-f1040575.js';
|
|
5
5
|
import './kup-dates-da19044e.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-c9246a86.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-d5ea209c.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import './kup-dates-da19044e.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-c9246a86.js';
|
|
2
|
-
import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-d5ea209c.js';
|
|
3
3
|
import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import { F as FImage } from './f-image-9b15e9ac.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{K as
|
|
1
|
+
import{K as p}from"./p-f9eac62d.js";import"./p-1ee561ba.js";import"./p-b0368f88.js";function r(r){return new p(r)}export{r as newKupManager}
|