@sme.up/ketchup 9.5.1 → 9.6.0
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-button-b76723c7.js → f-button-623dfcc3.js} +2 -2
- package/dist/cjs/{f-cell-0238450e.js → f-cell-9c718d83.js} +9 -8
- package/dist/cjs/{f-checkbox-41864e53.js → f-checkbox-bfa92ebe.js} +1 -1
- package/dist/cjs/{f-chip-aad323a5.js → f-chip-c8efad5b.js} +3 -3
- package/dist/cjs/{f-image-a049cb94.js → f-image-b61cc967.js} +2 -2
- package/dist/cjs/{f-paginator-utils-3c1c8cf4.js → f-paginator-utils-67dbc14c.js} +4 -4
- package/dist/cjs/{f-text-field-d045c000.js → f-text-field-a09b1705.js} +2 -2
- package/dist/cjs/{index-8f2f4159.js → index-db0a6be6.js} +79 -38
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +7 -6
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +142 -113
- package/dist/cjs/kup-box.cjs.entry.js +13 -12
- package/dist/cjs/kup-calendar.cjs.entry.js +76 -11
- package/dist/cjs/kup-card-list.cjs.entry.js +5 -4
- package/dist/cjs/kup-cell.cjs.entry.js +12 -11
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +22 -16
- package/dist/cjs/kup-dashboard.cjs.entry.js +10 -9
- package/dist/cjs/{kup-dates-0e59b05d.js → kup-dates-4aa560f0.js} +80 -67
- package/dist/cjs/kup-drawer.cjs.entry.js +7 -6
- package/dist/cjs/kup-echart.cjs.entry.js +1504 -1025
- package/dist/cjs/kup-editor.cjs.entry.js +46260 -0
- package/dist/cjs/kup-family-tree.cjs.entry.js +9 -8
- package/dist/cjs/kup-gantt_10.cjs.entry.js +58 -42
- package/dist/cjs/kup-grid.cjs.entry.js +5 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +5 -4
- package/dist/cjs/kup-image-list.cjs.entry.js +13 -12
- package/dist/cjs/kup-lazy.cjs.entry.js +16 -15
- package/dist/cjs/kup-magic-box.cjs.entry.js +9 -8
- package/dist/cjs/{kup-manager-ef4342bb.js → kup-manager-227c4be2.js} +121 -80
- package/dist/cjs/kup-nav-bar.cjs.entry.js +6 -5
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +7 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -6
- package/dist/cjs/{kup-planner-renderer-helper-c2394940.js → kup-planner-renderer-helper-f0c869d7.js} +1 -1
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
- package/dist/cjs/kup-planner.cjs.entry.js +7 -6
- package/dist/cjs/kup-probe.cjs.entry.js +4 -4
- package/dist/cjs/kup-qlik.cjs.entry.js +6 -5
- package/dist/cjs/kup-snackbar.cjs.entry.js +8 -7
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/editor-example-1.js +52 -0
- package/dist/collection/assets/editor.js +60 -0
- package/dist/collection/assets/index.js +8 -0
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/kup-accordion/kup-accordion.js +10 -16
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +10 -16
- package/dist/collection/components/kup-badge/kup-badge.js +8 -12
- package/dist/collection/components/kup-box/kup-box.css +1 -1
- package/dist/collection/components/kup-box/kup-box.js +12 -14
- package/dist/collection/components/kup-button/kup-button.js +6 -10
- package/dist/collection/components/kup-button-list/kup-button-list.js +7 -11
- package/dist/collection/components/kup-calendar/kup-calendar.js +8 -12
- package/dist/collection/components/kup-card/built-in/kup-card-openai.js +1 -1
- package/dist/collection/components/kup-card/kup-card.js +6 -10
- package/dist/collection/components/kup-card-list/kup-card-list.js +6 -10
- package/dist/collection/components/kup-cell/kup-cell.js +13 -21
- package/dist/collection/components/kup-chart/kup-chart.js +7 -11
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +7 -11
- package/dist/collection/components/kup-chip/kup-chip.js +8 -12
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +11 -17
- package/dist/collection/components/kup-combobox/kup-combobox.js +10 -16
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +7 -11
- package/dist/collection/components/kup-data-table/kup-data-table.js +72 -95
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -11
- package/dist/collection/components/kup-dialog/kup-dialog.css +2 -2
- package/dist/collection/components/kup-dialog/kup-dialog.js +9 -13
- package/dist/collection/components/kup-drawer/kup-drawer.js +8 -12
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +10 -13
- package/dist/collection/components/kup-echart/kup-echart.js +7 -11
- package/dist/collection/components/kup-editor/kup-editor-declarations.js +15 -0
- package/dist/collection/components/kup-editor/kup-editor.js +774 -0
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +14 -16
- package/dist/collection/components/kup-form/kup-form.js +14 -22
- package/dist/collection/components/kup-gauge/kup-gauge.js +6 -10
- package/dist/collection/components/kup-grid/kup-grid.js +6 -10
- package/dist/collection/components/kup-iframe/kup-iframe.js +6 -10
- package/dist/collection/components/kup-image/kup-image.js +6 -10
- package/dist/collection/components/kup-image-list/kup-image-list.js +8 -12
- package/dist/collection/components/kup-lazy/kup-lazy.js +17 -21
- package/dist/collection/components/kup-list/kup-list.js +10 -16
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +9 -13
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +7 -11
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +7 -11
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +8 -12
- package/dist/collection/components/kup-planner/kup-planner.js +13 -21
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -1
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +0 -2
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +13 -14
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +6 -4
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +6 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +0 -2
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
- package/dist/collection/components/kup-probe/kup-probe.js +1 -1
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +7 -11
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-radio/kup-radio.js +6 -10
- package/dist/collection/components/kup-rating/kup-rating.js +7 -11
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +7 -11
- package/dist/collection/components/kup-spinner/kup-spinner.js +40 -44
- package/dist/collection/components/kup-switch/kup-switch.js +7 -11
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +6 -10
- package/dist/collection/components/kup-text-field/kup-text-field.js +10 -13
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +10 -13
- package/dist/collection/components/kup-tree/kup-tree-faker.js +1 -1
- package/dist/collection/components/kup-tree/kup-tree.js +24 -33
- package/dist/collection/f-components/f-cell/f-cell.js +2 -1
- package/dist/collection/managers/kup-manager/kup-manager.js +5 -0
- package/dist/collection/managers/kup-openai/kup-openai.js +11 -9
- package/dist/components/custom-task-list-header.js +4 -3
- package/dist/components/custom-task-list-table.js +4 -3
- package/dist/components/kup-accordion.js +3 -2
- package/dist/components/kup-autocomplete2.js +136 -106
- package/dist/components/kup-box2.js +4 -3
- package/dist/components/kup-calendar.js +71 -6
- package/dist/components/kup-card-list.js +2 -1
- package/dist/components/kup-cell.js +3 -2
- package/dist/components/kup-dashboard.js +3 -2
- package/dist/components/kup-dates.js +81 -67
- package/dist/components/kup-drawer.js +4 -3
- package/dist/components/kup-echart2.js +1501 -1022
- package/dist/components/kup-editor.d.ts +11 -0
- package/dist/components/kup-editor.js +46434 -0
- package/dist/components/kup-family-tree.js +4 -3
- package/dist/components/kup-gantt-calendar2.js +3 -2
- package/dist/components/kup-gantt2.js +4 -2
- package/dist/components/kup-grid-renderer2.js +10 -7
- package/dist/components/kup-grid2.js +2 -1
- package/dist/components/kup-horizontal-scroll2.js +12 -12
- package/dist/components/kup-iframe.js +2 -1
- package/dist/components/kup-image-list.js +4 -3
- package/dist/components/kup-lazy.js +13 -12
- package/dist/components/kup-magic-box.js +5 -4
- package/dist/components/kup-manager.js +121 -80
- package/dist/components/kup-nav-bar.js +3 -2
- package/dist/components/kup-numeric-picker.js +3 -2
- package/dist/components/kup-photo-frame.js +4 -3
- package/dist/components/kup-planner-renderer-helper.js +2 -2
- package/dist/components/kup-planner-renderer2.js +3 -3
- package/dist/components/kup-planner.js +4 -3
- package/dist/components/kup-probe.js +1 -1
- package/dist/components/kup-qlik.js +3 -2
- package/dist/components/kup-snackbar.js +3 -2
- package/dist/components/kup-standard-tooltip2.js +3 -2
- package/dist/components/kup-switcher2.js +3 -2
- package/dist/components/kup-task-gantt2.js +6 -4
- package/dist/components/kup-task-list-header2.js +9 -8
- package/dist/components/kup-task-list-table2.js +3 -2
- package/dist/components/kup-task-list2.js +9 -3
- package/dist/components/kup-tooltip2.js +3 -2
- package/dist/components/kup-vertical-scroll2.js +5 -4
- package/dist/esm/{f-button-e5a13d96.js → f-button-121958b3.js} +2 -2
- package/dist/esm/{f-cell-44737d32.js → f-cell-959b83db.js} +9 -8
- package/dist/esm/{f-checkbox-43481de2.js → f-checkbox-fdf27ce9.js} +1 -1
- package/dist/esm/{f-chip-4ba1fb6c.js → f-chip-915ddf53.js} +3 -3
- package/dist/esm/{f-image-17dd7557.js → f-image-98371dac.js} +2 -2
- package/dist/esm/{f-paginator-utils-c0925f43.js → f-paginator-utils-f5f4c666.js} +4 -4
- package/dist/esm/{f-text-field-97929753.js → f-text-field-0df308e4.js} +2 -2
- package/dist/esm/{index-59f83f91.js → index-bbef9f2a.js} +79 -38
- package/dist/esm/index.js +3 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +7 -6
- package/dist/esm/kup-autocomplete_27.entry.js +142 -113
- package/dist/esm/kup-box.entry.js +13 -12
- package/dist/esm/kup-calendar.entry.js +76 -11
- package/dist/esm/kup-card-list.entry.js +5 -4
- package/dist/esm/kup-cell.entry.js +12 -11
- package/dist/esm/kup-custom-task-list-header_4.entry.js +22 -16
- package/dist/esm/kup-dashboard.entry.js +10 -9
- package/dist/esm/{kup-dates-15f89ea2.js → kup-dates-172954df.js} +81 -67
- package/dist/esm/kup-drawer.entry.js +7 -6
- package/dist/esm/kup-echart.entry.js +1504 -1025
- package/dist/esm/kup-editor.entry.js +46256 -0
- package/dist/esm/kup-family-tree.entry.js +9 -8
- package/dist/esm/kup-gantt_10.entry.js +58 -42
- package/dist/esm/kup-grid.entry.js +5 -4
- package/dist/esm/kup-iframe.entry.js +5 -4
- package/dist/esm/kup-image-list.entry.js +13 -12
- package/dist/esm/kup-lazy.entry.js +16 -15
- package/dist/esm/kup-magic-box.entry.js +9 -8
- package/dist/esm/{kup-manager-21e2ce65.js → kup-manager-33b051d6.js} +122 -81
- package/dist/esm/kup-nav-bar.entry.js +6 -5
- package/dist/esm/kup-numeric-picker.entry.js +7 -6
- package/dist/esm/kup-photo-frame.entry.js +7 -6
- package/dist/esm/{kup-planner-renderer-helper-2143d119.js → kup-planner-renderer-helper-5d97e075.js} +2 -2
- package/dist/esm/kup-planner-renderer.entry.js +4 -4
- package/dist/esm/kup-planner.entry.js +8 -7
- package/dist/esm/kup-probe.entry.js +4 -4
- package/dist/esm/kup-qlik.entry.js +6 -5
- package/dist/esm/kup-snackbar.entry.js +8 -7
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-265c1bac.entry.js → p-0a4595bd.entry.js} +1 -1
- package/dist/ketchup/{p-4528e07a.entry.js → p-0dd0ae49.entry.js} +1 -1
- package/dist/ketchup/p-102866cd.js +1 -0
- package/dist/ketchup/p-1ad7fea0.js +2 -0
- package/dist/ketchup/{p-01a0b54c.js → p-2778f948.js} +1 -1
- package/dist/ketchup/p-2f4055ba.entry.js +1 -0
- package/dist/ketchup/p-3c9ac0fd.entry.js +1 -0
- package/dist/ketchup/p-3ce8ce77.entry.js +49 -0
- package/dist/ketchup/p-3ff9a661.entry.js +1 -0
- package/dist/ketchup/p-41d6466e.entry.js +1 -0
- package/dist/ketchup/p-4bf5e04f.entry.js +1 -0
- package/dist/ketchup/p-6001882e.entry.js +9 -0
- package/dist/ketchup/p-610a03d4.js +28 -0
- package/dist/ketchup/{p-ec469a38.entry.js → p-662d2f9b.entry.js} +1 -1
- package/dist/ketchup/{p-9bf00c9c.js → p-68e9379a.js} +1 -1
- package/dist/ketchup/p-773bcc69.entry.js +1 -0
- package/dist/ketchup/{p-859aa987.js → p-7bda0684.js} +1 -1
- package/dist/ketchup/{p-91180bd4.entry.js → p-81996620.entry.js} +1 -1
- package/dist/ketchup/p-9d8d5070.entry.js +1 -0
- package/dist/ketchup/{p-88efeed0.entry.js → p-9e63f56b.entry.js} +1 -1
- package/dist/ketchup/p-9f31a129.entry.js +38 -0
- package/dist/ketchup/p-a9b06bb8.js +1 -0
- package/dist/ketchup/{p-04861e0f.entry.js → p-b086727d.entry.js} +1 -1
- package/dist/ketchup/p-b5d3c24d.entry.js +1 -0
- package/dist/ketchup/p-babbffa4.entry.js +1 -0
- package/dist/ketchup/{p-00cc3d95.entry.js → p-c1ade766.entry.js} +1 -1
- package/dist/ketchup/{p-de755f71.js → p-ccc637ee.js} +1 -1
- package/dist/ketchup/p-d1268ac7.entry.js +1 -0
- package/dist/ketchup/p-d15d1083.entry.js +1 -0
- package/dist/ketchup/p-d5254caf.entry.js +1 -0
- package/dist/ketchup/{p-f51dbf68.js → p-dc18691c.js} +1 -1
- package/dist/ketchup/p-de07d17e.js +1 -0
- package/dist/ketchup/p-df450df9.entry.js +16 -0
- package/dist/ketchup/{p-e50650d0.js → p-e43d4ccc.js} +1 -1
- package/dist/ketchup/p-ea625b2a.entry.js +1 -0
- package/dist/ketchup/{p-da3b5277.entry.js → p-eb37ea7e.entry.js} +1 -1
- package/dist/ketchup/p-f0b882f4.entry.js +1 -0
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +1 -0
- package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
- package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +21 -0
- package/dist/types/components/kup-editor/kup-editor.d.ts +128 -0
- package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +1 -0
- package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +1 -1
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -0
- package/dist/types/components.d.ts +149 -2
- package/dist/types/managers/kup-data/kup-data.d.ts +1 -1
- package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +1 -0
- package/dist/types/managers/kup-interact/kup-interact.d.ts +1 -0
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +3 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +1 -0
- package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +1 -1
- package/package.json +4 -3
- package/dist/ketchup/p-0bdd3eb4.entry.js +0 -1
- package/dist/ketchup/p-15c3d2c4.entry.js +0 -1
- package/dist/ketchup/p-3172b2d6.entry.js +0 -1
- package/dist/ketchup/p-4b141cad.entry.js +0 -1
- package/dist/ketchup/p-4dbcd9cf.entry.js +0 -1
- package/dist/ketchup/p-62fe8b61.entry.js +0 -1
- package/dist/ketchup/p-65984a13.entry.js +0 -39
- package/dist/ketchup/p-6e2a9054.entry.js +0 -1
- package/dist/ketchup/p-71acfd3c.entry.js +0 -1
- package/dist/ketchup/p-7e1d9192.js +0 -29
- package/dist/ketchup/p-89f09a1c.entry.js +0 -9
- package/dist/ketchup/p-8c3ad5ef.entry.js +0 -1
- package/dist/ketchup/p-9868af74.entry.js +0 -1
- package/dist/ketchup/p-9bdc7491.js +0 -1
- package/dist/ketchup/p-9e68a4c0.js +0 -1
- package/dist/ketchup/p-aecf6437.entry.js +0 -1
- package/dist/ketchup/p-b07ffd18.entry.js +0 -16
- package/dist/ketchup/p-bc0a2875.entry.js +0 -1
- package/dist/ketchup/p-c23731ca.js +0 -1
- package/dist/ketchup/p-cd9a4274.js +0 -2
- package/dist/ketchup/p-ee382e52.entry.js +0 -1
- package/dist/ketchup/p-f8069901.entry.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-db0a6be6.js');
|
|
4
4
|
const fButtonDeclarations = require('./f-button-declarations-51ef6d9a.js');
|
|
5
|
-
const fImage = require('./f-image-
|
|
5
|
+
const fImage = require('./f-image-b61cc967.js');
|
|
6
6
|
|
|
7
7
|
/*-------------------------------------------------*/
|
|
8
8
|
/* C o m p o n e n t */
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kupManager = require('./kup-manager-
|
|
4
|
-
const index = require('./index-
|
|
5
|
-
const fCheckbox = require('./f-checkbox-
|
|
6
|
-
const fTextField = require('./f-text-field-
|
|
7
|
-
const fImage = require('./f-image-
|
|
8
|
-
const fChip = require('./f-chip-
|
|
9
|
-
const fButton = require('./f-button-
|
|
3
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
4
|
+
const index = require('./index-db0a6be6.js');
|
|
5
|
+
const fCheckbox = require('./f-checkbox-bfa92ebe.js');
|
|
6
|
+
const fTextField = require('./f-text-field-a09b1705.js');
|
|
7
|
+
const fImage = require('./f-image-b61cc967.js');
|
|
8
|
+
const fChip = require('./f-chip-c8efad5b.js');
|
|
9
|
+
const fButton = require('./f-button-623dfcc3.js');
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Props of the kup-list component.
|
|
@@ -406,6 +406,7 @@ function setCellSizeKup(cellType, subcomponentProps, cell) {
|
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
408
|
function setEditableCell(cellType, classObj, cell, column, props) {
|
|
409
|
+
var _a, _b;
|
|
409
410
|
switch (cellType) {
|
|
410
411
|
case kupManager.FCellTypes.AUTOCOMPLETE:
|
|
411
412
|
return (index.h("kup-autocomplete", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-autocomplete-change": (e) => cellEvent(e, props, cellType, kupManager.FCellEvents.UPDATE), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, kupManager.FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, kupManager.FCellEvents.ICON_CLICK) })));
|
|
@@ -453,7 +454,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
|
|
|
453
454
|
? dom.ketchup.math.numberifySafe(cell.value).toString()
|
|
454
455
|
: cell.value;
|
|
455
456
|
if (cell.shape === kupManager.FCellShapes.INPUT_FIELD) {
|
|
456
|
-
return (index.h("input", { class: 'input-field', onChange: onChange, onInput: onInput, type: type, value: value }));
|
|
457
|
+
return (index.h("input", { class: 'input-field', onChange: onChange, onInput: onInput, type: type, value: value, maxLength: (_b = (_a = column.cellData) === null || _a === void 0 ? void 0 : _a.maxLength) !== null && _b !== void 0 ? _b : -1 }));
|
|
457
458
|
}
|
|
458
459
|
else {
|
|
459
460
|
return (index.h(fTextField.FTextField, Object.assign({ inputType: type, fullWidth: isFullWidth(props) ? true : false }, cell.data, { icon: cell.data && cell.data.icon
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
4
|
-
const fImage = require('./f-image-
|
|
5
|
-
const kupManager = require('./kup-manager-
|
|
3
|
+
const index = require('./index-db0a6be6.js');
|
|
4
|
+
const fImage = require('./f-image-b61cc967.js');
|
|
5
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Types of the f-chip component.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
3
|
+
const index = require('./index-db0a6be6.js');
|
|
4
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* The type of a CSS step in CSS-drawing mode.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kupManager = require('./kup-manager-
|
|
4
|
-
const kupDates = require('./kup-dates-
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const fButton = require('./f-button-
|
|
3
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
4
|
+
const kupDates = require('./kup-dates-4aa560f0.js');
|
|
5
|
+
const index = require('./index-db0a6be6.js');
|
|
6
|
+
const fButton = require('./f-button-623dfcc3.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-51ef6d9a.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
4
|
-
const kupManager = require('./kup-manager-
|
|
3
|
+
const index = require('./index-db0a6be6.js');
|
|
4
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
5
5
|
|
|
6
6
|
const dom = document.documentElement;
|
|
7
7
|
/*-------------------------------------------------*/
|
|
@@ -32,6 +32,7 @@ const NAMESPACE = 'ketchup';
|
|
|
32
32
|
*/
|
|
33
33
|
let scopeId;
|
|
34
34
|
let hostTagName;
|
|
35
|
+
let useNativeShadowDom = false;
|
|
35
36
|
let isSvgMode = false;
|
|
36
37
|
let queuePending = false;
|
|
37
38
|
const getAssetPath = (path) => {
|
|
@@ -800,8 +801,9 @@ const removeVnodes = (vnodes, startIdx, endIdx) => {
|
|
|
800
801
|
* @param oldCh the old children of the parent node
|
|
801
802
|
* @param newVNode the new VNode which will replace the parent
|
|
802
803
|
* @param newCh the new children of the parent node
|
|
804
|
+
* @param isInitialRender whether or not this is the first render of the vdom
|
|
803
805
|
*/
|
|
804
|
-
const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
|
|
806
|
+
const updateChildren = (parentElm, oldCh, newVNode, newCh, isInitialRender = false) => {
|
|
805
807
|
let oldStartIdx = 0;
|
|
806
808
|
let newStartIdx = 0;
|
|
807
809
|
let idxInOld = 0;
|
|
@@ -828,25 +830,25 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
|
|
|
828
830
|
else if (newEndVnode == null) {
|
|
829
831
|
newEndVnode = newCh[--newEndIdx];
|
|
830
832
|
}
|
|
831
|
-
else if (isSameVnode(oldStartVnode, newStartVnode)) {
|
|
833
|
+
else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
|
|
832
834
|
// if the start nodes are the same then we should patch the new VNode
|
|
833
835
|
// onto the old one, and increment our `newStartIdx` and `oldStartIdx`
|
|
834
836
|
// indices to reflect that. We don't need to move any DOM Nodes around
|
|
835
837
|
// since things are matched up in order.
|
|
836
|
-
patch(oldStartVnode, newStartVnode);
|
|
838
|
+
patch(oldStartVnode, newStartVnode, isInitialRender);
|
|
837
839
|
oldStartVnode = oldCh[++oldStartIdx];
|
|
838
840
|
newStartVnode = newCh[++newStartIdx];
|
|
839
841
|
}
|
|
840
|
-
else if (isSameVnode(oldEndVnode, newEndVnode)) {
|
|
842
|
+
else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
|
|
841
843
|
// likewise, if the end nodes are the same we patch new onto old and
|
|
842
844
|
// decrement our end indices, and also likewise in this case we don't
|
|
843
845
|
// need to move any DOM Nodes.
|
|
844
|
-
patch(oldEndVnode, newEndVnode);
|
|
846
|
+
patch(oldEndVnode, newEndVnode, isInitialRender);
|
|
845
847
|
oldEndVnode = oldCh[--oldEndIdx];
|
|
846
848
|
newEndVnode = newCh[--newEndIdx];
|
|
847
849
|
}
|
|
848
|
-
else if (isSameVnode(oldStartVnode, newEndVnode)) {
|
|
849
|
-
patch(oldStartVnode, newEndVnode);
|
|
850
|
+
else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
|
851
|
+
patch(oldStartVnode, newEndVnode, isInitialRender);
|
|
850
852
|
// We need to move the element for `oldStartVnode` into a position which
|
|
851
853
|
// will be appropriate for `newEndVnode`. For this we can use
|
|
852
854
|
// `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
|
|
@@ -868,8 +870,8 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
|
|
|
868
870
|
oldStartVnode = oldCh[++oldStartIdx];
|
|
869
871
|
newEndVnode = newCh[--newEndIdx];
|
|
870
872
|
}
|
|
871
|
-
else if (isSameVnode(oldEndVnode, newStartVnode)) {
|
|
872
|
-
patch(oldEndVnode, newStartVnode);
|
|
873
|
+
else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
|
874
|
+
patch(oldEndVnode, newStartVnode, isInitialRender);
|
|
873
875
|
// We've already checked above if `oldStartVnode` and `newStartVnode` are
|
|
874
876
|
// the same node, so since we're here we know that they are not. Thus we
|
|
875
877
|
// can move the element for `oldEndVnode` _before_ the element for
|
|
@@ -906,7 +908,7 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
|
|
|
906
908
|
node = createElm(oldCh && oldCh[newStartIdx], newVNode, idxInOld);
|
|
907
909
|
}
|
|
908
910
|
else {
|
|
909
|
-
patch(elmToMove, newStartVnode);
|
|
911
|
+
patch(elmToMove, newStartVnode, isInitialRender);
|
|
910
912
|
// invalidate the matching old node so that we won't try to update it
|
|
911
913
|
// again later on
|
|
912
914
|
oldCh[idxInOld] = undefined;
|
|
@@ -957,16 +959,22 @@ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
|
|
|
957
959
|
*
|
|
958
960
|
* @param leftVNode the first VNode to check
|
|
959
961
|
* @param rightVNode the second VNode to check
|
|
962
|
+
* @param isInitialRender whether or not this is the first render of the vdom
|
|
960
963
|
* @returns whether they're equal or not
|
|
961
964
|
*/
|
|
962
|
-
const isSameVnode = (leftVNode, rightVNode) => {
|
|
965
|
+
const isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
963
966
|
// compare if two vnode to see if they're "technically" the same
|
|
964
967
|
// need to have the same element tag, and same key to be the same
|
|
965
968
|
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
966
|
-
// this will be set if
|
|
967
|
-
|
|
969
|
+
// this will be set if JSX tags in the build have `key` attrs set on them
|
|
970
|
+
// we only want to check this if we're not on the first render since on
|
|
971
|
+
// first render `leftVNode.$key$` will always be `null`, so we can be led
|
|
972
|
+
// astray and, for instance, accidentally delete a DOM node that we want to
|
|
973
|
+
// keep around.
|
|
974
|
+
if (!isInitialRender) {
|
|
968
975
|
return leftVNode.$key$ === rightVNode.$key$;
|
|
969
976
|
}
|
|
977
|
+
return true;
|
|
970
978
|
}
|
|
971
979
|
return false;
|
|
972
980
|
};
|
|
@@ -977,8 +985,9 @@ const isSameVnode = (leftVNode, rightVNode) => {
|
|
|
977
985
|
*
|
|
978
986
|
* @param oldVNode an old VNode whose DOM element and children we want to update
|
|
979
987
|
* @param newVNode a new VNode representing an updated version of the old one
|
|
988
|
+
* @param isInitialRender whether or not this is the first render of the vdom
|
|
980
989
|
*/
|
|
981
|
-
const patch = (oldVNode, newVNode) => {
|
|
990
|
+
const patch = (oldVNode, newVNode, isInitialRender = false) => {
|
|
982
991
|
const elm = (newVNode.$elm$ = oldVNode.$elm$);
|
|
983
992
|
const oldChildren = oldVNode.$children$;
|
|
984
993
|
const newChildren = newVNode.$children$;
|
|
@@ -991,8 +1000,7 @@ const patch = (oldVNode, newVNode) => {
|
|
|
991
1000
|
isSvgMode = tag === 'svg' ? true : tag === 'foreignObject' ? false : isSvgMode;
|
|
992
1001
|
}
|
|
993
1002
|
{
|
|
994
|
-
if (tag === 'slot')
|
|
995
|
-
;
|
|
1003
|
+
if (tag === 'slot' && !useNativeShadowDom) ;
|
|
996
1004
|
else {
|
|
997
1005
|
// either this is the first render of an element OR it's an update
|
|
998
1006
|
// AND we already know it's possible it could have changed
|
|
@@ -1003,7 +1011,7 @@ const patch = (oldVNode, newVNode) => {
|
|
|
1003
1011
|
if (oldChildren !== null && newChildren !== null) {
|
|
1004
1012
|
// looks like there's child vnodes for both the old and new vnodes
|
|
1005
1013
|
// so we need to call `updateChildren` to reconcile them
|
|
1006
|
-
updateChildren(elm, oldChildren, newVNode, newChildren);
|
|
1014
|
+
updateChildren(elm, oldChildren, newVNode, newChildren, isInitialRender);
|
|
1007
1015
|
}
|
|
1008
1016
|
else if (newChildren !== null) {
|
|
1009
1017
|
// no old child vnodes, but there are new child vnodes to add
|
|
@@ -1097,8 +1105,9 @@ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
1097
1105
|
{
|
|
1098
1106
|
scopeId = hostElm['s-sc'];
|
|
1099
1107
|
}
|
|
1108
|
+
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) !== 0;
|
|
1100
1109
|
// synchronous patch
|
|
1101
|
-
patch(oldVNode, rootVnode);
|
|
1110
|
+
patch(oldVNode, rootVnode, isInitialLoad);
|
|
1102
1111
|
};
|
|
1103
1112
|
const attachToAncestor = (hostRef, ancestorComponent) => {
|
|
1104
1113
|
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
|
|
@@ -1832,25 +1841,29 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1832
1841
|
}
|
|
1833
1842
|
});
|
|
1834
1843
|
});
|
|
1835
|
-
//
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
//
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1844
|
+
// Only bother generating CSS if we have components
|
|
1845
|
+
// TODO(STENCIL-1118): Add test cases for CSS content based on conditionals
|
|
1846
|
+
if (cmpTags.length > 0) {
|
|
1847
|
+
// Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
|
|
1848
|
+
if (hasSlotRelocation) {
|
|
1849
|
+
dataStyles.innerHTML += SLOT_FB_CSS;
|
|
1850
|
+
}
|
|
1851
|
+
// Add hydration styles
|
|
1852
|
+
{
|
|
1853
|
+
dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
|
|
1854
|
+
}
|
|
1855
|
+
// If we have styles, add them to the DOM
|
|
1856
|
+
if (dataStyles.innerHTML.length) {
|
|
1857
|
+
dataStyles.setAttribute('data-styles', '');
|
|
1858
|
+
// Apply CSP nonce to the style tag if it exists
|
|
1859
|
+
const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
|
|
1860
|
+
if (nonce != null) {
|
|
1861
|
+
dataStyles.setAttribute('nonce', nonce);
|
|
1862
|
+
}
|
|
1863
|
+
// Insert the styles into the document head
|
|
1864
|
+
// NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
|
|
1865
|
+
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
|
1850
1866
|
}
|
|
1851
|
-
// Insert the styles into the document head
|
|
1852
|
-
// NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
|
|
1853
|
-
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
|
1854
1867
|
}
|
|
1855
1868
|
// Process deferred connectedCallbacks now all components have been registered
|
|
1856
1869
|
isBootstrapping = false;
|
|
@@ -1899,7 +1912,12 @@ const getHostListenerTarget = (elm, flags) => {
|
|
|
1899
1912
|
return elm;
|
|
1900
1913
|
};
|
|
1901
1914
|
// prettier-ignore
|
|
1902
|
-
const hostListenerOpts = (flags) =>
|
|
1915
|
+
const hostListenerOpts = (flags) => supportsListenerOptions
|
|
1916
|
+
? ({
|
|
1917
|
+
passive: (flags & 1 /* LISTENER_FLAGS.Passive */) !== 0,
|
|
1918
|
+
capture: (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0,
|
|
1919
|
+
})
|
|
1920
|
+
: (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
|
|
1903
1921
|
/**
|
|
1904
1922
|
* Assigns the given value to the nonce property on the runtime platform object.
|
|
1905
1923
|
* During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
|
|
@@ -1910,8 +1928,19 @@ const setNonce = (nonce) => (plt.$nonce$ = nonce);
|
|
|
1910
1928
|
/**
|
|
1911
1929
|
* A WeakMap mapping runtime component references to their corresponding host reference
|
|
1912
1930
|
* instances.
|
|
1931
|
+
*
|
|
1932
|
+
* **Note**: If we're in an HMR context we need to store a reference to this
|
|
1933
|
+
* value on `window` in order to maintain the mapping of {@link d.RuntimeRef}
|
|
1934
|
+
* to {@link d.HostRef} across HMR updates.
|
|
1935
|
+
*
|
|
1936
|
+
* This is necessary because when HMR updates for a component are processed by
|
|
1937
|
+
* the browser-side dev server client the JS bundle for that component is
|
|
1938
|
+
* re-fetched. Since the module containing {@link hostRefs} is included in
|
|
1939
|
+
* that bundle, if we do not store a reference to it the new iteration of the
|
|
1940
|
+
* component will not have access to the previous hostRef map, leading to a
|
|
1941
|
+
* bug where the new version of the component cannot properly initialize.
|
|
1913
1942
|
*/
|
|
1914
|
-
const hostRefs =
|
|
1943
|
+
const hostRefs = new WeakMap();
|
|
1915
1944
|
/**
|
|
1916
1945
|
* Given a {@link d.RuntimeRef} retrieve the corresponding {@link d.HostRef}
|
|
1917
1946
|
*
|
|
@@ -1991,6 +2020,18 @@ const plt = {
|
|
|
1991
2020
|
rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
|
|
1992
2021
|
ce: (eventName, opts) => new CustomEvent(eventName, opts),
|
|
1993
2022
|
};
|
|
2023
|
+
const supportsListenerOptions = /*@__PURE__*/ (() => {
|
|
2024
|
+
let supportsListenerOptions = false;
|
|
2025
|
+
try {
|
|
2026
|
+
doc.addEventListener('e', null, Object.defineProperty({}, 'passive', {
|
|
2027
|
+
get() {
|
|
2028
|
+
supportsListenerOptions = true;
|
|
2029
|
+
},
|
|
2030
|
+
}));
|
|
2031
|
+
}
|
|
2032
|
+
catch (e) { }
|
|
2033
|
+
return supportsListenerOptions;
|
|
2034
|
+
})();
|
|
1994
2035
|
const promiseResolve = (v) => Promise.resolve(v);
|
|
1995
2036
|
const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
|
|
1996
2037
|
try {
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const kupManager = require('./kup-manager-
|
|
6
|
-
require('./kup-dates-
|
|
7
|
-
require('./index-
|
|
5
|
+
const kupManager = require('./kup-manager-227c4be2.js');
|
|
6
|
+
require('./kup-dates-4aa560f0.js');
|
|
7
|
+
require('./index-db0a6be6.js');
|
|
8
8
|
|
|
9
9
|
/** used for obtain a KupManager instance without a dom document (for UT) */
|
|
10
10
|
function newKupManager(init) {
|
package/dist/cjs/ketchup.cjs.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-db0a6be6.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v4.
|
|
8
|
+
Stencil Client Patch Browser v4.12.1 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchBrowser = () => {
|
|
11
11
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('ketchup.cjs.js', document.baseURI).href));
|
|
@@ -17,7 +17,7 @@ const patchBrowser = () => {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(options => {
|
|
20
|
-
return index.bootstrapLazy(JSON.parse("[[\"kup-autocomplete_27.cjs\",[[1,\"kup-form\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"labelPlacement\":[1,\"label-placement\"],\"layout\":[16],\"submitCb\":[16],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"]}],[1,\"kup-autocomplete\",{\"allowInconsistentValues\":[4,\"allow-inconsistent-values\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"inputDelay\":[2,\"input-delay\"],\"minimumChars\":[2,\"minimum-chars\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-button\",{\"buttonType\":[1,\"button-type\"],\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"columns\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dynamicExpansionCallback\":[16],\"editableData\":[4,\"editable-data\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"showColumns\":[1028,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[1028,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"stateSwitcher\":[32],\"selectedNode\":[32],\"getSelectedNode\":[64],\"setSelectedNode\":[64],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"hideColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"enrichDataWhenChanged\"],\"expanded\":[\"enrichStructureStateWhenChanged\"]}],[1,\"kup-button-list\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayId\":[4,\"display-id\"],\"enableInput\":[4,\"enable-input\"],\"type\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"autoFillMissingCells\":[4,\"auto-fill-missing-cells\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dragEnabled\":[1540,\"drag-enabled\"],\"dropEnabled\":[516,\"drop-enabled\"],\"editableData\":[1028,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableColumnsFormula\":[4,\"enable-columns-formula\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableMergeColumns\":[4,\"enable-merge-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"insertMode\":[1,\"insert-mode\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"removableColumns\":[4,\"removable-columns\"],\"resizableColumns\":[4,\"resizable-columns\"],\"rowActions\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"showCustomization\":[4,\"show-customization\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"showHistoryButton\":[4,\"show-history-button\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showGroups\":[4,\"show-groups\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"totals\":[1040],\"transpose\":[1028],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"deleteRows\":[64],\"closeInsertCard\":[64],\"closeConfirmDeleteCard\":[64],\"getCards\":[64],\"insertNewRow\":[64],\"expandAll\":[64],\"getProps\":[64],\"getSelectedRows\":[64],\"hideColumn\":[64],\"newColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setCellValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"expandGroups\":[\"expandGroupsHandler\"],\"filters\":[\"filtersChanged\"],\"globalFilterValue\":[\"filtersChanged\"],\"sort\":[\"recalculateRows\"],\"totals\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"identifyAndInitRows\"],\"groups\":[\"recalculateRowsAndUndoSelections\"],\"fixedColumns\":[\"controlFixedRowsColumns\"],\"fixedRows\":[\"controlFixedRowsColumns\"],\"transpose\":[\"recalculateData\"]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"identifyRows\"]}],[1,\"kup-checkbox\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-combobox\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"isSelect\":[516,\"is-select\"],\"selectMode\":[1,\"select-mode\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]],{\"initialValue\":[\"initialValueChange\"]}],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]],{\"firstDayIndex\":[\"watchFirstDayIndex\"]}],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"selectMode\":[1,\"select-mode\"],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"id\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[4,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"value\":[32],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"ripple\":[\"applyRipple\"]}],[1,\"kup-text-field\",{\"allowNegative\":[4,\"allow-negative\"],\"customStyle\":[1,\"custom-style\"],\"decimals\":[2],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"fullWidth\":[516,\"full-width\"],\"group\":[4],\"helper\":[1],\"helperEnabled\":[4,\"helper-enabled\"],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"hiddenCounter\":[4,\"hidden-counter\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputMode\":[1,\"input-mode\"],\"inputType\":[1,\"input-type\"],\"integers\":[2],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"name\":[1],\"outlined\":[4],\"readOnly\":[4,\"read-only\"],\"size\":[2],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]],{\"timeMinutesStep\":[\"watchTimeMinutesStep\"]}],[1,\"kup-dialog\",{\"autoCenter\":[16],\"customStyle\":[1,\"custom-style\"],\"header\":[16],\"modal\":[16],\"resizable\":[4],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"close\":[64],\"getProps\":[64],\"recalcPosition\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-planner.cjs\",[[1,\"kup-planner\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"detailData\":[16],\"detailColorCol\":[1,\"detail-color-col\"],\"detailColumns\":[16],\"detailDates\":[16],\"detailFilter\":[1,\"detail-filter\"],\"detailHeight\":[2,\"detail-height\"],\"detailIconCol\":[1,\"detail-icon-col\"],\"detailIdCol\":[1,\"detail-id-col\"],\"detailNameCol\":[1,\"detail-name-col\"],\"detailPrevDates\":[16],\"detailInitialScrollX\":[2,\"detail-initial-scroll-x\"],\"detailInitialScrollY\":[2,\"detail-initial-scroll-y\"],\"listCellWidth\":[1,\"list-cell-width\"],\"maxWidth\":[1,\"max-width\"],\"phaseColorCol\":[1,\"phase-color-col\"],\"phaseColumns\":[16],\"phaseColParDep\":[1,\"phase-col-par-dep\"],\"phaseDates\":[16],\"phaseIconCol\":[1,\"phase-icon-col\"],\"phaseIdCol\":[1,\"phase-id-col\"],\"phaseNameCol\":[1,\"phase-name-col\"],\"phasePrevDates\":[16],\"readOnly\":[4,\"read-only\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"taskColumns\":[16],\"taskDates\":[16],\"taskFilter\":[1,\"task-filter\"],\"taskHeight\":[2,\"task-height\"],\"taskIconCol\":[1,\"task-icon-col\"],\"taskIdCol\":[1,\"task-id-col\"],\"taskInitialScrollX\":[2,\"task-initial-scroll-x\"],\"taskInitialScrollY\":[2,\"task-initial-scroll-y\"],\"taskNameCol\":[1,\"task-name-col\"],\"taskPrevDates\":[16],\"titleMess\":[1,\"title-mess\"],\"viewMode\":[1,\"view-mode\"],\"mainFilter\":[16],\"secondaryFilter\":[16],\"plannerProps\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"addPhases\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-magic-box.cjs\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-card-list.cjs\",[[1,\"kup-card-list\",{\"columnsNumber\":[2,\"columns-number\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"descrCol\":[1,\"descr-col\"],\"iconCol\":[1,\"icon-col\"],\"valueCol\":[1,\"value-col\"],\"measureCol\":[1,\"measure-col\"],\"intvalueCol\":[1,\"intvalue-col\"],\"decvalueCol\":[1,\"decvalue-col\"],\"textcolorCol\":[1,\"textcolor-col\"],\"valuecolorCol\":[1,\"valuecolor-col\"],\"iconcolorCol\":[1,\"iconcolor-col\"],\"layoutCol\":[1,\"layout-col\"],\"isClickable\":[4,\"is-clickable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-family-tree.cjs\",[[1,\"kup-family-tree\",{\"autofitOnExpand\":[4,\"autofit-on-expand\"],\"autofitOnLoad\":[4,\"autofit-on-load\"],\"cardData\":[16],\"collapsible\":[4],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"layout\":[2],\"stackedLeaves\":[4,\"stacked-leaves\"],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"runAutofit\":[64],\"setProps\":[64]}]]],[\"kup-accordion.cjs\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]},null,{\"ripple\":[\"applyRipple\"]}]]],[\"kup-calendar.cjs\",[[1,\"kup-calendar\",{\"currentDate\":[1,\"current-date\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hideNavigation\":[4,\"hide-navigation\"],\"editableEvents\":[4,\"editable-events\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"setCalendarData\"],\"currentDate\":[\"setCalendarData\"]}]]],[\"kup-cell.cjs\",[[1,\"kup-cell\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"addCssClasses\":[64],\"getProps\":[64],\"refresh\":[64],\"removeCssClasses\":[64],\"setProps\":[64]}]]],[\"kup-dashboard.cjs\",[[1,\"kup-dashboard\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"enableDesign\":[4,\"enable-design\"],\"resetInternalData\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-drawer.cjs\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-iframe.cjs\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-image-list.cjs\",[[1,\"kup-image-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedNode\":[16],\"stateId\":[1,\"state-id\"],\"store\":[16],\"currentNode\":[32],\"navigationBarToggled\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"selectedNode\":[\"selectNode\"]}]]],[\"kup-lazy.cjs\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"getComponent\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar.cjs\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-numeric-picker.cjs\",[[1,\"kup-numeric-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"decimals\":[4],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"maxDecimals\":[1026,\"max-decimals\"],\"maxIntegers\":[1026,\"max-integers\"],\"maxLength\":[2,\"max-length\"],\"negative\":[4],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]]]]],[\"kup-photo-frame.cjs\",[[1,\"kup-photo-frame\",{\"customStyle\":[1,\"custom-style\"],\"placeholderAttrs\":[16],\"resourceAttrs\":[16],\"threshold\":[2],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-probe.cjs\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik.cjs\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-snackbar.cjs\",[[1,\"kup-snackbar\",{\"actionButton\":[16],\"closeButton\":[4,\"close-button\"],\"customStyle\":[1,\"custom-style\"],\"text\":[1],\"timeout\":[2],\"visible\":[32],\"getProps\":[64],\"hide\":[64],\"refresh\":[64],\"setProps\":[64],\"show\":[64]}]]],[\"kup-echart.cjs\",[[1,\"kup-echart\",{\"axis\":[1025],\"colors\":[16],\"consistencyCheck\":[4,\"consistency-check\"],\"chartTitle\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"legend\":[1],\"map\":[1],\"series\":[16],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"types\":[16],\"xAxis\":[16],\"yAxis\":[16],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-grid.cjs\",[[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-custom-task-list-header_4.cjs\",[[0,\"kup-custom-task-list-header\",{\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"]}],[0,\"kup-custom-task-list-table\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"setSelectedTask\":[16],\"onclickTaskList\":[16],\"ondblclickTaskList\":[16],\"oncontextmenuTaskList\":[16]}],[0,\"kup-gantt-calendar\",{\"dateSetup\":[16],\"locale\":[1],\"rtl\":[4],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"currentDateIndicator\":[16],\"svgWidth\":[2,\"svg-width\"],\"simplifiedHeader\":[32]}],[0,\"kup-grid-renderer\",{\"tasks\":[16],\"dates\":[16],\"ganttEvent\":[16],\"selectedTask\":[16],\"rowHeight\":[2,\"row-height\"],\"columnWidth\":[2,\"column-width\"],\"timeStep\":[2,\"time-step\"],\"taskHeight\":[2,\"task-height\"],\"arrowColor\":[1,\"arrow-color\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rtl\":[4],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"currentDateIndicator\":[16],\"projection\":[16],\"readOnly\":[4,\"read-only\"],\"gridProps\":[16],\"dateChange\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"barClick\":[16],\"barDblClick\":[16],\"barContextMenu\":[16],\"delete\":[16],\"setFailedTask\":[16],\"setSelectedTask\":[16],\"eventStart\":[16],\"eMouseDown\":[16],\"setGanttEvent\":[1040],\"xStep\":[32],\"initEventX1Delta\":[32],\"initEventXClick\":[32],\"isMoving\":[32],\"point\":[32],\"svg\":[32]},null,{\"columnWidth\":[\"updateXStep\"],\"dates\":[\"updateXStep\"],\"timeStep\":[\"updateXStep\",\"updateSvgMove\"],\"ganttEvent\":[\"updateSvgMove\"],\"xStep\":[\"updateSvgMove\"],\"svg\":[\"updateSvgMove\"],\"initEventX1Delta\":[\"updateSvgMove\"],\"point\":[\"updateSvgMove\"],\"rtl\":[\"updateSvgMove\"],\"onProgressChange\":[\"updateSvgMove\"],\"onDateChange\":[\"updateSvgMove\"]}]]],[\"kup-planner-renderer.cjs\",[[0,\"kup-planner-renderer\",{\"props\":[1040],\"timeUnit\":[32],\"currentTasks\":[32],\"currentDetails\":[32],\"scrollX\":[32],\"mainGanttDoubleView\":[32],\"displayedDates\":[32],\"viewDate\":[32],\"projection\":[32],\"tasks\":[32],\"details\":[32]},null,{\"props\":[\"mainGanttChangeHandler\"],\"timeUnit\":[\"updateDisplayedDates\"],\"mainGanttDoubleView\":[\"updateDisplayedDates\"],\"props.preStepsCount\":[\"updateDisplayedDates\"],\"viewDate\":[\"updateDisplayedDates\"],\"currentTasks\":[\"updateTasks\"],\"currentDetails\":[\"updateTasks\"]}]]],[\"kup-box.cjs\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"editableData\":[4,\"editable-data\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showSelection\":[4,\"show-selection\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"globalFilterValue\":[\"recalculateRows\"],\"sortBy\":[\"recalculateRows\"],\"pagination\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"],\"selectBox\":[\"onSelectBoxChanged\"]}]]],[\"kup-gantt_10.cjs\",[[0,\"kup-gantt\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"listCellWidth\":[1,\"list-cell-width\"],\"rowHeight\":[2,\"row-height\"],\"filter\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"viewMode\":[1,\"view-mode\"],\"preStepsCount\":[2,\"pre-steps-count\"],\"locale\":[1],\"barFill\":[2,\"bar-fill\"],\"projectFill\":[2,\"project-fill\"],\"timelineFill\":[2,\"timeline-fill\"],\"barCornerRadius\":[2,\"bar-corner-radius\"],\"barProgressColor\":[1,\"bar-progress-color\"],\"barProgressSelectedColor\":[1,\"bar-progress-selected-color\"],\"barBackgroundColor\":[1,\"bar-background-color\"],\"barBackgroundSelectedColor\":[1,\"bar-background-selected-color\"],\"projectProgressColor\":[1,\"project-progress-color\"],\"projectProgressSelectedColor\":[1,\"project-progress-selected-color\"],\"projectBackgroundColor\":[1,\"project-background-color\"],\"projectBackgroundSelectedColor\":[1,\"project-background-selected-color\"],\"rtl\":[4],\"handleWidth\":[2,\"handle-width\"],\"timeStep\":[2,\"time-step\"],\"arrowColor\":[1,\"arrow-color\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"arrowIndent\":[2,\"arrow-indent\"],\"todayColor\":[1,\"today-color\"],\"viewDate\":[16],\"TooltipContent\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"hideDependencies\":[4,\"hide-dependencies\"],\"projection\":[16],\"displayedStartDate\":[16],\"displayedEndDate\":[16],\"initialScrollX\":[2,\"initial-scroll-x\"],\"initialScrollY\":[2,\"initial-scroll-y\"],\"readOnly\":[4,\"read-only\"],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"barContextMenu\":[16],\"scrollXChange\":[16],\"scrollYChange\":[16],\"barClick\":[16],\"barDblClick\":[16],\"dateChange\":[16],\"select\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"delete\":[16],\"expanderClick\":[16],\"wrapperRef\":[32],\"taskGanttRef\":[32],\"taskListRef\":[32],\"dateSetup\":[32],\"taskListWidth\":[32],\"svgContainerWidth\":[32],\"svgContainerHeight\":[32],\"barTasks\":[32],\"ganttEvent\":[32],\"taskHeight\":[32],\"projectHeight\":[32],\"timelineHeight\":[32],\"selectedTask\":[32],\"failedTask\":[32],\"svgWidth\":[32],\"ganttFullHeight\":[32],\"scrollX\":[32],\"scrollY\":[32],\"ignoreScrollEvent\":[32],\"currentDateIndicatorContent\":[32],\"projectionContent\":[32]},[[0,\"wheel\",\"handleWheel\"]],{\"initialScrollY\":[\"updateInitialScrollY\"],\"scrollYChange\":[\"updateInitialScrollY\"],\"initialScrollX\":[\"updateInitialScrollX\",\"updateIgnoreScrollEvent\"],\"scrollXChange\":[\"updateInitialScrollX\"],\"tasks\":[\"updateGanttData\",\"updateSvgContainerHeight\"],\"viewMode\":[\"updateGanttData\",\"updateIgnoreScrollEvent\"],\"preStepsCount\":[\"updateGanttData\"],\"rowHeight\":[\"updateGanttData\",\"updateSvgContainerHeight\",\"updateGanttFullHeight\"],\"barCornerRadius\":[\"updateGanttData\"],\"columnWidth\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"taskHeight\":[\"updateGanttData\"],\"handleWidth\":[\"updateGanttData\"],\"barProgressColor\":[\"updateGanttData\"],\"barProgressSelectedColor\":[\"updateGanttData\"],\"barBackgroundColor\":[\"updateGanttData\"],\"barBackgroundSelectedColor\":[\"updateGanttData\"],\"projectProgressColor\":[\"updateGanttData\"],\"projectProgressSelectedColor\":[\"updateGanttData\"],\"projectBackgroundColor\":[\"updateGanttData\"],\"projectBackgroundSelectedColor\":[\"updateGanttData\"],\"milestoneBackgroundColor\":[\"updateGanttData\"],\"milestoneBackgroundSelectedColor\":[\"updateGanttData\"],\"rtl\":[\"updateGanttData\",\"handleWheel\"],\"scrollX\":[\"updateGanttData\",\"handleWheel\"],\"onExpanderClick\":[\"updateGanttData\"],\"showSecondaryDates\":[\"updateGanttData\"],\"projectHeight\":[\"updateGanttData\"],\"timelineHeight\":[\"updateGanttData\"],\"displayedStartDate\":[\"updateGanttData\"],\"displayedEndDate\":[\"updateGanttData\"],\"dateSetup\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"viewDate\":[\"updateIgnoreScrollEvent\"],\"ganttEvent\":[\"updateGanttEventAndBarTasks\"],\"failedTask\":[\"updateFailedTasksAndBarChart\"],\"barTasks\":[\"updateFailedTasksAndBarChart\",\"updateGanttFullHeight\"],\"taskListRef\":[\"updateTaskListWidth\"],\"listCellWidth\":[\"updateTaskListWidth\"],\"wrapperRef\":[\"updateSvgContainerWidth\",\"handleWheel\"],\"ganttHeight\":[\"updateSvgContainerHeight\",\"handleWheel\"],\"headerHeight\":[\"updateSvgContainerHeight\"],\"scrollY\":[\"handleWheel\"],\"svgWidth\":[\"handleWheel\"],\"ganttFullHeight\":[\"handleWheel\"],\"todayColor\":[\"updateCurrentDateIndicatorContent\"],\"projection\":[\"updateProjectionContent\"]}],[0,\"kup-switcher\",{\"timeUnitChange\":[16]}],[0,\"kup-task-gantt\",{\"gridProps\":[16],\"calendarProps\":[16],\"barProps\":[16],\"taskGanttRef\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"scrollY\":[1026,\"scroll-y\"],\"scrollX\":[1026,\"scroll-x\"]},null,{\"scrollX\":[\"updateScrollX\"],\"verticalGanttContainerRef\":[\"updateScrollX\"],\"scrollY\":[\"updateScrollY\"],\"horizontalContainerRef\":[\"updateScrollY\"]}],[0,\"kup-task-list\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"],\"rowHeight\":[2,\"row-height\"],\"scrollY\":[2,\"scroll-y\"],\"locale\":[1],\"tasks\":[16],\"selectedTask\":[16],\"horizontalContainerClass\":[1,\"horizontal-container-class\"],\"ganttHeight\":[2,\"gantt-height\"],\"filter\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"setSelectedTask\":[16],\"expanderClick\":[16],\"selectedTaskId\":[32]},null,{\"scrollY\":[\"updateScrollY\"]}],[1,\"kup-horizontal-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"svgWidth\":[2,\"svg-width\"],\"taskGanttRef\":[16],\"rtl\":[4],\"taskListWidth\":[2,\"task-list-width\"],\"horizontalScroll\":[16],\"timeoutId\":[32]},null,{\"scrollNumber\":[\"scrollLeft\"]}],[1,\"kup-standard-tooltip\",{\"task\":[16],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"]}],[0,\"kup-task-list-header\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"]}],[0,\"kup-task-list-table\",{\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"locale\":[1],\"tasks\":[16],\"selectedTaskId\":[1,\"selected-task-id\"],\"setSelectedTask\":[16],\"expanderClick\":[16],\"expandedTasks\":[32]}],[1,\"kup-tooltip\",{\"task\":[16],\"rowHeight\":[2,\"row-height\"],\"rtl\":[4],\"svgContainerHeight\":[2,\"svg-container-height\"],\"svgContainerWidth\":[2,\"svg-container-width\"],\"scrollX\":[2,\"scroll-x\"],\"scrollY\":[2,\"scroll-y\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"],\"headerHeight\":[2,\"header-height\"],\"taskListWidth\":[2,\"task-list-width\"],\"TooltipContent\":[8,\"tooltip-content\"],\"svgWidth\":[2,\"svg-width\"],\"relatedY\":[32],\"relatedX\":[32]},null,{\"task\":[\"calculateTooltipPosition\"],\"arrowIndent\":[\"calculateTooltipPosition\"],\"scrollX\":[\"calculateTooltipPosition\"],\"scrollY\":[\"calculateTooltipPosition\"],\"headerHeight\":[\"calculateTooltipPosition\"],\"taskListWidth\":[\"calculateTooltipPosition\"],\"rowHeight\":[\"calculateTooltipPosition\"],\"svgContainerHeight\":[\"calculateTooltipPosition\"],\"svgContainerWidth\":[\"calculateTooltipPosition\"],\"rtl\":[\"calculateTooltipPosition\"]}],[0,\"kup-vertical-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"ganttHeight\":[2,\"gantt-height\"],\"ganttFullHeight\":[2,\"gantt-full-height\"],\"headerHeight\":[2,\"header-height\"],\"rtl\":[4],\"verticalScroll\":[16]},null,{\"scrollNumber\":[\"updateScroll\"]}]]]]"), options);
|
|
20
|
+
return index.bootstrapLazy(JSON.parse("[[\"kup-autocomplete_27.cjs\",[[1,\"kup-form\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"labelPlacement\":[1,\"label-placement\"],\"layout\":[16],\"submitCb\":[16],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"]}],[1,\"kup-autocomplete\",{\"allowInconsistentValues\":[4,\"allow-inconsistent-values\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"inputDelay\":[2,\"input-delay\"],\"minimumChars\":[2,\"minimum-chars\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-button\",{\"buttonType\":[1,\"button-type\"],\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"columns\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dynamicExpansionCallback\":[16],\"editableData\":[4,\"editable-data\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"showColumns\":[1028,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[1028,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"stateSwitcher\":[32],\"selectedNode\":[32],\"getSelectedNode\":[64],\"setSelectedNode\":[64],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"hideColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"enrichDataWhenChanged\"],\"expanded\":[\"enrichStructureStateWhenChanged\"]}],[1,\"kup-button-list\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayId\":[4,\"display-id\"],\"enableInput\":[4,\"enable-input\"],\"type\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"autoFillMissingCells\":[4,\"auto-fill-missing-cells\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dragEnabled\":[1540,\"drag-enabled\"],\"dropEnabled\":[516,\"drop-enabled\"],\"editableData\":[1028,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableColumnsFormula\":[4,\"enable-columns-formula\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableMergeColumns\":[4,\"enable-merge-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"insertMode\":[1,\"insert-mode\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"removableColumns\":[4,\"removable-columns\"],\"resizableColumns\":[4,\"resizable-columns\"],\"rowActions\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"showCustomization\":[4,\"show-customization\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"showHistoryButton\":[4,\"show-history-button\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showGroups\":[4,\"show-groups\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"totals\":[1040],\"transpose\":[1028],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"deleteRows\":[64],\"closeInsertCard\":[64],\"closeConfirmDeleteCard\":[64],\"getCards\":[64],\"insertNewRow\":[64],\"expandAll\":[64],\"getProps\":[64],\"getSelectedRows\":[64],\"hideColumn\":[64],\"newColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setCellValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"expandGroups\":[\"expandGroupsHandler\"],\"filters\":[\"filtersChanged\"],\"globalFilterValue\":[\"filtersChanged\"],\"sort\":[\"recalculateRows\"],\"totals\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"identifyAndInitRows\"],\"groups\":[\"recalculateRowsAndUndoSelections\"],\"fixedColumns\":[\"controlFixedRowsColumns\"],\"fixedRows\":[\"controlFixedRowsColumns\"],\"transpose\":[\"recalculateData\"]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"identifyRows\"]}],[1,\"kup-checkbox\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-combobox\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"isSelect\":[516,\"is-select\"],\"selectMode\":[1,\"select-mode\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]],{\"initialValue\":[\"initialValueChange\"]}],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]],{\"firstDayIndex\":[\"watchFirstDayIndex\"]}],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"selectMode\":[1,\"select-mode\"],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"id\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[4,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"value\":[32],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"ripple\":[\"applyRipple\"]}],[1,\"kup-text-field\",{\"allowNegative\":[4,\"allow-negative\"],\"customStyle\":[1,\"custom-style\"],\"decimals\":[2],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"fullWidth\":[516,\"full-width\"],\"group\":[4],\"helper\":[1],\"helperEnabled\":[4,\"helper-enabled\"],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"hiddenCounter\":[4,\"hidden-counter\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputMode\":[1,\"input-mode\"],\"inputType\":[1,\"input-type\"],\"integers\":[2],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"name\":[1],\"outlined\":[4],\"readOnly\":[4,\"read-only\"],\"size\":[2],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]],{\"timeMinutesStep\":[\"watchTimeMinutesStep\"]}],[1,\"kup-dialog\",{\"autoCenter\":[16],\"customStyle\":[1,\"custom-style\"],\"header\":[16],\"modal\":[16],\"resizable\":[4],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"close\":[64],\"getProps\":[64],\"recalcPosition\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-planner.cjs\",[[1,\"kup-planner\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"detailData\":[16],\"detailColorCol\":[1,\"detail-color-col\"],\"detailColumns\":[16],\"detailDates\":[16],\"detailFilter\":[1,\"detail-filter\"],\"detailHeight\":[2,\"detail-height\"],\"detailIconCol\":[1,\"detail-icon-col\"],\"detailIdCol\":[1,\"detail-id-col\"],\"detailNameCol\":[1,\"detail-name-col\"],\"detailPrevDates\":[16],\"detailInitialScrollX\":[2,\"detail-initial-scroll-x\"],\"detailInitialScrollY\":[2,\"detail-initial-scroll-y\"],\"listCellWidth\":[1,\"list-cell-width\"],\"maxWidth\":[1,\"max-width\"],\"phaseColorCol\":[1,\"phase-color-col\"],\"phaseColumns\":[16],\"phaseColParDep\":[1,\"phase-col-par-dep\"],\"phaseDates\":[16],\"phaseIconCol\":[1,\"phase-icon-col\"],\"phaseIdCol\":[1,\"phase-id-col\"],\"phaseNameCol\":[1,\"phase-name-col\"],\"phasePrevDates\":[16],\"readOnly\":[4,\"read-only\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"taskColumns\":[16],\"taskDates\":[16],\"taskFilter\":[1,\"task-filter\"],\"taskHeight\":[2,\"task-height\"],\"taskIconCol\":[1,\"task-icon-col\"],\"taskIdCol\":[1,\"task-id-col\"],\"taskInitialScrollX\":[2,\"task-initial-scroll-x\"],\"taskInitialScrollY\":[2,\"task-initial-scroll-y\"],\"taskNameCol\":[1,\"task-name-col\"],\"taskPrevDates\":[16],\"titleMess\":[1,\"title-mess\"],\"viewMode\":[1,\"view-mode\"],\"mainFilter\":[16],\"secondaryFilter\":[16],\"plannerProps\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"addPhases\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-magic-box.cjs\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-card-list.cjs\",[[1,\"kup-card-list\",{\"columnsNumber\":[2,\"columns-number\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"descrCol\":[1,\"descr-col\"],\"iconCol\":[1,\"icon-col\"],\"valueCol\":[1,\"value-col\"],\"measureCol\":[1,\"measure-col\"],\"intvalueCol\":[1,\"intvalue-col\"],\"decvalueCol\":[1,\"decvalue-col\"],\"textcolorCol\":[1,\"textcolor-col\"],\"valuecolorCol\":[1,\"valuecolor-col\"],\"iconcolorCol\":[1,\"iconcolor-col\"],\"layoutCol\":[1,\"layout-col\"],\"isClickable\":[4,\"is-clickable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-family-tree.cjs\",[[1,\"kup-family-tree\",{\"autofitOnExpand\":[4,\"autofit-on-expand\"],\"autofitOnLoad\":[4,\"autofit-on-load\"],\"cardData\":[16],\"collapsible\":[4],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"layout\":[2],\"stackedLeaves\":[4,\"stacked-leaves\"],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"runAutofit\":[64],\"setProps\":[64]}]]],[\"kup-accordion.cjs\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]},null,{\"ripple\":[\"applyRipple\"]}]]],[\"kup-calendar.cjs\",[[1,\"kup-calendar\",{\"currentDate\":[1,\"current-date\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hideNavigation\":[4,\"hide-navigation\"],\"editableEvents\":[4,\"editable-events\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"setCalendarData\"],\"currentDate\":[\"setCalendarData\"]}]]],[\"kup-cell.cjs\",[[1,\"kup-cell\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"addCssClasses\":[64],\"getProps\":[64],\"refresh\":[64],\"removeCssClasses\":[64],\"setProps\":[64]}]]],[\"kup-dashboard.cjs\",[[1,\"kup-dashboard\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"enableDesign\":[4,\"enable-design\"],\"resetInternalData\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-drawer.cjs\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-editor.cjs\",[[0,\"kup-editor\",{\"autosaveTimer\":[2,\"autosave-timer\"],\"editorHeight\":[1,\"editor-height\"],\"initialEditType\":[1,\"initial-edit-type\"],\"initialValue\":[1,\"initial-value\"],\"isReadOnly\":[4,\"is-read-only\"],\"previewStyle\":[1,\"preview-style\"],\"showSaveButton\":[4,\"show-save-button\"],\"showToolbar\":[4,\"show-toolbar\"],\"editor\":[32],\"editorRef\":[32],\"viewer\":[32],\"getProps\":[64],\"getValueAsHTML\":[64],\"getValueAsMarkdown\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"editorRef\":[\"onEditorRefUpdated\"],\"editor\":[\"onEditorUpdate\"],\"initialEditType\":[\"onInitialEditTypeChanged\"],\"isReadOnly\":[\"onIsReadOnlyChanged\"],\"previewStyle\":[\"onPreviewStyleChanged\"],\"showSaveButton\":[\"onShowSaveButtonChanged\"],\"showToolbar\":[\"onShowToolBarChanged\"],\"autosaveTimer\":[\"onAutosaveTimerChanged\"]}]]],[\"kup-iframe.cjs\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-image-list.cjs\",[[1,\"kup-image-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedNode\":[16],\"stateId\":[1,\"state-id\"],\"store\":[16],\"currentNode\":[32],\"navigationBarToggled\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"selectedNode\":[\"selectNode\"]}]]],[\"kup-lazy.cjs\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"getComponent\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar.cjs\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-numeric-picker.cjs\",[[1,\"kup-numeric-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"decimals\":[4],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"maxDecimals\":[1026,\"max-decimals\"],\"maxIntegers\":[1026,\"max-integers\"],\"maxLength\":[2,\"max-length\"],\"negative\":[4],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]]]]],[\"kup-photo-frame.cjs\",[[1,\"kup-photo-frame\",{\"customStyle\":[1,\"custom-style\"],\"placeholderAttrs\":[16],\"resourceAttrs\":[16],\"threshold\":[2],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-probe.cjs\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik.cjs\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-snackbar.cjs\",[[1,\"kup-snackbar\",{\"actionButton\":[16],\"closeButton\":[4,\"close-button\"],\"customStyle\":[1,\"custom-style\"],\"text\":[1],\"timeout\":[2],\"visible\":[32],\"getProps\":[64],\"hide\":[64],\"refresh\":[64],\"setProps\":[64],\"show\":[64]}]]],[\"kup-echart.cjs\",[[1,\"kup-echart\",{\"axis\":[1025],\"colors\":[16],\"consistencyCheck\":[4,\"consistency-check\"],\"chartTitle\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"legend\":[1],\"map\":[1],\"series\":[16],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"types\":[16],\"xAxis\":[16],\"yAxis\":[16],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-grid.cjs\",[[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-custom-task-list-header_4.cjs\",[[0,\"kup-custom-task-list-header\",{\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"]}],[0,\"kup-custom-task-list-table\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"setSelectedTask\":[16],\"onclickTaskList\":[16],\"ondblclickTaskList\":[16],\"oncontextmenuTaskList\":[16]}],[0,\"kup-gantt-calendar\",{\"dateSetup\":[16],\"locale\":[1],\"rtl\":[4],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"currentDateIndicator\":[16],\"svgWidth\":[2,\"svg-width\"],\"simplifiedHeader\":[32]}],[0,\"kup-grid-renderer\",{\"tasks\":[16],\"dates\":[16],\"ganttEvent\":[16],\"selectedTask\":[16],\"rowHeight\":[2,\"row-height\"],\"columnWidth\":[2,\"column-width\"],\"timeStep\":[2,\"time-step\"],\"taskHeight\":[2,\"task-height\"],\"arrowColor\":[1,\"arrow-color\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rtl\":[4],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"currentDateIndicator\":[16],\"projection\":[16],\"readOnly\":[4,\"read-only\"],\"gridProps\":[16],\"dateChange\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"barClick\":[16],\"barDblClick\":[16],\"barContextMenu\":[16],\"delete\":[16],\"setFailedTask\":[16],\"setSelectedTask\":[16],\"eventStart\":[16],\"eMouseDown\":[16],\"setGanttEvent\":[1040],\"xStep\":[32],\"initEventX1Delta\":[32],\"initEventXClick\":[32],\"isMoving\":[32],\"point\":[32],\"svg\":[32]},null,{\"columnWidth\":[\"updateXStep\"],\"dates\":[\"updateXStep\"],\"timeStep\":[\"updateXStep\",\"updateSvgMove\"],\"ganttEvent\":[\"updateSvgMove\"],\"xStep\":[\"updateSvgMove\"],\"svg\":[\"updateSvgMove\"],\"initEventX1Delta\":[\"updateSvgMove\"],\"point\":[\"updateSvgMove\"],\"rtl\":[\"updateSvgMove\"],\"onProgressChange\":[\"updateSvgMove\"],\"onDateChange\":[\"updateSvgMove\"]}]]],[\"kup-planner-renderer.cjs\",[[0,\"kup-planner-renderer\",{\"props\":[1040],\"timeUnit\":[32],\"currentTasks\":[32],\"currentDetails\":[32],\"scrollX\":[32],\"mainGanttDoubleView\":[32],\"displayedDates\":[32],\"viewDate\":[32],\"projection\":[32],\"tasks\":[32],\"details\":[32]},null,{\"props\":[\"mainGanttChangeHandler\"],\"timeUnit\":[\"updateDisplayedDates\"],\"mainGanttDoubleView\":[\"updateDisplayedDates\"],\"props.preStepsCount\":[\"updateDisplayedDates\"],\"viewDate\":[\"updateDisplayedDates\"],\"currentTasks\":[\"updateTasks\"],\"currentDetails\":[\"updateTasks\"]}]]],[\"kup-box.cjs\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"editableData\":[4,\"editable-data\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showSelection\":[4,\"show-selection\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"globalFilterValue\":[\"recalculateRows\"],\"sortBy\":[\"recalculateRows\"],\"pagination\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"],\"selectBox\":[\"onSelectBoxChanged\"]}]]],[\"kup-gantt_10.cjs\",[[0,\"kup-gantt\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"listCellWidth\":[1,\"list-cell-width\"],\"rowHeight\":[2,\"row-height\"],\"filter\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"viewMode\":[1,\"view-mode\"],\"preStepsCount\":[2,\"pre-steps-count\"],\"locale\":[1],\"barFill\":[2,\"bar-fill\"],\"projectFill\":[2,\"project-fill\"],\"timelineFill\":[2,\"timeline-fill\"],\"barCornerRadius\":[2,\"bar-corner-radius\"],\"barProgressColor\":[1,\"bar-progress-color\"],\"barProgressSelectedColor\":[1,\"bar-progress-selected-color\"],\"barBackgroundColor\":[1,\"bar-background-color\"],\"barBackgroundSelectedColor\":[1,\"bar-background-selected-color\"],\"projectProgressColor\":[1,\"project-progress-color\"],\"projectProgressSelectedColor\":[1,\"project-progress-selected-color\"],\"projectBackgroundColor\":[1,\"project-background-color\"],\"projectBackgroundSelectedColor\":[1,\"project-background-selected-color\"],\"rtl\":[4],\"handleWidth\":[2,\"handle-width\"],\"timeStep\":[2,\"time-step\"],\"arrowColor\":[1,\"arrow-color\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"arrowIndent\":[2,\"arrow-indent\"],\"todayColor\":[1,\"today-color\"],\"viewDate\":[16],\"TooltipContent\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"hideDependencies\":[4,\"hide-dependencies\"],\"projection\":[16],\"displayedStartDate\":[16],\"displayedEndDate\":[16],\"initialScrollX\":[2,\"initial-scroll-x\"],\"initialScrollY\":[2,\"initial-scroll-y\"],\"readOnly\":[4,\"read-only\"],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"barContextMenu\":[16],\"scrollXChange\":[16],\"scrollYChange\":[16],\"barClick\":[16],\"barDblClick\":[16],\"dateChange\":[16],\"select\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"delete\":[16],\"expanderClick\":[16],\"wrapperRef\":[32],\"taskGanttRef\":[32],\"taskListRef\":[32],\"dateSetup\":[32],\"taskListWidth\":[32],\"svgContainerWidth\":[32],\"svgContainerHeight\":[32],\"barTasks\":[32],\"ganttEvent\":[32],\"taskHeight\":[32],\"projectHeight\":[32],\"timelineHeight\":[32],\"selectedTask\":[32],\"failedTask\":[32],\"svgWidth\":[32],\"ganttFullHeight\":[32],\"scrollX\":[32],\"scrollY\":[32],\"ignoreScrollEvent\":[32],\"currentDateIndicatorContent\":[32],\"projectionContent\":[32]},[[0,\"wheel\",\"handleWheel\"]],{\"initialScrollY\":[\"updateInitialScrollY\"],\"scrollYChange\":[\"updateInitialScrollY\"],\"initialScrollX\":[\"updateInitialScrollX\",\"updateIgnoreScrollEvent\"],\"scrollXChange\":[\"updateInitialScrollX\"],\"tasks\":[\"updateGanttData\",\"updateSvgContainerHeight\"],\"viewMode\":[\"updateGanttData\",\"updateIgnoreScrollEvent\"],\"preStepsCount\":[\"updateGanttData\"],\"rowHeight\":[\"updateGanttData\",\"updateSvgContainerHeight\",\"updateGanttFullHeight\"],\"barCornerRadius\":[\"updateGanttData\"],\"columnWidth\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"taskHeight\":[\"updateGanttData\"],\"handleWidth\":[\"updateGanttData\"],\"barProgressColor\":[\"updateGanttData\"],\"barProgressSelectedColor\":[\"updateGanttData\"],\"barBackgroundColor\":[\"updateGanttData\"],\"barBackgroundSelectedColor\":[\"updateGanttData\"],\"projectProgressColor\":[\"updateGanttData\"],\"projectProgressSelectedColor\":[\"updateGanttData\"],\"projectBackgroundColor\":[\"updateGanttData\"],\"projectBackgroundSelectedColor\":[\"updateGanttData\"],\"milestoneBackgroundColor\":[\"updateGanttData\"],\"milestoneBackgroundSelectedColor\":[\"updateGanttData\"],\"rtl\":[\"updateGanttData\",\"handleWheel\"],\"scrollX\":[\"updateGanttData\",\"handleWheel\"],\"onExpanderClick\":[\"updateGanttData\"],\"showSecondaryDates\":[\"updateGanttData\"],\"projectHeight\":[\"updateGanttData\"],\"timelineHeight\":[\"updateGanttData\"],\"displayedStartDate\":[\"updateGanttData\"],\"displayedEndDate\":[\"updateGanttData\"],\"dateSetup\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"viewDate\":[\"updateIgnoreScrollEvent\"],\"ganttEvent\":[\"updateGanttEventAndBarTasks\"],\"failedTask\":[\"updateFailedTasksAndBarChart\"],\"barTasks\":[\"updateFailedTasksAndBarChart\",\"updateGanttFullHeight\"],\"taskListRef\":[\"updateTaskListWidth\"],\"listCellWidth\":[\"updateTaskListWidth\"],\"wrapperRef\":[\"updateSvgContainerWidth\",\"handleWheel\"],\"ganttHeight\":[\"updateSvgContainerHeight\",\"handleWheel\"],\"headerHeight\":[\"updateSvgContainerHeight\"],\"scrollY\":[\"handleWheel\"],\"svgWidth\":[\"handleWheel\"],\"ganttFullHeight\":[\"handleWheel\"],\"todayColor\":[\"updateCurrentDateIndicatorContent\"],\"projection\":[\"updateProjectionContent\"]}],[0,\"kup-switcher\",{\"timeUnitChange\":[16]}],[0,\"kup-task-gantt\",{\"gridProps\":[16],\"calendarProps\":[16],\"barProps\":[16],\"taskGanttRef\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"scrollY\":[1026,\"scroll-y\"],\"scrollX\":[1026,\"scroll-x\"]},null,{\"scrollX\":[\"updateScrollX\"],\"verticalGanttContainerRef\":[\"updateScrollX\"],\"scrollY\":[\"updateScrollY\"],\"horizontalContainerRef\":[\"updateScrollY\"]}],[0,\"kup-task-list\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"],\"rowHeight\":[2,\"row-height\"],\"scrollY\":[2,\"scroll-y\"],\"locale\":[1],\"tasks\":[16],\"selectedTask\":[16],\"horizontalContainerClass\":[1,\"horizontal-container-class\"],\"ganttHeight\":[2,\"gantt-height\"],\"filter\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"setSelectedTask\":[16],\"expanderClick\":[16],\"selectedTaskId\":[32]},null,{\"scrollY\":[\"updateScrollY\"]}],[1,\"kup-horizontal-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"svgWidth\":[2,\"svg-width\"],\"taskListTrueRef\":[16],\"rtl\":[4],\"taskListWidth\":[2,\"task-list-width\"],\"horizontalScroll\":[16],\"timeoutId\":[32]},null,{\"scrollNumber\":[\"scrollLeft\"]}],[1,\"kup-standard-tooltip\",{\"task\":[16],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"]}],[0,\"kup-task-list-header\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"]}],[0,\"kup-task-list-table\",{\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"locale\":[1],\"tasks\":[16],\"selectedTaskId\":[1,\"selected-task-id\"],\"setSelectedTask\":[16],\"expanderClick\":[16],\"expandedTasks\":[32]}],[1,\"kup-tooltip\",{\"task\":[16],\"rowHeight\":[2,\"row-height\"],\"rtl\":[4],\"svgContainerHeight\":[2,\"svg-container-height\"],\"svgContainerWidth\":[2,\"svg-container-width\"],\"scrollX\":[2,\"scroll-x\"],\"scrollY\":[2,\"scroll-y\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"],\"headerHeight\":[2,\"header-height\"],\"taskListWidth\":[2,\"task-list-width\"],\"TooltipContent\":[8,\"tooltip-content\"],\"svgWidth\":[2,\"svg-width\"],\"relatedY\":[32],\"relatedX\":[32]},null,{\"task\":[\"calculateTooltipPosition\"],\"arrowIndent\":[\"calculateTooltipPosition\"],\"scrollX\":[\"calculateTooltipPosition\"],\"scrollY\":[\"calculateTooltipPosition\"],\"headerHeight\":[\"calculateTooltipPosition\"],\"taskListWidth\":[\"calculateTooltipPosition\"],\"rowHeight\":[\"calculateTooltipPosition\"],\"svgContainerHeight\":[\"calculateTooltipPosition\"],\"svgContainerWidth\":[\"calculateTooltipPosition\"],\"rtl\":[\"calculateTooltipPosition\"]}],[0,\"kup-vertical-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"ganttHeight\":[2,\"gantt-height\"],\"ganttFullHeight\":[2,\"gantt-full-height\"],\"headerHeight\":[2,\"header-height\"],\"rtl\":[4],\"verticalScroll\":[16]},null,{\"scrollNumber\":[\"updateScroll\"]}]]]]"), options);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
exports.setNonce = index.setNonce;
|