@sme.up/ketchup 9.6.2 → 9.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-button-4c346ca8.js → f-button-89de2403.js} +2 -2
- package/dist/cjs/{f-cell-8f3d12fd.js → f-cell-75dbd6eb.js} +31 -9
- package/dist/cjs/{f-checkbox-bfa92ebe.js → f-checkbox-1fa28e76.js} +1 -1
- package/dist/cjs/{f-chip-a6c800be.js → f-chip-08857345.js} +3 -3
- package/dist/cjs/{f-image-40476fa6.js → f-image-a41d7f1e.js} +2 -2
- package/dist/cjs/{f-paginator-utils-c652ceaa.js → f-paginator-utils-ff07301e.js} +7 -4
- package/dist/cjs/{f-text-field-1f77ef23.js → f-text-field-eb207a83.js} +2 -2
- package/dist/cjs/{index-db0a6be6.js → index-958d0399.js} +21 -26
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +86 -85
- package/dist/cjs/kup-box.cjs.entry.js +60 -20
- package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
- package/dist/cjs/kup-card-list.cjs.entry.js +4 -4
- package/dist/cjs/kup-cell.cjs.entry.js +10 -10
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +13 -13
- package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
- package/dist/cjs/{kup-dates-4aa560f0.js → kup-dates-e22ee32c.js} +46 -8
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
- package/dist/cjs/kup-echart.cjs.entry.js +4 -4
- package/dist/cjs/kup-editor.cjs.entry.js +3 -3
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- package/dist/cjs/kup-gantt_10.cjs.entry.js +37 -31
- package/dist/cjs/kup-grid.cjs.entry.js +4 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
- package/dist/cjs/kup-image-list.cjs.entry.js +138 -50
- package/dist/cjs/kup-input-panel.cjs.entry.js +298 -0
- package/dist/cjs/kup-lazy.cjs.entry.js +15 -15
- package/dist/cjs/kup-magic-box.cjs.entry.js +8 -8
- package/dist/cjs/{kup-manager-08f1585b.js → kup-manager-abfe4ddd.js} +639 -33
- package/dist/cjs/kup-nav-bar.cjs.entry.js +5 -5
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-pdf.cjs.entry.js +76600 -0
- package/dist/cjs/kup-photo-frame.cjs.entry.js +6 -6
- package/dist/cjs/{kup-planner-renderer-helper-f0c869d7.js → kup-planner-renderer-helper-9f776d6e.js} +3 -23
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +13 -6
- package/dist/cjs/kup-planner.cjs.entry.js +12 -6
- package/dist/cjs/kup-probe.cjs.entry.js +4 -4
- package/dist/cjs/kup-qlik.cjs.entry.js +5 -5
- package/dist/cjs/kup-snackbar.cjs.entry.js +7 -7
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/data-table.js +7 -2
- package/dist/collection/assets/image-list.js +20 -0
- package/dist/collection/assets/index.js +12 -0
- package/dist/collection/assets/input-panel.js +249 -0
- package/dist/collection/assets/pdf.js +15 -0
- package/dist/collection/assets/planner-example-6.js +983 -0
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/kup-accordion/kup-accordion.css +128 -0
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +128 -0
- package/dist/collection/components/kup-badge/kup-badge.css +128 -0
- package/dist/collection/components/kup-box/kup-box.css +128 -0
- package/dist/collection/components/kup-box/kup-box.js +49 -9
- package/dist/collection/components/kup-button/kup-button.css +128 -0
- package/dist/collection/components/kup-button-list/kup-button-list.css +128 -0
- package/dist/collection/components/kup-calendar/kup-calendar.css +128 -0
- package/dist/collection/components/kup-card/kup-card.css +128 -0
- package/dist/collection/components/kup-card-list/kup-card-list.css +128 -0
- package/dist/collection/components/kup-cell/kup-cell.css +128 -0
- package/dist/collection/components/kup-chart/kup-chart.css +128 -0
- package/dist/collection/components/kup-checkbox/kup-checkbox.css +128 -0
- package/dist/collection/components/kup-chip/kup-chip.css +128 -0
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +128 -0
- package/dist/collection/components/kup-combobox/kup-combobox.css +128 -0
- package/dist/collection/components/kup-dashboard/kup-dashboard.css +128 -0
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.css +133 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +28 -9
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +128 -0
- package/dist/collection/components/kup-dialog/kup-dialog.css +128 -0
- package/dist/collection/components/kup-drawer/kup-drawer.css +128 -0
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +128 -0
- package/dist/collection/components/kup-echart/kup-echart.css +128 -0
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +128 -0
- package/dist/collection/components/kup-form/kup-form.css +128 -0
- package/dist/collection/components/kup-gauge/kup-gauge.css +128 -0
- package/dist/collection/components/kup-grid/kup-grid.css +128 -0
- package/dist/collection/components/kup-iframe/kup-iframe.css +128 -0
- package/dist/collection/components/kup-image/kup-image.css +128 -0
- package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +2 -0
- package/dist/collection/components/kup-image-list/kup-image-list.css +158 -18
- package/dist/collection/components/kup-image-list/kup-image-list.js +175 -46
- package/dist/collection/components/kup-input-panel/kup-input-panel-declarations.js +8 -0
- package/dist/collection/components/kup-input-panel/kup-input-panel.css +132 -0
- package/dist/collection/components/kup-input-panel/kup-input-panel.e2e.js +305 -0
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +522 -0
- package/dist/collection/components/kup-lazy/kup-lazy.css +128 -0
- package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
- package/dist/collection/components/kup-list/kup-list.css +128 -0
- package/dist/collection/components/kup-list/kup-list.js +1 -1
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +128 -0
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +128 -0
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +128 -0
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
- package/dist/collection/components/kup-pdf/kup-pdf-declarations.js +8 -0
- package/dist/collection/components/kup-pdf/kup-pdf.css +169 -0
- package/dist/collection/components/kup-pdf/kup-pdf.js +262 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +128 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
- package/dist/collection/components/kup-planner/kup-planner.css +128 -0
- package/dist/collection/components/kup-planner/kup-planner.js +7 -1
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +128 -0
- package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
- package/dist/collection/components/kup-planner/utils/gantt-table.module.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +29 -2
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +2 -2
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +2 -22
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +37 -4
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +128 -0
- 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.css +128 -0
- 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.css +128 -0
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +128 -0
- 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.css +128 -0
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
- package/dist/collection/components/kup-qlik/kup-qlik.css +128 -0
- package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
- package/dist/collection/components/kup-radio/kup-radio.css +128 -0
- package/dist/collection/components/kup-rating/kup-rating.css +128 -0
- package/dist/collection/components/kup-rating/kup-rating.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +128 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
- package/dist/collection/components/kup-spinner/kup-spinner.css +128 -0
- package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
- package/dist/collection/components/kup-switch/kup-switch.css +128 -0
- package/dist/collection/components/kup-switch/kup-switch.js +1 -1
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +128 -0
- package/dist/collection/components/kup-text-field/kup-text-field.css +128 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +128 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
- package/dist/collection/components/kup-tree/kup-tree.css +128 -0
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
- package/dist/collection/f-components/f-cell/f-cell.js +25 -2
- package/dist/collection/f-components/f-paginator/f-paginator.js +3 -0
- package/dist/collection/managers/kup-dates/kup-dates.js +18 -8
- package/dist/collection/managers/kup-interact/kup-interact.js +7 -0
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +7 -0
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/collection/utils/cell-utils.js +2 -2
- package/dist/components/custom-task-list-header.js +3 -3
- package/dist/components/custom-task-list-table.js +2 -2
- package/dist/components/kup-accordion.js +1 -1
- package/dist/components/kup-autocomplete2.js +105 -78
- package/dist/components/kup-box2.js +51 -11
- package/dist/components/kup-calendar.js +2 -2
- package/dist/components/kup-card-list.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-dates.js +45 -9
- package/dist/components/kup-drawer.js +1 -1
- package/dist/components/kup-echart2.js +2 -2
- package/dist/components/kup-family-tree.js +1 -1
- package/dist/components/kup-gantt-calendar2.js +2 -2
- package/dist/components/kup-gantt2.js +11 -4
- package/dist/components/kup-grid-renderer2.js +3 -3
- package/dist/components/kup-grid2.js +2 -2
- package/dist/components/kup-horizontal-scroll2.js +3 -3
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +132 -42
- package/dist/components/kup-input-panel.d.ts +11 -0
- package/dist/components/kup-input-panel.js +449 -0
- package/dist/components/kup-lazy.js +12 -12
- package/dist/components/kup-magic-box.js +5 -5
- package/dist/components/kup-manager.js +638 -32
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +3 -3
- package/dist/components/kup-pdf.d.ts +11 -0
- package/dist/components/kup-pdf.js +76756 -0
- package/dist/components/kup-photo-frame.js +3 -3
- package/dist/components/kup-planner-renderer-helper.js +2 -22
- package/dist/components/kup-planner-renderer2.js +12 -4
- package/dist/components/kup-planner.js +8 -2
- package/dist/components/kup-probe.js +1 -1
- package/dist/components/kup-qlik.js +2 -2
- package/dist/components/kup-snackbar.js +2 -2
- package/dist/components/kup-standard-tooltip2.js +2 -2
- package/dist/components/kup-switcher2.js +2 -2
- package/dist/components/kup-task-gantt2.js +2 -2
- package/dist/components/kup-task-list-header2.js +8 -8
- package/dist/components/kup-task-list-table2.js +2 -2
- package/dist/components/kup-task-list2.js +2 -2
- package/dist/components/kup-tooltip2.js +2 -2
- package/dist/components/kup-vertical-scroll2.js +3 -3
- package/dist/esm/{f-button-90a7ea86.js → f-button-1eebd42e.js} +2 -2
- package/dist/esm/{f-cell-fdd338c5.js → f-cell-af19d5c7.js} +31 -9
- package/dist/esm/{f-checkbox-fdf27ce9.js → f-checkbox-ddb6234e.js} +1 -1
- package/dist/esm/{f-chip-4e6341a6.js → f-chip-9e5fdb25.js} +3 -3
- package/dist/esm/{f-image-5210f0b3.js → f-image-1e1ed567.js} +2 -2
- package/dist/esm/{f-paginator-utils-3f179999.js → f-paginator-utils-dede029b.js} +7 -4
- package/dist/esm/{f-text-field-8429a853.js → f-text-field-802b45fb.js} +2 -2
- package/dist/esm/{index-bbef9f2a.js → index-460631fd.js} +21 -26
- package/dist/esm/index.js +3 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +86 -85
- package/dist/esm/kup-box.entry.js +60 -20
- package/dist/esm/kup-calendar.entry.js +7 -7
- package/dist/esm/kup-card-list.entry.js +4 -4
- package/dist/esm/kup-cell.entry.js +10 -10
- package/dist/esm/kup-custom-task-list-header_4.entry.js +13 -13
- package/dist/esm/kup-dashboard.entry.js +8 -8
- package/dist/esm/{kup-dates-172954df.js → kup-dates-26a56bf7.js} +45 -9
- package/dist/esm/kup-drawer.entry.js +4 -4
- package/dist/esm/kup-echart.entry.js +4 -4
- package/dist/esm/kup-editor.entry.js +3 -3
- package/dist/esm/kup-family-tree.entry.js +6 -6
- package/dist/esm/kup-gantt_10.entry.js +37 -31
- package/dist/esm/kup-grid.entry.js +4 -4
- package/dist/esm/kup-iframe.entry.js +4 -4
- package/dist/esm/kup-image-list.entry.js +138 -50
- package/dist/esm/kup-input-panel.entry.js +294 -0
- package/dist/esm/kup-lazy.entry.js +15 -15
- package/dist/esm/kup-magic-box.entry.js +8 -8
- package/dist/esm/{kup-manager-8b39f876.js → kup-manager-dd24fb5a.js} +639 -33
- package/dist/esm/kup-nav-bar.entry.js +5 -5
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-pdf.entry.js +76596 -0
- package/dist/esm/kup-photo-frame.entry.js +6 -6
- package/dist/esm/{kup-planner-renderer-helper-5d97e075.js → kup-planner-renderer-helper-b4727e44.js} +3 -23
- package/dist/esm/kup-planner-renderer.entry.js +13 -6
- package/dist/esm/kup-planner.entry.js +12 -6
- package/dist/esm/kup-probe.entry.js +4 -4
- package/dist/esm/kup-qlik.entry.js +5 -5
- package/dist/esm/kup-snackbar.entry.js +7 -7
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-14943de9.entry.js +1 -0
- package/dist/ketchup/p-158076de.entry.js +1 -0
- package/dist/ketchup/p-180cd7ab.entry.js +1 -0
- package/dist/ketchup/p-19a13672.entry.js +1 -0
- package/dist/ketchup/p-201f8d7b.entry.js +1 -0
- package/dist/ketchup/p-26d42b88.entry.js +1 -0
- package/dist/ketchup/{p-35d503e2.js → p-2d4a9235.js} +1 -1
- package/dist/ketchup/p-2e04042b.entry.js +1 -0
- package/dist/ketchup/{p-4c20fefd.entry.js → p-34d70475.entry.js} +1 -1
- package/dist/ketchup/p-3b544027.entry.js +1 -0
- package/dist/ketchup/{p-82694fad.entry.js → p-43ce397b.entry.js} +1 -1
- package/dist/ketchup/p-47040db6.js +2 -0
- package/dist/ketchup/p-489af77f.entry.js +1 -0
- package/dist/ketchup/{p-4eb70dd2.entry.js → p-4f69f6f9.entry.js} +4 -4
- package/dist/ketchup/{p-5e16c9d3.js → p-61e8d573.js} +1 -1
- package/dist/ketchup/p-636be6f1.entry.js +16 -0
- package/dist/ketchup/p-63c141d9.entry.js +1 -0
- package/dist/ketchup/p-6972fa0c.entry.js +1 -0
- package/dist/ketchup/{p-86f9b0d9.js → p-6c888179.js} +1 -1
- package/dist/ketchup/p-79f4dc5b.entry.js +1 -0
- package/dist/ketchup/p-818e61d5.entry.js +1 -0
- package/dist/ketchup/p-8229b97a.js +28 -0
- package/dist/ketchup/p-8f3d400a.entry.js +44 -0
- package/dist/ketchup/{p-f9766625.js → p-8fcdf454.js} +1 -1
- package/dist/ketchup/p-a2e14d8b.entry.js +1 -0
- package/dist/ketchup/p-a2e691b8.entry.js +9 -0
- package/dist/ketchup/p-a46f99d4.js +1 -0
- package/dist/ketchup/p-b238cde7.entry.js +1 -0
- package/dist/ketchup/p-b3b50bb5.entry.js +1 -0
- package/dist/ketchup/{p-c089b961.js → p-c0f660d6.js} +1 -1
- package/dist/ketchup/{p-ee30e274.entry.js → p-cd7fec02.entry.js} +1 -1
- package/dist/ketchup/p-dcf7e9b6.entry.js +1 -0
- package/dist/ketchup/p-e0e47ca9.entry.js +1 -0
- package/dist/ketchup/{p-dc18691c.js → p-e2bf2bb6.js} +1 -1
- package/dist/ketchup/{p-2778f948.js → p-e4c63684.js} +1 -1
- package/dist/ketchup/p-e7507dd6.entry.js +1 -0
- package/dist/ketchup/p-eb8ea3a6.js +1 -0
- package/dist/ketchup/p-f998ff28.entry.js +1 -0
- package/dist/ketchup/p-f9a7c21c.entry.js +1 -0
- package/dist/types/components/kup-box/kup-box.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
- package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +19 -4
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +13 -11
- package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +79 -0
- package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +67 -0
- package/dist/types/components/kup-pdf/kup-pdf-declarations.d.ts +7 -0
- package/dist/types/components/kup-pdf/kup-pdf.d.ts +42 -0
- package/dist/types/components/kup-planner/kup-planner.d.ts +1 -0
- package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +4 -0
- package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +6 -0
- package/dist/types/components.d.ts +202 -8
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +3 -4
- package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
- package/dist/types/managers/kup-interact/kup-interact.d.ts +5 -0
- package/dist/types/types/GenericTypes.d.ts +1 -0
- package/package.json +2 -1
- package/dist/ketchup/p-02820c2b.entry.js +0 -1
- package/dist/ketchup/p-09d853c3.entry.js +0 -1
- package/dist/ketchup/p-14e1a36b.entry.js +0 -1
- package/dist/ketchup/p-1936c6cd.entry.js +0 -1
- package/dist/ketchup/p-1ad7fea0.js +0 -2
- package/dist/ketchup/p-318c9ecd.entry.js +0 -1
- package/dist/ketchup/p-35dce86e.entry.js +0 -1
- package/dist/ketchup/p-3c9ac0fd.entry.js +0 -1
- package/dist/ketchup/p-5739cdc2.entry.js +0 -1
- package/dist/ketchup/p-5ab3a88a.entry.js +0 -1
- package/dist/ketchup/p-6780a391.js +0 -1
- package/dist/ketchup/p-67930d7c.entry.js +0 -1
- package/dist/ketchup/p-6953f769.entry.js +0 -1
- package/dist/ketchup/p-7d2fd8bd.entry.js +0 -1
- package/dist/ketchup/p-8257141a.entry.js +0 -1
- package/dist/ketchup/p-8ea68d14.entry.js +0 -1
- package/dist/ketchup/p-98c72335.entry.js +0 -1
- package/dist/ketchup/p-ab8cac45.entry.js +0 -1
- package/dist/ketchup/p-b5d3c24d.entry.js +0 -1
- package/dist/ketchup/p-cdb24584.entry.js +0 -1
- package/dist/ketchup/p-d466d6d1.entry.js +0 -1
- package/dist/ketchup/p-de07d17e.js +0 -1
- package/dist/ketchup/p-df450df9.entry.js +0 -16
- package/dist/ketchup/p-f31530fc.js +0 -28
- package/dist/ketchup/p-f353805e.entry.js +0 -1
- package/dist/ketchup/p-f515308d.entry.js +0 -9
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { InputPanelEventsCallback, KupInputPanelData } from './kup-input-panel-declarations';
|
|
3
|
+
import { GenericObject, KupEventPayload } from '../../types/GenericTypes';
|
|
4
|
+
export declare class KupInputPanel {
|
|
5
|
+
#private;
|
|
6
|
+
/**
|
|
7
|
+
* References the root HTML element of the component (<kup-form>).
|
|
8
|
+
*/
|
|
9
|
+
rootElement: HTMLElement;
|
|
10
|
+
/**
|
|
11
|
+
* Custom style of the component.
|
|
12
|
+
* @default ""
|
|
13
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
14
|
+
*/
|
|
15
|
+
customStyle: string;
|
|
16
|
+
/**
|
|
17
|
+
* Actual data of the form.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
data: KupInputPanelData;
|
|
21
|
+
/**
|
|
22
|
+
* Creates a hidden submit button in order to submit the form with enter.
|
|
23
|
+
* @default false
|
|
24
|
+
*/
|
|
25
|
+
hiddenSubmitButton: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Sets the callback function on submit form
|
|
28
|
+
* @default null
|
|
29
|
+
*/
|
|
30
|
+
submitCb: (e: SubmitEvent) => unknown;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the callbacks functions on ketchup events
|
|
33
|
+
* @default []
|
|
34
|
+
*/
|
|
35
|
+
handleEventsCallbacks: InputPanelEventsCallback[];
|
|
36
|
+
/**
|
|
37
|
+
* Values to send as props to FCell
|
|
38
|
+
* @default []
|
|
39
|
+
*/
|
|
40
|
+
private inputPanelCells;
|
|
41
|
+
onDataChanged(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Used to retrieve component's props values.
|
|
44
|
+
* @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
|
|
45
|
+
* @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
|
|
46
|
+
*/
|
|
47
|
+
getProps(descriptions?: boolean): Promise<GenericObject>;
|
|
48
|
+
/**
|
|
49
|
+
* This method is used to trigger a new render of the component.
|
|
50
|
+
*/
|
|
51
|
+
refresh(): Promise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the props to the component.
|
|
54
|
+
* @param {GenericObject} props - Object containing props that will be set to the component.
|
|
55
|
+
*/
|
|
56
|
+
setProps(props: GenericObject): Promise<void>;
|
|
57
|
+
/**
|
|
58
|
+
* When component load is complete
|
|
59
|
+
*/
|
|
60
|
+
kupReady: EventEmitter<KupEventPayload>;
|
|
61
|
+
componentWillLoad(): void;
|
|
62
|
+
componentDidLoad(): void;
|
|
63
|
+
componentWillRender(): void;
|
|
64
|
+
componentDidRender(): void;
|
|
65
|
+
render(): any;
|
|
66
|
+
disconnectedCallback(): void;
|
|
67
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { GenericObject, KupEventPayload } from '../../types/GenericTypes';
|
|
3
|
+
export declare class KupPdf {
|
|
4
|
+
#private;
|
|
5
|
+
/**
|
|
6
|
+
* References the root HTML element of the component (<kup-pdf>).
|
|
7
|
+
*/
|
|
8
|
+
rootElement: HTMLElement;
|
|
9
|
+
/**
|
|
10
|
+
* Path of the pdf document
|
|
11
|
+
* @default null
|
|
12
|
+
*/
|
|
13
|
+
pdfPath: string;
|
|
14
|
+
private wrapperRef;
|
|
15
|
+
/**
|
|
16
|
+
* Triggered when the component is ready.
|
|
17
|
+
*/
|
|
18
|
+
kupReady: EventEmitter<KupEventPayload>;
|
|
19
|
+
onPdfPathChange(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Used to retrieve component's props values.
|
|
22
|
+
* @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
|
|
23
|
+
* @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
|
|
24
|
+
*/
|
|
25
|
+
getProps(descriptions?: boolean): Promise<GenericObject>;
|
|
26
|
+
/**
|
|
27
|
+
* This method is used to trigger a new render of the component.
|
|
28
|
+
*/
|
|
29
|
+
refresh(): Promise<void>;
|
|
30
|
+
/**
|
|
31
|
+
* Sets the props to the component.
|
|
32
|
+
* @param {GenericObject} props - Object containing props that will be set to the component.
|
|
33
|
+
*/
|
|
34
|
+
setProps(props: GenericObject): Promise<void>;
|
|
35
|
+
componentWillLoad(): void;
|
|
36
|
+
componentDidLoad(): void;
|
|
37
|
+
componentWillRender(): void;
|
|
38
|
+
componentDidRender(): void;
|
|
39
|
+
renderPdf(): Promise<void>;
|
|
40
|
+
render(): any;
|
|
41
|
+
disconnectedCallback(): void;
|
|
42
|
+
}
|
|
@@ -101,6 +101,10 @@ export declare class KupGantt {
|
|
|
101
101
|
loadStates(): void;
|
|
102
102
|
componentDidRender(): void;
|
|
103
103
|
componentDidLoad(): void;
|
|
104
|
+
/**
|
|
105
|
+
* This method is used to trigger a new render of the component.
|
|
106
|
+
*/
|
|
107
|
+
refresh(): Promise<void>;
|
|
104
108
|
updateInitialScrollY(): void;
|
|
105
109
|
updateInitialScrollX(): void;
|
|
106
110
|
updateGanttData(): void;
|
|
@@ -15,6 +15,8 @@ export declare class KupPlannerRenderer {
|
|
|
15
15
|
locale: string;
|
|
16
16
|
tasks: KupPlannerTask[];
|
|
17
17
|
details: KupPlannerTask[];
|
|
18
|
+
mainGantt: HTMLKupGanttElement;
|
|
19
|
+
secondaryGantt: HTMLKupGanttElement;
|
|
18
20
|
/**
|
|
19
21
|
* References the root HTML element of the component (<kup-planner-renderer>).
|
|
20
22
|
*/
|
|
@@ -23,6 +25,10 @@ export declare class KupPlannerRenderer {
|
|
|
23
25
|
updateDisplayedDates(): void;
|
|
24
26
|
updateTasks(): void;
|
|
25
27
|
componentWillLoad(): void;
|
|
28
|
+
/**
|
|
29
|
+
* This method is used to trigger a new render of the component.
|
|
30
|
+
*/
|
|
31
|
+
refresh(): Promise<void>;
|
|
26
32
|
handleClick(row: KupPlannerGanttRow, onClick: any): void;
|
|
27
33
|
handleDblClick(row: KupPlannerGanttRow, onDblClick: any): void;
|
|
28
34
|
handleContextMenu(event: UIEvent, row: KupPlannerGanttRow, onContextMenu: any): void;
|
|
@@ -11,7 +11,7 @@ import { ItemsDisplayMode, KupListEventPayload, KupListNode, KupListRole } from
|
|
|
11
11
|
import { KupAutocompleteEventPayload, KupAutocompleteIconClickEventPayload } from "./components/kup-autocomplete/kup-autocomplete-declarations";
|
|
12
12
|
import { KupBoxAutoSelectEventPayload, KupBoxClickEventPayload, KupBoxContextMenuEventPayload, KupBoxData, KupBoxKanban, KupBoxLayout, KupBoxLoadMoreClickEventPayload, KupBoxRow, KupBoxRowActionClickEventPayload, KupBoxSelectedEventPayload, LoadMoreMode } from "./components/kup-box/kup-box-declarations";
|
|
13
13
|
import { KupStore } from "./components/kup-state/kup-store";
|
|
14
|
-
import { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes,
|
|
14
|
+
import { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
15
15
|
import { FButtonProps, FButtonStyling } from "./f-components/f-button/f-button-declarations";
|
|
16
16
|
import { KupButtonClickEventPayload } from "./components/kup-button/kup-button-declarations";
|
|
17
17
|
import { KupButtonListClickEventPayload, KupButtonListNode } from "./components/kup-button-list/kup-button-list-declarations";
|
|
@@ -25,7 +25,7 @@ import { KupChipChangeEventPayload, KupChipEventPayload, KupChipNode } from "./c
|
|
|
25
25
|
import { FChipType } from "./f-components/f-chip/f-chip-declarations";
|
|
26
26
|
import { KupColorPickerEventPayload } from "./components/kup-color-picker/kup-color-picker-declarations";
|
|
27
27
|
import { KupComboboxEventPayload, KupComboboxIconClickEventPayload } from "./components/kup-combobox/kup-combobox-declarations";
|
|
28
|
-
import { KupGanttPlannerProps, KupPlannerBarDisplayProps, KupPlannerBarTask, KupPlannerCalendarProps, KupPlannerClickEventPayload, KupPlannerEventOption, KupPlannerEventPayload, KupPlannerGanttEvent, KupPlannerGanttProps, KupPlannerGanttRow, KupPlannerGanttTaskN, KupPlannerItemDetail, KupPlannerPhase, KupPlannerSwitcherProps, KupPlannerTask, KupPlannerTaskGanttContentProps, KupPlannerTaskGanttProps, KupPlannerTaskItemProps, KupPlannerTaskListProps, KupPlannerTaskType, KupPlannerUnloadEventPayload, KupPlannerViewMode, PlannerProps } from "./components/kup-planner/kup-planner-declarations";
|
|
28
|
+
import { KupGanttPlannerProps, KupPlannerBarDisplayProps, KupPlannerBarTask, KupPlannerCalendarProps, KupPlannerClickEventPayload, KupPlannerEventOption, KupPlannerEventPayload, KupPlannerGanttEvent, KupPlannerGanttProps, KupPlannerGanttRow, KupPlannerGanttTask, KupPlannerGanttTaskN, KupPlannerItemDetail, KupPlannerPhase, KupPlannerSwitcherProps, KupPlannerTask, KupPlannerTaskGanttContentProps, KupPlannerTaskGanttProps, KupPlannerTaskItemProps, KupPlannerTaskListProps, KupPlannerTaskType, KupPlannerUnloadEventPayload, KupPlannerViewMode, PlannerProps } from "./components/kup-planner/kup-planner-declarations";
|
|
29
29
|
import { KupDashboardEventPayload, KupDataDashboard } from "./components/kup-dashboard/kup-dashboard-declarations";
|
|
30
30
|
import { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode as LoadMoreMode1, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
31
31
|
import { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
|
|
@@ -41,8 +41,9 @@ import { KupFormData, KupFormLabelPlacement, KupFormLayout } from "./components/
|
|
|
41
41
|
import { KupBadge } from "./components/kup-badge/kup-badge";
|
|
42
42
|
import { FImageData } from "./f-components/f-image/f-image-declarations";
|
|
43
43
|
import { KupImageClickEventPayload } from "./components/kup-image/kup-image-declarations";
|
|
44
|
+
import { KupImageListDataNode, KupImageListEventPayload } from "./components/kup-image-list/kup-image-list-declarations";
|
|
44
45
|
import { KupTreeColumnMenuEventPayload, KupTreeColumnRemoveEventPayload, KupTreeContextMenuEventPayload, KupTreeDynamicMassExpansionEventPayload, KupTreeExpansionMode, KupTreeNode, KupTreeNodeButtonClickEventPayload, KupTreeNodeCollapseEventPayload, KupTreeNodeExpandEventPayload, KupTreeNodeSelectedEventPayload, TreeNodePath } from "./components/kup-tree/kup-tree-declarations";
|
|
45
|
-
import {
|
|
46
|
+
import { InputPanelEventsCallback, KupInputPanelData } from "./components/kup-input-panel/kup-input-panel-declarations";
|
|
46
47
|
import { KupLazyRender } from "./components/kup-lazy/kup-lazy-declarations";
|
|
47
48
|
import { KupNavBarStyling } from "./components/kup-nav-bar/kup-nav-bar-declarations";
|
|
48
49
|
import { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
|
|
@@ -60,7 +61,7 @@ export { ItemsDisplayMode, KupListEventPayload, KupListNode, KupListRole } from
|
|
|
60
61
|
export { KupAutocompleteEventPayload, KupAutocompleteIconClickEventPayload } from "./components/kup-autocomplete/kup-autocomplete-declarations";
|
|
61
62
|
export { KupBoxAutoSelectEventPayload, KupBoxClickEventPayload, KupBoxContextMenuEventPayload, KupBoxData, KupBoxKanban, KupBoxLayout, KupBoxLoadMoreClickEventPayload, KupBoxRow, KupBoxRowActionClickEventPayload, KupBoxSelectedEventPayload, LoadMoreMode } from "./components/kup-box/kup-box-declarations";
|
|
62
63
|
export { KupStore } from "./components/kup-state/kup-store";
|
|
63
|
-
export { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes,
|
|
64
|
+
export { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
64
65
|
export { FButtonProps, FButtonStyling } from "./f-components/f-button/f-button-declarations";
|
|
65
66
|
export { KupButtonClickEventPayload } from "./components/kup-button/kup-button-declarations";
|
|
66
67
|
export { KupButtonListClickEventPayload, KupButtonListNode } from "./components/kup-button-list/kup-button-list-declarations";
|
|
@@ -74,7 +75,7 @@ export { KupChipChangeEventPayload, KupChipEventPayload, KupChipNode } from "./c
|
|
|
74
75
|
export { FChipType } from "./f-components/f-chip/f-chip-declarations";
|
|
75
76
|
export { KupColorPickerEventPayload } from "./components/kup-color-picker/kup-color-picker-declarations";
|
|
76
77
|
export { KupComboboxEventPayload, KupComboboxIconClickEventPayload } from "./components/kup-combobox/kup-combobox-declarations";
|
|
77
|
-
export { KupGanttPlannerProps, KupPlannerBarDisplayProps, KupPlannerBarTask, KupPlannerCalendarProps, KupPlannerClickEventPayload, KupPlannerEventOption, KupPlannerEventPayload, KupPlannerGanttEvent, KupPlannerGanttProps, KupPlannerGanttRow, KupPlannerGanttTaskN, KupPlannerItemDetail, KupPlannerPhase, KupPlannerSwitcherProps, KupPlannerTask, KupPlannerTaskGanttContentProps, KupPlannerTaskGanttProps, KupPlannerTaskItemProps, KupPlannerTaskListProps, KupPlannerTaskType, KupPlannerUnloadEventPayload, KupPlannerViewMode, PlannerProps } from "./components/kup-planner/kup-planner-declarations";
|
|
78
|
+
export { KupGanttPlannerProps, KupPlannerBarDisplayProps, KupPlannerBarTask, KupPlannerCalendarProps, KupPlannerClickEventPayload, KupPlannerEventOption, KupPlannerEventPayload, KupPlannerGanttEvent, KupPlannerGanttProps, KupPlannerGanttRow, KupPlannerGanttTask, KupPlannerGanttTaskN, KupPlannerItemDetail, KupPlannerPhase, KupPlannerSwitcherProps, KupPlannerTask, KupPlannerTaskGanttContentProps, KupPlannerTaskGanttProps, KupPlannerTaskItemProps, KupPlannerTaskListProps, KupPlannerTaskType, KupPlannerUnloadEventPayload, KupPlannerViewMode, PlannerProps } from "./components/kup-planner/kup-planner-declarations";
|
|
78
79
|
export { KupDashboardEventPayload, KupDataDashboard } from "./components/kup-dashboard/kup-dashboard-declarations";
|
|
79
80
|
export { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode as LoadMoreMode1, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
80
81
|
export { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
|
|
@@ -90,8 +91,9 @@ export { KupFormData, KupFormLabelPlacement, KupFormLayout } from "./components/
|
|
|
90
91
|
export { KupBadge } from "./components/kup-badge/kup-badge";
|
|
91
92
|
export { FImageData } from "./f-components/f-image/f-image-declarations";
|
|
92
93
|
export { KupImageClickEventPayload } from "./components/kup-image/kup-image-declarations";
|
|
94
|
+
export { KupImageListDataNode, KupImageListEventPayload } from "./components/kup-image-list/kup-image-list-declarations";
|
|
93
95
|
export { KupTreeColumnMenuEventPayload, KupTreeColumnRemoveEventPayload, KupTreeContextMenuEventPayload, KupTreeDynamicMassExpansionEventPayload, KupTreeExpansionMode, KupTreeNode, KupTreeNodeButtonClickEventPayload, KupTreeNodeCollapseEventPayload, KupTreeNodeExpandEventPayload, KupTreeNodeSelectedEventPayload, TreeNodePath } from "./components/kup-tree/kup-tree-declarations";
|
|
94
|
-
export {
|
|
96
|
+
export { InputPanelEventsCallback, KupInputPanelData } from "./components/kup-input-panel/kup-input-panel-declarations";
|
|
95
97
|
export { KupLazyRender } from "./components/kup-lazy/kup-lazy-declarations";
|
|
96
98
|
export { KupNavBarStyling } from "./components/kup-nav-bar/kup-nav-bar-declarations";
|
|
97
99
|
export { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
|
|
@@ -1364,6 +1366,10 @@ export namespace Components {
|
|
|
1364
1366
|
* When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.
|
|
1365
1367
|
*/
|
|
1366
1368
|
"lazyLoadRows": boolean;
|
|
1369
|
+
/**
|
|
1370
|
+
* When enabled, the extra whitespaces will be displayed and the font will be set to monospace by default.
|
|
1371
|
+
*/
|
|
1372
|
+
"legacyLook": boolean;
|
|
1367
1373
|
/**
|
|
1368
1374
|
* Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.
|
|
1369
1375
|
*/
|
|
@@ -2101,6 +2107,10 @@ export namespace Components {
|
|
|
2101
2107
|
"projectProgressSelectedColor": KupPlannerGanttProps['projectProgressSelectedColor'];
|
|
2102
2108
|
"projection": KupPlannerGanttProps['projection'];
|
|
2103
2109
|
"readOnly": KupPlannerGanttProps['readOnly'];
|
|
2110
|
+
/**
|
|
2111
|
+
* This method is used to trigger a new render of the component.
|
|
2112
|
+
*/
|
|
2113
|
+
"refresh": () => Promise<void>;
|
|
2104
2114
|
"rowHeight": KupPlannerGanttProps['rowHeight'];
|
|
2105
2115
|
"rtl": KupPlannerGanttProps['rtl'];
|
|
2106
2116
|
"scrollXChange": KupPlannerGanttProps['scrollXChange'];
|
|
@@ -2395,6 +2405,11 @@ export namespace Components {
|
|
|
2395
2405
|
"sizeY": string;
|
|
2396
2406
|
}
|
|
2397
2407
|
interface KupImageList {
|
|
2408
|
+
/**
|
|
2409
|
+
* Number of columns to display in the grid layout.
|
|
2410
|
+
* @default 4
|
|
2411
|
+
*/
|
|
2412
|
+
"columns": number;
|
|
2398
2413
|
/**
|
|
2399
2414
|
* Custom style of the component.
|
|
2400
2415
|
* @default ""
|
|
@@ -2405,7 +2420,7 @@ export namespace Components {
|
|
|
2405
2420
|
* Actual data of the component.
|
|
2406
2421
|
* @default []
|
|
2407
2422
|
*/
|
|
2408
|
-
"data":
|
|
2423
|
+
"data": KupImageListDataNode[];
|
|
2409
2424
|
/**
|
|
2410
2425
|
* Used to retrieve component's props values.
|
|
2411
2426
|
* @param descriptions - When provided and true, the result will be the list of props with their description.
|
|
@@ -2421,6 +2436,11 @@ export namespace Components {
|
|
|
2421
2436
|
* @default true
|
|
2422
2437
|
*/
|
|
2423
2438
|
"ripple": boolean;
|
|
2439
|
+
/**
|
|
2440
|
+
* Number of rows to display in the grid layout.
|
|
2441
|
+
* @default null
|
|
2442
|
+
*/
|
|
2443
|
+
"rows": number;
|
|
2424
2444
|
/**
|
|
2425
2445
|
* An array of integers containing the path to a selected child.\
|
|
2426
2446
|
*/
|
|
@@ -2433,6 +2453,49 @@ export namespace Components {
|
|
|
2433
2453
|
"stateId": string;
|
|
2434
2454
|
"store": KupStore;
|
|
2435
2455
|
}
|
|
2456
|
+
interface KupInputPanel {
|
|
2457
|
+
/**
|
|
2458
|
+
* Custom style of the component.
|
|
2459
|
+
* @default ""
|
|
2460
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2461
|
+
*/
|
|
2462
|
+
"customStyle": string;
|
|
2463
|
+
/**
|
|
2464
|
+
* Actual data of the form.
|
|
2465
|
+
* @default null
|
|
2466
|
+
*/
|
|
2467
|
+
"data": KupInputPanelData;
|
|
2468
|
+
/**
|
|
2469
|
+
* Used to retrieve component's props values.
|
|
2470
|
+
* @param descriptions - When provided and true, the result will be the list of props with their description.
|
|
2471
|
+
* @returns List of props as object, each key will be a prop.
|
|
2472
|
+
*/
|
|
2473
|
+
"getProps": (descriptions?: boolean) => Promise<GenericObject>;
|
|
2474
|
+
/**
|
|
2475
|
+
* Sets the callbacks functions on ketchup events
|
|
2476
|
+
* @default []
|
|
2477
|
+
*/
|
|
2478
|
+
"handleEventsCallbacks": InputPanelEventsCallback[];
|
|
2479
|
+
/**
|
|
2480
|
+
* Creates a hidden submit button in order to submit the form with enter.
|
|
2481
|
+
* @default false
|
|
2482
|
+
*/
|
|
2483
|
+
"hiddenSubmitButton": boolean;
|
|
2484
|
+
/**
|
|
2485
|
+
* This method is used to trigger a new render of the component.
|
|
2486
|
+
*/
|
|
2487
|
+
"refresh": () => Promise<void>;
|
|
2488
|
+
/**
|
|
2489
|
+
* Sets the props to the component.
|
|
2490
|
+
* @param props - Object containing props that will be set to the component.
|
|
2491
|
+
*/
|
|
2492
|
+
"setProps": (props: GenericObject) => Promise<void>;
|
|
2493
|
+
/**
|
|
2494
|
+
* Sets the callback function on submit form
|
|
2495
|
+
* @default null
|
|
2496
|
+
*/
|
|
2497
|
+
"submitCb": (e: SubmitEvent) => unknown;
|
|
2498
|
+
}
|
|
2436
2499
|
interface KupLazy {
|
|
2437
2500
|
/**
|
|
2438
2501
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -2709,6 +2772,28 @@ export namespace Components {
|
|
|
2709
2772
|
*/
|
|
2710
2773
|
"setValue": (value: string) => Promise<void>;
|
|
2711
2774
|
}
|
|
2775
|
+
interface KupPdf {
|
|
2776
|
+
/**
|
|
2777
|
+
* Used to retrieve component's props values.
|
|
2778
|
+
* @param descriptions - When provided and true, the result will be the list of props with their description.
|
|
2779
|
+
* @returns List of props as object, each key will be a prop.
|
|
2780
|
+
*/
|
|
2781
|
+
"getProps": (descriptions?: boolean) => Promise<GenericObject>;
|
|
2782
|
+
/**
|
|
2783
|
+
* Path of the pdf document
|
|
2784
|
+
* @default null
|
|
2785
|
+
*/
|
|
2786
|
+
"pdfPath": string;
|
|
2787
|
+
/**
|
|
2788
|
+
* This method is used to trigger a new render of the component.
|
|
2789
|
+
*/
|
|
2790
|
+
"refresh": () => Promise<void>;
|
|
2791
|
+
/**
|
|
2792
|
+
* Sets the props to the component.
|
|
2793
|
+
* @param props - Object containing props that will be set to the component.
|
|
2794
|
+
*/
|
|
2795
|
+
"setProps": (props: GenericObject) => Promise<void>;
|
|
2796
|
+
}
|
|
2712
2797
|
interface KupPhotoFrame {
|
|
2713
2798
|
/**
|
|
2714
2799
|
* Custom style of the component.
|
|
@@ -2975,6 +3060,10 @@ export namespace Components {
|
|
|
2975
3060
|
}
|
|
2976
3061
|
interface KupPlannerRenderer {
|
|
2977
3062
|
"props": PlannerProps;
|
|
3063
|
+
/**
|
|
3064
|
+
* This method is used to trigger a new render of the component.
|
|
3065
|
+
*/
|
|
3066
|
+
"refresh": () => Promise<void>;
|
|
2978
3067
|
}
|
|
2979
3068
|
interface KupProbe {
|
|
2980
3069
|
/**
|
|
@@ -3984,6 +4073,10 @@ export interface KupImageListCustomEvent<T> extends CustomEvent<T> {
|
|
|
3984
4073
|
detail: T;
|
|
3985
4074
|
target: HTMLKupImageListElement;
|
|
3986
4075
|
}
|
|
4076
|
+
export interface KupInputPanelCustomEvent<T> extends CustomEvent<T> {
|
|
4077
|
+
detail: T;
|
|
4078
|
+
target: HTMLKupInputPanelElement;
|
|
4079
|
+
}
|
|
3987
4080
|
export interface KupLazyCustomEvent<T> extends CustomEvent<T> {
|
|
3988
4081
|
detail: T;
|
|
3989
4082
|
target: HTMLKupLazyElement;
|
|
@@ -4000,6 +4093,10 @@ export interface KupNumericPickerCustomEvent<T> extends CustomEvent<T> {
|
|
|
4000
4093
|
detail: T;
|
|
4001
4094
|
target: HTMLKupNumericPickerElement;
|
|
4002
4095
|
}
|
|
4096
|
+
export interface KupPdfCustomEvent<T> extends CustomEvent<T> {
|
|
4097
|
+
detail: T;
|
|
4098
|
+
target: HTMLKupPdfElement;
|
|
4099
|
+
}
|
|
4003
4100
|
export interface KupPhotoFrameCustomEvent<T> extends CustomEvent<T> {
|
|
4004
4101
|
detail: T;
|
|
4005
4102
|
target: HTMLKupPhotoFrameElement;
|
|
@@ -4630,6 +4727,23 @@ declare global {
|
|
|
4630
4727
|
prototype: HTMLKupImageListElement;
|
|
4631
4728
|
new (): HTMLKupImageListElement;
|
|
4632
4729
|
};
|
|
4730
|
+
interface HTMLKupInputPanelElementEventMap {
|
|
4731
|
+
"kup-input-panel-ready": KupEventPayload;
|
|
4732
|
+
}
|
|
4733
|
+
interface HTMLKupInputPanelElement extends Components.KupInputPanel, HTMLStencilElement {
|
|
4734
|
+
addEventListener<K extends keyof HTMLKupInputPanelElementEventMap>(type: K, listener: (this: HTMLKupInputPanelElement, ev: KupInputPanelCustomEvent<HTMLKupInputPanelElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4735
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4736
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4737
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4738
|
+
removeEventListener<K extends keyof HTMLKupInputPanelElementEventMap>(type: K, listener: (this: HTMLKupInputPanelElement, ev: KupInputPanelCustomEvent<HTMLKupInputPanelElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4739
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4740
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4741
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4742
|
+
}
|
|
4743
|
+
var HTMLKupInputPanelElement: {
|
|
4744
|
+
prototype: HTMLKupInputPanelElement;
|
|
4745
|
+
new (): HTMLKupInputPanelElement;
|
|
4746
|
+
};
|
|
4633
4747
|
interface HTMLKupLazyElementEventMap {
|
|
4634
4748
|
"kup-lazy-loaded": KupEventPayload;
|
|
4635
4749
|
}
|
|
@@ -4715,6 +4829,23 @@ declare global {
|
|
|
4715
4829
|
prototype: HTMLKupNumericPickerElement;
|
|
4716
4830
|
new (): HTMLKupNumericPickerElement;
|
|
4717
4831
|
};
|
|
4832
|
+
interface HTMLKupPdfElementEventMap {
|
|
4833
|
+
"kup-pdf-ready": KupEventPayload;
|
|
4834
|
+
}
|
|
4835
|
+
interface HTMLKupPdfElement extends Components.KupPdf, HTMLStencilElement {
|
|
4836
|
+
addEventListener<K extends keyof HTMLKupPdfElementEventMap>(type: K, listener: (this: HTMLKupPdfElement, ev: KupPdfCustomEvent<HTMLKupPdfElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4837
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4838
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4839
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4840
|
+
removeEventListener<K extends keyof HTMLKupPdfElementEventMap>(type: K, listener: (this: HTMLKupPdfElement, ev: KupPdfCustomEvent<HTMLKupPdfElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4841
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4842
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4843
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4844
|
+
}
|
|
4845
|
+
var HTMLKupPdfElement: {
|
|
4846
|
+
prototype: HTMLKupPdfElement;
|
|
4847
|
+
new (): HTMLKupPdfElement;
|
|
4848
|
+
};
|
|
4718
4849
|
interface HTMLKupPhotoFrameElementEventMap {
|
|
4719
4850
|
"kup-photoframe-placeholderload": KupEventPayload;
|
|
4720
4851
|
"kup-photoframe-resourceload": KupEventPayload;
|
|
@@ -5049,11 +5180,13 @@ declare global {
|
|
|
5049
5180
|
"kup-iframe": HTMLKupIframeElement;
|
|
5050
5181
|
"kup-image": HTMLKupImageElement;
|
|
5051
5182
|
"kup-image-list": HTMLKupImageListElement;
|
|
5183
|
+
"kup-input-panel": HTMLKupInputPanelElement;
|
|
5052
5184
|
"kup-lazy": HTMLKupLazyElement;
|
|
5053
5185
|
"kup-list": HTMLKupListElement;
|
|
5054
5186
|
"kup-magic-box": HTMLKupMagicBoxElement;
|
|
5055
5187
|
"kup-nav-bar": HTMLKupNavBarElement;
|
|
5056
5188
|
"kup-numeric-picker": HTMLKupNumericPickerElement;
|
|
5189
|
+
"kup-pdf": HTMLKupPdfElement;
|
|
5057
5190
|
"kup-photo-frame": HTMLKupPhotoFrameElement;
|
|
5058
5191
|
"kup-planner": HTMLKupPlannerElement;
|
|
5059
5192
|
"kup-planner-renderer": HTMLKupPlannerRendererElement;
|
|
@@ -6103,6 +6236,10 @@ declare namespace LocalJSX {
|
|
|
6103
6236
|
* When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.
|
|
6104
6237
|
*/
|
|
6105
6238
|
"lazyLoadRows"?: boolean;
|
|
6239
|
+
/**
|
|
6240
|
+
* When enabled, the extra whitespaces will be displayed and the font will be set to monospace by default.
|
|
6241
|
+
*/
|
|
6242
|
+
"legacyLook"?: boolean;
|
|
6106
6243
|
/**
|
|
6107
6244
|
* Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.
|
|
6108
6245
|
*/
|
|
@@ -6966,6 +7103,11 @@ declare namespace LocalJSX {
|
|
|
6966
7103
|
"sizeY"?: string;
|
|
6967
7104
|
}
|
|
6968
7105
|
interface KupImageList {
|
|
7106
|
+
/**
|
|
7107
|
+
* Number of columns to display in the grid layout.
|
|
7108
|
+
* @default 4
|
|
7109
|
+
*/
|
|
7110
|
+
"columns"?: number;
|
|
6969
7111
|
/**
|
|
6970
7112
|
* Custom style of the component.
|
|
6971
7113
|
* @default ""
|
|
@@ -6976,7 +7118,7 @@ declare namespace LocalJSX {
|
|
|
6976
7118
|
* Actual data of the component.
|
|
6977
7119
|
* @default []
|
|
6978
7120
|
*/
|
|
6979
|
-
"data"?:
|
|
7121
|
+
"data"?: KupImageListDataNode[];
|
|
6980
7122
|
"onKup-imagelist-click"?: (event: KupImageListCustomEvent<KupImageListEventPayload>) => void;
|
|
6981
7123
|
"onKup-imagelist-contextmenu"?: (event: KupImageListCustomEvent<KupImageListEventPayload>) => void;
|
|
6982
7124
|
"onKup-imagelist-dblclick"?: (event: KupImageListCustomEvent<KupImageListEventPayload>) => void;
|
|
@@ -6985,6 +7127,11 @@ declare namespace LocalJSX {
|
|
|
6985
7127
|
* @default true
|
|
6986
7128
|
*/
|
|
6987
7129
|
"ripple"?: boolean;
|
|
7130
|
+
/**
|
|
7131
|
+
* Number of rows to display in the grid layout.
|
|
7132
|
+
* @default null
|
|
7133
|
+
*/
|
|
7134
|
+
"rows"?: number;
|
|
6988
7135
|
/**
|
|
6989
7136
|
* An array of integers containing the path to a selected child.\
|
|
6990
7137
|
*/
|
|
@@ -6992,6 +7139,38 @@ declare namespace LocalJSX {
|
|
|
6992
7139
|
"stateId"?: string;
|
|
6993
7140
|
"store"?: KupStore;
|
|
6994
7141
|
}
|
|
7142
|
+
interface KupInputPanel {
|
|
7143
|
+
/**
|
|
7144
|
+
* Custom style of the component.
|
|
7145
|
+
* @default ""
|
|
7146
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
7147
|
+
*/
|
|
7148
|
+
"customStyle"?: string;
|
|
7149
|
+
/**
|
|
7150
|
+
* Actual data of the form.
|
|
7151
|
+
* @default null
|
|
7152
|
+
*/
|
|
7153
|
+
"data"?: KupInputPanelData;
|
|
7154
|
+
/**
|
|
7155
|
+
* Sets the callbacks functions on ketchup events
|
|
7156
|
+
* @default []
|
|
7157
|
+
*/
|
|
7158
|
+
"handleEventsCallbacks"?: InputPanelEventsCallback[];
|
|
7159
|
+
/**
|
|
7160
|
+
* Creates a hidden submit button in order to submit the form with enter.
|
|
7161
|
+
* @default false
|
|
7162
|
+
*/
|
|
7163
|
+
"hiddenSubmitButton"?: boolean;
|
|
7164
|
+
/**
|
|
7165
|
+
* When component load is complete
|
|
7166
|
+
*/
|
|
7167
|
+
"onKup-input-panel-ready"?: (event: KupInputPanelCustomEvent<KupEventPayload>) => void;
|
|
7168
|
+
/**
|
|
7169
|
+
* Sets the callback function on submit form
|
|
7170
|
+
* @default null
|
|
7171
|
+
*/
|
|
7172
|
+
"submitCb"?: (e: SubmitEvent) => unknown;
|
|
7173
|
+
}
|
|
6995
7174
|
interface KupLazy {
|
|
6996
7175
|
/**
|
|
6997
7176
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -7181,6 +7360,17 @@ declare namespace LocalJSX {
|
|
|
7181
7360
|
"onKup-numericpicker-itemclick"?: (event: KupNumericPickerCustomEvent<KupNumericPickerEventPayload>) => void;
|
|
7182
7361
|
"onKup-numericpicker-textfieldsubmit"?: (event: KupNumericPickerCustomEvent<KupNumericPickerEventPayload>) => void;
|
|
7183
7362
|
}
|
|
7363
|
+
interface KupPdf {
|
|
7364
|
+
/**
|
|
7365
|
+
* Triggered when the component is ready.
|
|
7366
|
+
*/
|
|
7367
|
+
"onKup-pdf-ready"?: (event: KupPdfCustomEvent<KupEventPayload>) => void;
|
|
7368
|
+
/**
|
|
7369
|
+
* Path of the pdf document
|
|
7370
|
+
* @default null
|
|
7371
|
+
*/
|
|
7372
|
+
"pdfPath"?: string;
|
|
7373
|
+
}
|
|
7184
7374
|
interface KupPhotoFrame {
|
|
7185
7375
|
/**
|
|
7186
7376
|
* Custom style of the component.
|
|
@@ -8264,11 +8454,13 @@ declare namespace LocalJSX {
|
|
|
8264
8454
|
"kup-iframe": KupIframe;
|
|
8265
8455
|
"kup-image": KupImage;
|
|
8266
8456
|
"kup-image-list": KupImageList;
|
|
8457
|
+
"kup-input-panel": KupInputPanel;
|
|
8267
8458
|
"kup-lazy": KupLazy;
|
|
8268
8459
|
"kup-list": KupList;
|
|
8269
8460
|
"kup-magic-box": KupMagicBox;
|
|
8270
8461
|
"kup-nav-bar": KupNavBar;
|
|
8271
8462
|
"kup-numeric-picker": KupNumericPicker;
|
|
8463
|
+
"kup-pdf": KupPdf;
|
|
8272
8464
|
"kup-photo-frame": KupPhotoFrame;
|
|
8273
8465
|
"kup-planner": KupPlanner;
|
|
8274
8466
|
"kup-planner-renderer": KupPlannerRenderer;
|
|
@@ -8334,11 +8526,13 @@ declare module "@stencil/core" {
|
|
|
8334
8526
|
"kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
|
|
8335
8527
|
"kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
|
|
8336
8528
|
"kup-image-list": LocalJSX.KupImageList & JSXBase.HTMLAttributes<HTMLKupImageListElement>;
|
|
8529
|
+
"kup-input-panel": LocalJSX.KupInputPanel & JSXBase.HTMLAttributes<HTMLKupInputPanelElement>;
|
|
8337
8530
|
"kup-lazy": LocalJSX.KupLazy & JSXBase.HTMLAttributes<HTMLKupLazyElement>;
|
|
8338
8531
|
"kup-list": LocalJSX.KupList & JSXBase.HTMLAttributes<HTMLKupListElement>;
|
|
8339
8532
|
"kup-magic-box": LocalJSX.KupMagicBox & JSXBase.HTMLAttributes<HTMLKupMagicBoxElement>;
|
|
8340
8533
|
"kup-nav-bar": LocalJSX.KupNavBar & JSXBase.HTMLAttributes<HTMLKupNavBarElement>;
|
|
8341
8534
|
"kup-numeric-picker": LocalJSX.KupNumericPicker & JSXBase.HTMLAttributes<HTMLKupNumericPickerElement>;
|
|
8535
|
+
"kup-pdf": LocalJSX.KupPdf & JSXBase.HTMLAttributes<HTMLKupPdfElement>;
|
|
8342
8536
|
"kup-photo-frame": LocalJSX.KupPhotoFrame & JSXBase.HTMLAttributes<HTMLKupPhotoFrameElement>;
|
|
8343
8537
|
"kup-planner": LocalJSX.KupPlanner & JSXBase.HTMLAttributes<HTMLKupPlannerElement>;
|
|
8344
8538
|
"kup-planner-renderer": LocalJSX.KupPlannerRenderer & JSXBase.HTMLAttributes<HTMLKupPlannerRendererElement>;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { FComponent } from '../../types/GenericTypes';
|
|
1
|
+
import { FComponent, GenericObject } from '../../types/GenericTypes';
|
|
3
2
|
/**
|
|
4
3
|
* Props of the f-image component.
|
|
5
4
|
*/
|
|
6
5
|
export interface FImageProps extends FComponent {
|
|
7
|
-
badgeData?:
|
|
6
|
+
badgeData?: GenericObject[];
|
|
8
7
|
color?: string;
|
|
9
8
|
data?: FImageData[];
|
|
10
9
|
fit?: boolean;
|
|
@@ -19,7 +18,7 @@ export interface FImageProps extends FComponent {
|
|
|
19
18
|
* @property {string} shape - Defines the type of the step.
|
|
20
19
|
* @property {string} color - Background color of the step.
|
|
21
20
|
* @property {string} height - Height of the step.
|
|
22
|
-
* @property {
|
|
21
|
+
* @property {string} width - Width of the step
|
|
23
22
|
*/
|
|
24
23
|
export interface FImageData {
|
|
25
24
|
shape?: FImageShape;
|
|
@@ -214,7 +214,7 @@ export declare class KupDates {
|
|
|
214
214
|
* Parses a Date string to JS Date Object
|
|
215
215
|
*
|
|
216
216
|
* @param {string} ymd - The string to be converted to Date.
|
|
217
|
-
|
|
217
|
+
*/
|
|
218
218
|
parseToDayStart: (ymd: string) => Date;
|
|
219
219
|
parseToDayEnd: (endDate: string) => Date;
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class KupDates {
|
|
|
223
223
|
* @param {string} startDate - The start date string.
|
|
224
224
|
* @param {string} endDate - The end date string.
|
|
225
225
|
* @param {string} _name
|
|
226
|
-
|
|
226
|
+
*/
|
|
227
227
|
validDates: (startDate: string, endDate: string, _name: string) => {
|
|
228
228
|
start: Date;
|
|
229
229
|
end: Date;
|
|
@@ -48,6 +48,11 @@ export declare class KupInteract {
|
|
|
48
48
|
* @see https://interactjs.io/docs/action-options/ For more options
|
|
49
49
|
*/
|
|
50
50
|
dropzone(el: HTMLElement, options?: DropzoneOptions, eventData?: KupDropEventData, callbacks?: KupDropCallbacks): void;
|
|
51
|
+
/**
|
|
52
|
+
* Tests whether the current device is mobile or not.
|
|
53
|
+
* @returns {boolean} Returns true when it's a mobile device
|
|
54
|
+
*/
|
|
55
|
+
isMobileDevice(): boolean;
|
|
51
56
|
/**
|
|
52
57
|
* Sets up a new resizable element.
|
|
53
58
|
* @param {HTMLElement} el - The resizable element.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sme.up/ketchup",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.4",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"smeup",
|
|
6
6
|
"KetchUP",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"interactjs": "1.10.12",
|
|
56
56
|
"jquery": "^3.7.0",
|
|
57
57
|
"numeral": "^2.0.6",
|
|
58
|
+
"pdfjs-dist": "^3.11.174",
|
|
58
59
|
"resize-observer": "^1.0.4",
|
|
59
60
|
"vanilla-picker": "^2.12.1"
|
|
60
61
|
},
|