@sme.up/ketchup 11.0.0-SNAPSHOT-20250204102909 → 11.0.0-SNAPSHOT-20250204113836
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-cell-f0ab65b9.js → f-cell-bc053135.js} +6 -4
- package/dist/cjs/{f-chip-35f8c5a9.js → f-chip-a913f6db.js} +1 -1
- package/dist/cjs/{f-object-field-5fc4341f.js → f-object-field-eabecff2.js} +2 -2
- package/dist/cjs/{f-paginator-utils-0c423047.js → f-paginator-utils-de023500.js} +1 -1
- package/dist/cjs/{f-text-field-cb62a970.js → f-text-field-8a765845.js} +1 -1
- package/dist/cjs/index-e8aa3c73.js +2 -2
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
- package/dist/cjs/{kup-autocomplete_28.cjs.entry.js → kup-autocomplete_29.cjs.entry.js} +1071 -876
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +12 -7
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
- package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
- package/dist/cjs/{kup-data-table-helper-675f75cd.js → kup-data-table-helper-1da4e593.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
- package/dist/cjs/kup-input-panel.cjs.entry.js +7 -7
- package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
- package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
- package/dist/cjs/{kup-manager-80148a95.js → kup-manager-3b86b8d0.js} +25 -2
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
- package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +3 -3
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/kup-txt.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/kup-cell/kup-cell.js +27 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +23 -10
- package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +5 -0
- package/dist/collection/components/kup-file-upload/kup-file-upload.css +203 -0
- package/dist/collection/components/kup-file-upload/kup-file-upload.js +423 -0
- package/dist/collection/components/kup-form/kup-form.js +2 -2
- package/dist/collection/components/kup-htm/kup-htm.js +1 -1
- package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
- package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
- package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
- package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
- package/dist/collection/components/kup-planner/kup-planner.js +1 -1
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
- 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 +2 -2
- 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 +1 -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.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 +1 -1
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-rating/kup-rating.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
- package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
- package/dist/collection/components/kup-switch/kup-switch.js +1 -1
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
- package/dist/collection/components/kup-txt/kup-txt.js +1 -1
- package/dist/collection/components/kup-typography/kup-typography.js +1 -1
- package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +3 -0
- package/dist/collection/f-components/f-cell/f-cell.js +2 -0
- package/dist/collection/managers/kup-data/kup-data.js +2 -0
- package/dist/collection/managers/kup-language/kup-language-declarations.js +9 -0
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +2 -0
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +21 -16
- package/dist/components/kup-activity-timeline.js +21 -16
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +21 -16
- package/dist/components/kup-card-list.js +22 -17
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +28 -18
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-custom-task-list-header.js +1 -1
- package/dist/components/kup-dashboard.js +21 -16
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +21 -16
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +23 -18
- package/dist/components/kup-file-upload.d.ts +11 -0
- package/dist/components/kup-file-upload.js +6 -0
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt-calendar.js +1 -1
- package/dist/components/kup-gantt.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid-renderer.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-horizontal-scroll.js +1 -1
- package/dist/components/kup-htm.js +22 -17
- package/dist/components/kup-iframe.js +21 -16
- package/dist/components/kup-image-list.js +24 -19
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +25 -20
- package/dist/components/kup-lazy.js +32 -27
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +28 -23
- package/dist/components/kup-nav-bar.js +22 -17
- package/dist/components/kup-numeric-picker.js +22 -17
- package/dist/components/kup-object-field.js +22 -17
- package/dist/components/kup-pdf.js +22 -17
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +39 -34
- package/dist/components/kup-probe.js +22 -17
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +22 -17
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +22 -17
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-standard-tooltip.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-switcher.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-task-gantt.js +1 -1
- package/dist/components/kup-task-list-header.js +1 -1
- package/dist/components/kup-task-list-table.js +1 -1
- package/dist/components/kup-task-list.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tooltip.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +22 -17
- package/dist/components/kup-typography-list.js +22 -17
- package/dist/components/kup-typography.js +22 -17
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-a37e6312.js → p-00fe03b5.js} +7 -7
- package/dist/components/{p-d9d60a18.js → p-010ce0fe.js} +13 -13
- package/dist/components/{p-b57801f3.js → p-22538c02.js} +15 -15
- package/dist/components/{p-63ddd73a.js → p-2865ea51.js} +4 -4
- package/dist/components/{p-fb9ca494.js → p-443b5e15.js} +1 -1
- package/dist/components/{p-f3104d30.js → p-5b63178f.js} +21 -16
- package/dist/components/{p-74dce0e5.js → p-6924a70f.js} +2 -2
- package/dist/components/{p-23d7e632.js → p-7646ccdd.js} +2 -2
- package/dist/components/{p-5fa3e60f.js → p-8204c90e.js} +1 -1
- package/dist/components/{p-00a46ffd.js → p-8f77f6d8.js} +21 -16
- package/dist/components/{p-3aff545d.js → p-98aafbf3.js} +26 -3
- package/dist/components/{p-3bde4660.js → p-9e0b916d.js} +1 -1
- package/dist/components/{p-d7931d3a.js → p-a0a94cd3.js} +21 -16
- package/dist/components/{p-000af163.js → p-c528b477.js} +5 -5
- package/dist/components/{p-1f13e420.js → p-cb58e44a.js} +1 -1
- package/dist/components/{p-52d321c0.js → p-d339381c.js} +21 -16
- package/dist/components/{p-15078d74.js → p-dd07188b.js} +1089 -589
- package/dist/components/{p-cd2db6f6.js → p-e4277d58.js} +3 -3
- package/dist/components/{p-20771aa1.js → p-ec1762ee.js} +2 -2
- package/dist/components/{p-0d3f38e3.js → p-fd8fe6d0.js} +2 -2
- package/dist/esm/{f-cell-fa00b8ef.js → f-cell-2b1c1919.js} +6 -4
- package/dist/esm/{f-chip-05355daa.js → f-chip-b42af349.js} +1 -1
- package/dist/esm/{f-object-field-c9d54642.js → f-object-field-2bfc470c.js} +2 -2
- package/dist/esm/{f-paginator-utils-bf93d7d4.js → f-paginator-utils-541bc197.js} +1 -1
- package/dist/esm/{f-text-field-b75996bd.js → f-text-field-04f701fb.js} +1 -1
- package/dist/esm/index-c9246a86.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +2 -2
- package/dist/esm/{kup-autocomplete_28.entry.js → kup-autocomplete_29.entry.js} +1071 -877
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +2 -2
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +12 -7
- package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
- package/dist/esm/kup-dashboard.entry.js +2 -2
- package/dist/esm/{kup-data-table-helper-e3846302.js → kup-data-table-helper-0dbc3495.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-gantt_10.entry.js +23 -23
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +8 -8
- package/dist/esm/kup-input-panel.entry.js +7 -7
- package/dist/esm/kup-lazy.entry.js +12 -12
- package/dist/esm/kup-magic-box.entry.js +4 -4
- package/dist/esm/{kup-manager-2d8f4f18.js → kup-manager-89189705.js} +26 -3
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-object-field.entry.js +4 -4
- package/dist/esm/kup-pdf.entry.js +2 -2
- package/dist/esm/kup-planner-renderer.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +3 -3
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +2 -2
- package/dist/esm/kup-txt.entry.js +2 -2
- package/dist/esm/kup-typography-list.entry.js +2 -2
- package/dist/esm/kup-typography.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-36d3870e.entry.js → p-069fe9e1.entry.js} +1 -1
- package/dist/ketchup/p-0dd57f34.js +1 -0
- package/dist/ketchup/{p-72e25927.entry.js → p-0e644cb7.entry.js} +1 -1
- package/dist/ketchup/{p-6b76cc4c.entry.js → p-0ea4179b.entry.js} +1 -1
- package/dist/ketchup/{p-fe9db498.js → p-15491541.js} +1 -1
- package/dist/ketchup/{p-04915720.js → p-285c28ae.js} +1 -1
- package/dist/ketchup/{p-cbe1e4a5.entry.js → p-2e789d5f.entry.js} +1 -1
- package/dist/ketchup/{p-960b5246.entry.js → p-43159582.entry.js} +1 -1
- package/dist/ketchup/{p-b0f1b21d.entry.js → p-47545e56.entry.js} +1 -1
- package/dist/ketchup/{p-4d899ee9.entry.js → p-4b1eb87d.entry.js} +1 -1
- package/dist/ketchup/{p-31304076.entry.js → p-4ceb2da3.entry.js} +1 -1
- package/dist/ketchup/{p-b75e663b.entry.js → p-54a54f0d.entry.js} +1 -1
- package/dist/ketchup/{p-4da163e9.entry.js → p-595f3fd8.entry.js} +1 -1
- package/dist/ketchup/{p-85cbe3fc.entry.js → p-5a015f10.entry.js} +1 -1
- package/dist/ketchup/{p-b9dd4ebe.entry.js → p-5a345165.entry.js} +1 -1
- package/dist/ketchup/{p-b2cb221e.js → p-5d7a9987.js} +1 -1
- package/dist/ketchup/{p-ed90bf43.entry.js → p-6b11fc72.entry.js} +1 -1
- package/dist/ketchup/{p-a74fe69d.entry.js → p-6b771a9b.entry.js} +1 -1
- package/dist/ketchup/{p-bb757c4b.entry.js → p-7819480d.entry.js} +1 -1
- package/dist/ketchup/p-86f75374.entry.js +1 -0
- package/dist/ketchup/{p-66ccba95.entry.js → p-8afe1504.entry.js} +1 -1
- package/dist/ketchup/{p-ab8b13ac.entry.js → p-8bc2f0b6.entry.js} +1 -1
- package/dist/ketchup/p-98797821.entry.js +1 -0
- package/dist/ketchup/{p-a7123dc1.entry.js → p-9f51f081.entry.js} +1 -1
- package/dist/ketchup/p-a00e1a17.entry.js +9 -0
- package/dist/ketchup/{p-b84093fc.entry.js → p-a50b3050.entry.js} +1 -1
- package/dist/ketchup/{p-a8a3291d.entry.js → p-af7c5f4d.entry.js} +2 -2
- package/dist/ketchup/{p-317b3e3a.entry.js → p-b59ba2e0.entry.js} +1 -1
- package/dist/ketchup/{p-1d9a31fc.entry.js → p-c1b293a7.entry.js} +1 -1
- package/dist/ketchup/{p-bfe12bd6.entry.js → p-ccb2296a.entry.js} +1 -1
- package/dist/ketchup/{p-cb88c213.entry.js → p-d1389486.entry.js} +1 -1
- package/dist/ketchup/{p-72c85164.entry.js → p-d47f322d.entry.js} +1 -1
- package/dist/ketchup/{p-479ef0dc.entry.js → p-dd65ab87.entry.js} +2 -2
- package/dist/ketchup/{p-714609da.entry.js → p-e1683cf1.entry.js} +1 -1
- package/dist/ketchup/p-e202be52.js +1 -0
- package/dist/ketchup/p-e527cae5.entry.js +1 -0
- package/dist/ketchup/{p-bdfde4e7.entry.js → p-f0c7071a.entry.js} +1 -1
- package/dist/ketchup/p-f51f2af6.js +21 -0
- package/dist/ketchup/{p-162a169f.entry.js → p-f5e50e78.entry.js} +1 -1
- package/dist/ketchup/p-fc645b13.js +1 -0
- package/dist/types/components/kup-cell/kup-cell.d.ts +3 -0
- package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +8 -0
- package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +62 -0
- package/dist/types/components.d.ts +85 -0
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +2 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +10 -2
- package/dist/types/types/GenericTypes.d.ts +2 -1
- package/package.json +1 -1
- package/dist/ketchup/p-0f25c7c6.js +0 -21
- package/dist/ketchup/p-3d927559.entry.js +0 -1
- package/dist/ketchup/p-51d6eb71.js +0 -1
- package/dist/ketchup/p-64e7493c.js +0 -1
- package/dist/ketchup/p-7fff3f5f.entry.js +0 -1
- package/dist/ketchup/p-c7caa9ab.entry.js +0 -1
- package/dist/ketchup/p-d27a5f1f.js +0 -1
- package/dist/ketchup/p-de8b7f56.entry.js +0 -9
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
7
|
-
const kupDataTableHelper = require('./kup-data-table-helper-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
|
+
const kupDataTableHelper = require('./kup-data-table-helper-1da4e593.js');
|
|
8
8
|
const fImage = require('./f-image-d22b012f.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-a913f6db.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
|
-
const fCell = require('./f-cell-
|
|
12
|
-
const fPaginatorUtils = require('./f-paginator-utils-
|
|
11
|
+
const fCell = require('./f-cell-bc053135.js');
|
|
12
|
+
const fPaginatorUtils = require('./f-paginator-utils-de023500.js');
|
|
13
13
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
14
14
|
require('./kup-dates-bc4cf9d0.js');
|
|
15
15
|
require('./f-button-c3ae141e.js');
|
|
16
16
|
require('./f-button-declarations-76ef9f87.js');
|
|
17
17
|
require('./f-checkbox-59fb7aa5.js');
|
|
18
|
-
require('./f-object-field-
|
|
19
|
-
require('./f-text-field-
|
|
18
|
+
require('./f-object-field-eabecff2.js');
|
|
19
|
+
require('./f-text-field-8a765845.js');
|
|
20
20
|
require('./component-a6dd6c14.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$4 = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-c3ae141e.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-a913f6db.js');
|
|
10
10
|
const kupDates = require('./kup-dates-bc4cf9d0.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-d22b012f.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-c3ae141e.js');
|
|
9
|
-
const fCell = require('./f-cell-
|
|
9
|
+
const fCell = require('./f-cell-bc053135.js');
|
|
10
10
|
require('./kup-dates-bc4cf9d0.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-d22b012f.js');
|
|
13
13
|
require('./f-checkbox-59fb7aa5.js');
|
|
14
|
-
require('./f-chip-
|
|
15
|
-
require('./f-object-field-
|
|
16
|
-
require('./f-text-field-
|
|
14
|
+
require('./f-chip-a913f6db.js');
|
|
15
|
+
require('./f-object-field-eabecff2.js');
|
|
16
|
+
require('./f-text-field-8a765845.js');
|
|
17
17
|
|
|
18
18
|
const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
|
|
19
19
|
const KupCellStyle0 = kupCellCss;
|
|
@@ -30,6 +30,7 @@ const KupCell = class {
|
|
|
30
30
|
constructor(hostRef) {
|
|
31
31
|
index.registerInstance(this, hostRef);
|
|
32
32
|
this.kupCellSubmitClick = index.createEvent(this, "kup-cell-submit-click", 6);
|
|
33
|
+
this.kupCellUpload = index.createEvent(this, "kup-cell-upload", 6);
|
|
33
34
|
/*-------------------------------------------------*/
|
|
34
35
|
/* I n t e r n a l V a r i a b l e s */
|
|
35
36
|
/*-------------------------------------------------*/
|
|
@@ -146,6 +147,10 @@ const KupCell = class {
|
|
|
146
147
|
cell: this.data,
|
|
147
148
|
});
|
|
148
149
|
}
|
|
150
|
+
upload(e) {
|
|
151
|
+
e.stopPropagation();
|
|
152
|
+
this.kupCellUpload.emit(e.detail);
|
|
153
|
+
}
|
|
149
154
|
/*-------------------------------------------------*/
|
|
150
155
|
/* L i f e c y c l e H o o k s */
|
|
151
156
|
/*-------------------------------------------------*/
|
|
@@ -175,14 +180,14 @@ const KupCell = class {
|
|
|
175
180
|
renderKup: true,
|
|
176
181
|
row: this.generateRow(),
|
|
177
182
|
};
|
|
178
|
-
return (index.h(index.Host, { key: '
|
|
183
|
+
return (index.h(index.Host, { key: 'b450035080d728f4a9e1b192b14e630b36bf879e', "onKup-file-upload-upload": this.upload.bind(this) }, index.h("style", { key: '1e895664baa2c86e300be091908403873b96e7f6' }, __classPrivateFieldGet(this, _KupCell_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '75ada02dbdd167998835d443242285d7253a6316', id: GenericVariables.componentWrapperId, style: this.showSubmit
|
|
179
184
|
? {
|
|
180
185
|
display: 'flex',
|
|
181
186
|
'flex-direction': kupManager.submitPositionAdapter(this.submitPosition),
|
|
182
187
|
'align-items': 'center',
|
|
183
188
|
gap: '0.5rem',
|
|
184
189
|
}
|
|
185
|
-
: {} }, index.h(fCell.FCell, Object.assign({ key: '
|
|
190
|
+
: {} }, index.h(fCell.FCell, Object.assign({ key: '12365188d85255679404e8e399dfda9f89d8ac51' }, props)), this.showSubmit ? (index.h(fButton.FButton, { buttonType: "submit", label: __classPrivateFieldGet(this, _KupCell_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.CONFIRM), wrapperClass: "form__submit", onClick: (e) => {
|
|
186
191
|
this.submitClick(e);
|
|
187
192
|
} })) : null)));
|
|
188
193
|
}
|
|
@@ -21,11 +21,11 @@ const KupCustomTaskListHeader = class {
|
|
|
21
21
|
this.fontSize = undefined;
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
|
-
return (index.h("div", { key: '
|
|
24
|
+
return (index.h("div", { key: '09fc2340ac73daf26be7f7a4604bfbd0a5a1141f', class: "custom-task-list-wrapper", style: {
|
|
25
25
|
height: '25px',
|
|
26
26
|
fontFamily: this.fontFamily,
|
|
27
27
|
fontSize: this.fontSize,
|
|
28
|
-
} }, index.h("div", { key: '
|
|
28
|
+
} }, index.h("div", { key: '2f328d922963a5aa335a8e406a2a95a82753040a', class: "title" }, index.h("span", { key: '27ee004ca6f50be33d8f65f4a3ccbafdb2e1bb10' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: 'c8ba0fe8e047aa22b6afe78ccdae8eea75a52fac', class: "toggler" }, index.h("label", { key: 'f163d3bcfb78ae615205fe5f82500374f7a5ccd0', htmlFor: "ch2", class: "switch" }, index.h("input", { key: '2c32ca00e5a622b7ad7ca6295e20aa4d9ee24af6', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: 'b7a62519988f74a7fe15f011b3627883ee20d1ad', class: "slider" })), index.h("span", { key: '3fbc6926a7fcf39192699e0f446d8a62aa4ea09b', class: "label" }, "Previsioni")))));
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
|
|
@@ -389,11 +389,11 @@ const KupGanttCalendar = class {
|
|
|
389
389
|
this.simplifiedHeader =
|
|
390
390
|
this.singleLineHeader && this.dateSetup.viewMode !== 'year';
|
|
391
391
|
const [topValues, bottomValues] = this.getTopAndBottomValues();
|
|
392
|
-
return (index.h("svg", { key: '
|
|
392
|
+
return (index.h("svg", { key: '5e7668349dacf3b680bce7f56b012f5aef9c7f28', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: 'cf2d9fdadf8083d2c609072b54cf31a85640e1ae', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: 'bf639c84768069a0a097421b10961a690a33e82c', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
|
|
393
393
|
? topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
|
|
394
394
|
: topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
|
|
395
395
|
// current date indicator
|
|
396
|
-
index.h("circle", { key: '
|
|
396
|
+
index.h("circle", { key: '5ecec4259c2efdc136f6d7d993f163fbdc12a4c5', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
|
|
397
397
|
}
|
|
398
398
|
};
|
|
399
399
|
KupGanttCalendar.style = KupGanttCalendarStyle0;
|
|
@@ -1449,13 +1449,13 @@ const KupGridRenderer = class {
|
|
|
1449
1449
|
// }
|
|
1450
1450
|
tickX += this.columnWidth;
|
|
1451
1451
|
}
|
|
1452
|
-
return (index.h("svg", { key: '
|
|
1452
|
+
return (index.h("svg", { key: '2ca8d7f07331ec77d783a01136948086f378a1e4', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: '982bc9b460190e79c69744cffc8f38b20abb3d28', class: "grid" }, index.h("g", { key: '476f37f243e9d991551db3251cfd7613f6ab0c5f', class: "rows" }, gridRows), index.h("g", { key: '471b2048a0bf49c8e0102237557e34d0df2ffa40', class: "rowLines" }, rowLines), index.h("g", { key: 'ccb7a65e0dacb60a4711e9ca2998682cd66d1788', class: "ticks" }, ticks)), index.h("g", { key: 'b29fabb4a53ec4a3955f6251de0f0f146a1a5e6c', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: 'c6c0008bf79dc976f15de7f891879e87d4f30883', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: '6e22d7dbb0e0b5d2e7eb3959eebe844c1058c998', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: '1e8b63448ca9d9c86e688db7c38dec65e015a614', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
|
|
1453
1453
|
return task.barChildren.map((child) => {
|
|
1454
1454
|
if (task.type !== 'timeline') {
|
|
1455
1455
|
this.renderKupArrow(task, child);
|
|
1456
1456
|
}
|
|
1457
1457
|
});
|
|
1458
|
-
})), index.h("g", { key: '
|
|
1458
|
+
})), index.h("g", { key: '2d999769f393c003c1e9bdc9f0dd9d507b7c957d', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
|
|
1459
1459
|
const forbidResize = task.type === 'project';
|
|
1460
1460
|
return (index.h("g", { onKeyDown: (e) => {
|
|
1461
1461
|
switch (e.key) {
|
|
@@ -1515,7 +1515,7 @@ const KupGridRenderer = class {
|
|
|
1515
1515
|
return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
|
|
1516
1516
|
}
|
|
1517
1517
|
})()));
|
|
1518
|
-
}), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '
|
|
1518
|
+
}), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '4b7164f536951203e749d0e335e729e5074cca2c', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
|
|
1519
1519
|
}
|
|
1520
1520
|
static get watchers() { return {
|
|
1521
1521
|
"columnWidth": ["updateXStep"],
|
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
6
|
const fButton = require('./f-button-c3ae141e.js');
|
|
7
7
|
const fCheckbox = require('./f-checkbox-59fb7aa5.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-8a765845.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
|
-
const kupManager = require('./kup-manager-
|
|
10
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-76ef9f87.js');
|
|
13
13
|
require('./f-image-d22b012f.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const kupDates = require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -6,7 +6,7 @@ const index = require('./index-e8aa3c73.js');
|
|
|
6
6
|
const fButton = require('./f-button-c3ae141e.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
8
8
|
const fImage = require('./f-image-d22b012f.js');
|
|
9
|
-
const kupManager = require('./kup-manager-
|
|
9
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
require('./kup-dates-bc4cf9d0.js');
|
|
12
12
|
|
|
@@ -573,9 +573,9 @@ const KupGantt = class {
|
|
|
573
573
|
TaskListHeader: this.TaskListHeader,
|
|
574
574
|
TaskListTable: this.TaskListTable
|
|
575
575
|
};
|
|
576
|
-
return (index.h("div", { key: '
|
|
576
|
+
return (index.h("div", { key: '924a03ecdd3727fa25af96cf462ef7e16458efae', class: "gannt-wrapper-main" }, index.h("div", { key: 'bb6aef50f320757e133be7c769e19a1e4c38eda3', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '5c65af092618d60236c2094a7f7a28911c748f66', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
|
|
577
577
|
this.taskListScrollWidth = width;
|
|
578
|
-
}, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: '
|
|
578
|
+
}, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: '573ba3ea49d9d5d35bd0ce5c0d1868dc1865b9ff', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: '8c7939bc38c4cc1ea3d7a1287fb4aa938c7ea59b', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: '2fcb8b0d2515745f5637881027e41a01c7d05c17', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: 'd418a0c87871ddb38b25d6f83064b72978890ca8', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
|
|
579
579
|
}
|
|
580
580
|
get rootElement() { return index.getElement(this); }
|
|
581
581
|
static get watchers() { return {
|
|
@@ -686,20 +686,20 @@ const HorizontalScroll = class {
|
|
|
686
686
|
var _a, _b;
|
|
687
687
|
const w = (_b = ((_a = this.taskListTrueRef) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) + 24 * 1.5) !== null && _b !== void 0 ? _b : 0; // 24 * 2 is the sum of padding and margin for both list and gantt, multiplied by 1.5 cause we need to add the other half to the right
|
|
688
688
|
const width = +this.listCellWidth.replace('px', '');
|
|
689
|
-
return (index.h(index.Fragment, { key: '
|
|
690
|
-
this.taskListScrollWidth > width && (index.h("div", { key: '
|
|
689
|
+
return (index.h(index.Fragment, { key: '072cabb8b87a0f6fdba4890f0c1bc0ac85c35bcf' }, index.h("div", { key: '381271c56e56cf67cd52d7b44603f1ea613fa6fc', class: "scroll-container" }, this.scrollableTaskList &&
|
|
690
|
+
this.taskListScrollWidth > width && (index.h("div", { key: '3b5661d61f3f1d295e17aca2d393405c2a123df3', dir: "ltr", style: {
|
|
691
691
|
margin: this.rtl
|
|
692
692
|
? `0px 20px 0px 20px`
|
|
693
693
|
: `0px 20px 0px 20px`,
|
|
694
694
|
maxWidth: `${width + 20}px`,
|
|
695
695
|
minWidth: `${width + 20}px`,
|
|
696
|
-
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '
|
|
696
|
+
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '7aefb1d7d5efacc921d4ca2eef76b36729bc9b77', style: {
|
|
697
697
|
width: `${this.taskListScrollWidth}px`,
|
|
698
|
-
}, class: "scroll" }))), index.h("div", { key: '
|
|
698
|
+
}, class: "scroll" }))), index.h("div", { key: '084a39754d35cbe143e118c7d4a4f7c96ca48827', dir: "ltr", style: {
|
|
699
699
|
margin: this.rtl
|
|
700
700
|
? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
|
|
701
701
|
: `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
|
|
702
|
-
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: '
|
|
702
|
+
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: 'b0c4576a7f9834a7ea4697cac367144ad7105458', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
|
|
703
703
|
}
|
|
704
704
|
get rootElement() { return index.getElement(this); }
|
|
705
705
|
static get watchers() { return {
|
|
@@ -720,7 +720,7 @@ const StandardTooltipContent = class {
|
|
|
720
720
|
this.fontFamily = undefined;
|
|
721
721
|
}
|
|
722
722
|
render() {
|
|
723
|
-
return (index.h("div", { key: '
|
|
723
|
+
return (index.h("div", { key: '559197b210d3654e7b5f7ef06833ccb761742f57', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '5cafb52944f4281eed4d9cfef285c3ddec4bc372', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: '29d0d162a8565c2df04b1d33d96553b8e47c0991', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: '258108e3c932c1fb569eca1c1a9eed96e3a4bb94', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
|
|
724
724
|
}
|
|
725
725
|
};
|
|
726
726
|
StandardTooltipContent.style = KupStandardTooltipStyle0;
|
|
@@ -746,7 +746,7 @@ const KupSwitcher = class {
|
|
|
746
746
|
this.activeButton = mode;
|
|
747
747
|
this.timeUnitChange(mode);
|
|
748
748
|
};
|
|
749
|
-
return (index.h("div", { key: '
|
|
749
|
+
return (index.h("div", { key: '7b6512f893086975fc4f36e7127417303c705019', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
|
|
750
750
|
button: true,
|
|
751
751
|
buttonActive: this.activeButton === label,
|
|
752
752
|
}, onClick: () => handleButtonClick(label) }, index.h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
|
|
@@ -790,12 +790,12 @@ const TaskGantt = class {
|
|
|
790
790
|
}
|
|
791
791
|
render() {
|
|
792
792
|
const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
|
|
793
|
-
return (index.h("div", { key: '
|
|
793
|
+
return (index.h("div", { key: '07de443372a6b71be758e370ee78757a783e817d', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '5499ac3796102e1b1111e22199cb20f89d250e84', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: 'b3f4c6d40b21fbd5eadcaa2115a08c34f144175a', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
|
|
794
794
|
? {
|
|
795
795
|
height: `${this.ganttHeight}px`,
|
|
796
796
|
width: `${this.gridProps.svgWidth}px`,
|
|
797
797
|
}
|
|
798
|
-
: { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '
|
|
798
|
+
: { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '16a2160ac49dbf5f62562fc2a685beffd9b0fd2c' }, newBarProps)))));
|
|
799
799
|
}
|
|
800
800
|
get rootElement() { return index.getElement(this); }
|
|
801
801
|
static get watchers() { return {
|
|
@@ -895,7 +895,7 @@ const TaskList = class {
|
|
|
895
895
|
if (TaskListTable && TaskListTable['$attrs$']) {
|
|
896
896
|
Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
|
|
897
897
|
}
|
|
898
|
-
return (index.h("div", { key: '
|
|
898
|
+
return (index.h("div", { key: '9a34831962f3d7f69d005fb46377ca85aed90cc4', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '969fd5d7654b20e45120fe8ed5244e619130a817', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
|
|
899
899
|
? { height: this.ganttHeight + 'px' }
|
|
900
900
|
: {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (index.h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
|
|
901
901
|
let row = kupPlannerRendererHelper.getProjectById(id, this.currentTasks);
|
|
@@ -944,22 +944,22 @@ const KupTaskListHeader = class {
|
|
|
944
944
|
this.rowWidth = undefined;
|
|
945
945
|
}
|
|
946
946
|
render() {
|
|
947
|
-
return (index.h("div", { key: '
|
|
947
|
+
return (index.h("div", { key: '8152662f50463a60290a2f816be94408a6223c88', class: "ganttTable", style: {
|
|
948
948
|
fontFamily: this.fontFamily,
|
|
949
949
|
fontSize: this.fontSize,
|
|
950
|
-
} }, index.h("div", { key: '
|
|
950
|
+
} }, index.h("div", { key: 'e1ef3c86693a0fc0b2297cca36cf334351a9775c', class: "ganttTable_Header", style: {
|
|
951
951
|
height: `${this.headerHeight - 2}px`,
|
|
952
|
-
} }, index.h("div", { key: '
|
|
952
|
+
} }, index.h("div", { key: '62628e3f0b920a395de8de3c97a8f60187cfea95', class: "ganttTable_HeaderItem", style: {
|
|
953
953
|
minWidth: this.rowWidth,
|
|
954
|
-
} }, "\u00A0Name"), index.h("div", { key: '
|
|
954
|
+
} }, "\u00A0Name"), index.h("div", { key: '7d2be1ae0ec151e6f971e94b3d5a95b4a1d9c8eb', class: "ganttTable_HeaderSeparator", style: {
|
|
955
955
|
height: `${this.headerHeight * 0.5}px`,
|
|
956
956
|
marginTop: `${this.headerHeight * 0.2}px`,
|
|
957
|
-
} }), index.h("div", { key: '
|
|
957
|
+
} }), index.h("div", { key: 'bde0831f022a132a4fb4b44bb76cdcb45dfbff8d', class: "ganttTable_HeaderItem", style: {
|
|
958
958
|
minWidth: this.rowWidth,
|
|
959
|
-
} }, "\u00A0From"), index.h("div", { key: '
|
|
959
|
+
} }, "\u00A0From"), index.h("div", { key: '175f7395a1c375b81012e558aded0c3a31459f60', class: "ganttTable_HeaderSeparator", style: {
|
|
960
960
|
height: `${this.headerHeight * 0.5}px`,
|
|
961
961
|
marginTop: `${this.headerHeight * 0.25}px`,
|
|
962
|
-
} }), index.h("div", { key: '
|
|
962
|
+
} }), index.h("div", { key: '7c0617f5d2d12f043108fad73200644777666748', class: "ganttTable_HeaderItem", style: {
|
|
963
963
|
minWidth: this.rowWidth,
|
|
964
964
|
} }, "\u00A0To"))));
|
|
965
965
|
}
|
|
@@ -993,7 +993,7 @@ const TaskListTableDefault = class {
|
|
|
993
993
|
return date.toLocaleDateString(this.locale, this.dateTimeOptions);
|
|
994
994
|
}
|
|
995
995
|
render() {
|
|
996
|
-
return (index.h("div", { key: '
|
|
996
|
+
return (index.h("div", { key: '946aa13bb89d865daa77bf64674042072c626cf8', class: "taskListWrapper", style: {
|
|
997
997
|
fontFamily: this.fontFamily,
|
|
998
998
|
fontSize: this.fontSize,
|
|
999
999
|
} }, this.tasks.map((task) => (index.h("div", { class: {
|
|
@@ -1082,7 +1082,7 @@ const Tooltip = class {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
}
|
|
1084
1084
|
render() {
|
|
1085
|
-
return (index.h("div", { key: '
|
|
1085
|
+
return (index.h("div", { key: '8440622fb18811f9631f9f9e3cfb67411bb7b764', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: '0bd1013191a499a4bff4e7054ee92344858c52d0', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
|
|
1086
1086
|
}
|
|
1087
1087
|
get rootElement() { return index.getElement(this); }
|
|
1088
1088
|
static get watchers() { return {
|
|
@@ -1136,11 +1136,11 @@ const KupVerticalScroll = class {
|
|
|
1136
1136
|
};
|
|
1137
1137
|
}
|
|
1138
1138
|
render() {
|
|
1139
|
-
return (index.h("div", { key: '
|
|
1139
|
+
return (index.h("div", { key: '0294aa5ca5ebfe25852141df1175b6ea899b9008', style: {
|
|
1140
1140
|
height: `${this.ganttHeight}px`,
|
|
1141
1141
|
marginTop: `${this.headerHeight}px`,
|
|
1142
1142
|
marginLeft: this.rtl ? '' : '-1rem',
|
|
1143
|
-
}, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: '
|
|
1143
|
+
}, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: 'b3a7e33cf3d8da216a07f1c4305ef02c9bcdac3d', style: {
|
|
1144
1144
|
height: `${this.ganttFullHeight}px`,
|
|
1145
1145
|
width: '1px',
|
|
1146
1146
|
} })));
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -86,7 +86,7 @@ const KupHTM = class {
|
|
|
86
86
|
render() {
|
|
87
87
|
var _a;
|
|
88
88
|
const isLink = __classPrivateFieldGet(this, _KupHTM_instances, "m", _KupHTM_isObjectCompatibleWithHTM).call(this, (_a = this === null || this === void 0 ? void 0 : this.data) === null || _a === void 0 ? void 0 : _a.obj);
|
|
89
|
-
return (index.h(index.Host, { key: '
|
|
89
|
+
return (index.h(index.Host, { key: '128d8986f162aa072d5b81db7f3f070115b19fa0' }, index.h("style", { key: 'aa84ccbba625c205995fddf63dd0af6da98c1fc5' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '800b7ab6281db49fefe696b606eef763c7314d4d', id: GenericVariables.componentWrapperId }, index.h("div", { key: '56e9a84d1ad20f5717d5192f1181e131208757e3', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
|
|
90
90
|
}
|
|
91
91
|
disconnectedCallback() {
|
|
92
92
|
__classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
require('./kup-dates-bc4cf9d0.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fImage = require('./f-image-d22b012f.js');
|
|
9
9
|
const fButton = require('./f-button-c3ae141e.js');
|
|
10
10
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
11
|
-
const fCell = require('./f-cell-
|
|
11
|
+
const fCell = require('./f-cell-bc053135.js');
|
|
12
12
|
const component = require('./component-a6dd6c14.js');
|
|
13
13
|
require('./kup-dates-bc4cf9d0.js');
|
|
14
14
|
require('./f-checkbox-59fb7aa5.js');
|
|
15
|
-
require('./f-chip-
|
|
16
|
-
require('./f-object-field-
|
|
17
|
-
require('./f-text-field-
|
|
15
|
+
require('./f-chip-a913f6db.js');
|
|
16
|
+
require('./f-object-field-eabecff2.js');
|
|
17
|
+
require('./f-text-field-8a765845.js');
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Props of the kup-image-list component.
|
|
@@ -239,14 +239,14 @@ const KupImageList = class {
|
|
|
239
239
|
}
|
|
240
240
|
const imlClass = 'image-list' +
|
|
241
241
|
(this.showFullDescription ? ' full-description' : '');
|
|
242
|
-
return (index.h(index.Host, { key: '
|
|
242
|
+
return (index.h(index.Host, { key: '35d589835d3ca78cf53bf059854faeea30efbc62' }, index.h("style", { key: '532694ef590fd4cb34182b21bef85477a44cd848' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'bc337ab92bfc3c021aa218693cfb5d329b1650a3', id: GenericVariables.componentWrapperId, ref: (el) => {
|
|
243
243
|
__classPrivateFieldSet(this, _KupImageList_el, el, "f");
|
|
244
|
-
} }, index.h("div", { key: '
|
|
244
|
+
} }, index.h("div", { key: 'd5040fd4cfcc78cc1604d8f34979379e2dfc003b', class: "navigation-bar" }, hasNavigation ? (index.h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
|
|
245
245
|
? 'navigation-bar__wrapper--active'
|
|
246
246
|
: ''}` }, index.h("div", { class: `navigation-bar__title`, onClick: () => {
|
|
247
247
|
this.navigationBarToggled =
|
|
248
248
|
!this.navigationBarToggled;
|
|
249
|
-
} }, index.h(fImage.FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), index.h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.BACK) })), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.TOP) })))) : null), index.h("div", { key: '
|
|
249
|
+
} }, index.h(fImage.FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), index.h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.BACK) })), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.TOP) })))) : null), index.h("div", { key: '296dbe1d4afbcf96e9a2465757051944a132ba96', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
|
|
250
250
|
}
|
|
251
251
|
disconnectedCallback() {
|
|
252
252
|
__classPrivateFieldGet(this, _KupImageList_kupManager, "f").interact.unregister(__classPrivateFieldGet(this, _KupImageList_interactableTouch, "f"));
|
|
@@ -4,17 +4,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
6
|
const fButton = require('./f-button-c3ae141e.js');
|
|
7
|
-
const fCell = require('./f-cell-
|
|
8
|
-
const kupManager = require('./kup-manager-
|
|
7
|
+
const fCell = require('./f-cell-bc053135.js');
|
|
8
|
+
const kupManager = require('./kup-manager-3b86b8d0.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
10
|
const fTypography = require('./f-typography-271f5037.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-76ef9f87.js');
|
|
13
13
|
require('./f-image-d22b012f.js');
|
|
14
14
|
require('./f-checkbox-59fb7aa5.js');
|
|
15
|
-
require('./f-chip-
|
|
16
|
-
require('./f-object-field-
|
|
17
|
-
require('./f-text-field-
|
|
15
|
+
require('./f-chip-a913f6db.js');
|
|
16
|
+
require('./f-object-field-eabecff2.js');
|
|
17
|
+
require('./f-text-field-8a765845.js');
|
|
18
18
|
require('./kup-dates-bc4cf9d0.js');
|
|
19
19
|
require('./component-a6dd6c14.js');
|
|
20
20
|
|
|
@@ -357,7 +357,7 @@ const KupInputPanel = class {
|
|
|
357
357
|
index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
|
|
358
358
|
]
|
|
359
359
|
: this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
|
|
360
|
-
return (index.h(index.Host, { key: '
|
|
360
|
+
return (index.h(index.Host, { key: '653d14985eabf32f57ac32a7445cf0d16ec0c86f', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
|
|
361
361
|
this.tabSelected = e.detail.node.id;
|
|
362
362
|
}, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK), "onKup-objectfield-searchpayload": (e) => {
|
|
363
363
|
this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
|
|
@@ -365,7 +365,7 @@ const KupInputPanel = class {
|
|
|
365
365
|
this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
|
|
366
366
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
367
367
|
this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
|
|
368
|
-
} }, index.h("style", { key: '
|
|
368
|
+
} }, index.h("style", { key: 'db617093a875cef47297121f4670d78fd6d0d361' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '5a8fe399355ca35012db8ef368e3ad3490cf48d4', id: GenericVariables.componentWrapperId }, inputPanelContent)));
|
|
369
369
|
}
|
|
370
370
|
disconnectedCallback() {
|
|
371
371
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
|