@sme.up/ketchup 10.3.10 → 10.3.11
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-9c556447.js → f-cell-17acbc57.js} +4 -4
- package/dist/cjs/{f-chip-29f981f7.js → f-chip-69c882a5.js} +1 -1
- package/dist/cjs/{f-object-field-ae0e860d.js → f-object-field-c4c5df13.js} +2 -2
- package/dist/cjs/{f-paginator-utils-806868eb.js → f-paginator-utils-66aa1936.js} +1 -1
- package/dist/cjs/{f-text-field-025f9ff3.js → f-text-field-9832e4ef.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +7 -8
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +116 -344
- package/dist/cjs/kup-box.cjs.entry.js +8 -8
- package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
- package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-cell.cjs.entry.js +8 -8
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
- package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
- package/dist/cjs/{kup-data-table-helper-d3b9b899.js → kup-data-table-helper-c7046c05.js} +2 -2
- package/dist/cjs/{kup-dates-8619368a.js → kup-dates-6feda954.js} +127 -7
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
- package/dist/cjs/kup-echart.cjs.entry.js +3 -3
- package/dist/cjs/kup-editor.cjs.entry.js +3 -3
- package/dist/cjs/kup-family-tree.cjs.entry.js +21 -26
- package/dist/cjs/kup-gantt_10.cjs.entry.js +25 -25
- package/dist/cjs/kup-grid.cjs.entry.js +2 -2
- package/dist/cjs/kup-htm.cjs.entry.js +3 -3
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-input-panel.cjs.entry.js +8 -8
- package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
- package/dist/cjs/{kup-manager-dbf73b5f.js → kup-manager-863afae7.js} +1 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
- package/dist/cjs/kup-object-field.cjs.entry.js +5 -5
- package/dist/cjs/kup-pdf.cjs.entry.js +3 -3
- package/dist/cjs/{kup-planner-renderer-helper-eaca3f99.js → kup-planner-renderer-helper-593796c6.js} +1 -1
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
- package/dist/cjs/kup-planner.cjs.entry.js +4 -4
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
- package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
- package/dist/cjs/kup-txt.cjs.entry.js +3 -3
- package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
- package/dist/cjs/kup-typography.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/kup-accordion/kup-accordion.js +5 -27
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
- package/dist/collection/components/kup-badge/kup-badge.js +2 -2
- package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
- package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +2 -4
- package/dist/collection/components/kup-cell/kup-cell.js +2 -2
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
- package/dist/collection/components/kup-chip/kup-chip.js +2 -2
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
- package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +49 -266
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
- package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
- package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
- package/dist/collection/components/kup-echart/kup-echart.js +1 -1
- package/dist/collection/components/kup-editor/kup-editor.js +1 -1
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +1 -1
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +18 -23
- package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
- 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-tab-bar/kup-tab-bar.js +2 -23
- 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 +2 -2
- package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
- package/dist/collection/managers/kup-dates/kup-dates.js +127 -7
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -33
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +7 -9
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +5 -5
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +4 -4
- 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-custom-task-list-table.js +1 -1
- package/dist/components/kup-dashboard.js +3 -3
- 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 +4 -4
- 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 +22 -27
- package/dist/components/kup-file-upload.js +1 -1
- 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 +3 -3
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +5 -5
- package/dist/components/kup-lazy.js +13 -13
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +7 -7
- package/dist/components/kup-nav-bar.js +3 -3
- package/dist/components/kup-numeric-picker.js +3 -3
- package/dist/components/kup-object-field.js +3 -3
- package/dist/components/kup-pdf.js +3 -3
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +18 -18
- package/dist/components/kup-probe.js +3 -3
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +3 -3
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +3 -3
- 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 +3 -3
- package/dist/components/kup-typography-list.js +3 -3
- package/dist/components/kup-typography.js +4 -4
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-f4797086.js → p-23d0f0c7.js} +1 -1
- package/dist/components/{p-3a56a01b.js → p-2cb9fa58.js} +4 -4
- package/dist/components/{p-a52b0e92.js → p-3757ff31.js} +1 -1
- package/dist/components/{p-c9135ac0.js → p-5b1056e4.js} +7 -7
- package/dist/components/{p-9d9181cf.js → p-60e697f5.js} +127 -7
- package/dist/components/{p-28f6440c.js → p-767fcf91.js} +1 -1
- package/dist/components/{p-5155623a.js → p-87285464.js} +2 -2
- package/dist/components/{p-6cc3382e.js → p-944332b6.js} +3 -3
- package/dist/components/{p-a1ae4c21.js → p-97fceaf7.js} +17 -17
- package/dist/components/{p-1bb114b8.js → p-980686db.js} +14 -14
- package/dist/components/{p-9471f708.js → p-9a502c5d.js} +2 -2
- package/dist/components/{p-43275b92.js → p-9a617844.js} +3 -3
- package/dist/components/{p-7a243c51.js → p-9d13f3da.js} +4 -4
- package/dist/components/{p-fdb5e8d3.js → p-a4f3d24a.js} +2 -2
- package/dist/components/{p-32c28a10.js → p-aa882232.js} +2 -2
- package/dist/components/{p-ca202cfa.js → p-bbb25c58.js} +1 -1
- package/dist/components/{p-86464a43.js → p-bdecbc93.js} +5 -5
- package/dist/components/{p-0b4e99fd.js → p-cbc6b3d5.js} +2 -2
- package/dist/components/{p-395ac5ac.js → p-dc1ce1b4.js} +1 -1
- package/dist/components/{p-e02d95bf.js → p-decce077.js} +3 -3
- package/dist/components/{p-40202dad.js → p-e39b777a.js} +1 -1
- package/dist/components/{p-a1390144.js → p-f3faa212.js} +110 -342
- package/dist/esm/{f-cell-f31f34a8.js → f-cell-1b71c02b.js} +4 -4
- package/dist/esm/{f-chip-9d6113fe.js → f-chip-d553e330.js} +1 -1
- package/dist/esm/{f-object-field-0c2013c8.js → f-object-field-e6839071.js} +2 -2
- package/dist/esm/{f-paginator-utils-8314bf54.js → f-paginator-utils-74a15114.js} +1 -1
- package/dist/esm/{f-text-field-371b1b43.js → f-text-field-05735cbc.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +7 -8
- package/dist/esm/kup-activity-timeline.entry.js +3 -3
- package/dist/esm/kup-autocomplete_30.entry.js +116 -344
- package/dist/esm/kup-box.entry.js +8 -8
- package/dist/esm/kup-calendar.entry.js +5 -5
- package/dist/esm/kup-card-list.entry.js +2 -2
- package/dist/esm/kup-cell.entry.js +8 -8
- package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
- package/dist/esm/kup-dashboard.entry.js +4 -4
- package/dist/esm/{kup-data-table-helper-04404034.js → kup-data-table-helper-1d14120b.js} +2 -2
- package/dist/esm/{kup-dates-77f1a451.js → kup-dates-964cc4dd.js} +127 -7
- package/dist/esm/kup-drawer.entry.js +4 -4
- package/dist/esm/kup-echart.entry.js +3 -3
- package/dist/esm/kup-editor.entry.js +3 -3
- package/dist/esm/kup-family-tree.entry.js +21 -26
- package/dist/esm/kup-gantt_10.entry.js +25 -25
- package/dist/esm/kup-grid.entry.js +2 -2
- package/dist/esm/kup-htm.entry.js +3 -3
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-input-panel.entry.js +8 -8
- package/dist/esm/kup-lazy.entry.js +13 -13
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-9ccdaa27.js → kup-manager-d7b61781.js} +1 -1
- package/dist/esm/kup-nav-bar.entry.js +3 -3
- package/dist/esm/kup-numeric-picker.entry.js +4 -4
- package/dist/esm/kup-object-field.entry.js +5 -5
- package/dist/esm/kup-pdf.entry.js +3 -3
- package/dist/esm/{kup-planner-renderer-helper-373880b5.js → kup-planner-renderer-helper-64388bf8.js} +1 -1
- package/dist/esm/kup-planner-renderer.entry.js +4 -4
- package/dist/esm/kup-planner.entry.js +4 -4
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +3 -3
- package/dist/esm/kup-snackbar.entry.js +3 -3
- package/dist/esm/kup-txt.entry.js +3 -3
- package/dist/esm/kup-typography-list.entry.js +3 -3
- package/dist/esm/kup-typography.entry.js +4 -4
- 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-9249bf18.entry.js → p-0b674619.entry.js} +1 -1
- package/dist/ketchup/{p-be04cb85.entry.js → p-0e070e9c.entry.js} +1 -1
- package/dist/ketchup/p-0f97523f.entry.js +1 -0
- package/dist/ketchup/{p-74c6c382.js → p-13118466.js} +1 -1
- package/dist/ketchup/{p-f8aefe67.js → p-17f0cc01.js} +1 -1
- package/dist/ketchup/p-1e381f3d.js +1 -0
- package/dist/ketchup/{p-01fd9784.entry.js → p-1f9a5de9.entry.js} +1 -1
- package/dist/ketchup/{p-37d0e9e4.entry.js → p-207f8882.entry.js} +1 -1
- package/dist/ketchup/{p-43f50ba7.entry.js → p-273c4680.entry.js} +2 -2
- package/dist/ketchup/{p-17c33bed.entry.js → p-33699a63.entry.js} +1 -1
- package/dist/ketchup/{p-cabebabc.js → p-36edcc02.js} +1 -1
- package/dist/ketchup/{p-5f645f29.js → p-37390512.js} +1 -1
- package/dist/ketchup/p-3a9c45ff.entry.js +1 -0
- package/dist/ketchup/{p-8655b58a.entry.js → p-3ed784eb.entry.js} +1 -1
- package/dist/ketchup/{p-63dd560e.entry.js → p-47023eae.entry.js} +1 -1
- package/dist/ketchup/p-53570ac4.entry.js +1 -0
- package/dist/ketchup/p-5445b692.entry.js +1 -0
- package/dist/ketchup/{p-3357aa91.entry.js → p-551b95a9.entry.js} +1 -1
- package/dist/ketchup/{p-ecf63f95.entry.js → p-5540dd04.entry.js} +1 -1
- package/dist/ketchup/{p-b83c852d.entry.js → p-57b060e2.entry.js} +1 -1
- package/dist/ketchup/{p-885d0dd0.js → p-5c4b3914.js} +1 -1
- package/dist/ketchup/{p-6bf3ff2f.js → p-642fe1a3.js} +1 -1
- package/dist/ketchup/{p-c1257bb0.entry.js → p-6e8db402.entry.js} +1 -1
- package/dist/ketchup/{p-c8b6b65c.entry.js → p-798483ff.entry.js} +1 -1
- package/dist/ketchup/{p-8a291991.entry.js → p-79db04f9.entry.js} +1 -1
- package/dist/ketchup/{p-6766ca18.entry.js → p-87ab01df.entry.js} +2 -2
- package/dist/ketchup/{p-43e37416.js → p-9ef3e0eb.js} +1 -1
- package/dist/ketchup/p-ab080458.js +1 -0
- package/dist/ketchup/{p-6a59894e.entry.js → p-affac568.entry.js} +1 -1
- package/dist/ketchup/{p-da6ecaf5.entry.js → p-c875e6bb.entry.js} +1 -1
- package/dist/ketchup/{p-da6e388e.entry.js → p-c91a8416.entry.js} +1 -1
- package/dist/ketchup/{p-b6647af5.entry.js → p-cdd4c014.entry.js} +1 -1
- package/dist/ketchup/{p-a14160c1.entry.js → p-d09f2ae6.entry.js} +1 -1
- package/dist/ketchup/p-d2b66322.entry.js +1 -0
- package/dist/ketchup/p-da4f1ade.entry.js +1 -0
- package/dist/ketchup/{p-d3baddb1.entry.js → p-db78ec98.entry.js} +1 -1
- package/dist/ketchup/{p-346b17b4.entry.js → p-e333d2e1.entry.js} +1 -1
- package/dist/ketchup/{p-b803bf4b.entry.js → p-ebd8a151.entry.js} +2 -2
- package/dist/ketchup/{p-6ae996e1.entry.js → p-ed788afb.entry.js} +2 -2
- package/dist/ketchup/{p-26c10598.entry.js → p-ed961274.entry.js} +1 -1
- package/dist/ketchup/p-fde49142.entry.js +8 -0
- package/dist/types/components/kup-accordion/kup-accordion.d.ts +0 -5
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +2 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +2 -4
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +0 -5
- package/dist/types/components.d.ts +4 -23
- package/dist/types/managers/kup-dates/kup-dates.d.ts +10 -2
- package/package.json +1 -1
- package/dist/ketchup/p-87d242df.js +0 -1
- package/dist/ketchup/p-91846c17.entry.js +0 -1
- package/dist/ketchup/p-93dcbb39.js +0 -1
- package/dist/ketchup/p-99ff9e9c.entry.js +0 -1
- package/dist/ketchup/p-a6a12568.entry.js +0 -1
- package/dist/ketchup/p-b0c9b55c.entry.js +0 -1
- package/dist/ketchup/p-b780f3c6.entry.js +0 -1
- package/dist/ketchup/p-cfe822a5.entry.js +0 -1
- package/dist/ketchup/p-dcb80cbc.entry.js +0 -8
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-
|
|
6
|
+
const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-593796c6.js');
|
|
7
7
|
const bar_helpers = require('./bar.helpers-c481a535.js');
|
|
8
8
|
const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
|
|
9
|
-
require('./kup-dates-
|
|
9
|
+
require('./kup-dates-6feda954.js');
|
|
10
10
|
|
|
11
11
|
const kupGanttCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.wrapper{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}.ganttContainer{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);overflow:hidden;padding:var(--kup-space-05)}.ganttVerticalContainer{overflow:hidden;font-size:0;margin:0;padding:0}.horizontalContainer{margin:0;padding:0;overflow:hidden}.horizontalContainerScrollable{overflow:auto !important;scrollbar-width:0}.horizontalContainerScrollable::-webkit-scrollbar{width:0;height:0}.task-gantt{overflow:hidden}";
|
|
12
12
|
const KupGanttStyle0 = kupGanttCss;
|
|
@@ -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: '369ec43109afb9a6f40446e806faf1f54dd67a43', class: "gannt-wrapper-main" }, index.h("div", { key: '52c2d71a0508119b1e252d196079af28c36ffea9', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '7bff507a44beaae83ac961dea8bad526b684d3b2', 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: '6d82fda19eaaf819c71a5772a52ec63319c34174', 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: 'b2b16a3153dac7ee314be92db91cafd2279df83e', 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: 'c3bfcc814a946ec6c32f372288fb020c31906eee', 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: 'faafe36d199295d0d3d53405c8df3c5fe67cf94e', 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: '1cb5cc72c0e08db314e6ead1a39180e6a20ed6f9' }, index.h("div", { key: 'da412f0efab8374f0bbc7cf4ab125d7e113543ee', class: "scroll-container" }, this.scrollableTaskList &&
|
|
690
|
+
this.taskListScrollWidth > width && (index.h("div", { key: '40344cef778d4b9051cf1d321b7b49e82e3bb35c', 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: 'f39845955cc68e1900c597bc13966e2daf6e336c', style: {
|
|
697
697
|
width: `${this.taskListScrollWidth}px`,
|
|
698
|
-
}, class: "scroll" }))), index.h("div", { key: '
|
|
698
|
+
}, class: "scroll" }))), index.h("div", { key: '8aa6d6fbbd7fea960479851a816d93b31c971269', 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: 'd0502cab3f7a0e3cb145f903b4ce5c708ec5917e', 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: '7427840d8808ed3ebbc8b57f8bd4653243a6e9a1', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '1d7aaa16b5fa91322952d235ac8a6ba90d4a3083', 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: 'a30ef9c69dc7091d0f935d64d76ce6aa5eb32d4c', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: '2cbb86c782ec3c4e87e2ddfaf2717bada396f664', 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: 'd24d4bc2fd86820f8ec6970387020b7d2b6088d1', 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: 'e2b4a8dff37cb823329dd6cbf6ea4ed7a9b81e33', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '156ef3dc8e066fa143ca2b27c945e5487299b87b', 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: '994c441039334c518f9c45bcb1b197ecc0ca5073', 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: 'f7b9656624c914819676bebc1891d9d388c7bfe7' }, 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: 'f934b78d05a4851af330799a723b9afe0a2be36d', 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: '0ee50961a474dac562d97548df584e98c07360fa', 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: '4efef768654d5ee326236b20138a45aac4428125', class: "ganttTable", style: {
|
|
948
948
|
fontFamily: this.fontFamily,
|
|
949
949
|
fontSize: this.fontSize,
|
|
950
|
-
} }, index.h("div", { key: '
|
|
950
|
+
} }, index.h("div", { key: '37faca5980c085750eb731dee64e3e3ed4a2897f', class: "ganttTable_Header", style: {
|
|
951
951
|
height: `${this.headerHeight - 2}px`,
|
|
952
|
-
} }, index.h("div", { key: '
|
|
952
|
+
} }, index.h("div", { key: '19d84c87983e55eb0af2c5a1a0e6cb173616bea5', class: "ganttTable_HeaderItem", style: {
|
|
953
953
|
minWidth: this.rowWidth,
|
|
954
|
-
} }, "\u00A0Name"), index.h("div", { key: '
|
|
954
|
+
} }, "\u00A0Name"), index.h("div", { key: '1e5526e24c54a2b1a648df22eec6e40a5a0ec0be', 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: 'e5a506727de0d36230317b9920840ef5ac26fa9f', class: "ganttTable_HeaderItem", style: {
|
|
958
958
|
minWidth: this.rowWidth,
|
|
959
|
-
} }, "\u00A0From"), index.h("div", { key: '
|
|
959
|
+
} }, "\u00A0From"), index.h("div", { key: '3346d2674ee3c6d75fe524b70e26166d68850cd4', 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: '607b1f90fe2b97b614165e97c05926b2149f8e7c', 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: 'e7368c350429accbf8713109fe99c73c4cb6a850', 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: 'aacfee9b9521a7da47c42959ddba11cc13a2d86e', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: 'c4c45b5f181e23ead0bdb3dc9b6cf5e78458cf6e', 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: '8e3600213a2d21a94dbb232a0dd2b83c332fc093', 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: 'f11b5279bb0fafa024cf92df8a9960fb4fdaa8d5', style: {
|
|
1144
1144
|
height: `${this.ganttFullHeight}px`,
|
|
1145
1145
|
width: '1px',
|
|
1146
1146
|
} })));
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-grid component.
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-htm component.
|
|
@@ -89,7 +89,7 @@ const KupHTM = class {
|
|
|
89
89
|
render() {
|
|
90
90
|
var _a;
|
|
91
91
|
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);
|
|
92
|
-
return (index.h(index.Host, { key: '
|
|
92
|
+
return (index.h(index.Host, { key: '7e74bdbde1456c74a177350f6d0dc68da4e15b23' }, index.h("style", { key: 'e284b80b52c6ff7c47e908fdcf4a8631428acd29' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '79e75e97a2e72abf83c6efb3564dd36e6c8605ad', id: GenericVariables.componentWrapperId }, index.h("div", { key: '37d4acd00efe5cda11ef5d0572d391ff278fd4c7', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("kup-button", { label: __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB), sizing: 'small', class: 'kup-secondary', icon: "open-in-new", styling: 'flat', trailingIcon: true, onClick: () => this.openInNewTab(this.data.value) }), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
|
|
93
93
|
}
|
|
94
94
|
disconnectedCallback() {
|
|
95
95
|
__classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
7
|
-
require('./kup-dates-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
|
+
require('./kup-dates-6feda954.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Props of the kup-iframe component.
|
|
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
6
|
const fButton = require('./f-button-c084046d.js');
|
|
7
|
-
const fCell = require('./f-cell-
|
|
8
|
-
const kupManager = require('./kup-manager-
|
|
7
|
+
const fCell = require('./f-cell-17acbc57.js');
|
|
8
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
10
|
const fTypography = require('./f-typography-85d8238a.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-76ef9f87.js');
|
|
13
13
|
require('./f-image-7457eb26.js');
|
|
14
14
|
require('./f-checkbox-e59d6bda.js');
|
|
15
|
-
require('./f-chip-
|
|
16
|
-
require('./f-object-field-
|
|
17
|
-
require('./f-text-field-
|
|
18
|
-
require('./kup-dates-
|
|
15
|
+
require('./f-chip-69c882a5.js');
|
|
16
|
+
require('./f-object-field-c4c5df13.js');
|
|
17
|
+
require('./f-text-field-9832e4ef.js');
|
|
18
|
+
require('./kup-dates-6feda954.js');
|
|
19
19
|
require('./component-a6dd6c14.js');
|
|
20
20
|
|
|
21
21
|
var KupInputPanelLayoutSectionType;
|
|
@@ -426,7 +426,7 @@ const KupInputPanel = class {
|
|
|
426
426
|
index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
|
|
427
427
|
]
|
|
428
428
|
: this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
|
|
429
|
-
return (index.h(index.Host, { key: '
|
|
429
|
+
return (index.h(index.Host, { key: 'e60dd7ff1d84c76cf3585fe64462d65292653a91', "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) => {
|
|
430
430
|
this.tabSelected = e.detail.node.id;
|
|
431
431
|
}, "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) => {
|
|
432
432
|
__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
|
|
@@ -436,7 +436,7 @@ const KupInputPanel = class {
|
|
|
436
436
|
this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
|
|
437
437
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
438
438
|
this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
|
|
439
|
-
}, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: '
|
|
439
|
+
}, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: 'dbb0432225e8900ba162bb71a2821356ce1be75b' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'd5030dca46ae4f6ef242e5c63a15324bc6f92107', id: GenericVariables.componentWrapperId }, inputPanelContent)));
|
|
440
440
|
}
|
|
441
441
|
disconnectedCallback() {
|
|
442
442
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-lazy component.
|
|
@@ -138,39 +138,39 @@ const KupLazy = class {
|
|
|
138
138
|
switch (this.componentName) {
|
|
139
139
|
case 'kup-button':
|
|
140
140
|
//call_to_action.svg
|
|
141
|
-
resource = (index.h("svg", { key: '
|
|
141
|
+
resource = (index.h("svg", { key: '5e72b30a0f1e3430f6156e38ec21e5ab4fbad8f3', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'aa48fb656f7dc30746dd11d4d3405b60a312f2c3', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
|
|
142
142
|
break;
|
|
143
143
|
case 'kup-card':
|
|
144
144
|
//art_track.svg
|
|
145
|
-
resource = (index.h("svg", { key: '
|
|
145
|
+
resource = (index.h("svg", { key: '5f448fd1eb1ab0270cf458177c3966ba6000295b', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'bad66bec1cb624efd059126cec4f98846cdeef75', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
|
|
146
146
|
break;
|
|
147
147
|
case 'kup-checkbox':
|
|
148
148
|
//check_box_outline_blank.svg
|
|
149
|
-
resource = (index.h("svg", { key: '
|
|
149
|
+
resource = (index.h("svg", { key: '138d53448f4c329478d24d246d0fef6fbcb62d7a', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '96079538dc0737b2e7b7a376b4e0283a829a0143', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
|
|
150
150
|
break;
|
|
151
151
|
case 'kup-chart':
|
|
152
152
|
//chart-bar.svg
|
|
153
|
-
resource = (index.h("svg", { key: '
|
|
153
|
+
resource = (index.h("svg", { key: '3ea391531e961b72fb84c7265e3b398a4e40028a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '54773da2ab16358a610b96ce742288fa8a2ca362', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
|
|
154
154
|
break;
|
|
155
155
|
case 'kup-data-table':
|
|
156
156
|
//table-large.svg
|
|
157
|
-
resource = (index.h("svg", { key: '
|
|
157
|
+
resource = (index.h("svg", { key: '899606089c5e7b4e1a88823c8cb27e5f86aa1d4c', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '17bb02d78bb042ae255314ea8f68b1ce7481e993', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
|
|
158
158
|
break;
|
|
159
159
|
case 'kup-image':
|
|
160
160
|
//photo.svg
|
|
161
|
-
resource = (index.h("svg", { key: '
|
|
161
|
+
resource = (index.h("svg", { key: '049a62d7a9dccfee4a2fae8e0cd5869b85e06d46', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'b27ed54889308bf056f24c70511d39e134603f89', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
|
|
162
162
|
break;
|
|
163
163
|
case 'kup-progress-bar':
|
|
164
164
|
//linear_scale.svg
|
|
165
|
-
resource = (index.h("svg", { key: '
|
|
165
|
+
resource = (index.h("svg", { key: '686ea803a443610674b2bf9282801cedc627b64e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '2e64b70e935e82ebbca79a89202ccdc19ba666df', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
|
|
166
166
|
break;
|
|
167
167
|
case 'kup-radio':
|
|
168
168
|
//radio_button_unchecked.svg
|
|
169
|
-
resource = (index.h("svg", { key: '
|
|
169
|
+
resource = (index.h("svg", { key: '0fff99e133a6a1795ee1d9797746efbefaf82fbf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'db92d5a4868e8c8d8120d136621df4bf17c4679b', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
|
|
170
170
|
break;
|
|
171
171
|
default:
|
|
172
172
|
//art_track.svg
|
|
173
|
-
resource = (index.h("svg", { key: '
|
|
173
|
+
resource = (index.h("svg", { key: 'b9d19e00ae1ae630128d73243861f6479b1455dc', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'e7ca81f490462908580b0a7509ec3811dbd85eaf', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
|
|
174
174
|
break;
|
|
175
175
|
}
|
|
176
176
|
if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
|
|
@@ -179,14 +179,14 @@ const KupLazy = class {
|
|
|
179
179
|
this.data &&
|
|
180
180
|
this.isInViewport)) {
|
|
181
181
|
let Tag = this.componentName;
|
|
182
|
-
content = (index.h(Tag, Object.assign({ key: '
|
|
182
|
+
content = (index.h(Tag, Object.assign({ key: 'e93f7f4ac49af252f791a4f7cb9be5e83d1df7bf' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
|
|
183
183
|
className += ' kup-loaded';
|
|
184
184
|
}
|
|
185
185
|
else if (this.showPlaceholder) {
|
|
186
186
|
content = resource;
|
|
187
187
|
className += ' kup-to-be-loaded';
|
|
188
188
|
}
|
|
189
|
-
return (index.h(index.Host, { key: '
|
|
189
|
+
return (index.h(index.Host, { key: '99f35069da0886b3174bff35eaeae29d19a9fe2f', class: className }, index.h("style", { key: '4acddcd21d8ed89d235f7012fff7c7ea4abef2d1' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e7b4a285865ec15115437f06a3873349e4e5965c', id: GenericVariables.componentWrapperId }, content)));
|
|
190
190
|
}
|
|
191
191
|
disconnectedCallback() {
|
|
192
192
|
var _a;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
8
8
|
const fImage = require('./f-image-7457eb26.js');
|
|
9
9
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
10
|
-
require('./kup-dates-
|
|
10
|
+
require('./kup-dates-6feda954.js');
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Props of the kup-magic-box component.
|
|
@@ -291,11 +291,11 @@ const KupMagicBox = class {
|
|
|
291
291
|
this.kupManager.debug.logRender(this, true);
|
|
292
292
|
}
|
|
293
293
|
render() {
|
|
294
|
-
return (index.h(index.Host, { key: '
|
|
294
|
+
return (index.h(index.Host, { key: '049e0e429c4deb0c4b42aa4119630553269b4b5f' }, index.h("style", { key: '5141bbd9f761950b9c661aac8724d9bc7ddd00b3' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '22518e2bc9311b8d0989418f3185a91dd95c54c2', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'a0929d74cc1e8f7b4b72fd481bed66683c77fc81', class: "magic-box-wrapper" }, index.h("div", { key: '2550b87cb0ff859cf32756cb34932f2c1a2e1ed7', class: "actions", id: "drag-handle" }, index.h("kup-combobox", Object.assign({ key: 'cf84762570b8c0c7e27158725cba90ac10bb91a6' }, this.comboboxProps())), index.h("kup-button", { key: '4325adf34dc50fa7c34d037784eeaa7f994f0f21', styling: fButtonDeclarations.FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
|
|
295
295
|
this.data = null;
|
|
296
|
-
} }), index.h("kup-button", { key: '
|
|
296
|
+
} }), index.h("kup-button", { key: 'f635e3b8e1abbde80eddf0092f6b9538031fd7c6', id: "close-dialog", customStyle: `:host{${kupManager.KupThemeColorValues.PRIMARY}: var(${kupManager.KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
|
|
297
297
|
this.kupManager.hideMagicBox();
|
|
298
|
-
} })), index.h("div", { key: '
|
|
298
|
+
} })), index.h("div", { key: 'e5f3e3497af54d3e3061f28abf0dc8e69ed18959', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
|
|
299
299
|
}
|
|
300
300
|
disconnectedCallback() {
|
|
301
301
|
this.kupManager.interact.unregister([
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
const navbarClass = 'nav-bar';
|
|
11
11
|
/**
|
|
@@ -130,7 +130,7 @@ const KupNavBar = class {
|
|
|
130
130
|
this.kupManager.debug.logRender(this, true);
|
|
131
131
|
}
|
|
132
132
|
render() {
|
|
133
|
-
return (index.h(index.Host, { key: '
|
|
133
|
+
return (index.h(index.Host, { key: 'd093a8d45896d85fd71e3d92a7451efccc3a10ba', class: "header" }, index.h("style", { key: '59a661649f8a7b81b3258e56ae93bc18f2a5f3fd' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'a44b81214556b495f7cb253f16085cd1a884c717', id: GenericVariables.componentWrapperId }, index.h("header", { key: '91e08ad248d5a56aa9eebc753e883c0cbe8a77ec', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, index.h("div", { key: '4f5f6924c6b311ffb8f46f26a4ac266f42aaf6a4', class: `${navbarClass}__row` }, this.content())))));
|
|
134
134
|
}
|
|
135
135
|
disconnectedCallback() {
|
|
136
136
|
this.kupManager.language.unregister(this);
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-9832e4ef.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
|
-
require('./kup-dates-
|
|
10
|
+
require('./kup-dates-6feda954.js');
|
|
11
11
|
require('./f-image-7457eb26.js');
|
|
12
12
|
require('./component-a6dd6c14.js');
|
|
13
13
|
|
|
@@ -355,7 +355,7 @@ const KupNumericPicker = class {
|
|
|
355
355
|
this.kupManager.debug.logRender(this, true);
|
|
356
356
|
}
|
|
357
357
|
render() {
|
|
358
|
-
return (index.h(index.Host, { key: '
|
|
358
|
+
return (index.h(index.Host, { key: '22a6ef8139d04934008071cfa9f9d395144cf82c' }, index.h("style", { key: '3631b7dedacb5a4732a78a36ab6a4ddd772ae632' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '9496502390810c10eb60f5fad738d99ee2cbaef5', id: GenericVariables.componentWrapperId }, this.prepTextfield())));
|
|
359
359
|
}
|
|
360
360
|
disconnectedCallback() {
|
|
361
361
|
this.kupManager.dates.unregister(this);
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const fObjectField = require('./f-object-field-
|
|
7
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const fObjectField = require('./f-object-field-c4c5df13.js');
|
|
7
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
require('./f-button-c084046d.js');
|
|
10
10
|
require('./f-button-declarations-76ef9f87.js');
|
|
11
11
|
require('./f-image-7457eb26.js');
|
|
12
|
-
require('./f-text-field-
|
|
13
|
-
require('./kup-dates-
|
|
12
|
+
require('./f-text-field-9832e4ef.js');
|
|
13
|
+
require('./kup-dates-6feda954.js');
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Props of the kup-object-field component.
|
|
@@ -101,7 +101,7 @@ const KupObjectField = class {
|
|
|
101
101
|
inputValue: this.inputValue,
|
|
102
102
|
onChange: null,
|
|
103
103
|
};
|
|
104
|
-
return (index.h(index.Host, { key: '
|
|
104
|
+
return (index.h(index.Host, { key: '5eaf6b26539f0d6301e19077a29419bb91e11629' }, index.h("style", { key: '03944bfc8cd00d94e11aef6ccfc55e7ffe73f741' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e0336a46ae9b6b0cce2dbf83498508560414ecca', id: GenericVariables.componentWrapperId }, index.h(fObjectField.FObjectField, Object.assign({ key: '1f82d5ee84dedcf85d67536a2e4667bf51a70485' }, props)))));
|
|
105
105
|
}
|
|
106
106
|
disconnectedCallback() {
|
|
107
107
|
__classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.unregister(this);
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const kupDates = require('./kup-dates-
|
|
8
|
+
const kupDates = require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-pdf component.
|
|
@@ -76585,7 +76585,7 @@ const KupPdf = class {
|
|
|
76585
76585
|
catch (error) { }
|
|
76586
76586
|
}
|
|
76587
76587
|
render() {
|
|
76588
|
-
return (index.h(index.Host, { key: '
|
|
76588
|
+
return (index.h(index.Host, { key: '56dc837db190498749a7536216871f33da6fa6a5' }, index.h("div", { key: '43e4a5818a404361bc9f9f47744e798f37e02ac2', id: GenericVariables.componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
|
|
76589
76589
|
}
|
|
76590
76590
|
disconnectedCallback() {
|
|
76591
76591
|
__classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-
|
|
6
|
+
const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-593796c6.js');
|
|
7
7
|
const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
|
|
8
|
-
const kupDates = require('./kup-dates-
|
|
8
|
+
const kupDates = require('./kup-dates-6feda954.js');
|
|
9
9
|
const kupPlannerTimeFormatter = require('./kup-planner-time-formatter-b7dca3ea.js');
|
|
10
10
|
|
|
11
11
|
const CustomTooltipHOC = () => {
|
|
@@ -230,13 +230,13 @@ const KupPlannerRenderer = class {
|
|
|
230
230
|
}
|
|
231
231
|
render() {
|
|
232
232
|
var _a, _b, _c;
|
|
233
|
-
return (index.h("div", { key: '
|
|
233
|
+
return (index.h("div", { key: 'c1cc0fe4d44331b5b75fb35b0afbd913caf7f622', class: "planner-render" }, index.h("kup-switcher", { key: '3c125419b5912ff9c9b9c24adba71dda785fa01d', timeUnitChange: (timeUnit) => {
|
|
234
234
|
var _a, _b;
|
|
235
235
|
(_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
|
|
236
236
|
this.timeUnit = timeUnit;
|
|
237
237
|
this.viewDate = undefined;
|
|
238
238
|
this.scrollX = -1;
|
|
239
|
-
} }), this.props && (index.h("div", { key: '
|
|
239
|
+
} }), this.props && (index.h("div", { key: 'cf92a3212f97ec496aa30ff6b7eec91e831e4b14', style: {
|
|
240
240
|
display: 'flex',
|
|
241
241
|
flexDirection: 'column',
|
|
242
242
|
} }, index.h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: kupPlannerDeclarations.KUP_PLANNER_MAIN_GANTT_ID, key: kupPlannerDeclarations.KUP_PLANNER_MAIN_GANTT_ID, filter: this.props.mainGantt.filter, hideLabel: this.props.mainGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.mainGantt.hideDependencies, ganttHeight: this.props.mainGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.tasks, columnWidth: kupPlannerRendererHelper.columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.mainGantt.stylingOptions, { TaskListHeader: this.props.mainGantt.taskListHeaderProject, TaskListTable: this.props.mainGantt.taskListTableProject, TooltipContent: (_a = this.props.mainGantt.tooltipContent) !== null && _a !== void 0 ? _a : CustomTooltipHOC(), barClick: (task) => {
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager$1 = require('./kup-manager-
|
|
6
|
+
const kupManager$1 = require('./kup-manager-863afae7.js');
|
|
7
7
|
const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
|
-
const fTextField = require('./f-text-field-
|
|
9
|
+
const fTextField = require('./f-text-field-9832e4ef.js');
|
|
10
10
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
11
|
-
require('./kup-dates-
|
|
11
|
+
require('./kup-dates-6feda954.js');
|
|
12
12
|
require('./f-image-7457eb26.js');
|
|
13
13
|
require('./component-a6dd6c14.js');
|
|
14
14
|
|
|
@@ -647,7 +647,7 @@ const KupPlanner = class {
|
|
|
647
647
|
if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
|
|
648
648
|
plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
|
|
649
649
|
}
|
|
650
|
-
return (index.h(index.Host, { key: '
|
|
650
|
+
return (index.h(index.Host, { key: '07f4dd3d5e91864ee8f6d01705a89b3ff14a99f7' }, index.h("style", { key: '9e415c959cb6757efa80680eac6920cc19a82b89' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'fde2bd441bbf3df7a423f97bc3d5dc97cbb7f943', id: GenericVariables.componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (index.h("kup-planner-renderer", { key: 'c389726acbf2859a311ace7121423260de2b3b2c', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), index.h("div", { key: '92758b8acc38cfca30d65b405888e58f4a4bd1f1', style: { display: this.plannerProps ? 'none' : '' } }, index.h(fTextField.FTextField, { key: '8645ce7ea69ec2e2d084a7487c691d7291de8a67', icon: kupManager$1.KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), onKeyDown: (e) => {
|
|
651
651
|
if (e.key === 'Enter') {
|
|
652
652
|
__classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
|
|
653
653
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-863afae7.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-6feda954.js');
|
|
9
9
|
|
|
10
10
|
const KupProbe = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -239,7 +239,7 @@ const KupProbe = class {
|
|
|
239
239
|
if (this.features.theme) {
|
|
240
240
|
customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
|
|
241
241
|
}
|
|
242
|
-
return (index.h(index.Host, { key: '
|
|
242
|
+
return (index.h(index.Host, { key: '62508785a36efee2c2e6496aad81384ee7e3275d' }, customStyle ? index.h("style", null, customStyle) : null, index.h("div", { key: 'd2a02de79960d37fb1f1286b1cee4622fe6a927e', id: GenericVariables.componentWrapperId }, this.content)));
|
|
243
243
|
}
|
|
244
244
|
disconnectedCallback() {
|
|
245
245
|
if (this.features.language) {
|