@sme.up/ketchup 11.0.0-SNAPSHOT-20250204102828 → 11.0.0-SNAPSHOT-20250204113518
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} +1051 -869
- 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 +8 -8
- 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-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.css +4 -1
- 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 +26 -21
- 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-f3104d30.js → p-2a9c2e70.js} +21 -16
- package/dist/components/{p-fb9ca494.js → p-443b5e15.js} +1 -1
- package/dist/components/{p-74dce0e5.js → p-6924a70f.js} +2 -2
- package/dist/components/{p-15078d74.js → p-724d087a.js} +1066 -579
- 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-3aff545d.js → p-98aafbf3.js} +26 -3
- package/dist/components/{p-00a46ffd.js → p-9906252c.js} +21 -16
- package/dist/components/{p-3bde4660.js → p-9e0b916d.js} +1 -1
- package/dist/components/{p-52d321c0.js → p-c13f21e5.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-cd2db6f6.js → p-e4277d58.js} +3 -3
- package/dist/components/{p-20771aa1.js → p-ec1762ee.js} +2 -2
- package/dist/components/{p-d7931d3a.js → p-ec5a8257.js} +21 -16
- 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} +1051 -870
- 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 +8 -8
- 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-6821ce98.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-605b5c54.entry.js +9 -0
- 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-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
|
@@ -37,11 +37,11 @@ const KupVerticalScroll = /*@__PURE__*/ proxyCustomElement(class KupVerticalScro
|
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
|
-
return (h("div", { key: '
|
|
40
|
+
return (h("div", { key: '0294aa5ca5ebfe25852141df1175b6ea899b9008', style: {
|
|
41
41
|
height: `${this.ganttHeight}px`,
|
|
42
42
|
marginTop: `${this.headerHeight}px`,
|
|
43
43
|
marginLeft: this.rtl ? '' : '-1rem',
|
|
44
|
-
}, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '
|
|
44
|
+
}, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: 'b3a7e33cf3d8da216a07f1c4305ef02c9bcdac3d', style: {
|
|
45
45
|
height: `${this.ganttFullHeight}px`,
|
|
46
46
|
width: '1px',
|
|
47
47
|
} })));
|
|
@@ -13,7 +13,7 @@ const StandardTooltipContent = /*@__PURE__*/ proxyCustomElement(class StandardTo
|
|
|
13
13
|
this.fontFamily = undefined;
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (h("div", { key: '
|
|
16
|
+
return (h("div", { key: '559197b210d3654e7b5f7ef06833ccb761742f57', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, 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 && (h("p", { key: '29d0d162a8565c2df04b1d33d96553b8e47c0991', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '258108e3c932c1fb569eca1c1a9eed96e3a4bb94', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
|
|
17
17
|
}
|
|
18
18
|
static get style() { return KupStandardTooltipStyle0; }
|
|
19
19
|
}, [1, "kup-standard-tooltip", {
|
|
@@ -249,6 +249,8 @@ var KupLanguageGeneric;
|
|
|
249
249
|
KupLanguageGeneric["ROW_DELETE"] = "genericRowDelete";
|
|
250
250
|
KupLanguageGeneric["INVALID_VALUE"] = "genericInvalidValue";
|
|
251
251
|
KupLanguageGeneric["REQUIRED_VALUE"] = "genericRequiredValue";
|
|
252
|
+
KupLanguageGeneric["UPLOAD"] = "genericUpload";
|
|
253
|
+
KupLanguageGeneric["CHOOSE"] = "genericChoose";
|
|
252
254
|
})(KupLanguageGeneric || (KupLanguageGeneric = {}));
|
|
253
255
|
/**
|
|
254
256
|
* Grid decodes (data table customization settings).
|
|
@@ -319,6 +321,13 @@ var KupLanguageTotals;
|
|
|
319
321
|
KupLanguageTotals["PRODUCT"] = "totalsProduct";
|
|
320
322
|
KupLanguageTotals["SUM"] = "totalsSum";
|
|
321
323
|
})(KupLanguageTotals || (KupLanguageTotals = {}));
|
|
324
|
+
/**
|
|
325
|
+
* File upload
|
|
326
|
+
*/
|
|
327
|
+
var KupLanguageUpload;
|
|
328
|
+
(function (KupLanguageUpload) {
|
|
329
|
+
KupLanguageUpload["SUCCESS"] = "fileUploadSuccess";
|
|
330
|
+
})(KupLanguageUpload || (KupLanguageUpload = {}));
|
|
322
331
|
|
|
323
332
|
/**
|
|
324
333
|
* Category of debug logs.
|
|
@@ -2059,7 +2068,10 @@ const english = {
|
|
|
2059
2068
|
genericRowDelete: "Delete row",
|
|
2060
2069
|
genericRowAdd: "Add row",
|
|
2061
2070
|
genericInvalidValue: "Invalid value",
|
|
2062
|
-
genericRequiredValue: "This field is required"
|
|
2071
|
+
genericRequiredValue: "This field is required",
|
|
2072
|
+
genericUpload: "Upload",
|
|
2073
|
+
genericChoose: "Choose",
|
|
2074
|
+
fileUploadSuccess: "Upload complete"
|
|
2063
2075
|
}
|
|
2064
2076
|
};
|
|
2065
2077
|
const french = {
|
|
@@ -2314,7 +2326,10 @@ const italian = {
|
|
|
2314
2326
|
genericRowDelete: "Elimina riga",
|
|
2315
2327
|
genericRowAdd: "Aggiungi riga",
|
|
2316
2328
|
genericInvalidValue: "Valore non valido",
|
|
2317
|
-
genericRequiredValue: "Valore obbligatorio"
|
|
2329
|
+
genericRequiredValue: "Valore obbligatorio",
|
|
2330
|
+
genericUpload: "Carica",
|
|
2331
|
+
genericChoose: "Scegli",
|
|
2332
|
+
fileUploadSuccess: "Caricamento completato"
|
|
2318
2333
|
},
|
|
2319
2334
|
variants: {
|
|
2320
2335
|
smeup: {
|
|
@@ -6550,6 +6565,7 @@ var KupTagNames;
|
|
|
6550
6565
|
KupTagNames["TOOLTIP"] = "KUP-TOOLTIP";
|
|
6551
6566
|
KupTagNames["TREE"] = "KUP-TREE";
|
|
6552
6567
|
KupTagNames["OBJECT_FIELD"] = "KUP-OBJECT-FIELD";
|
|
6568
|
+
KupTagNames["UPLOAD"] = "KUP-FILE-UPLOAD";
|
|
6553
6569
|
})(KupTagNames || (KupTagNames = {}));
|
|
6554
6570
|
/**
|
|
6555
6571
|
* Sizing options for the button/text-field components.
|
|
@@ -6593,6 +6609,7 @@ const fButtonUsers = [
|
|
|
6593
6609
|
KupTagNames.OBJECT_FIELD,
|
|
6594
6610
|
KupTagNames.SNACKBAR,
|
|
6595
6611
|
KupTagNames.TOOLBAR,
|
|
6612
|
+
KupTagNames.UPLOAD,
|
|
6596
6613
|
];
|
|
6597
6614
|
/**
|
|
6598
6615
|
* Components using the FCell functional component.
|
|
@@ -6671,6 +6688,7 @@ const fImageUsers = [
|
|
|
6671
6688
|
KupTagNames.TYPOGRAPHY,
|
|
6672
6689
|
KupTagNames.TYPOGRAPHY_LIST,
|
|
6673
6690
|
KupTagNames.TREE,
|
|
6691
|
+
KupTagNames.UPLOAD,
|
|
6674
6692
|
];
|
|
6675
6693
|
/**
|
|
6676
6694
|
* Components using the FPaginator functional component.
|
|
@@ -9236,6 +9254,7 @@ const FCellShapes = {
|
|
|
9236
9254
|
COMBOBOX: 'CMB',
|
|
9237
9255
|
DATE: 'CAL',
|
|
9238
9256
|
EDITOR: 'EDT',
|
|
9257
|
+
FILE_UPLOAD: 'FUP',
|
|
9239
9258
|
GAUGE: 'GAU',
|
|
9240
9259
|
ICON: 'ICO',
|
|
9241
9260
|
IMAGE: 'IMG',
|
|
@@ -9272,6 +9291,7 @@ var FCellTypes;
|
|
|
9272
9291
|
FCellTypes["DATE"] = "date";
|
|
9273
9292
|
FCellTypes["DATETIME"] = "datetime";
|
|
9274
9293
|
FCellTypes["EDITOR"] = "editor";
|
|
9294
|
+
FCellTypes["FILE_UPLOAD"] = "file-upload";
|
|
9275
9295
|
FCellTypes["GAUGE"] = "gauge";
|
|
9276
9296
|
FCellTypes["ICON"] = "icon";
|
|
9277
9297
|
FCellTypes["IMAGE"] = "image";
|
|
@@ -9309,6 +9329,7 @@ const editableTypes = [
|
|
|
9309
9329
|
FCellTypes.SWITCH,
|
|
9310
9330
|
FCellTypes.TIME,
|
|
9311
9331
|
FCellTypes.EDITOR,
|
|
9332
|
+
FCellTypes.FILE_UPLOAD,
|
|
9312
9333
|
];
|
|
9313
9334
|
const kupTypes = [
|
|
9314
9335
|
FCellTypes.BAR,
|
|
@@ -9370,6 +9391,8 @@ class KupData {
|
|
|
9370
9391
|
return FCellTypes.DATE;
|
|
9371
9392
|
case FCellShapes.EDITOR:
|
|
9372
9393
|
return FCellTypes.EDITOR;
|
|
9394
|
+
case FCellShapes.FILE_UPLOAD:
|
|
9395
|
+
return FCellTypes.FILE_UPLOAD;
|
|
9373
9396
|
case FCellShapes.GAUGE:
|
|
9374
9397
|
return FCellTypes.GAUGE;
|
|
9375
9398
|
case FCellShapes.IMAGE:
|
|
@@ -19673,4 +19696,4 @@ function kupManagerInstance() {
|
|
|
19673
19696
|
return dom.ketchup;
|
|
19674
19697
|
}
|
|
19675
19698
|
|
|
19676
|
-
export { KupLanguageCheckbox as $, KupLanguageColumn as A, KupDataNewColumnTypes as B, CMBandACPAdapter as C, KupCardSubEvents as D, KupCardIds as E, FCellClasses as F, KupLanguageRow as G, getColumnByName as H, ItemsDisplayMode as I, KupObjects as J, KupManager as K, formatToNumber as L, Filters as M, getValueForDisplay as N, getValueForDisplay2 as O, KupData as P, compareCell as Q, RADAdapter as R, getRegExpFromString as S, TotalMode as T, CHKAdapter as U, CHIAdapter as V, SWTAdapter as W, SortMode as X, GroupLabelDisplayMode as Y, SelectionMode as Z, KupLanguageGrouping as _, KupComponentSizing as a, KupLanguageSearch as a0, FILTER_ANALYZER as a1, KupLanguagePage as a2, addColumnValueFromRow as a3, KupGlobalFilterMode as a4, TotalLabel as a5, isNegativeNumber as a6, KupPointerEventTypes as a7, kupDynamicPositionAttribute as a8, KupListProps as a9,
|
|
19699
|
+
export { KupLanguageCheckbox as $, KupLanguageColumn as A, KupDataNewColumnTypes as B, CMBandACPAdapter as C, KupCardSubEvents as D, KupCardIds as E, FCellClasses as F, KupLanguageRow as G, getColumnByName as H, ItemsDisplayMode as I, KupObjects as J, KupManager as K, formatToNumber as L, Filters as M, getValueForDisplay as N, getValueForDisplay2 as O, KupData as P, compareCell as Q, RADAdapter as R, getRegExpFromString as S, TotalMode as T, CHKAdapter as U, CHIAdapter as V, SWTAdapter as W, SortMode as X, GroupLabelDisplayMode as Y, SelectionMode as Z, KupLanguageGrouping as _, KupComponentSizing as a, KupLanguageSearch as a0, FILTER_ANALYZER as a1, KupLanguagePage as a2, addColumnValueFromRow as a3, KupGlobalFilterMode as a4, TotalLabel as a5, isNegativeNumber as a6, KupPointerEventTypes as a7, kupDynamicPositionAttribute as a8, KupListProps as a9, KupCellProps as aA, KupLanguageDashboard as aB, kupDropEvent as aC, kupDraggableRowAttr as aD, KupCardFamily as aa, KupListRole as ab, KupLanguageUpload as ac, identify as ad, LoadMoreMode as ae, PaginatorPos as af, ShowGrid as ag, kupDraggableColumnAttr as ah, kupDragActiveAttr as ai, KupDragEffect as aj, kupDraggableCellAttr as ak, KupDropEventTypes as al, FixedCellsClasses as am, FixedCellsCSSVarsBase as an, KupLanguageFontsize as ao, KupLanguageDensity as ap, KupLanguageGrid as aq, KupDataTableProps as ar, DataTableAreasEnum as as, iconColumn as at, keyColumn as au, fieldColumn as av, KupCardProps as aw, kupDraggableAttr as ax, KupCellElementsPosition as ay, submitPositionAdapter as az, KupThemeColorValues as b, KupThemeIconValues as c, KupLanguageGeneric as d, KupDynamicPositionPlacement as e, editableTypes as f, getProps as g, kupTypes as h, FCellTypes as i, KupTagNames as j, kupManagerInstance as k, FCellShapes as l, getCellValueForDisplay as m, fullWidthFieldsComps as n, autoCenterComps as o, FCellEvents as p, isForceUppercase as q, isForceLowercase as r, setProps as s, KupDebugCategory as t, adaptContentToDisplayMode as u, FCellPadding as v, fillString as w, KupCardBuiltInClockElements as x, KupCardCSSClasses as y, KupLanguageTotals as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance,
|
|
3
|
-
import {
|
|
2
|
+
import { k as kupManagerInstance, ad as identify, g as getProps, s as setProps, X as SortMode, H as getColumnByName, d as KupLanguageGeneric, c as KupThemeIconValues, t as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, ax as kupDraggableAttr, al as KupDropEventTypes, a0 as KupLanguageSearch } from './p-98aafbf3.js';
|
|
3
|
+
import { H as filterRows, I as paginateRows, E as sortRows, J as pageChange, L as rowsPerPageChange, F as FImage, N as FCell, O as FChip, P as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, Q as FPaginator } from './p-724d087a.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-box component.
|
|
@@ -1429,7 +1429,7 @@ function defineCustomElement() {
|
|
|
1429
1429
|
if (typeof customElements === "undefined") {
|
|
1430
1430
|
return;
|
|
1431
1431
|
}
|
|
1432
|
-
const components = ["kup-box", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
1432
|
+
const components = ["kup-box", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-file-upload", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
1433
1433
|
components.forEach(tagName => { switch (tagName) {
|
|
1434
1434
|
case "kup-box":
|
|
1435
1435
|
if (!customElements.get(tagName)) {
|
|
@@ -1438,70 +1438,75 @@ function defineCustomElement() {
|
|
|
1438
1438
|
break;
|
|
1439
1439
|
case "kup-autocomplete":
|
|
1440
1440
|
if (!customElements.get(tagName)) {
|
|
1441
|
-
defineCustomElement$
|
|
1441
|
+
defineCustomElement$t();
|
|
1442
1442
|
}
|
|
1443
1443
|
break;
|
|
1444
1444
|
case "kup-badge":
|
|
1445
1445
|
if (!customElements.get(tagName)) {
|
|
1446
|
-
defineCustomElement$
|
|
1446
|
+
defineCustomElement$s();
|
|
1447
1447
|
}
|
|
1448
1448
|
break;
|
|
1449
1449
|
case "kup-button":
|
|
1450
1450
|
if (!customElements.get(tagName)) {
|
|
1451
|
-
defineCustomElement$
|
|
1451
|
+
defineCustomElement$r();
|
|
1452
1452
|
}
|
|
1453
1453
|
break;
|
|
1454
1454
|
case "kup-button-list":
|
|
1455
1455
|
if (!customElements.get(tagName)) {
|
|
1456
|
-
defineCustomElement$
|
|
1456
|
+
defineCustomElement$q();
|
|
1457
1457
|
}
|
|
1458
1458
|
break;
|
|
1459
1459
|
case "kup-card":
|
|
1460
1460
|
if (!customElements.get(tagName)) {
|
|
1461
|
-
defineCustomElement$
|
|
1461
|
+
defineCustomElement$p();
|
|
1462
1462
|
}
|
|
1463
1463
|
break;
|
|
1464
1464
|
case "kup-chart":
|
|
1465
1465
|
if (!customElements.get(tagName)) {
|
|
1466
|
-
defineCustomElement$
|
|
1466
|
+
defineCustomElement$o();
|
|
1467
1467
|
}
|
|
1468
1468
|
break;
|
|
1469
1469
|
case "kup-checkbox":
|
|
1470
1470
|
if (!customElements.get(tagName)) {
|
|
1471
|
-
defineCustomElement$
|
|
1471
|
+
defineCustomElement$n();
|
|
1472
1472
|
}
|
|
1473
1473
|
break;
|
|
1474
1474
|
case "kup-chip":
|
|
1475
1475
|
if (!customElements.get(tagName)) {
|
|
1476
|
-
defineCustomElement$
|
|
1476
|
+
defineCustomElement$m();
|
|
1477
1477
|
}
|
|
1478
1478
|
break;
|
|
1479
1479
|
case "kup-color-picker":
|
|
1480
1480
|
if (!customElements.get(tagName)) {
|
|
1481
|
-
defineCustomElement$
|
|
1481
|
+
defineCustomElement$l();
|
|
1482
1482
|
}
|
|
1483
1483
|
break;
|
|
1484
1484
|
case "kup-combobox":
|
|
1485
1485
|
if (!customElements.get(tagName)) {
|
|
1486
|
-
defineCustomElement$
|
|
1486
|
+
defineCustomElement$k();
|
|
1487
1487
|
}
|
|
1488
1488
|
break;
|
|
1489
1489
|
case "kup-data-table":
|
|
1490
1490
|
if (!customElements.get(tagName)) {
|
|
1491
|
-
defineCustomElement$
|
|
1491
|
+
defineCustomElement$j();
|
|
1492
1492
|
}
|
|
1493
1493
|
break;
|
|
1494
1494
|
case "kup-date-picker":
|
|
1495
1495
|
if (!customElements.get(tagName)) {
|
|
1496
|
-
defineCustomElement$
|
|
1496
|
+
defineCustomElement$i();
|
|
1497
1497
|
}
|
|
1498
1498
|
break;
|
|
1499
1499
|
case "kup-dialog":
|
|
1500
1500
|
if (!customElements.get(tagName)) {
|
|
1501
|
-
defineCustomElement$
|
|
1501
|
+
defineCustomElement$h();
|
|
1502
1502
|
}
|
|
1503
1503
|
break;
|
|
1504
1504
|
case "kup-dropdown-button":
|
|
1505
|
+
if (!customElements.get(tagName)) {
|
|
1506
|
+
defineCustomElement$g();
|
|
1507
|
+
}
|
|
1508
|
+
break;
|
|
1509
|
+
case "kup-file-upload":
|
|
1505
1510
|
if (!customElements.get(tagName)) {
|
|
1506
1511
|
defineCustomElement$f();
|
|
1507
1512
|
}
|
|
@@ -28,7 +28,7 @@ const TaskListTableDefault = /*@__PURE__*/ proxyCustomElement(class TaskListTabl
|
|
|
28
28
|
return date.toLocaleDateString(this.locale, this.dateTimeOptions);
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
|
-
return (h("div", { key: '
|
|
31
|
+
return (h("div", { key: '946aa13bb89d865daa77bf64674042072c626cf8', class: "taskListWrapper", style: {
|
|
32
32
|
fontFamily: this.fontFamily,
|
|
33
33
|
fontSize: this.fontSize,
|
|
34
34
|
} }, this.tasks.map((task) => (h("div", { class: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory } from './p-
|
|
3
|
-
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory } from './p-98aafbf3.js';
|
|
3
|
+
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t } from './p-724d087a.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-grid component.
|
|
@@ -115,7 +115,7 @@ function defineCustomElement() {
|
|
|
115
115
|
if (typeof customElements === "undefined") {
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
const components = ["kup-grid", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
118
|
+
const components = ["kup-grid", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-file-upload", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
119
119
|
components.forEach(tagName => { switch (tagName) {
|
|
120
120
|
case "kup-grid":
|
|
121
121
|
if (!customElements.get(tagName)) {
|
|
@@ -124,70 +124,75 @@ function defineCustomElement() {
|
|
|
124
124
|
break;
|
|
125
125
|
case "kup-autocomplete":
|
|
126
126
|
if (!customElements.get(tagName)) {
|
|
127
|
-
defineCustomElement$
|
|
127
|
+
defineCustomElement$t();
|
|
128
128
|
}
|
|
129
129
|
break;
|
|
130
130
|
case "kup-badge":
|
|
131
131
|
if (!customElements.get(tagName)) {
|
|
132
|
-
defineCustomElement$
|
|
132
|
+
defineCustomElement$s();
|
|
133
133
|
}
|
|
134
134
|
break;
|
|
135
135
|
case "kup-button":
|
|
136
136
|
if (!customElements.get(tagName)) {
|
|
137
|
-
defineCustomElement$
|
|
137
|
+
defineCustomElement$r();
|
|
138
138
|
}
|
|
139
139
|
break;
|
|
140
140
|
case "kup-button-list":
|
|
141
141
|
if (!customElements.get(tagName)) {
|
|
142
|
-
defineCustomElement$
|
|
142
|
+
defineCustomElement$q();
|
|
143
143
|
}
|
|
144
144
|
break;
|
|
145
145
|
case "kup-card":
|
|
146
146
|
if (!customElements.get(tagName)) {
|
|
147
|
-
defineCustomElement$
|
|
147
|
+
defineCustomElement$p();
|
|
148
148
|
}
|
|
149
149
|
break;
|
|
150
150
|
case "kup-chart":
|
|
151
151
|
if (!customElements.get(tagName)) {
|
|
152
|
-
defineCustomElement$
|
|
152
|
+
defineCustomElement$o();
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case "kup-checkbox":
|
|
156
156
|
if (!customElements.get(tagName)) {
|
|
157
|
-
defineCustomElement$
|
|
157
|
+
defineCustomElement$n();
|
|
158
158
|
}
|
|
159
159
|
break;
|
|
160
160
|
case "kup-chip":
|
|
161
161
|
if (!customElements.get(tagName)) {
|
|
162
|
-
defineCustomElement$
|
|
162
|
+
defineCustomElement$m();
|
|
163
163
|
}
|
|
164
164
|
break;
|
|
165
165
|
case "kup-color-picker":
|
|
166
166
|
if (!customElements.get(tagName)) {
|
|
167
|
-
defineCustomElement$
|
|
167
|
+
defineCustomElement$l();
|
|
168
168
|
}
|
|
169
169
|
break;
|
|
170
170
|
case "kup-combobox":
|
|
171
171
|
if (!customElements.get(tagName)) {
|
|
172
|
-
defineCustomElement$
|
|
172
|
+
defineCustomElement$k();
|
|
173
173
|
}
|
|
174
174
|
break;
|
|
175
175
|
case "kup-data-table":
|
|
176
176
|
if (!customElements.get(tagName)) {
|
|
177
|
-
defineCustomElement$
|
|
177
|
+
defineCustomElement$j();
|
|
178
178
|
}
|
|
179
179
|
break;
|
|
180
180
|
case "kup-date-picker":
|
|
181
181
|
if (!customElements.get(tagName)) {
|
|
182
|
-
defineCustomElement$
|
|
182
|
+
defineCustomElement$i();
|
|
183
183
|
}
|
|
184
184
|
break;
|
|
185
185
|
case "kup-dialog":
|
|
186
186
|
if (!customElements.get(tagName)) {
|
|
187
|
-
defineCustomElement$
|
|
187
|
+
defineCustomElement$h();
|
|
188
188
|
}
|
|
189
189
|
break;
|
|
190
190
|
case "kup-dropdown-button":
|
|
191
|
+
if (!customElements.get(tagName)) {
|
|
192
|
+
defineCustomElement$g();
|
|
193
|
+
}
|
|
194
|
+
break;
|
|
195
|
+
case "kup-file-upload":
|
|
191
196
|
if (!customElements.get(tagName)) {
|
|
192
197
|
defineCustomElement$f();
|
|
193
198
|
}
|
|
@@ -60,20 +60,20 @@ const HorizontalScroll = /*@__PURE__*/ proxyCustomElement(class HorizontalScroll
|
|
|
60
60
|
var _a, _b;
|
|
61
61
|
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
|
|
62
62
|
const width = +this.listCellWidth.replace('px', '');
|
|
63
|
-
return (h(Fragment, { key: '
|
|
64
|
-
this.taskListScrollWidth > width && (h("div", { key: '
|
|
63
|
+
return (h(Fragment, { key: '072cabb8b87a0f6fdba4890f0c1bc0ac85c35bcf' }, h("div", { key: '381271c56e56cf67cd52d7b44603f1ea613fa6fc', class: "scroll-container" }, this.scrollableTaskList &&
|
|
64
|
+
this.taskListScrollWidth > width && (h("div", { key: '3b5661d61f3f1d295e17aca2d393405c2a123df3', dir: "ltr", style: {
|
|
65
65
|
margin: this.rtl
|
|
66
66
|
? `0px 20px 0px 20px`
|
|
67
67
|
: `0px 20px 0px 20px`,
|
|
68
68
|
maxWidth: `${width + 20}px`,
|
|
69
69
|
minWidth: `${width + 20}px`,
|
|
70
|
-
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '
|
|
70
|
+
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '7aefb1d7d5efacc921d4ca2eef76b36729bc9b77', style: {
|
|
71
71
|
width: `${this.taskListScrollWidth}px`,
|
|
72
|
-
}, class: "scroll" }))), h("div", { key: '
|
|
72
|
+
}, class: "scroll" }))), h("div", { key: '084a39754d35cbe143e118c7d4a4f7c96ca48827', dir: "ltr", style: {
|
|
73
73
|
margin: this.rtl
|
|
74
74
|
? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
|
|
75
75
|
: `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
|
|
76
|
-
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '
|
|
76
|
+
}, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: 'b0c4576a7f9834a7ea4697cac367144ad7105458', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
|
|
77
77
|
}
|
|
78
78
|
get rootElement() { return this; }
|
|
79
79
|
static get watchers() { return {
|
|
@@ -22,7 +22,7 @@ const KupSwitcher = /*@__PURE__*/ proxyCustomElement(class KupSwitcher extends H
|
|
|
22
22
|
this.activeButton = mode;
|
|
23
23
|
this.timeUnitChange(mode);
|
|
24
24
|
};
|
|
25
|
-
return (h("div", { key: '
|
|
25
|
+
return (h("div", { key: '7b6512f893086975fc4f36e7127417303c705019', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
|
|
26
26
|
button: true,
|
|
27
27
|
buttonActive: this.activeButton === label,
|
|
28
28
|
}, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
|
|
@@ -1402,13 +1402,13 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
|
|
|
1402
1402
|
// }
|
|
1403
1403
|
tickX += this.columnWidth;
|
|
1404
1404
|
}
|
|
1405
|
-
return (h("svg", { key: '
|
|
1405
|
+
return (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) }, h("g", { key: '982bc9b460190e79c69744cffc8f38b20abb3d28', class: "grid" }, h("g", { key: '476f37f243e9d991551db3251cfd7613f6ab0c5f', class: "rows" }, gridRows), h("g", { key: '471b2048a0bf49c8e0102237557e34d0df2ffa40', class: "rowLines" }, rowLines), h("g", { key: 'ccb7a65e0dacb60a4711e9ca2998682cd66d1788', class: "ticks" }, ticks)), h("g", { key: 'b29fabb4a53ec4a3955f6251de0f0f146a1a5e6c', class: "content" }, this.currentDateIndicator && (h("rect", { key: 'c6c0008bf79dc976f15de7f891879e87d4f30883', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (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" })), h("g", { key: '1e8b63448ca9d9c86e688db7c38dec65e015a614', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
|
|
1406
1406
|
return task.barChildren.map((child) => {
|
|
1407
1407
|
if (task.type !== 'timeline') {
|
|
1408
1408
|
this.renderKupArrow(task, child);
|
|
1409
1409
|
}
|
|
1410
1410
|
});
|
|
1411
|
-
})), h("g", { key: '
|
|
1411
|
+
})), h("g", { key: '2d999769f393c003c1e9bdc9f0dd9d507b7c957d', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
|
|
1412
1412
|
const forbidResize = task.type === 'project';
|
|
1413
1413
|
return (h("g", { onKeyDown: (e) => {
|
|
1414
1414
|
switch (e.key) {
|
|
@@ -1468,7 +1468,7 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
|
|
|
1468
1468
|
return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
|
|
1469
1469
|
}
|
|
1470
1470
|
})()));
|
|
1471
|
-
}), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '
|
|
1471
|
+
}), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '4b7164f536951203e749d0e335e729e5074cca2c', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
|
|
1472
1472
|
}
|
|
1473
1473
|
static get watchers() { return {
|
|
1474
1474
|
"columnWidth": ["updateXStep"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
import { K as KUP_PLANNER_MAIN_GANTT_ID } from './p-a0eeacbd.js';
|
|
3
3
|
import { a as KupDates } from './p-1581348d.js';
|
|
4
|
-
import { d as defineCustomElement$2 } from './p-
|
|
4
|
+
import { d as defineCustomElement$2 } from './p-fd8fe6d0.js';
|
|
5
5
|
import { d as defineCustomElement$1 } from './p-0e6c0355.js';
|
|
6
6
|
|
|
7
7
|
const columnWidthForTimeUnit = (timeUnit) => {
|
|
@@ -519,7 +519,7 @@ const TaskList = /*@__PURE__*/ proxyCustomElement(class TaskList extends H {
|
|
|
519
519
|
if (TaskListTable && TaskListTable['$attrs$']) {
|
|
520
520
|
Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
|
|
521
521
|
}
|
|
522
|
-
return (h("div", { key: '
|
|
522
|
+
return (h("div", { key: '9a34831962f3d7f69d005fb46377ca85aed90cc4', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (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))), h("div", { key: '969fd5d7654b20e45120fe8ed5244e619130a817', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
|
|
523
523
|
? { height: this.ganttHeight + 'px' }
|
|
524
524
|
: {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
|
|
525
525
|
let row = getProjectById(id, this.currentTasks);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './p-
|
|
3
|
-
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './p-98aafbf3.js';
|
|
3
|
+
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t } from './p-724d087a.js';
|
|
4
4
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './p-5882e117.js';
|
|
5
5
|
|
|
6
6
|
var toastuiEditor = {exports: {}};
|
|
@@ -46319,7 +46319,7 @@ function defineCustomElement() {
|
|
|
46319
46319
|
if (typeof customElements === "undefined") {
|
|
46320
46320
|
return;
|
|
46321
46321
|
}
|
|
46322
|
-
const components = ["kup-editor", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
46322
|
+
const components = ["kup-editor", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-file-upload", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
|
|
46323
46323
|
components.forEach(tagName => { switch (tagName) {
|
|
46324
46324
|
case "kup-editor":
|
|
46325
46325
|
if (!customElements.get(tagName)) {
|
|
@@ -46328,70 +46328,75 @@ function defineCustomElement() {
|
|
|
46328
46328
|
break;
|
|
46329
46329
|
case "kup-autocomplete":
|
|
46330
46330
|
if (!customElements.get(tagName)) {
|
|
46331
|
-
defineCustomElement$
|
|
46331
|
+
defineCustomElement$t();
|
|
46332
46332
|
}
|
|
46333
46333
|
break;
|
|
46334
46334
|
case "kup-badge":
|
|
46335
46335
|
if (!customElements.get(tagName)) {
|
|
46336
|
-
defineCustomElement$
|
|
46336
|
+
defineCustomElement$s();
|
|
46337
46337
|
}
|
|
46338
46338
|
break;
|
|
46339
46339
|
case "kup-button":
|
|
46340
46340
|
if (!customElements.get(tagName)) {
|
|
46341
|
-
defineCustomElement$
|
|
46341
|
+
defineCustomElement$r();
|
|
46342
46342
|
}
|
|
46343
46343
|
break;
|
|
46344
46344
|
case "kup-button-list":
|
|
46345
46345
|
if (!customElements.get(tagName)) {
|
|
46346
|
-
defineCustomElement$
|
|
46346
|
+
defineCustomElement$q();
|
|
46347
46347
|
}
|
|
46348
46348
|
break;
|
|
46349
46349
|
case "kup-card":
|
|
46350
46350
|
if (!customElements.get(tagName)) {
|
|
46351
|
-
defineCustomElement$
|
|
46351
|
+
defineCustomElement$p();
|
|
46352
46352
|
}
|
|
46353
46353
|
break;
|
|
46354
46354
|
case "kup-chart":
|
|
46355
46355
|
if (!customElements.get(tagName)) {
|
|
46356
|
-
defineCustomElement$
|
|
46356
|
+
defineCustomElement$o();
|
|
46357
46357
|
}
|
|
46358
46358
|
break;
|
|
46359
46359
|
case "kup-checkbox":
|
|
46360
46360
|
if (!customElements.get(tagName)) {
|
|
46361
|
-
defineCustomElement$
|
|
46361
|
+
defineCustomElement$n();
|
|
46362
46362
|
}
|
|
46363
46363
|
break;
|
|
46364
46364
|
case "kup-chip":
|
|
46365
46365
|
if (!customElements.get(tagName)) {
|
|
46366
|
-
defineCustomElement$
|
|
46366
|
+
defineCustomElement$m();
|
|
46367
46367
|
}
|
|
46368
46368
|
break;
|
|
46369
46369
|
case "kup-color-picker":
|
|
46370
46370
|
if (!customElements.get(tagName)) {
|
|
46371
|
-
defineCustomElement$
|
|
46371
|
+
defineCustomElement$l();
|
|
46372
46372
|
}
|
|
46373
46373
|
break;
|
|
46374
46374
|
case "kup-combobox":
|
|
46375
46375
|
if (!customElements.get(tagName)) {
|
|
46376
|
-
defineCustomElement$
|
|
46376
|
+
defineCustomElement$k();
|
|
46377
46377
|
}
|
|
46378
46378
|
break;
|
|
46379
46379
|
case "kup-data-table":
|
|
46380
46380
|
if (!customElements.get(tagName)) {
|
|
46381
|
-
defineCustomElement$
|
|
46381
|
+
defineCustomElement$j();
|
|
46382
46382
|
}
|
|
46383
46383
|
break;
|
|
46384
46384
|
case "kup-date-picker":
|
|
46385
46385
|
if (!customElements.get(tagName)) {
|
|
46386
|
-
defineCustomElement$
|
|
46386
|
+
defineCustomElement$i();
|
|
46387
46387
|
}
|
|
46388
46388
|
break;
|
|
46389
46389
|
case "kup-dialog":
|
|
46390
46390
|
if (!customElements.get(tagName)) {
|
|
46391
|
-
defineCustomElement$
|
|
46391
|
+
defineCustomElement$h();
|
|
46392
46392
|
}
|
|
46393
46393
|
break;
|
|
46394
46394
|
case "kup-dropdown-button":
|
|
46395
|
+
if (!customElements.get(tagName)) {
|
|
46396
|
+
defineCustomElement$g();
|
|
46397
|
+
}
|
|
46398
|
+
break;
|
|
46399
|
+
case "kup-file-upload":
|
|
46395
46400
|
if (!customElements.get(tagName)) {
|
|
46396
46401
|
defineCustomElement$f();
|
|
46397
46402
|
}
|
|
@@ -14,11 +14,11 @@ const KupCustomTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupCustom
|
|
|
14
14
|
this.fontSize = undefined;
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h("div", { key: '
|
|
17
|
+
return (h("div", { key: '09fc2340ac73daf26be7f7a4604bfbd0a5a1141f', class: "custom-task-list-wrapper", style: {
|
|
18
18
|
height: '25px',
|
|
19
19
|
fontFamily: this.fontFamily,
|
|
20
20
|
fontSize: this.fontSize,
|
|
21
|
-
} }, h("div", { key: '
|
|
21
|
+
} }, h("div", { key: '2f328d922963a5aa335a8e406a2a95a82753040a', class: "title" }, h("span", { key: '27ee004ca6f50be33d8f65f4a3ccbafdb2e1bb10' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: 'c8ba0fe8e047aa22b6afe78ccdae8eea75a52fac', class: "toggler" }, h("label", { key: 'f163d3bcfb78ae615205fe5f82500374f7a5ccd0', htmlFor: "ch2", class: "switch" }, h("input", { key: '2c32ca00e5a622b7ad7ca6295e20aa4d9ee24af6', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: 'b7a62519988f74a7fe15f011b3627883ee20d1ad', class: "slider" })), h("span", { key: '3fbc6926a7fcf39192699e0f446d8a62aa4ea09b', class: "label" }, "Previsioni")))));
|
|
22
22
|
}
|
|
23
23
|
static get style() { return KupCustomTaskListHeaderStyle0; }
|
|
24
24
|
}, [0, "kup-custom-task-list-header", {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, g as getAssetPath, F as Fragment } from './index-c9246a86.js';
|
|
2
|
-
import {
|
|
2
|
+
import { an as editableTypes, ao as kupTypes, Q as FCellClasses, aa as FCellTypes, d as KupThemeColorValues, aj as RADAdapter, ai as CMBandACPAdapter, ap as KupTagNames, F as FCellShapes, af as getCellValueForDisplay, a as KupComponentSizing, aq as fullWidthFieldsComps, I as ItemsDisplayMode, ar as autoCenterComps, as as adaptContentToDisplayMode, at as FCellEvents, au as isForceUppercase, av as isForceLowercase, e as KupDebugCategory } from './kup-manager-89189705.js';
|
|
3
3
|
import { F as FButton } from './f-button-f1040575.js';
|
|
4
4
|
import { F as FCheckbox } from './f-checkbox-3ba20ca4.js';
|
|
5
|
-
import { F as FChipType, c as FChip } from './f-chip-
|
|
5
|
+
import { F as FChipType, c as FChip } from './f-chip-b42af349.js';
|
|
6
6
|
import { F as FImage } from './f-image-9b15e9ac.js';
|
|
7
|
-
import { F as FObjectField } from './f-object-field-
|
|
8
|
-
import { F as FTextField } from './f-text-field-
|
|
7
|
+
import { F as FObjectField } from './f-object-field-2bfc470c.js';
|
|
8
|
+
import { F as FTextField } from './f-text-field-04f701fb.js';
|
|
9
9
|
|
|
10
10
|
/*-------------------------------------------------*/
|
|
11
11
|
/* C o m p o n e n t */
|
|
@@ -631,6 +631,8 @@ function setEditableCell(cellType, classObj, cell, column, props) {
|
|
|
631
631
|
(_b = (_a = cell.data) === null || _a === void 0 ? void 0 : _a.onInput) === null || _b === void 0 ? void 0 : _b.call(_a, e);
|
|
632
632
|
cellEvent(e, props, cellType, FCellEvents.INPUT);
|
|
633
633
|
}, onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
|
|
634
|
+
case FCellTypes.FILE_UPLOAD:
|
|
635
|
+
return h("kup-file-upload", Object.assign({}, cell.data));
|
|
634
636
|
case FCellTypes.MULTI_AUTOCOMPLETE:
|
|
635
637
|
return (h("kup-chip", Object.assign({ displayId: true }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
|
|
636
638
|
h("kup-autocomplete", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.CODE_AND_DESC, selectMode: ItemsDisplayMode.CODE_AND_DESC, "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), showDropDownIcon: false }, cell.slotData, { error: cell.data.error, showMarker: (_a = cell.tooltip) !== null && _a !== void 0 ? _a : false }))));
|