@sme.up/ketchup 10.3.3 → 10.3.5
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-7a2faf7a.js → f-cell-e5ff9c98.js} +38 -11
- package/dist/cjs/{f-chip-f2d6124b.js → f-chip-f35c1b42.js} +11 -2
- package/dist/cjs/{f-object-field-3810f288.js → f-object-field-04065abd.js} +2 -2
- package/dist/cjs/{f-paginator-utils-3855e84c.js → f-paginator-utils-3ada5c71.js} +1 -1
- package/dist/cjs/{f-text-field-a34a5979.js → f-text-field-0eda27cd.js} +1 -1
- package/dist/cjs/index-c7d441d8.js +2 -6
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
- package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_30.cjs.entry.js} +1611 -1179
- package/dist/cjs/kup-box.cjs.entry.js +9 -9
- package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
- package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-cell.cjs.entry.js +6 -6
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
- package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
- package/dist/cjs/{kup-data-table-helper-f53032e7.js → kup-data-table-helper-0b79fb90.js} +2 -2
- package/dist/cjs/{kup-dates-bc4cf9d0.js → kup-dates-8619368a.js} +3 -7
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-editor.cjs.entry.js +45 -35
- package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
- 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 +25 -16
- 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-c70d3188.js → kup-manager-5cdad0f5.js} +42 -16
- 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-63478d1c.js → kup-planner-renderer-helper-eaca3f99.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/assets/debug.js +9 -2536
- package/dist/collection/assets/editor-example-1.js +27 -0
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +54 -8
- package/dist/collection/components/kup-box/kup-box.css +19 -3
- package/dist/collection/components/kup-chip/kup-chip.js +6 -4
- package/dist/collection/components/kup-combobox/kup-combobox.js +23 -1
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table.css +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +51 -28
- package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -1
- package/dist/collection/components/kup-editor/kup-editor.js +44 -34
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
- 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.css +4 -0
- package/dist/collection/components/kup-image-list/kup-image-list.js +65 -8
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +21 -11
- 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-tree/kup-tree.js +11 -8
- 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/f-components/f-cell/f-cell-declarations.js +2 -0
- package/dist/collection/f-components/f-cell/f-cell.js +34 -7
- package/dist/collection/f-components/f-chip/f-chip-declarations.js +1 -0
- package/dist/collection/f-components/f-chip/f-chip.js +8 -2
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +2 -2
- package/dist/collection/managers/kup-data/kup-data-declarations.js +5 -0
- package/dist/collection/managers/kup-data/kup-data.js +2 -0
- package/dist/collection/managers/kup-dates/kup-dates.js +3 -7
- package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
- package/dist/collection/utils/cell-utils.js +21 -7
- package/dist/collection/utils/filters/filters.js +7 -4
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +3 -4
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +25 -20
- package/dist/components/kup-activity-timeline.js +25 -20
- 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 +26 -21
- package/dist/components/kup-card-list.js +27 -22
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +25 -20
- 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 +25 -20
- 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 +25 -20
- 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 +29 -24
- 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 +26 -21
- package/dist/components/kup-iframe.js +25 -20
- package/dist/components/kup-image-list.js +1 -565
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +46 -32
- package/dist/components/kup-lazy.js +36 -31
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +32 -27
- package/dist/components/kup-nav-bar.js +26 -21
- package/dist/components/kup-numeric-picker.js +26 -21
- package/dist/components/kup-object-field.js +26 -21
- package/dist/components/kup-pdf.js +26 -21
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +47 -42
- package/dist/components/kup-probe.js +26 -21
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +26 -21
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +26 -21
- 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 +26 -21
- package/dist/components/kup-typography-list.js +26 -21
- package/dist/components/kup-typography.js +27 -22
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-7bdb5142.js → p-03924c38.js} +69 -54
- package/dist/components/{p-6992b96f.js → p-28774fba.js} +4 -4
- package/dist/components/{p-de04aef6.js → p-28f24feb.js} +17 -17
- package/dist/components/{p-6bfda249.js → p-33cf89e0.js} +1 -1
- package/dist/components/{p-8472facf.js → p-34ed7a73.js} +2 -2
- package/dist/components/{p-286915d4.js → p-3901ad05.js} +25 -20
- package/dist/components/{p-0e85ab66.js → p-394a36af.js} +3 -3
- package/dist/components/{p-55542b47.js → p-46ec5845.js} +1 -1
- package/dist/components/{p-67ba8cd7.js → p-5579a90c.js} +1 -1
- package/dist/components/{p-c7c7f760.js → p-57a120a5.js} +1 -1
- package/dist/components/{p-c325da75.js → p-5db0bb55.js} +4 -4
- package/dist/components/{p-3b4cdace.js → p-7aa9d49d.js} +7 -7
- package/dist/components/{p-a22e5ee4.js → p-80b94551.js} +25 -20
- package/dist/components/{p-3ba7c133.js → p-89ff2fea.js} +26 -21
- package/dist/components/{p-1581348d.js → p-9d9181cf.js} +3 -7
- package/dist/components/{p-97053b4d.js → p-af0a6cfe.js} +2 -2
- package/dist/components/{p-d0e33e04.js → p-b45eb398.js} +14 -14
- package/dist/components/{p-f2e153e3.js → p-b87bd975.js} +5 -5
- package/dist/components/{p-d7136d08.js → p-d3a8c2ba.js} +2 -2
- package/dist/components/{p-bd3047ee.js → p-daa07bb7.js} +1 -1
- package/dist/components/{p-55fda958.js → p-dd93c5e7.js} +1553 -759
- package/dist/components/{p-9859e801.js → p-df77b97b.js} +43 -17
- package/dist/esm/{f-cell-ae0c965d.js → f-cell-d72f5a9c.js} +38 -11
- package/dist/esm/{f-chip-29242e70.js → f-chip-663db488.js} +11 -2
- package/dist/esm/{f-object-field-75069ac2.js → f-object-field-afe7604f.js} +2 -2
- package/dist/esm/{f-paginator-utils-212f93c3.js → f-paginator-utils-b6924c55.js} +1 -1
- package/dist/esm/{f-text-field-ebe023fb.js → f-text-field-40f1ad00.js} +1 -1
- package/dist/esm/index-9b0f4a0d.js +2 -6
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-activity-timeline.entry.js +3 -3
- package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_30.entry.js} +1611 -1180
- package/dist/esm/kup-box.entry.js +9 -9
- package/dist/esm/kup-calendar.entry.js +3 -3
- package/dist/esm/kup-card-list.entry.js +2 -2
- package/dist/esm/kup-cell.entry.js +6 -6
- package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
- package/dist/esm/kup-dashboard.entry.js +3 -3
- package/dist/esm/{kup-data-table-helper-ca11e6e9.js → kup-data-table-helper-8f020338.js} +2 -2
- package/dist/esm/{kup-dates-da19044e.js → kup-dates-77f1a451.js} +3 -7
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-editor.entry.js +45 -35
- package/dist/esm/kup-family-tree.entry.js +4 -4
- 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 +25 -16
- package/dist/esm/kup-lazy.entry.js +13 -13
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-63a8048f.js → kup-manager-b367be3b.js} +43 -17
- 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-4952d0a1.js → kup-planner-renderer-helper-373880b5.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-9b200a90.entry.js → p-006b5782.entry.js} +1 -1
- package/dist/ketchup/p-058def11.entry.js +1 -0
- package/dist/ketchup/{p-5bf3d60d.entry.js → p-0666ba27.entry.js} +1 -1
- package/dist/ketchup/{p-b91e3bae.entry.js → p-17b25b3d.entry.js} +1 -1
- package/dist/ketchup/{p-4365fbd3.entry.js → p-26206b66.entry.js} +3 -3
- package/dist/ketchup/{p-bc789017.entry.js → p-26a20d81.entry.js} +1 -1
- package/dist/ketchup/p-2958b4e6.entry.js +8 -0
- package/dist/ketchup/{p-e705eb4a.js → p-2e012afe.js} +1 -1
- package/dist/ketchup/{p-6f1dec16.entry.js → p-32ced542.entry.js} +1 -1
- package/dist/ketchup/{p-6b529a6f.entry.js → p-43bfca60.entry.js} +2 -2
- package/dist/ketchup/{p-11e54526.entry.js → p-4735c623.entry.js} +1 -1
- package/dist/ketchup/{p-8ba1d444.entry.js → p-4af4b7d3.entry.js} +1 -1
- package/dist/ketchup/{p-e7293ae8.entry.js → p-4c8edfb1.entry.js} +1 -1
- package/dist/ketchup/{p-610faea9.js → p-51cc836a.js} +1 -1
- package/dist/ketchup/{p-43f12940.entry.js → p-5bf264dd.entry.js} +1 -1
- package/dist/ketchup/{p-0f9b546a.js → p-5f645f29.js} +1 -1
- package/dist/ketchup/{p-fb7c0958.entry.js → p-62edfd5a.entry.js} +1 -1
- package/dist/ketchup/p-6b185239.entry.js +1 -0
- package/dist/ketchup/{p-a2d40711.entry.js → p-6e6d3296.entry.js} +1 -1
- package/dist/ketchup/{p-260587c5.entry.js → p-75deebdb.entry.js} +1 -1
- package/dist/ketchup/{p-7dfc42f0.entry.js → p-8bc2888a.entry.js} +1 -1
- package/dist/ketchup/p-8be7a37f.js +1 -0
- package/dist/ketchup/{p-9baa1d6d.entry.js → p-928adf93.entry.js} +1 -1
- package/dist/ketchup/{p-434f2c39.entry.js → p-941beedb.entry.js} +1 -1
- package/dist/ketchup/{p-7b326bde.entry.js → p-9c13c092.entry.js} +1 -1
- package/dist/ketchup/{p-b068a383.entry.js → p-9ff4c3e5.entry.js} +1 -1
- package/dist/ketchup/{p-eb090acd.entry.js → p-b0550f15.entry.js} +2 -2
- package/dist/ketchup/p-b39c7a22.js +1 -0
- package/dist/ketchup/{p-c8cd012e.entry.js → p-b9350213.entry.js} +1 -1
- package/dist/ketchup/{p-4677cfd1.entry.js → p-c0928fec.entry.js} +1 -1
- package/dist/ketchup/{p-4cfa35bc.js → p-c109ce22.js} +1 -1
- package/dist/ketchup/{p-d84e4e90.entry.js → p-c2531d28.entry.js} +1 -1
- package/dist/ketchup/{p-1ee561ba.js → p-cabebabc.js} +1 -1
- package/dist/ketchup/p-d49f1a0d.js +1 -0
- package/dist/ketchup/{p-8610d5b5.js → p-d696e519.js} +3 -3
- package/dist/ketchup/{p-3533879b.entry.js → p-def6d8b4.entry.js} +1 -1
- package/dist/ketchup/p-eb771c1b.entry.js +1 -0
- package/dist/ketchup/{p-81743364.entry.js → p-ebf955a8.entry.js} +1 -1
- package/dist/ketchup/{p-f87b7768.entry.js → p-ec1129bf.entry.js} +1 -1
- package/dist/ketchup/{p-fe42ae2d.entry.js → p-f2bfb53c.entry.js} +1 -1
- package/dist/ketchup/{p-6c41cd20.entry.js → p-fac09a35.entry.js} +1 -1
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +6 -1
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +4 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -1
- package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -2
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +11 -0
- package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +1 -4
- package/dist/types/components.d.ts +39 -1
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
- package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +3 -0
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +5 -1
- package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
- package/dist/types/utils/cell-utils.d.ts +1 -1
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -2
- package/package.json +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +0 -404
- package/dist/esm/kup-image-list.entry.js +0 -400
- package/dist/ketchup/p-102d35b1.js +0 -1
- package/dist/ketchup/p-4a64f9f2.entry.js +0 -1
- package/dist/ketchup/p-5d28e8e0.entry.js +0 -8
- package/dist/ketchup/p-7375d456.js +0 -1
- package/dist/ketchup/p-93541362.entry.js +0 -1
- package/dist/ketchup/p-b6beace3.entry.js +0 -1
- package/dist/ketchup/p-da694791.js +0 -1
- package/dist/ketchup/p-fb82cad9.entry.js +0 -1
|
@@ -3,20 +3,20 @@
|
|
|
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
|
-
const kupDataTableHelper = require('./kup-data-table-helper-
|
|
6
|
+
const kupManager = require('./kup-manager-5cdad0f5.js');
|
|
7
|
+
const kupDataTableHelper = require('./kup-data-table-helper-0b79fb90.js');
|
|
8
8
|
const fImage = require('./f-image-db10b066.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
9
|
+
const fChip = require('./f-chip-f35c1b42.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
|
-
const fCell = require('./f-cell-
|
|
12
|
-
const fPaginatorUtils = require('./f-paginator-utils-
|
|
11
|
+
const fCell = require('./f-cell-e5ff9c98.js');
|
|
12
|
+
const fPaginatorUtils = require('./f-paginator-utils-3ada5c71.js');
|
|
13
13
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
14
|
-
require('./kup-dates-
|
|
14
|
+
require('./kup-dates-8619368a.js');
|
|
15
15
|
require('./f-button-bfafefb3.js');
|
|
16
16
|
require('./f-button-declarations-76ef9f87.js');
|
|
17
17
|
require('./f-checkbox-aaa6d45c.js');
|
|
18
|
-
require('./f-object-field-
|
|
19
|
-
require('./f-text-field-
|
|
18
|
+
require('./f-object-field-04065abd.js');
|
|
19
|
+
require('./f-text-field-0eda27cd.js');
|
|
20
20
|
require('./component-a6dd6c14.js');
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -82,7 +82,7 @@ class KupBoxState {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
const kupBoxCss = ".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}:host{--kup_box_background_color:var(--kup-box-background-color
|
|
85
|
+
const kupBoxCss = ".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}:host{--kup_box_background_color:var(\n --kup-box-background-color,\n var(--kup-layer-1)\n );--kup_box_background_color_hover:var(\n --kup-box-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_box_background_color_selected:var(\n --kup-box-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_box_text_color:var(--kup-box-text-color, var(--kup-text-secondary));--kup_box_grid_gap:var(--kup-box-grid-gap, var(--kup-space-03));--kup_box_transition:var(--kup-box-transition, 0.25s);--kup_box_border_color_drag:var(\n --kup-box-border-color-drag,\n var(--kup-border-interactive)\n );display:block;--kup_box_padding:var(--kup-box-padding, var(--kup-space-05));--kup_box_border_radius:var(--kup-box-border-radius, var(--kup-radius-00));--kup_box_border_color:var(\n --kup-box-border-color,\n var(--kup-primary-color-60)\n );--kup_box_border_width:var(--kup-box-border-width, 0);--kup_box_border_style:var(--kup-box-border-style, none)}.box-component{transition:border var(--kup_box_transition) ease}.box-component[kup-drag-over]{position:relative;border:3px dashed var(--kup_box_border_color_drag)}#box-container{display:grid;grid-gap:var(--kup_box_grid_gap);color:var(--kup_box_text_color);overflow:auto}#box-container.is-kanban .kanban-section{overflow:auto}#box-container.is-kanban .box-wrapper{padding-top:1em}#box-container.is-kanban .box-wrapper .box{overflow:auto}#box-container *:not(.progress-bar-percentage){box-sizing:border-box}#box-container .box-wrapper{display:flex;align-items:center;background-color:var(--kup_box_background_color);border-radius:var(--kup_box_border_radius);border-color:var(--kup_box_border_color);border-width:var(--kup_box_border_width);border-style:var(--kup_box_border_style)}#box-container .box-wrapper:hover{background-color:var(--kup_box_background_color_hover)}#box-container .box-wrapper.selected{background-color:var(--kup_box_background_color_selected)}#box-container .box-wrapper.selected .box-section.titled>h3{background-color:transparent}#box-container .box-wrapper .box{flex-grow:1;cursor:pointer;position:relative;display:flex;padding:var(--kup_box_padding);transition:background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease}#box-container .box-wrapper .box.draggable{touch-action:none;user-select:none}#box-container .box-wrapper .box.column{flex-direction:column}#box-container .box-wrapper .box[kup-draggable]{opacity:0.5}#box-container .box-wrapper .box[kup-drag-over]{border:3px dashed var(--kup_box_border_color_drag);position:relative;z-index:2}#box-container .box-wrapper .box .box-section{display:flex;flex-direction:row;flex:1 1 1%;flex-wrap:wrap}#box-container .box-wrapper .box .box-section.column{flex-direction:column;justify-content:center;flex-wrap:unset}#box-container .box-wrapper .box .box-section.column>.box-section{flex:0 0 auto}#box-container .box-wrapper .box .box-section.grid{display:grid}#box-container .box-wrapper .box .box-section .box-object{min-height:16px}#box-container .box-wrapper .box .box-section .box-object img{height:auto}#box-container .box-wrapper .box .box-section.collapse-section .header{border-top:1px solid var(--kup-border-subtle);color:rgba(var(--kup-text-secondary-rgb), 0.75);display:flex;justify-content:space-around;width:100%}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content{margin:0.5em;display:flex;align-items:center}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image{transition:transform 0.15s}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled{transform:rotate(-180deg)}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon{margin:0;-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}#box-container .box-wrapper .box .box-section.collapse-section .content{display:none;width:100%}#box-container .box-wrapper .box .box-section.collapse-section.open .content{display:block}#box-container .box-wrapper .box .box-section.titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}#box-container .box-wrapper .box .box-section.titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}#box-container .box-wrapper .box .box-selection{position:absolute;top:0.5em;right:0.5em;z-index:1}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler{position:relative;width:24px;height:24px;margin-left:3px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler svg{cursor:pointer;opacity:0;fill:var(--kup-text-color);transition:opacity 300ms ease-out}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu{background:var(--kup-background-color);border:1px solid var(--kup-border-subtle);box-shadow:0px 0px 7.5px 0px rgba(128, 128, 128, 0.5);position:absolute;top:0;right:24px;display:none;z-index:10}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul{list-style-type:none;margin:0;padding:0}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li{cursor:pointer;white-space:nowrap;padding:0 12px;display:flex;align-items:center;line-height:30px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li:not(:last-child){border-bottom:1px solid var(--kup-border-subtle)}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu.open{display:block}#box-container .box-wrapper:hover .row-actions-wrapper .row-actions-toggler svg{opacity:1}#sort-panel,#global-filter{margin-bottom:1em}:host(.kup-center-aligned) #kup-component .box-section{text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell img{margin:auto}:host(.kup-right-aligned) #kup-component .box-section{text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell img{margin-left:auto;margin-right:0}:host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-start}:host(.kup-bottom-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-end}:host(.kup-flat-on-hover) #box-container .box-wrapper .box:hover{box-shadow:none}:host(.kup-shaped) .box{border-radius:10px}:host(.kup-round) .box{border-radius:25px}:host(.kup-dashed-sections) .box-section{border:2px dashed var(--kup-text-color)}:host(:not(.kup-paddingless)) #box-container .box .box-section .box-object{padding:1px 4px}:host(:not(.kup-paddingless)) #box-container .box .box-section.last-child{padding:3px 4px}:host(.kup-danger){--kup-box-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-box-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-box-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-box-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-box-primary-color-rgb:var(--kup-warning-color-rgb)}";
|
|
86
86
|
const KupBoxStyle0 = kupBoxCss;
|
|
87
87
|
|
|
88
88
|
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$4 = require('./index-c7d441d8.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-bfafefb3.js');
|
|
9
|
-
const fChip = require('./f-chip-
|
|
10
|
-
const kupDates = require('./kup-dates-
|
|
9
|
+
const fChip = require('./f-chip-f35c1b42.js');
|
|
10
|
+
const kupDates = require('./kup-dates-8619368a.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-db10b066.js');
|
|
13
13
|
|
|
@@ -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-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-8619368a.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-card-list component.
|
|
@@ -3,17 +3,17 @@
|
|
|
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-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-bfafefb3.js');
|
|
9
|
-
const fCell = require('./f-cell-
|
|
10
|
-
require('./kup-dates-
|
|
9
|
+
const fCell = require('./f-cell-e5ff9c98.js');
|
|
10
|
+
require('./kup-dates-8619368a.js');
|
|
11
11
|
require('./f-button-declarations-76ef9f87.js');
|
|
12
12
|
require('./f-image-db10b066.js');
|
|
13
13
|
require('./f-checkbox-aaa6d45c.js');
|
|
14
|
-
require('./f-chip-
|
|
15
|
-
require('./f-object-field-
|
|
16
|
-
require('./f-text-field-
|
|
14
|
+
require('./f-chip-f35c1b42.js');
|
|
15
|
+
require('./f-object-field-04065abd.js');
|
|
16
|
+
require('./f-text-field-0eda27cd.js');
|
|
17
17
|
|
|
18
18
|
const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size: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}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
|
|
19
19
|
const KupCellStyle0 = kupCellCss;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
|
-
const kupDates = require('./kup-dates-
|
|
6
|
+
const kupDates = require('./kup-dates-8619368a.js');
|
|
7
7
|
const bar_helpers = require('./bar.helpers-c481a535.js');
|
|
8
8
|
const kupPlannerTimeFormatter = require('./kup-planner-time-formatter-b7dca3ea.js');
|
|
9
9
|
const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
|
|
@@ -21,11 +21,11 @@ const KupCustomTaskListHeader = class {
|
|
|
21
21
|
this.fontSize = undefined;
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
|
-
return (index.h("div", { key: '
|
|
24
|
+
return (index.h("div", { key: '7afe903d27c39f08ffa24b06aafdbd0d86cc99db', class: "custom-task-list-wrapper", style: {
|
|
25
25
|
height: '25px',
|
|
26
26
|
fontFamily: this.fontFamily,
|
|
27
27
|
fontSize: this.fontSize,
|
|
28
|
-
} }, index.h("div", { key: '
|
|
28
|
+
} }, index.h("div", { key: '9786f5c6cc683bed20126fd095935b1881088b1d', class: "title" }, index.h("span", { key: 'c4d4589f9ee3440fe94791b07ccb95afa769062c' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: '388a0520f64adf2d1bba10282680523c0b4d9b6c', class: "toggler" }, index.h("label", { key: '9e0f2aeec4f12ddc461e90e8090cdd1d02a4c6c6', htmlFor: "ch2", class: "switch" }, index.h("input", { key: 'd3b016d5d3435f718723ee45a81660624e526769', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: 'e9d77a0baea6b4a030f30d497e977911865c73a6', class: "slider" })), index.h("span", { key: '6acfe980e9e18d7bde234f99ba418b22a2304ae7', class: "label" }, "Previsioni")))));
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
|
|
@@ -389,11 +389,11 @@ const KupGanttCalendar = class {
|
|
|
389
389
|
this.simplifiedHeader =
|
|
390
390
|
this.singleLineHeader && this.dateSetup.viewMode !== 'year';
|
|
391
391
|
const [topValues, bottomValues] = this.getTopAndBottomValues();
|
|
392
|
-
return (index.h("svg", { key: '
|
|
392
|
+
return (index.h("svg", { key: '6969f03c8f75737ce4c42469a456069d0e3ced67', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: 'c77177ccec8559de2e61d59b3fe235843af260ab', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: 'd319809f4de45c9b9ed32c07caeb672cfcab004b', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
|
|
393
393
|
? topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
|
|
394
394
|
: topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
|
|
395
395
|
// current date indicator
|
|
396
|
-
index.h("circle", { key: '
|
|
396
|
+
index.h("circle", { key: '90b8cd4be3694ab5827a64b8bc1b66da57e0c316', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
|
|
397
397
|
}
|
|
398
398
|
};
|
|
399
399
|
KupGanttCalendar.style = KupGanttCalendarStyle0;
|
|
@@ -1449,13 +1449,13 @@ const KupGridRenderer = class {
|
|
|
1449
1449
|
// }
|
|
1450
1450
|
tickX += this.columnWidth;
|
|
1451
1451
|
}
|
|
1452
|
-
return (index.h("svg", { key: '
|
|
1452
|
+
return (index.h("svg", { key: '5ec57c1b12767c30d9bf5dff548063223f9dd865', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: 'c4ea086a80c8bdb9af3f1c5412d8a21bfbe0d8c2', class: "grid" }, index.h("g", { key: '4d5fca83f9c9773ace27ca73de0c31a260de6bf4', class: "rows" }, gridRows), index.h("g", { key: '866826ab5d44f8432505188975335992055749ef', class: "rowLines" }, rowLines), index.h("g", { key: '1ac3f9ebdc169f26ef80e1fcf32e07852fb82a53', class: "ticks" }, ticks)), index.h("g", { key: 'e609b944f5eb7cbb0ab0a76ad587bf9f0d9e9c34', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: 'c92ca47c32edfcad7a4838f81e0b3b24952110e5', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: 'f4442a4e3f6ac41a61ba2638996f6997f43a295e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: '343047f0b4e4001616bdc8ae187a220f6c612df7', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
|
|
1453
1453
|
return task.barChildren.map((child) => {
|
|
1454
1454
|
if (task.type !== 'timeline') {
|
|
1455
1455
|
this.renderKupArrow(task, child);
|
|
1456
1456
|
}
|
|
1457
1457
|
});
|
|
1458
|
-
})), index.h("g", { key: '
|
|
1458
|
+
})), index.h("g", { key: '8b6fad21ec6778cec66ab08111472c6d5c6c8cb2', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
|
|
1459
1459
|
const forbidResize = task.type === 'project';
|
|
1460
1460
|
return (index.h("g", { onKeyDown: (e) => {
|
|
1461
1461
|
switch (e.key) {
|
|
@@ -1515,7 +1515,7 @@ const KupGridRenderer = class {
|
|
|
1515
1515
|
return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
|
|
1516
1516
|
}
|
|
1517
1517
|
})()));
|
|
1518
|
-
}), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '
|
|
1518
|
+
}), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '46e057472af12f861f49755ca0635cf52178f653', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
|
|
1519
1519
|
}
|
|
1520
1520
|
static get watchers() { return {
|
|
1521
1521
|
"columnWidth": ["updateXStep"],
|
|
@@ -5,14 +5,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-c7d441d8.js');
|
|
6
6
|
const fButton = require('./f-button-bfafefb3.js');
|
|
7
7
|
const fCheckbox = require('./f-checkbox-aaa6d45c.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-0eda27cd.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
|
-
const kupManager = require('./kup-manager-
|
|
10
|
+
const kupManager = require('./kup-manager-5cdad0f5.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-76ef9f87.js');
|
|
13
13
|
require('./f-image-db10b066.js');
|
|
14
14
|
require('./component-a6dd6c14.js');
|
|
15
|
-
require('./kup-dates-
|
|
15
|
+
require('./kup-dates-8619368a.js');
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Props of the kup-dashboard component.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kupManager = require('./kup-manager-
|
|
4
|
-
const kupDates = require('./kup-dates-
|
|
3
|
+
const kupManager = require('./kup-manager-5cdad0f5.js');
|
|
4
|
+
const kupDates = require('./kup-dates-8619368a.js');
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Filtering algorithms related to column menus.
|
|
@@ -328,7 +328,7 @@ class KupDates {
|
|
|
328
328
|
* @param {dayjs.ConfigType} input - Date to be formatted.
|
|
329
329
|
* @param {string} format - Output format.
|
|
330
330
|
* @see https://day.js.org/docs/en/display/format
|
|
331
|
-
|
|
331
|
+
**/
|
|
332
332
|
format(input, format) {
|
|
333
333
|
if (!format) {
|
|
334
334
|
format = 'L'; // MM/DD/YYYY, DD/MM/YYYY depending on locale
|
|
@@ -446,12 +446,8 @@ class KupDates {
|
|
|
446
446
|
* @returns {Date} Date object.
|
|
447
447
|
*/
|
|
448
448
|
toDate(input, format) {
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
}
|
|
452
|
-
else {
|
|
453
|
-
return dayjs.utc(input).toDate();
|
|
454
|
-
}
|
|
449
|
+
const parsed = format ? dayjs.utc(input, format) : dayjs.utc(input);
|
|
450
|
+
return parsed.isValid() ? parsed.toDate() : null;
|
|
455
451
|
}
|
|
456
452
|
/**
|
|
457
453
|
* Converts the input in a Dayjs object.
|
|
@@ -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-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-8619368a.js');
|
|
9
9
|
|
|
10
10
|
const drawerClass = 'drawer';
|
|
11
11
|
/**
|
|
@@ -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-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
require('./kup-dates-
|
|
8
|
+
require('./kup-dates-8619368a.js');
|
|
9
9
|
|
|
10
10
|
/*! *****************************************************************************
|
|
11
11
|
Copyright (c) Microsoft Corporation.
|
|
@@ -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-5cdad0f5.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const kupDates = require('./kup-dates-
|
|
8
|
+
const kupDates = require('./kup-dates-8619368a.js');
|
|
9
9
|
|
|
10
10
|
var toastuiEditor = {exports: {}};
|
|
11
11
|
|
|
@@ -39122,7 +39122,7 @@ var KupEditorProps;
|
|
|
39122
39122
|
(function (KupEditorProps) {
|
|
39123
39123
|
KupEditorProps["autosaveTimer"] = "When a number is specified, the component will emit the kup-editor-save event at regular intervals. The amount of time every interval will last is specified but the prop itself.";
|
|
39124
39124
|
KupEditorProps["editorHeight"] = "Sets the height of the component.";
|
|
39125
|
-
KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\".";
|
|
39125
|
+
KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\", \"text\".";
|
|
39126
39126
|
KupEditorProps["initialValue"] = "Initializes editor with the specified string.";
|
|
39127
39127
|
KupEditorProps["isReadOnly"] = "Defaults at false. When set, When set, the editor\u2019s content can\u2019t be changed..";
|
|
39128
39128
|
KupEditorProps["selectedTab"] = "Sets the markdown editor with the specified tab. Supported values: \"preview\", \"write\".";
|
|
@@ -45892,13 +45892,14 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
|
|
|
45892
45892
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
45893
45893
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
45894
45894
|
};
|
|
45895
|
-
var _KupEditor_autosaveInterval, _KupEditor_hasChanges, _KupEditor_initialContent, _KupEditor_kupManager, _KupEditor_unsavedChangesIndex, _KupEditor_unsavedChangesItem;
|
|
45895
|
+
var _KupEditor_instances, _KupEditor_autosaveInterval, _KupEditor_hasChanges, _KupEditor_initialContent, _KupEditor_kupManager, _KupEditor_unsavedChangesIndex, _KupEditor_unsavedChangesItem, _KupEditor_textareaRef, _KupEditor_isPlainTextEditor, _KupEditor_handleUnsavedChanges;
|
|
45896
45896
|
const KupEditor = class {
|
|
45897
45897
|
constructor(hostRef) {
|
|
45898
45898
|
index.registerInstance(this, hostRef);
|
|
45899
45899
|
this.kupAutoSave = index.createEvent(this, "kup-editor-autosave", 6);
|
|
45900
45900
|
this.kupReady = index.createEvent(this, "kup-editor-ready", 6);
|
|
45901
45901
|
this.kupSave = index.createEvent(this, "kup-editor-save", 6);
|
|
45902
|
+
_KupEditor_instances.add(this);
|
|
45902
45903
|
/*-------------------------------------------------*/
|
|
45903
45904
|
/* I n t e r n a l V a r i a b l e s */
|
|
45904
45905
|
/*-------------------------------------------------*/
|
|
@@ -45915,6 +45916,7 @@ const KupEditor = class {
|
|
|
45915
45916
|
},
|
|
45916
45917
|
type: 'button',
|
|
45917
45918
|
});
|
|
45919
|
+
_KupEditor_textareaRef.set(this, void 0);
|
|
45918
45920
|
this.editor = null;
|
|
45919
45921
|
this.editorRef = undefined;
|
|
45920
45922
|
this.viewer = null;
|
|
@@ -46060,36 +46062,12 @@ const KupEditor = class {
|
|
|
46060
46062
|
async setProps(props) {
|
|
46061
46063
|
kupManager.setProps(this, KupEditorProps, props);
|
|
46062
46064
|
}
|
|
46063
|
-
/*-------------------------------------------------*/
|
|
46064
|
-
/* P r i v a t e M e t h o d s */
|
|
46065
|
-
/*-------------------------------------------------*/
|
|
46066
46065
|
createEditor() {
|
|
46067
46066
|
var _a;
|
|
46068
46067
|
const editorProps = {
|
|
46069
46068
|
el: this.editorRef,
|
|
46070
46069
|
events: {
|
|
46071
|
-
change: () =>
|
|
46072
|
-
if (__classPrivateFieldGet(this, _KupEditor_initialContent, "f") !== this.editor.getMarkdown()) {
|
|
46073
|
-
if (!__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
|
|
46074
|
-
__classPrivateFieldSet(this, _KupEditor_unsavedChangesIndex, this.editor.getUI().getToolbar().getItems()
|
|
46075
|
-
.length - 1, "f");
|
|
46076
|
-
this.editor
|
|
46077
|
-
.getUI()
|
|
46078
|
-
.getToolbar()
|
|
46079
|
-
.insertItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"), __classPrivateFieldGet(this, _KupEditor_unsavedChangesItem, "f"));
|
|
46080
|
-
}
|
|
46081
|
-
__classPrivateFieldSet(this, _KupEditor_hasChanges, true, "f");
|
|
46082
|
-
}
|
|
46083
|
-
else {
|
|
46084
|
-
if (__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
|
|
46085
|
-
this.editor
|
|
46086
|
-
.getUI()
|
|
46087
|
-
.getToolbar()
|
|
46088
|
-
.removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
|
|
46089
|
-
}
|
|
46090
|
-
__classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
|
|
46091
|
-
}
|
|
46092
|
-
},
|
|
46070
|
+
change: () => __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_handleUnsavedChanges).call(this),
|
|
46093
46071
|
focus: () => {
|
|
46094
46072
|
if (!this.isReadOnly && !this.showToolbar) {
|
|
46095
46073
|
this.showToolbar = true;
|
|
@@ -46098,7 +46076,7 @@ const KupEditor = class {
|
|
|
46098
46076
|
},
|
|
46099
46077
|
height: (_a = this.editorHeight) !== null && _a !== void 0 ? _a : 'auto',
|
|
46100
46078
|
hideModeSwitch: true,
|
|
46101
|
-
initialEditType: this.initialEditType,
|
|
46079
|
+
initialEditType: this.initialEditType === 'wysiwyg' ? 'wysiwyg' : 'markdown',
|
|
46102
46080
|
initialValue: this.initialValue,
|
|
46103
46081
|
placeholder: 'Type your text here...',
|
|
46104
46082
|
previewStyle: this.previewStyle,
|
|
@@ -46246,12 +46224,17 @@ const KupEditor = class {
|
|
|
46246
46224
|
return toolBarItems;
|
|
46247
46225
|
}
|
|
46248
46226
|
getSaveAndAutoSaveProps() {
|
|
46249
|
-
|
|
46227
|
+
const htmlValue = __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this)
|
|
46228
|
+
? __classPrivateFieldGet(this, _KupEditor_textareaRef, "f").value
|
|
46229
|
+
: this.editor.getHtml();
|
|
46230
|
+
const markdownValue = __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this)
|
|
46231
|
+
? __classPrivateFieldGet(this, _KupEditor_textareaRef, "f").value
|
|
46232
|
+
: this.editor.getMarkdown();
|
|
46250
46233
|
return {
|
|
46251
46234
|
comp: this,
|
|
46252
46235
|
id: this.rootElement.id,
|
|
46253
|
-
htmlValue
|
|
46254
|
-
markdownValue
|
|
46236
|
+
htmlValue,
|
|
46237
|
+
markdownValue,
|
|
46255
46238
|
};
|
|
46256
46239
|
}
|
|
46257
46240
|
/*-------------------------------------------------*/
|
|
@@ -46275,7 +46258,9 @@ const KupEditor = class {
|
|
|
46275
46258
|
__classPrivateFieldGet(this, _KupEditor_kupManager, "f").debug.logRender(this, true);
|
|
46276
46259
|
}
|
|
46277
46260
|
render() {
|
|
46278
|
-
return (index.h(index.Host, { key: '
|
|
46261
|
+
return (index.h(index.Host, { key: '031333deffb0732e544076f155555bb62bc53190' }, index.h("div", { key: '0f312ec339138f3a62afdf742660606526d11e70', id: GenericVariables.componentWrapperId }, index.h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }), __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this) && (index.h("textarea", { key: '0e2bc200ff30a15f624299a9577ec910134dc3d1', id: '' + this.rootElement.id + '-textarea', value: this.initialValue, ref: (el) => (__classPrivateFieldSet(this, _KupEditor_textareaRef, el, "f")), onInput: (e) => __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_handleUnsavedChanges).call(this, e.target.value), placeholder: "Type your text here...", readOnly: this.isReadOnly, style: {
|
|
46262
|
+
height: this.editorHeight || 'auto',
|
|
46263
|
+
}, class: "kup-editor-textarea" })))));
|
|
46279
46264
|
}
|
|
46280
46265
|
disconnectedCallback() {
|
|
46281
46266
|
__classPrivateFieldGet(this, _KupEditor_kupManager, "f").theme.unregister(this);
|
|
@@ -46294,6 +46279,31 @@ const KupEditor = class {
|
|
|
46294
46279
|
"autosaveTimer": ["onAutosaveTimerChanged"]
|
|
46295
46280
|
}; }
|
|
46296
46281
|
};
|
|
46297
|
-
_KupEditor_autosaveInterval = new WeakMap(), _KupEditor_hasChanges = new WeakMap(), _KupEditor_initialContent = new WeakMap(), _KupEditor_kupManager = new WeakMap(), _KupEditor_unsavedChangesIndex = new WeakMap(), _KupEditor_unsavedChangesItem = new WeakMap()
|
|
46282
|
+
_KupEditor_autosaveInterval = new WeakMap(), _KupEditor_hasChanges = new WeakMap(), _KupEditor_initialContent = new WeakMap(), _KupEditor_kupManager = new WeakMap(), _KupEditor_unsavedChangesIndex = new WeakMap(), _KupEditor_unsavedChangesItem = new WeakMap(), _KupEditor_textareaRef = new WeakMap(), _KupEditor_instances = new WeakSet(), _KupEditor_isPlainTextEditor = function _KupEditor_isPlainTextEditor() {
|
|
46283
|
+
return this.initialEditType === 'text';
|
|
46284
|
+
}, _KupEditor_handleUnsavedChanges = function _KupEditor_handleUnsavedChanges(value) {
|
|
46285
|
+
value = value !== undefined ? value : this.editor.getMarkdown();
|
|
46286
|
+
if (__classPrivateFieldGet(this, _KupEditor_textareaRef, "f")) {
|
|
46287
|
+
if (__classPrivateFieldGet(this, _KupEditor_initialContent, "f") !== value) {
|
|
46288
|
+
if (!__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
|
|
46289
|
+
__classPrivateFieldSet(this, _KupEditor_unsavedChangesIndex, this.editor.getUI().getToolbar().getItems().length - 1, "f");
|
|
46290
|
+
this.editor
|
|
46291
|
+
.getUI()
|
|
46292
|
+
.getToolbar()
|
|
46293
|
+
.insertItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"), __classPrivateFieldGet(this, _KupEditor_unsavedChangesItem, "f"));
|
|
46294
|
+
}
|
|
46295
|
+
__classPrivateFieldSet(this, _KupEditor_hasChanges, true, "f");
|
|
46296
|
+
}
|
|
46297
|
+
else {
|
|
46298
|
+
if (__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
|
|
46299
|
+
this.editor
|
|
46300
|
+
.getUI()
|
|
46301
|
+
.getToolbar()
|
|
46302
|
+
.removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
|
|
46303
|
+
}
|
|
46304
|
+
__classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
|
|
46305
|
+
}
|
|
46306
|
+
}
|
|
46307
|
+
};
|
|
46298
46308
|
|
|
46299
46309
|
exports.kup_editor = KupEditor;
|
|
@@ -6,9 +6,9 @@ const index = require('./index-c7d441d8.js');
|
|
|
6
6
|
const fButton = require('./f-button-bfafefb3.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
|
|
8
8
|
const fImage = require('./f-image-db10b066.js');
|
|
9
|
-
const kupManager = require('./kup-manager-
|
|
9
|
+
const kupManager = require('./kup-manager-5cdad0f5.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
|
-
require('./kup-dates-
|
|
11
|
+
require('./kup-dates-8619368a.js');
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Props of the kup-family-tree component.
|
|
@@ -174,12 +174,12 @@ const KupFamilyTree = class {
|
|
|
174
174
|
__classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").debug.logRender(this, true);
|
|
175
175
|
}
|
|
176
176
|
render() {
|
|
177
|
-
return (index.h(index.Host, { key: '
|
|
177
|
+
return (index.h(index.Host, { key: '4c4b1e324af112481cf07385a41b645cd61d55bd', onDrag: (e) => e.preventDefault(), onPointerDown: (e) => {
|
|
178
178
|
e.preventDefault();
|
|
179
179
|
__classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_startPanning).call(this, e);
|
|
180
180
|
}, onWheel: (e) => {
|
|
181
181
|
__classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_zoomTree).call(this, e);
|
|
182
|
-
} }, index.h("style", { key: '
|
|
182
|
+
} }, index.h("style", { key: '1a78eadb1ec514d7144499d24b31e7c159cb4330' }, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'fdae258f4384af40bb13232a15633fec74aa8fe2', id: GenericVariables.componentWrapperId }, __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_createTree).call(this))));
|
|
183
183
|
}
|
|
184
184
|
disconnectedCallback() {
|
|
185
185
|
__classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").language.unregister(this);
|