@sme.up/ketchup 11.0.6 → 11.0.7
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-d7ac8d4e.js → f-cell-eed32cd7.js} +4 -4
- package/dist/cjs/{f-chip-e8b709c3.js → f-chip-ec543689.js} +1 -1
- package/dist/cjs/{f-object-field-3ab19cc3.js → f-object-field-1ddaee2d.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f9c65479.js → f-paginator-utils-f0d22b06.js} +1 -1
- package/dist/cjs/{f-text-field-e8ac044b.js → f-text-field-4d4fa492.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 +2 -2
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +103 -23
- package/dist/cjs/kup-box.cjs.entry.js +16 -13
- 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-02b0fb46.js → kup-data-table-helper-9a9ad503.js} +2 -2
- package/dist/cjs/{kup-dates-84f0bc78.js → kup-dates-594b0f91.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-editor.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
- package/dist/cjs/kup-gantt_10.cjs.entry.js +2 -2
- package/dist/cjs/kup-grid.cjs.entry.js +2 -2
- package/dist/cjs/kup-htm.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-input-panel.cjs.entry.js +6 -6
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
- package/dist/cjs/{kup-manager-518e11f4.js → kup-manager-8787fc42.js} +174 -20
- 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-planner-renderer-helper-7123c277.js → kup-planner-renderer-helper-a2e9a62c.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-box/kup-box.js +8 -5
- package/dist/collection/components/kup-card/kup-card.js +6 -0
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +109 -14
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +4 -4
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +5 -5
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +35 -12
- package/dist/collection/managers/kup-language/kup-language-declarations.js +1 -0
- package/dist/collection/managers/kup-theme/kup-theme.js +129 -7
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +2 -2
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +3 -3
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-custom-task-list-table.js +1 -1
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -2
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +3 -3
- package/dist/components/kup-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-htm.js +2 -2
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +3 -3
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-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-4e14ce99.js → p-362d7a44.js} +175 -21
- package/dist/components/{p-3cae4730.js → p-5f1a69e4.js} +2 -2
- package/dist/components/{p-bc63c612.js → p-6e16d432.js} +1 -1
- package/dist/components/{p-3a2aa794.js → p-9e6dfc20.js} +2 -2
- package/dist/components/{p-810f66a6.js → p-a30c0106.js} +99 -18
- package/dist/components/{p-d2438a9a.js → p-b85372ba.js} +2 -2
- package/dist/components/{p-253bbc27.js → p-e67d1f0e.js} +4 -4
- package/dist/components/{p-b23df37b.js → p-ea482528.js} +1 -1
- package/dist/components/{p-9114f3cb.js → p-f1766ad7.js} +2 -2
- package/dist/components/{p-0b156338.js → p-fc3df00a.js} +2 -2
- package/dist/components/{p-dcfe0e0b.js → p-fcdae215.js} +10 -7
- package/dist/esm/{f-cell-ef478d3f.js → f-cell-bd79ffef.js} +4 -4
- package/dist/esm/{f-chip-25b200ab.js → f-chip-c22107de.js} +1 -1
- package/dist/esm/{f-object-field-8306fe8f.js → f-object-field-90dfb903.js} +2 -2
- package/dist/esm/{f-paginator-utils-53de6f1c.js → f-paginator-utils-38b51762.js} +1 -1
- package/dist/esm/{f-text-field-465cc102.js → f-text-field-31ad8f7f.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-activity-timeline.entry.js +3 -3
- package/dist/esm/kup-autocomplete_30.entry.js +103 -23
- package/dist/esm/kup-box.entry.js +16 -13
- 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-399ccea6.js → kup-data-table-helper-3a60f39d.js} +2 -2
- package/dist/esm/{kup-dates-992086f1.js → kup-dates-c38ee99a.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-editor.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +2 -2
- package/dist/esm/kup-gantt_10.entry.js +2 -2
- package/dist/esm/kup-grid.entry.js +2 -2
- package/dist/esm/kup-htm.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-input-panel.entry.js +6 -6
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-bc57ec34.js → kup-manager-35960eb2.js} +175 -21
- 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-planner-renderer-helper-9db7a491.js → kup-planner-renderer-helper-836d9912.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-067b5430.entry.js +1 -0
- package/dist/ketchup/{p-301fafb0.entry.js → p-08ac13a7.entry.js} +1 -1
- package/dist/ketchup/{p-e85f1e78.entry.js → p-13e4d5ef.entry.js} +1 -1
- package/dist/ketchup/{p-26e0046e.js → p-1ad40fd0.js} +1 -1
- package/dist/ketchup/{p-5fa26942.entry.js → p-21cb6f39.entry.js} +1 -1
- package/dist/ketchup/{p-50a341fc.entry.js → p-2d954ca8.entry.js} +1 -1
- package/dist/ketchup/p-37c3d27d.js +1 -0
- package/dist/ketchup/{p-31a050c6.entry.js → p-3b4d57f5.entry.js} +1 -1
- package/dist/ketchup/p-4019d630.js +1 -0
- package/dist/ketchup/{p-1f5b1df4.entry.js → p-541d469a.entry.js} +1 -1
- package/dist/ketchup/{p-6bc44966.entry.js → p-55e69e9f.entry.js} +1 -1
- package/dist/ketchup/{p-85a956cd.js → p-5f82173c.js} +1 -1
- package/dist/ketchup/{p-070a0dac.js → p-68dc4ed1.js} +1 -1
- package/dist/ketchup/{p-302502d4.entry.js → p-6d3521d6.entry.js} +1 -1
- package/dist/ketchup/{p-90f5363e.entry.js → p-6dd48c60.entry.js} +1 -1
- package/dist/ketchup/{p-8213526b.entry.js → p-707dff2c.entry.js} +1 -1
- package/dist/ketchup/{p-2847ac2b.entry.js → p-751b23b7.entry.js} +1 -1
- package/dist/ketchup/{p-8222d46d.entry.js → p-76c2f184.entry.js} +1 -1
- package/dist/ketchup/{p-35d6f606.entry.js → p-77117b3a.entry.js} +1 -1
- package/dist/ketchup/p-7e0fb905.entry.js +1 -0
- package/dist/ketchup/{p-2018e835.entry.js → p-857c601b.entry.js} +1 -1
- package/dist/ketchup/{p-552622f5.entry.js → p-939094ef.entry.js} +1 -1
- package/dist/ketchup/{p-211d8935.entry.js → p-99761543.entry.js} +1 -1
- package/dist/ketchup/{p-e77460f4.js → p-9ae814eb.js} +1 -1
- package/dist/ketchup/p-9f5d650a.js +21 -0
- package/dist/ketchup/{p-37bd67d8.entry.js → p-a44780fb.entry.js} +1 -1
- package/dist/ketchup/p-a841aef5.entry.js +1 -0
- package/dist/ketchup/p-a8714314.entry.js +8 -0
- package/dist/ketchup/{p-56180822.entry.js → p-ab6b96ab.entry.js} +1 -1
- package/dist/ketchup/{p-2e6e1479.entry.js → p-b1197adf.entry.js} +1 -1
- package/dist/ketchup/{p-5183215e.entry.js → p-b6a5e87c.entry.js} +1 -1
- package/dist/ketchup/{p-c907474c.entry.js → p-bbd702fd.entry.js} +1 -1
- package/dist/ketchup/{p-ebcf1f74.js → p-c2367aee.js} +1 -1
- package/dist/ketchup/{p-e7ccceeb.entry.js → p-c31f37f9.entry.js} +1 -1
- package/dist/ketchup/{p-cbea5a29.entry.js → p-c838a17e.entry.js} +1 -1
- package/dist/ketchup/{p-bdbbfb48.js → p-d0b30d6a.js} +1 -1
- package/dist/ketchup/{p-daacc004.entry.js → p-d66086d5.entry.js} +1 -1
- package/dist/ketchup/{p-f96390e2.entry.js → p-d90c27c1.entry.js} +1 -1
- package/dist/ketchup/{p-0b5f3245.entry.js → p-df0207be.entry.js} +1 -1
- package/dist/ketchup/p-fa177711.entry.js +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +7 -0
- package/dist/types/components.d.ts +8 -0
- package/dist/types/managers/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +2 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +1 -0
- package/dist/types/managers/kup-theme/kup-theme.d.ts +17 -0
- package/package.json +1 -4
- package/dist/ketchup/p-10a3d9cb.js +0 -21
- package/dist/ketchup/p-38ac3c4b.entry.js +0 -8
- package/dist/ketchup/p-48b91894.entry.js +0 -1
- package/dist/ketchup/p-80d8f092.entry.js +0 -1
- package/dist/ketchup/p-a78c9d39.js +0 -1
- package/dist/ketchup/p-c24e94cb.js +0 -1
- package/dist/ketchup/p-ebe27d32.entry.js +0 -1
- package/dist/ketchup/p-f9767f0a.entry.js +0 -1
|
@@ -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-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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-
|
|
4
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
var toastuiEditor = {exports: {}};
|
|
7
7
|
|
|
@@ -2,9 +2,9 @@ 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-35960eb2.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
7
|
-
import './kup-dates-
|
|
7
|
+
import './kup-dates-c38ee99a.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Props of the kup-family-tree component.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, h, f as forceUpdate, d as getElement, F as Fragment } from './index-9b0f4a0d.js';
|
|
2
|
-
import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-
|
|
2
|
+
import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-836d9912.js';
|
|
3
3
|
import { r as removeHiddenTasks, s as sortTasks, c as convertToBarTasks, a as calculateCurrentDateCalculator, b as calculateProjection } from './bar.helpers-23a51579.js';
|
|
4
4
|
import { e as KUP_PLANNER_MAIN_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
|
|
5
|
-
import './kup-dates-
|
|
5
|
+
import './kup-dates-c38ee99a.js';
|
|
6
6
|
|
|
7
7
|
const kupGanttCss = ".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}.wrapper{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}.ganttContainer{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);overflow:hidden;padding:var(--kup-space-05)}.ganttVerticalContainer{overflow:hidden;font-size:0;margin:0;padding:0}.horizontalContainer{margin:0;padding:0;overflow:hidden}.horizontalContainerScrollable{overflow:auto !important;scrollbar-width:0}.horizontalContainerScrollable::-webkit-scrollbar{width:0;height:0}.task-gantt{overflow:hidden}";
|
|
8
8
|
const KupGanttStyle0 = kupGanttCss;
|
|
@@ -1,7 +1,7 @@
|
|
|
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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the kup-grid component.
|
|
@@ -1,7 +1,7 @@
|
|
|
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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the kup-htm component.
|
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
3
|
-
import './kup-dates-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-35960eb2.js';
|
|
3
|
+
import './kup-dates-c38ee99a.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-iframe component.
|
|
@@ -1,17 +1,17 @@
|
|
|
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,
|
|
3
|
+
import { F as FCell, e as FLabel } from './f-cell-bd79ffef.js';
|
|
4
|
+
import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a2 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-35960eb2.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-
|
|
14
|
-
import './kup-dates-
|
|
11
|
+
import './f-chip-c22107de.js';
|
|
12
|
+
import './f-object-field-90dfb903.js';
|
|
13
|
+
import './f-text-field-31ad8f7f.js';
|
|
14
|
+
import './kup-dates-c38ee99a.js';
|
|
15
15
|
import './component-a35bc7f1.js';
|
|
16
16
|
|
|
17
17
|
var KupInputPanelLayoutSectionType;
|
|
@@ -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-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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the kup-lazy component.
|
|
@@ -1,9 +1,9 @@
|
|
|
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-35960eb2.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';
|
|
6
|
-
import './kup-dates-
|
|
6
|
+
import './kup-dates-c38ee99a.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Props of the kup-magic-box component.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-
|
|
1
|
+
import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-c38ee99a.js';
|
|
2
2
|
import { g as getAssetPath, a as setAssetPath } from './index-9b0f4a0d.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -290,6 +290,7 @@ var KupLanguageRow;
|
|
|
290
290
|
(function (KupLanguageRow) {
|
|
291
291
|
KupLanguageRow["DETAIL"] = "rowDetail";
|
|
292
292
|
KupLanguageRow["EDITABLE_KEY"] = "rowEditableKey";
|
|
293
|
+
KupLanguageRow["ERRORS_IN_ROWS"] = "rowErrorsInRows";
|
|
293
294
|
KupLanguageRow["KEY"] = "rowKey";
|
|
294
295
|
KupLanguageRow["NEXT"] = "rowNext";
|
|
295
296
|
KupLanguageRow["PREVIOUS"] = "rowPrevious";
|
|
@@ -1155,10 +1156,22 @@ class KupDynamicPosition {
|
|
|
1155
1156
|
* @param {KupDynamicPositionElement[]} elements - Elements to remove from the managed elements set.
|
|
1156
1157
|
*/
|
|
1157
1158
|
unregister(elements) {
|
|
1159
|
+
var _a;
|
|
1158
1160
|
if (this.managedElements) {
|
|
1159
1161
|
for (let index = 0; index < elements.length; index++) {
|
|
1160
|
-
|
|
1161
|
-
this.
|
|
1162
|
+
const el = elements[index];
|
|
1163
|
+
this.removeRepositionListeners(el);
|
|
1164
|
+
this.managedElements.delete(el);
|
|
1165
|
+
// If the element was detached (moved to the global container),
|
|
1166
|
+
// remove it from the container to avoid orphaned DOM nodes.
|
|
1167
|
+
if (((_a = el === null || el === void 0 ? void 0 : el.kupDynamicPosition) === null || _a === void 0 ? void 0 : _a.detach) && el.parentElement === this.container) {
|
|
1168
|
+
this.container.removeChild(el);
|
|
1169
|
+
}
|
|
1170
|
+
// Sever all object references (originalPath, anchor, etc.)
|
|
1171
|
+
// so the GC can collect detached ancestor nodes.
|
|
1172
|
+
if (el) {
|
|
1173
|
+
el.kupDynamicPosition = null;
|
|
1174
|
+
}
|
|
1162
1175
|
}
|
|
1163
1176
|
}
|
|
1164
1177
|
}
|
|
@@ -1337,27 +1350,38 @@ class KupDynamicPosition {
|
|
|
1337
1350
|
window.addEventListener('resize', repositionListener);
|
|
1338
1351
|
window.addEventListener('scroll', repositionListener);
|
|
1339
1352
|
if ((_a = el === null || el === void 0 ? void 0 : el.kupDynamicPosition) === null || _a === void 0 ? void 0 : _a.anchor) {
|
|
1353
|
+
const scrollTargets = [];
|
|
1340
1354
|
let container = this.getAnchorContainer(el);
|
|
1341
|
-
this.updateEventListenerOnAncestors(container, (
|
|
1342
|
-
if (this.isScrollable(
|
|
1343
|
-
|
|
1355
|
+
this.updateEventListenerOnAncestors(container, (ancestor) => {
|
|
1356
|
+
if (this.isScrollable(ancestor)) {
|
|
1357
|
+
ancestor.addEventListener('scroll', repositionListener);
|
|
1358
|
+
scrollTargets.push(ancestor);
|
|
1344
1359
|
}
|
|
1345
1360
|
});
|
|
1361
|
+
// Store which ancestors received scroll listeners for reliable cleanup.
|
|
1362
|
+
if (el.kupDynamicPosition) {
|
|
1363
|
+
el.kupDynamicPosition.scrollListenerTargets = scrollTargets;
|
|
1364
|
+
}
|
|
1346
1365
|
}
|
|
1347
1366
|
el._repositionListener = repositionListener;
|
|
1348
1367
|
}
|
|
1349
1368
|
removeRepositionListeners(el) {
|
|
1350
1369
|
var _a;
|
|
1351
1370
|
const repositionListener = el._repositionListener;
|
|
1371
|
+
if (!repositionListener) {
|
|
1372
|
+
return;
|
|
1373
|
+
}
|
|
1352
1374
|
window.removeEventListener('resize', repositionListener);
|
|
1353
1375
|
window.removeEventListener('scroll', repositionListener);
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1376
|
+
// Use the stored list of scroll targets for reliable removal:
|
|
1377
|
+
// re-evaluating isScrollable during teardown is unreliable because
|
|
1378
|
+
// computed styles may have changed, causing listeners to leak.
|
|
1379
|
+
const scrollTargets = (_a = el === null || el === void 0 ? void 0 : el.kupDynamicPosition) === null || _a === void 0 ? void 0 : _a.scrollListenerTargets;
|
|
1380
|
+
if (scrollTargets === null || scrollTargets === void 0 ? void 0 : scrollTargets.length) {
|
|
1381
|
+
for (const target of scrollTargets) {
|
|
1382
|
+
target.removeEventListener('scroll', repositionListener);
|
|
1383
|
+
}
|
|
1384
|
+
el.kupDynamicPosition.scrollListenerTargets = [];
|
|
1361
1385
|
}
|
|
1362
1386
|
delete el._repositionListener;
|
|
1363
1387
|
}
|
|
@@ -1998,6 +2022,7 @@ const chinese = {
|
|
|
1998
2022
|
pageTotal: "总页数",
|
|
1999
2023
|
rowDetail: "行详细信息",
|
|
2000
2024
|
rowEditableKey: "可编辑的记录键",
|
|
2025
|
+
rowErrorsInRows: "修改的行中存在错误",
|
|
2001
2026
|
rowKey: "记录键",
|
|
2002
2027
|
rowNext: "下一行",
|
|
2003
2028
|
rowPrevious: "上一行",
|
|
@@ -2125,6 +2150,7 @@ const english = {
|
|
|
2125
2150
|
pageTotal: "Total",
|
|
2126
2151
|
rowDetail: "Row detail",
|
|
2127
2152
|
rowEditableKey: "Editable record key",
|
|
2153
|
+
rowErrorsInRows: "There are errors in the modified rows",
|
|
2128
2154
|
rowKey: "Record key",
|
|
2129
2155
|
rowNext: "Next row",
|
|
2130
2156
|
rowPrevious: "Previous row",
|
|
@@ -2262,6 +2288,7 @@ const french = {
|
|
|
2262
2288
|
pageTotal: "Pages totales",
|
|
2263
2289
|
rowDetail: "Détail de la ligne",
|
|
2264
2290
|
rowEditableKey: "Clé d'enregistrement modifiable",
|
|
2291
|
+
rowErrorsInRows: "Des erreurs sont présentes dans les lignes modifiées",
|
|
2265
2292
|
rowKey: "Clé d'enregistrement",
|
|
2266
2293
|
rowNext: "Ligne suivante",
|
|
2267
2294
|
rowPrevious: "Ligne précédente",
|
|
@@ -2389,6 +2416,7 @@ const italian = {
|
|
|
2389
2416
|
pageTotal: "Totale",
|
|
2390
2417
|
rowDetail: "Dettaglio riga",
|
|
2391
2418
|
rowEditableKey: "Chiave record editabile",
|
|
2419
|
+
rowErrorsInRows: "Sono presenti errori nelle righe modificate",
|
|
2392
2420
|
rowKey: "Chiave record",
|
|
2393
2421
|
rowNext: "Riga successiva",
|
|
2394
2422
|
rowPrevious: "Riga precedente",
|
|
@@ -2540,6 +2568,7 @@ const polish = {
|
|
|
2540
2568
|
pageTotal: "Wszystkie strony",
|
|
2541
2569
|
rowDetail: "Szczegóły rzędu",
|
|
2542
2570
|
rowEditableKey: "Edytowalny klucz nagrywania",
|
|
2571
|
+
rowErrorsInRows: "W zmodyfikowanych wierszach występują błędy",
|
|
2543
2572
|
rowKey: "Klucz nagrywania",
|
|
2544
2573
|
rowNext: "Następny rząd",
|
|
2545
2574
|
rowPrevious: "Poprzedni wiersz",
|
|
@@ -2666,6 +2695,7 @@ const russian = {
|
|
|
2666
2695
|
pageTotal: "Всего страниц",
|
|
2667
2696
|
rowDetail: "Детали строки",
|
|
2668
2697
|
rowEditableKey: "Редактируемый ключ записи",
|
|
2698
|
+
rowErrorsInRows: "В изменённых строках есть ошибки",
|
|
2669
2699
|
rowKey: "Ключ записи",
|
|
2670
2700
|
rowNext: "Следующая строка",
|
|
2671
2701
|
rowPrevious: "Предыдущая строка",
|
|
@@ -2792,6 +2822,7 @@ const spanish = {
|
|
|
2792
2822
|
pageTotal: "Paginas totales",
|
|
2793
2823
|
rowDetail: "Detalle de fila",
|
|
2794
2824
|
rowEditableKey: "Clave de registro editable",
|
|
2825
|
+
rowErrorsInRows: "Hay errores en las filas modificadas",
|
|
2795
2826
|
rowKey: "Grabar clave",
|
|
2796
2827
|
rowNext: "Siguiente fila",
|
|
2797
2828
|
rowPrevious: "Fila anterior",
|
|
@@ -7012,6 +7043,66 @@ class KupTheme {
|
|
|
7012
7043
|
* Initializes KupTheme.
|
|
7013
7044
|
*/
|
|
7014
7045
|
constructor(list, name) {
|
|
7046
|
+
this.supportsConstructable = typeof window !== 'undefined' &&
|
|
7047
|
+
typeof window.CSSStyleSheet !== 'undefined' &&
|
|
7048
|
+
'adoptedStyleSheets' in Document.prototype &&
|
|
7049
|
+
'adoptedStyleSheets' in ShadowRoot.prototype;
|
|
7050
|
+
this.adoptedStyleSheetsTargets = new Set([
|
|
7051
|
+
'KUP-AUTOCOMPLETE',
|
|
7052
|
+
'KUP-ACCORDION',
|
|
7053
|
+
'KUP-ACTIVITY-TIMELINE',
|
|
7054
|
+
'KUP-BADGE',
|
|
7055
|
+
'KUP-BUTTON',
|
|
7056
|
+
'KUP-BUTTON-LIST',
|
|
7057
|
+
'KUP-BOX',
|
|
7058
|
+
'KUP-CARD',
|
|
7059
|
+
'KUP-CARD-LIST',
|
|
7060
|
+
'KUP-CALENDAR',
|
|
7061
|
+
'KUP-CHIP',
|
|
7062
|
+
'KUP-CHECKBOX',
|
|
7063
|
+
'KUP-CHART',
|
|
7064
|
+
'KUP-COLOR-PICKER',
|
|
7065
|
+
'KUP-COMBOBOX',
|
|
7066
|
+
'KUP-DASHBOARD',
|
|
7067
|
+
'KUP-DATA-TABLE',
|
|
7068
|
+
'KUP-DATE-PICKER',
|
|
7069
|
+
'KUP-DIALOG',
|
|
7070
|
+
'KUP-DROPDOWN-BUTTON',
|
|
7071
|
+
'KUP-DRAWER',
|
|
7072
|
+
'KUP-ECHART',
|
|
7073
|
+
'KUP-FILE-UPLOAD',
|
|
7074
|
+
'KUP-FAMILY-TREE',
|
|
7075
|
+
'KUP-FORM',
|
|
7076
|
+
'KUP-GAUGE',
|
|
7077
|
+
'KUP-GRID',
|
|
7078
|
+
'KUP-HTM',
|
|
7079
|
+
'KUP-IMAGE',
|
|
7080
|
+
'KUP-IMAGE-LIST',
|
|
7081
|
+
'KUP-INPUT-PANEL',
|
|
7082
|
+
'KUP-LAZY',
|
|
7083
|
+
'KUP-LIST',
|
|
7084
|
+
'KUP-MAGIC-BOX',
|
|
7085
|
+
'KUP-NAV-BAR',
|
|
7086
|
+
'KUP-NUMERIC-PICKER',
|
|
7087
|
+
'KUP-OBJECT-FIELD',
|
|
7088
|
+
'KUP-PLANNER',
|
|
7089
|
+
'KUP-PROGRESS-BAR',
|
|
7090
|
+
'KUP-PROBE',
|
|
7091
|
+
'KUP-RATING',
|
|
7092
|
+
'KUP-RADIO',
|
|
7093
|
+
'KUP-SNACKBAR',
|
|
7094
|
+
'KUP-SPINNER',
|
|
7095
|
+
'KUP-SWITCH',
|
|
7096
|
+
'KUP-TAB-BAR',
|
|
7097
|
+
'KUP-TEXT-FIELD',
|
|
7098
|
+
'KUP-TIME-PICKER',
|
|
7099
|
+
'KUP-TOOLBAR',
|
|
7100
|
+
'KUP-TREE',
|
|
7101
|
+
'KUP-TXT',
|
|
7102
|
+
'KUP-TYPOGRAPHY',
|
|
7103
|
+
'KUP-TYPOGRAPHY-LIST',
|
|
7104
|
+
]);
|
|
7105
|
+
this.sharedSheets = new Map();
|
|
7015
7106
|
this.cssVars = {};
|
|
7016
7107
|
this.list = list ? list : themes;
|
|
7017
7108
|
this.managedComponents = new Set();
|
|
@@ -7095,6 +7186,28 @@ class KupTheme {
|
|
|
7095
7186
|
}
|
|
7096
7187
|
});
|
|
7097
7188
|
}
|
|
7189
|
+
/**
|
|
7190
|
+
* Updates Constructable StyleSheets stored in cache.
|
|
7191
|
+
*/
|
|
7192
|
+
updateSharedSheets() {
|
|
7193
|
+
if (!this.supportsConstructable) {
|
|
7194
|
+
return;
|
|
7195
|
+
}
|
|
7196
|
+
this.sharedSheets.forEach((sheet, tagName) => {
|
|
7197
|
+
sheet.replaceSync(this.getSharedStyle(tagName));
|
|
7198
|
+
});
|
|
7199
|
+
}
|
|
7200
|
+
hasManagedComponentForTag(tagName) {
|
|
7201
|
+
for (const comp of this.managedComponents) {
|
|
7202
|
+
const compTagName = comp.tagName;
|
|
7203
|
+
if (compTagName === tagName &&
|
|
7204
|
+
this.adoptedStyleSheetsTargets.has(compTagName) &&
|
|
7205
|
+
comp.isConnected) {
|
|
7206
|
+
return true;
|
|
7207
|
+
}
|
|
7208
|
+
}
|
|
7209
|
+
return false;
|
|
7210
|
+
}
|
|
7098
7211
|
/**
|
|
7099
7212
|
* Sets the theme using this.name or the function's argument.
|
|
7100
7213
|
* @param {string} name - When present, this theme will be set.
|
|
@@ -7121,6 +7234,7 @@ class KupTheme {
|
|
|
7121
7234
|
this.icons() +
|
|
7122
7235
|
'}' +
|
|
7123
7236
|
kupThemeApplicationCss$1;
|
|
7237
|
+
this.updateSharedSheets();
|
|
7124
7238
|
this.customStyle();
|
|
7125
7239
|
document.documentElement.setAttribute('kup-theme', this.name);
|
|
7126
7240
|
document.dispatchEvent(new CustomEvent('kup-theme-change'));
|
|
@@ -7150,6 +7264,7 @@ class KupTheme {
|
|
|
7150
7264
|
this.cssVariables() +
|
|
7151
7265
|
this.icons() +
|
|
7152
7266
|
'}';
|
|
7267
|
+
this.updateSharedSheets();
|
|
7153
7268
|
this.customStyle();
|
|
7154
7269
|
dom$c.ketchup.debug.logMessage('kup-theme', 'Theme ' + dom$c.getAttribute('kup-theme') + ' refreshed.');
|
|
7155
7270
|
document.dispatchEvent(new CustomEvent('kup-theme-refresh'));
|
|
@@ -7173,24 +7288,29 @@ class KupTheme {
|
|
|
7173
7288
|
if (this.managedComponents) {
|
|
7174
7289
|
this.managedComponents.delete(comp.rootElement ? comp.rootElement : comp);
|
|
7175
7290
|
}
|
|
7291
|
+
if (this.supportsConstructable) {
|
|
7292
|
+
const tagName = comp.tagName;
|
|
7293
|
+
if (!this.hasManagedComponentForTag(tagName)) {
|
|
7294
|
+
this.sharedSheets.delete(tagName);
|
|
7295
|
+
}
|
|
7296
|
+
}
|
|
7176
7297
|
}
|
|
7177
7298
|
/**
|
|
7178
7299
|
* Combines global (style every component should have), theme's and component's customStyles, returning the result.
|
|
7179
7300
|
* @param comp - The component calling this function.
|
|
7180
7301
|
* @returns {string} Combined customStyle.
|
|
7181
7302
|
*/
|
|
7182
|
-
|
|
7303
|
+
/**
|
|
7304
|
+
* Helper to get the shared style (components common styles, global and component overrides, F-components styles).
|
|
7305
|
+
*/
|
|
7306
|
+
getSharedStyle(tagName) {
|
|
7183
7307
|
const styles = this.list[this.name].customStyles;
|
|
7184
|
-
const tagName = comp.tagName;
|
|
7185
7308
|
let completeStyle = kupThemeComponentCss$1;
|
|
7186
7309
|
if (styles && styles[masterCustomStyle]) {
|
|
7187
7310
|
completeStyle += styles[masterCustomStyle];
|
|
7188
7311
|
}
|
|
7189
|
-
if (styles && styles[
|
|
7190
|
-
completeStyle += ' ' + styles[
|
|
7191
|
-
}
|
|
7192
|
-
if (comp.customStyle) {
|
|
7193
|
-
completeStyle += ' ' + comp.customStyle;
|
|
7312
|
+
if (styles && styles[tagName]) {
|
|
7313
|
+
completeStyle += ' ' + styles[tagName];
|
|
7194
7314
|
}
|
|
7195
7315
|
if (tagName) {
|
|
7196
7316
|
if (fButtonUsers.includes(tagName)) {
|
|
@@ -7239,6 +7359,39 @@ class KupTheme {
|
|
|
7239
7359
|
completeStyle += fObjectFieldCss$1;
|
|
7240
7360
|
}
|
|
7241
7361
|
}
|
|
7362
|
+
return completeStyle;
|
|
7363
|
+
}
|
|
7364
|
+
/**
|
|
7365
|
+
* Combines global (style every component should have), theme's and component's customStyles, returning the result.
|
|
7366
|
+
* @param comp - The component calling this function.
|
|
7367
|
+
* @returns {string} Combined customStyle.
|
|
7368
|
+
*/
|
|
7369
|
+
setKupStyle(comp) {
|
|
7370
|
+
const tagName = comp.tagName;
|
|
7371
|
+
const hasAdoptedSupport = this.supportsConstructable &&
|
|
7372
|
+
this.adoptedStyleSheetsTargets.has(tagName);
|
|
7373
|
+
if (hasAdoptedSupport) {
|
|
7374
|
+
const shadowRoot = comp.shadowRoot;
|
|
7375
|
+
if (shadowRoot) {
|
|
7376
|
+
let sheet = this.sharedSheets.get(tagName);
|
|
7377
|
+
if (!sheet) {
|
|
7378
|
+
sheet = new CSSStyleSheet();
|
|
7379
|
+
sheet.replaceSync(this.getSharedStyle(tagName));
|
|
7380
|
+
this.sharedSheets.set(tagName, sheet);
|
|
7381
|
+
}
|
|
7382
|
+
if (!shadowRoot.adoptedStyleSheets.includes(sheet)) {
|
|
7383
|
+
shadowRoot.adoptedStyleSheets = [
|
|
7384
|
+
...shadowRoot.adoptedStyleSheets,
|
|
7385
|
+
sheet,
|
|
7386
|
+
];
|
|
7387
|
+
}
|
|
7388
|
+
}
|
|
7389
|
+
return comp.customStyle ? comp.customStyle : null;
|
|
7390
|
+
}
|
|
7391
|
+
let completeStyle = this.getSharedStyle(tagName);
|
|
7392
|
+
if (comp.customStyle) {
|
|
7393
|
+
completeStyle += ' ' + comp.customStyle;
|
|
7394
|
+
}
|
|
7242
7395
|
return completeStyle ? completeStyle : null;
|
|
7243
7396
|
}
|
|
7244
7397
|
/**
|
|
@@ -8117,6 +8270,7 @@ var KupDataTableProps;
|
|
|
8117
8270
|
KupDataTableProps["updatableData"] = "When set to true, editable cells will be rendered using input components and update button will appair below the matrix";
|
|
8118
8271
|
KupDataTableProps["updateOnClick"] = "When set to true, editable checkbox will call update";
|
|
8119
8272
|
KupDataTableProps["visibleColumns"] = "Defines the columns that are visible in the table";
|
|
8273
|
+
KupDataTableProps["showMessage"] = "Callback invoked to display an error message (e.g. errors on hidden columns). When provided, the default built-in dialog is not shown.";
|
|
8120
8274
|
})(KupDataTableProps || (KupDataTableProps = {}));
|
|
8121
8275
|
var SortMode;
|
|
8122
8276
|
(function (SortMode) {
|
|
@@ -19962,4 +20116,4 @@ function kupManagerInstance() {
|
|
|
19962
20116
|
return dom.ketchup;
|
|
19963
20117
|
}
|
|
19964
20118
|
|
|
19965
|
-
export { KupDropEventTypes as $, identify as A, KupLanguageGrouping as B, KupLanguageCheckbox as C, getValueForDisplay2 as D, Filters as E, FCellShapes as F, GroupLabelDisplayMode as G, getValueForDisplay as H, ItemsDisplayMode as I, extractColumnsFromFormulaString as J, KupManager as K, FILTER_ANALYZER as L, LoadMoreMode as M, ShowGrid as N, TotalMode as O, PaginatorPos as P, getRegExpFromString as Q, isNegativeNumber as R, SelectionMode as S, TotalLabel as T, FCellClasses as U, kupDynamicPositionAttribute as V, KupPointerEventTypes as W, kupDraggableColumnAttr as X, kupDragActiveAttr as Y, KupDragEffect as Z, kupDraggableCellAttr as _, KupComponentSizing as a, DataTableAreasEnum as a0, TypesToDuplicate as a1,
|
|
20119
|
+
export { KupDropEventTypes as $, identify as A, KupLanguageGrouping as B, KupLanguageCheckbox as C, getValueForDisplay2 as D, Filters as E, FCellShapes as F, GroupLabelDisplayMode as G, getValueForDisplay as H, ItemsDisplayMode as I, extractColumnsFromFormulaString as J, KupManager as K, FILTER_ANALYZER as L, LoadMoreMode as M, ShowGrid as N, TotalMode as O, PaginatorPos as P, getRegExpFromString as Q, isNegativeNumber as R, SelectionMode as S, TotalLabel as T, FCellClasses as U, kupDynamicPositionAttribute as V, KupPointerEventTypes as W, kupDraggableColumnAttr as X, kupDragActiveAttr as Y, KupDragEffect as Z, kupDraggableCellAttr as _, KupComponentSizing as a, DataTableAreasEnum as a0, TypesToDuplicate as a1, UseAsValue as a2, FixedCellsClasses as a3, FixedCellsCSSVarsBase as a4, KupLanguageFontsize as a5, KupLanguageDensity as a6, KupLanguageGrid as a7, KupDataTableProps as a8, SortMode as a9, KupLanguagePage as aA, KupCellElementsPosition as aB, submitPositionAdapter as aC, KupCellProps as aD, KupLanguageDashboard as aE, kupDropEvent as aF, kupDraggableRowAttr as aG, kupDraggableAttr as aH, iconColumn as aa, keyColumn as ab, fieldColumn as ac, KupLanguageUpload as ad, FCellTypes as ae, KupListRole as af, KupListProps as ag, addColumnValueFromRow as ah, KupGlobalFilterMode as ai, getCellValueForDisplay as aj, KupData as ak, compareCell as al, CMBandACPAdapter as am, RADAdapter as an, CHKAdapter as ao, CHIAdapter as ap, SWTAdapter as aq, editableTypes as ar, kupTypes as as, KupTagNames as at, fullWidthFieldsComps as au, autoCenterComps as av, adaptContentToDisplayMode as aw, FCellEvents as ax, isForceUppercase as ay, isForceLowercase as az, KupLanguageGeneric as b, getSizeOfInputElement as c, KupThemeIconValues as d, KupDynamicPositionPlacement as e, KupThemeColorValues as f, getProps as g, KupDebugCategory as h, FCellPadding as i, fillString as j, kupManagerInstance as k, KupCardBuiltInClockElements as l, KupCardCSSClasses as m, KupLanguageTotals as n, KupLanguageColumn as o, KupDataNewColumnTypes as p, KupCardSubEvents as q, KupCardIds as r, setProps as s, KupLanguageRow as t, KupLanguageSearch as u, KupCardFamily as v, KupCardProps as w, getColumnByName as x, formatToNumber as y, KupObjects as z };
|
|
@@ -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-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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
const navbarClass = 'nav-bar';
|
|
7
7
|
/**
|
|
@@ -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
|
-
import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-35960eb2.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-31ad8f7f.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
6
|
-
import './kup-dates-
|
|
6
|
+
import './kup-dates-c38ee99a.js';
|
|
7
7
|
import './f-image-40b4e64b.js';
|
|
8
8
|
import './component-a35bc7f1.js';
|
|
9
9
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.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-90dfb903.js';
|
|
3
|
+
import { k as kupManagerInstance, g as getProps } from './kup-manager-35960eb2.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import './f-button-3e022953.js';
|
|
6
6
|
import './f-button-declarations-6c8f8abe.js';
|
|
7
7
|
import './f-image-40b4e64b.js';
|
|
8
|
-
import './f-text-field-
|
|
9
|
-
import './kup-dates-
|
|
8
|
+
import './f-text-field-31ad8f7f.js';
|
|
9
|
+
import './kup-dates-c38ee99a.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Props of the kup-object-field component.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, r as registerInstance, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-
|
|
2
|
+
import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-836d9912.js';
|
|
3
3
|
import { e as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
|
|
4
|
-
import { a as KupDates } from './kup-dates-
|
|
4
|
+
import { a as KupDates } from './kup-dates-c38ee99a.js';
|
|
5
5
|
import { g as ganttDateTimeFormatters } from './kup-planner-time-formatter-ddf84f9b.js';
|
|
6
6
|
|
|
7
7
|
const CustomTooltipHOC = () => {
|
|
@@ -1,10 +1,10 @@
|
|
|
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, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-35960eb2.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-31ad8f7f.js';
|
|
6
6
|
import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
|
|
7
|
-
import './kup-dates-
|
|
7
|
+
import './kup-dates-c38ee99a.js';
|
|
8
8
|
import './f-image-40b4e64b.js';
|
|
9
9
|
import './component-a35bc7f1.js';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
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 } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
const KupProbe = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
3
|
-
import './kup-dates-
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-35960eb2.js';
|
|
3
|
+
import './kup-dates-c38ee99a.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: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}.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%}";
|
|
6
6
|
const KupQlikStyle0 = kupQlikCss;
|
|
@@ -1,8 +1,8 @@
|
|
|
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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FButton } from './f-button-3e022953.js';
|
|
5
|
-
import './kup-dates-
|
|
5
|
+
import './kup-dates-c38ee99a.js';
|
|
6
6
|
import './f-button-declarations-6c8f8abe.js';
|
|
7
7
|
import './f-image-40b4e64b.js';
|
|
8
8
|
|
|
@@ -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-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-35960eb2.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
|
-
import './kup-dates-
|
|
4
|
+
import './kup-dates-c38ee99a.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the kup-txt component.
|
|
@@ -1,8 +1,8 @@
|
|
|
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, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-35960eb2.js';
|
|
3
3
|
import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
|
-
import './kup-dates-
|
|
5
|
+
import './kup-dates-c38ee99a.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Props of the kup-typography component.
|
|
@@ -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
|
-
import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-35960eb2.js';
|
|
3
3
|
import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
6
|
-
import './kup-dates-
|
|
6
|
+
import './kup-dates-c38ee99a.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Props of the kup-typography component.
|