@sme.up/ketchup 9.2.0 → 9.3.0
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/bar.helpers-f46a5a83.js +372 -0
- package/dist/cjs/f-button-4caf541a.js +105 -0
- package/dist/cjs/{f-button-declarations-3fd791a8.js → f-button-declarations-51ef6d9a.js} +5 -5
- package/dist/cjs/f-cell-979c26ea.js +670 -0
- package/dist/cjs/f-checkbox-41864e53.js +29 -0
- package/dist/cjs/f-chip-8957940b.js +133 -0
- package/dist/cjs/f-image-e16fe10d.js +115 -0
- package/dist/cjs/f-paginator-utils-f2dd0322.js +1577 -0
- package/dist/cjs/f-text-field-2fac8078.js +216 -0
- package/dist/cjs/{f-text-field-mdc-4fda9705.js → f-text-field-mdc-08a06162.js} +19 -19
- package/dist/cjs/{index-d8e5eb5f.js → index-8f2f4159.js} +27 -7
- package/dist/cjs/index.cjs.js +4 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +182 -181
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +14562 -14561
- package/dist/cjs/kup-box.cjs.entry.js +1231 -1230
- package/dist/cjs/kup-calendar.cjs.entry.js +376 -375
- package/dist/cjs/kup-card-list.cjs.entry.js +233 -232
- package/dist/cjs/kup-cell.cjs.entry.js +153 -152
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1317 -0
- package/dist/cjs/kup-dashboard.cjs.entry.js +369 -368
- package/dist/cjs/kup-dates-0e59b05d.js +782 -0
- package/dist/cjs/kup-drawer.cjs.entry.js +122 -121
- package/dist/cjs/kup-echart.cjs.entry.js +1192 -1191
- package/dist/cjs/kup-family-tree.cjs.entry.js +400 -399
- package/dist/cjs/kup-gantt_10.cjs.entry.js +1076 -0
- package/dist/cjs/kup-grid.cjs.entry.js +82 -81
- package/dist/cjs/kup-iframe.cjs.entry.js +80 -79
- package/dist/cjs/kup-image-list.cjs.entry.js +224 -223
- package/dist/cjs/kup-lazy.cjs.entry.js +162 -161
- package/dist/cjs/kup-magic-box.cjs.entry.js +270 -269
- package/dist/cjs/{kup-manager-7334c396.js → kup-manager-c63f4fb9.js} +5770 -6516
- package/dist/cjs/kup-nav-bar.cjs.entry.js +110 -109
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +352 -351
- package/dist/cjs/kup-photo-frame.cjs.entry.js +126 -125
- package/dist/cjs/kup-planner-declarations-d3dec885.js +93 -0
- package/dist/cjs/kup-planner-renderer-helper-c2394940.js +410 -0
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +278 -0
- package/dist/cjs/kup-planner-time-formatter-a74e70f0.js +93 -0
- package/dist/cjs/kup-planner.cjs.entry.js +718 -13596
- package/dist/cjs/kup-probe.cjs.entry.js +228 -227
- package/dist/cjs/kup-qlik.cjs.entry.js +126 -125
- package/dist/cjs/kup-snackbar.cjs.entry.js +102 -101
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/index.js +16 -0
- package/dist/collection/assets/planner-example-1.js +6337 -0
- package/dist/collection/assets/planner-example-2.js +5650 -0
- package/dist/collection/assets/planner-example-3.js +6548 -0
- package/dist/collection/assets/planner-example-4.js +28473 -0
- package/dist/collection/assets/planner.js +3255 -4900
- package/dist/collection/collection-manifest.json +16 -1
- package/dist/collection/components/kup-accordion/kup-accordion-declarations.js +3 -3
- package/dist/collection/components/kup-accordion/kup-accordion.js +423 -423
- package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +14 -14
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +882 -882
- package/dist/collection/components/kup-badge/kup-badge-declarations.js +3 -3
- package/dist/collection/components/kup-badge/kup-badge.js +262 -262
- package/dist/collection/components/kup-box/kup-box-declarations.js +26 -26
- package/dist/collection/components/kup-box/kup-box-state.js +13 -13
- package/dist/collection/components/kup-box/kup-box.js +2068 -2068
- package/dist/collection/components/kup-button/kup-button-declarations.js +11 -11
- package/dist/collection/components/kup-button/kup-button.js +560 -560
- package/dist/collection/components/kup-button-list/kup-button-list-declarations.js +6 -6
- package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +141 -141
- package/dist/collection/components/kup-button-list/kup-button-list.js +497 -497
- package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +17 -17
- package/dist/collection/components/kup-calendar/kup-calendar.js +681 -681
- package/dist/collection/components/kup-card/box/kup-card-box.js +161 -161
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +6 -6
- package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +324 -324
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +250 -250
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +141 -141
- package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +3 -3
- package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +98 -98
- package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +44 -44
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +135 -135
- package/dist/collection/components/kup-card/free/kup-card-free.js +6 -6
- package/dist/collection/components/kup-card/kup-card-declarations.js +53 -53
- package/dist/collection/components/kup-card/kup-card-helper.js +155 -155
- package/dist/collection/components/kup-card/kup-card.js +767 -767
- package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +174 -174
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +474 -474
- package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +16 -16
- package/dist/collection/components/kup-card-list/kup-card-list.js +676 -676
- package/dist/collection/components/kup-cell/kup-cell-declarations.js +4 -4
- package/dist/collection/components/kup-cell/kup-cell.js +382 -382
- package/dist/collection/components/kup-chart/kup-chart-builder.js +80 -80
- package/dist/collection/components/kup-chart/kup-chart-declarations.js +36 -36
- package/dist/collection/components/kup-chart/kup-chart.js +1043 -1043
- package/dist/collection/components/kup-checkbox/kup-checkbox-declarations.js +6 -6
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +417 -417
- package/dist/collection/components/kup-chip/kup-chip-declarations.js +5 -5
- package/dist/collection/components/kup-chip/kup-chip.js +538 -538
- package/dist/collection/components/kup-color-picker/kup-color-picker-declarations.js +5 -5
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +511 -511
- package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +8 -8
- package/dist/collection/components/kup-combobox/kup-combobox.js +796 -796
- package/dist/collection/components/kup-dashboard/kup-dashboard-declarations.js +3 -3
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +562 -562
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +95 -95
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +729 -729
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +33 -33
- package/dist/collection/components/kup-data-table/kup-data-table.js +5398 -5398
- package/dist/collection/components/kup-date-picker/kup-date-picker-declarations.js +8 -8
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +796 -796
- package/dist/collection/components/kup-dialog/kup-dialog-declarations.js +7 -7
- package/dist/collection/components/kup-dialog/kup-dialog.js +451 -451
- package/dist/collection/components/kup-drawer/kup-drawer-declarations.js +2 -2
- package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +6 -6
- package/dist/collection/components/kup-drawer/kup-drawer.js +374 -374
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button-declarations.js +11 -11
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +776 -776
- package/dist/collection/components/kup-echart/kup-echart-declarations.js +40 -40
- package/dist/collection/components/kup-echart/kup-echart.js +1606 -1606
- package/dist/collection/components/kup-family-tree/kup-family-tree-declarations.js +8 -8
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +789 -789
- package/dist/collection/components/kup-form/kup-form-declarations.js +16 -16
- package/dist/collection/components/kup-form/kup-form.js +694 -694
- package/dist/collection/components/kup-gauge/kup-gauge-declarations.js +19 -19
- package/dist/collection/components/kup-gauge/kup-gauge.js +730 -730
- package/dist/collection/components/kup-grid/kup-grid-declarations.js +3 -3
- package/dist/collection/components/kup-grid/kup-grid.js +238 -238
- package/dist/collection/components/kup-iframe/kup-iframe-declarations.js +3 -3
- package/dist/collection/components/kup-iframe/kup-iframe.js +268 -268
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +167 -167
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +16 -16
- package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +221 -221
- package/dist/collection/components/kup-image/kup-image-declarations.js +9 -9
- package/dist/collection/components/kup-image/kup-image.js +471 -471
- package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +3 -3
- package/dist/collection/components/kup-image-list/kup-image-list-state.js +7 -7
- package/dist/collection/components/kup-image-list/kup-image-list.js +502 -502
- package/dist/collection/components/kup-lazy/kup-lazy-declarations.js +7 -7
- package/dist/collection/components/kup-lazy/kup-lazy.js +417 -417
- package/dist/collection/components/kup-list/kup-list-declarations.js +18 -18
- package/dist/collection/components/kup-list/kup-list-helper.js +105 -105
- package/dist/collection/components/kup-list/kup-list.js +914 -914
- package/dist/collection/components/kup-magic-box/kup-magic-box-declarations.js +10 -10
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +405 -405
- package/dist/collection/components/kup-nav-bar/kup-nav-bar-declarations.js +7 -7
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +304 -304
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker-declarations.js +9 -9
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +847 -847
- package/dist/collection/components/kup-photo-frame/kup-photo-frame-declarations.js +3 -3
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +359 -359
- package/dist/collection/components/kup-planner/kup-planner-declarations.js +69 -66
- package/dist/collection/components/kup-planner/kup-planner-helper.js +39 -39
- package/dist/collection/components/kup-planner/kup-planner-state.js +14 -14
- package/dist/collection/components/kup-planner/kup-planner.css +4 -482
- package/dist/collection/components/kup-planner/kup-planner.js +1777 -1675
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +117 -0
- package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +79 -0
- package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +280 -0
- package/dist/collection/components/kup-planner/utils/custom-tool-tip.js +5 -0
- package/dist/collection/components/kup-planner/utils/gantt-table.module.css +88 -0
- package/dist/collection/components/kup-planner/utils/helpers/bar.helpers.js +328 -0
- package/dist/collection/components/kup-planner/utils/helpers/other.helpers.js +48 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +40 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2302 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +31 -0
- package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +466 -0
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +60 -0
- package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +1186 -0
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +36 -0
- package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +177 -0
- package/dist/collection/components/kup-planner/utils/kup-planner-adapted-types.js +1 -0
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +396 -0
- package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +321 -0
- package/dist/collection/components/kup-planner/utils/kup-planner-time-formatter.js +87 -0
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +30 -0
- package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +49 -0
- package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +215 -0
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +112 -0
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +226 -0
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +67 -0
- package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +638 -0
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +82 -0
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +30 -0
- package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +362 -0
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +31 -0
- package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +170 -0
- package/dist/collection/components/kup-probe/kup-probe.js +335 -335
- package/dist/collection/components/kup-progress-bar/kup-progress-bar-declarations.js +7 -7
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +346 -346
- package/dist/collection/components/kup-qlik/kup-qlik.js +311 -311
- package/dist/collection/components/kup-radio/kup-radio-declarations.js +5 -5
- package/dist/collection/components/kup-radio/kup-radio.js +392 -392
- package/dist/collection/components/kup-rating/kup-rating-declarations.js +4 -4
- package/dist/collection/components/kup-rating/kup-rating.js +296 -296
- package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +5 -5
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +380 -380
- package/dist/collection/components/kup-spinner/kup-spinner-declarations.js +8 -8
- package/dist/collection/components/kup-spinner/kup-spinner.js +449 -449
- package/dist/collection/components/kup-state/mock-store.js +10 -10
- package/dist/collection/components/kup-switch/kup-switch-declarations.js +5 -5
- package/dist/collection/components/kup-switch/kup-switch.js +387 -387
- package/dist/collection/components/kup-tab-bar/kup-tab-bar-declarations.js +3 -3
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +423 -423
- package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +30 -30
- package/dist/collection/components/kup-text-field/kup-text-field.js +1220 -1220
- package/dist/collection/components/kup-time-picker/kup-time-picker-declarations.js +7 -7
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +914 -914
- package/dist/collection/components/kup-tree/kup-tree-declarations.js +28 -28
- package/dist/collection/components/kup-tree/kup-tree-faker.js +233 -233
- package/dist/collection/components/kup-tree/kup-tree-state.js +13 -13
- package/dist/collection/components/kup-tree/kup-tree.js +2424 -2424
- package/dist/collection/f-components/f-button/f-button-declarations.js +5 -5
- package/dist/collection/f-components/f-button/f-button.js +76 -76
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +125 -125
- package/dist/collection/f-components/f-cell/f-cell.js +407 -407
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +10 -10
- package/dist/collection/f-components/f-chip/f-chip-declarations.js +4 -4
- package/dist/collection/f-components/f-chip/f-chip.js +82 -82
- package/dist/collection/f-components/f-image/f-image-declarations.js +1 -1
- package/dist/collection/f-components/f-image/f-image.js +79 -79
- package/dist/collection/f-components/f-paginator/f-paginator-declarations.js +2 -2
- package/dist/collection/f-components/f-paginator/f-paginator-utils.js +21 -21
- package/dist/collection/f-components/f-paginator/f-paginator.js +65 -65
- package/dist/collection/f-components/f-progress-bar/f-progress-bar.js +70 -70
- package/dist/collection/f-components/f-radio/f-radio.js +21 -21
- package/dist/collection/f-components/f-rating/f-rating.js +17 -17
- package/dist/collection/f-components/f-switch/f-switch.js +6 -6
- package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +19 -19
- package/dist/collection/f-components/f-text-field/f-text-field.js +165 -165
- package/dist/collection/index.js +1 -1
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +47 -47
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +220 -220
- package/dist/collection/managers/kup-data/kup-data-declarations.js +4 -4
- package/dist/collection/managers/kup-data/kup-data-node-helper.js +107 -107
- package/dist/collection/managers/kup-data/kup-data-row-helper.js +11 -11
- package/dist/collection/managers/kup-data/kup-data.js +468 -468
- package/dist/collection/managers/kup-dates/kup-dates-declarations.js +19 -19
- package/dist/collection/managers/kup-dates/kup-dates.js +637 -605
- package/dist/collection/managers/kup-debug/kup-debug-declarations.js +8 -8
- package/dist/collection/managers/kup-debug/kup-debug.js +626 -626
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position-declarations.js +9 -9
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +232 -232
- package/dist/collection/managers/kup-interact/kup-interact-declarations.js +11 -11
- package/dist/collection/managers/kup-interact/kup-interact.js +374 -374
- package/dist/collection/managers/kup-language/kup-language-declarations.js +127 -127
- package/dist/collection/managers/kup-language/kup-language.js +132 -132
- package/dist/collection/managers/kup-manager/kup-manager.js +257 -257
- package/dist/collection/managers/kup-math/kup-math-declarations.js +7 -7
- package/dist/collection/managers/kup-math/kup-math-helper.js +19 -19
- package/dist/collection/managers/kup-math/kup-math.js +374 -374
- package/dist/collection/managers/kup-objects/kup-objects.js +379 -379
- package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover-declarations.js +4 -4
- package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +301 -301
- package/dist/collection/managers/kup-search/kup-search.js +65 -65
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +134 -134
- package/dist/collection/managers/kup-theme/kup-theme.js +696 -696
- package/dist/collection/managers/kup-toolbar/kup-toolbar-declarations.js +3 -3
- package/dist/collection/managers/kup-toolbar/kup-toolbar.js +93 -93
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +198 -198
- package/dist/collection/types/GenericTypes.js +47 -47
- package/dist/collection/utils/cell-utils.js +115 -115
- package/dist/collection/utils/filters/filters-column-menu.js +339 -339
- package/dist/collection/utils/filters/filters-declarations.js +4 -4
- package/dist/collection/utils/filters/filters-rows.js +215 -215
- package/dist/collection/utils/filters/filters-tree-items.js +96 -96
- package/dist/collection/utils/filters/filters.js +257 -257
- package/dist/collection/utils/kup-column-menu/kup-column-menu-declarations.js +14 -14
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +710 -710
- package/dist/collection/utils/utils.js +37 -37
- package/dist/components/custom-task-list-header.js +44 -0
- package/dist/components/custom-task-list-table.js +121 -0
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.d.ts +2 -2
- package/dist/components/kup-accordion.js +331 -331
- package/dist/components/kup-autocomplete.d.ts +2 -2
- package/dist/components/kup-autocomplete2.js +21534 -21533
- package/dist/components/kup-badge.d.ts +2 -2
- package/dist/components/kup-box.d.ts +2 -2
- package/dist/components/kup-box2.js +1416 -1416
- package/dist/components/kup-button-list.d.ts +2 -2
- package/dist/components/kup-button.d.ts +2 -2
- package/dist/components/kup-calendar.d.ts +2 -2
- package/dist/components/kup-calendar.js +534 -533
- package/dist/components/kup-card-list.d.ts +2 -2
- package/dist/components/kup-card-list.js +401 -401
- package/dist/components/kup-card.d.ts +2 -2
- package/dist/components/kup-cell.d.ts +2 -2
- package/dist/components/kup-cell.js +303 -303
- package/dist/components/kup-chart.d.ts +2 -2
- package/dist/components/kup-checkbox.d.ts +2 -2
- package/dist/components/kup-chip.d.ts +2 -2
- package/dist/components/kup-color-picker.d.ts +2 -2
- package/dist/components/kup-combobox.d.ts +2 -2
- package/dist/components/kup-custom-task-list-header.d.ts +11 -0
- package/dist/components/kup-custom-task-list-header.js +6 -0
- package/dist/components/kup-custom-task-list-table.d.ts +11 -0
- package/dist/components/kup-custom-task-list-table.js +6 -0
- package/dist/components/kup-dashboard.d.ts +2 -2
- package/dist/components/kup-dashboard.js +520 -520
- package/dist/components/kup-data-table.d.ts +2 -2
- package/dist/components/kup-date-picker.d.ts +2 -2
- package/dist/components/kup-dates.js +777 -0
- package/dist/components/kup-dialog.d.ts +2 -2
- package/dist/components/kup-drawer.d.ts +2 -2
- package/dist/components/kup-drawer.js +278 -278
- package/dist/components/kup-dropdown-button.d.ts +2 -2
- package/dist/components/kup-echart.d.ts +2 -2
- package/dist/components/kup-echart2.js +1358 -1358
- package/dist/components/kup-family-tree.d.ts +2 -2
- package/dist/components/kup-family-tree.js +564 -564
- package/dist/components/kup-form.d.ts +2 -2
- package/dist/components/kup-gantt-calendar.d.ts +11 -0
- package/dist/components/kup-gantt-calendar.js +6 -0
- package/dist/components/kup-gantt-calendar2.js +323 -0
- package/dist/components/kup-gantt.d.ts +11 -0
- package/dist/components/kup-gantt.js +6 -0
- package/dist/components/kup-gantt2.js +822 -0
- package/dist/components/kup-gauge.d.ts +2 -2
- package/dist/components/kup-grid-renderer.d.ts +11 -0
- package/dist/components/kup-grid-renderer.js +6 -0
- package/dist/components/kup-grid-renderer2.js +1416 -0
- package/dist/components/kup-grid.d.ts +2 -2
- package/dist/components/kup-grid2.js +236 -236
- package/dist/components/kup-horizontal-scroll.d.ts +11 -0
- package/dist/components/kup-horizontal-scroll.js +6 -0
- package/dist/components/kup-horizontal-scroll2.js +77 -0
- package/dist/components/kup-iframe.d.ts +2 -2
- package/dist/components/kup-iframe.js +234 -234
- package/dist/components/kup-image-list.d.ts +2 -2
- package/dist/components/kup-image-list.js +377 -377
- package/dist/components/kup-image.d.ts +2 -2
- package/dist/components/kup-lazy.d.ts +2 -2
- package/dist/components/kup-lazy.js +319 -319
- package/dist/components/kup-list.d.ts +2 -2
- package/dist/components/kup-magic-box.d.ts +2 -2
- package/dist/components/kup-magic-box.js +432 -432
- package/dist/components/kup-manager.js +5748 -6491
- package/dist/components/kup-nav-bar.d.ts +2 -2
- package/dist/components/kup-nav-bar.js +263 -263
- package/dist/components/kup-numeric-picker.d.ts +2 -2
- package/dist/components/kup-numeric-picker.js +514 -514
- package/dist/components/kup-photo-frame.d.ts +2 -2
- package/dist/components/kup-photo-frame.js +281 -281
- package/dist/components/kup-planner-renderer-helper.js +399 -0
- package/dist/components/kup-planner-renderer.d.ts +11 -0
- package/dist/components/kup-planner-renderer.js +6 -0
- package/dist/components/kup-planner-renderer2.js +390 -0
- package/dist/components/kup-planner.d.ts +2 -2
- package/dist/components/kup-planner.js +1005 -13792
- package/dist/components/kup-probe.d.ts +2 -2
- package/dist/components/kup-probe.js +379 -379
- package/dist/components/kup-progress-bar.d.ts +2 -2
- package/dist/components/kup-qlik.d.ts +2 -2
- package/dist/components/kup-qlik.js +282 -282
- package/dist/components/kup-radio.d.ts +2 -2
- package/dist/components/kup-rating.d.ts +2 -2
- package/dist/components/kup-snackbar.d.ts +2 -2
- package/dist/components/kup-snackbar.js +257 -257
- package/dist/components/kup-spinner.d.ts +2 -2
- package/dist/components/kup-standard-tooltip.d.ts +11 -0
- package/dist/components/kup-standard-tooltip.js +6 -0
- package/dist/components/kup-standard-tooltip2.js +37 -0
- package/dist/components/kup-switch.d.ts +2 -2
- package/dist/components/kup-switcher.d.ts +11 -0
- package/dist/components/kup-switcher.js +6 -0
- package/dist/components/kup-switcher2.js +36 -0
- package/dist/components/kup-tab-bar.d.ts +2 -2
- package/dist/components/kup-task-gantt.d.ts +11 -0
- package/dist/components/kup-task-gantt.js +6 -0
- package/dist/components/kup-task-gantt2.js +91 -0
- package/dist/components/kup-task-list-header.d.ts +11 -0
- package/dist/components/kup-task-list-header.js +6 -0
- package/dist/components/kup-task-list-header2.js +55 -0
- package/dist/components/kup-task-list-table.d.ts +11 -0
- package/dist/components/kup-task-list-table.js +6 -0
- package/dist/components/kup-task-list-table2.js +79 -0
- package/dist/components/kup-task-list.d.ts +11 -0
- package/dist/components/kup-task-list.js +6 -0
- package/dist/components/kup-task-list2.js +260 -0
- package/dist/components/kup-text-field.d.ts +2 -2
- package/dist/components/kup-time-picker.d.ts +2 -2
- package/dist/components/kup-tooltip.d.ts +11 -0
- package/dist/components/kup-tooltip.js +6 -0
- package/dist/components/kup-tooltip2.js +127 -0
- package/dist/components/kup-tree.d.ts +2 -2
- package/dist/components/kup-vertical-scroll.d.ts +11 -0
- package/dist/components/kup-vertical-scroll.js +6 -0
- package/dist/components/kup-vertical-scroll2.js +77 -0
- package/dist/esm/bar.helpers-0898efb9.js +363 -0
- package/dist/esm/f-button-5ccc2e50.js +103 -0
- package/dist/esm/{f-button-declarations-8a009df1.js → f-button-declarations-9bdc6f26.js} +5 -5
- package/dist/esm/f-cell-6f4290b2.js +664 -0
- package/dist/esm/f-checkbox-43481de2.js +27 -0
- package/dist/esm/f-chip-465aa432.js +131 -0
- package/dist/esm/f-image-c5063342.js +113 -0
- package/dist/esm/f-paginator-utils-6903534b.js +1564 -0
- package/dist/esm/f-text-field-28b2b26d.js +214 -0
- package/dist/esm/{f-text-field-mdc-1143cf21.js → f-text-field-mdc-c88bf688.js} +19 -19
- package/dist/esm/{index-99c17b08.js → index-59f83f91.js} +27 -8
- package/dist/esm/index.js +4 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +182 -181
- package/dist/esm/kup-autocomplete_27.entry.js +14562 -14561
- package/dist/esm/kup-box.entry.js +1231 -1230
- package/dist/esm/kup-calendar.entry.js +376 -375
- package/dist/esm/kup-card-list.entry.js +233 -232
- package/dist/esm/kup-cell.entry.js +153 -152
- package/dist/esm/kup-custom-task-list-header_4.entry.js +1310 -0
- package/dist/esm/kup-dashboard.entry.js +369 -368
- package/dist/esm/kup-dates-15f89ea2.js +777 -0
- package/dist/esm/kup-drawer.entry.js +122 -121
- package/dist/esm/kup-echart.entry.js +1192 -1191
- package/dist/esm/kup-family-tree.entry.js +400 -399
- package/dist/esm/kup-gantt_10.entry.js +1063 -0
- package/dist/esm/kup-grid.entry.js +82 -81
- package/dist/esm/kup-iframe.entry.js +80 -79
- package/dist/esm/kup-image-list.entry.js +224 -223
- package/dist/esm/kup-lazy.entry.js +162 -161
- package/dist/esm/kup-magic-box.entry.js +270 -269
- package/dist/esm/{kup-manager-9a9d2dbb.js → kup-manager-bfea4e6f.js} +5749 -6492
- package/dist/esm/kup-nav-bar.entry.js +110 -109
- package/dist/esm/kup-numeric-picker.entry.js +352 -351
- package/dist/esm/kup-photo-frame.entry.js +126 -125
- package/dist/esm/kup-planner-declarations-b9345758.js +88 -0
- package/dist/esm/kup-planner-renderer-helper-2143d119.js +399 -0
- package/dist/esm/kup-planner-renderer.entry.js +274 -0
- package/dist/esm/kup-planner-time-formatter-a68e05ba.js +89 -0
- package/dist/esm/kup-planner.entry.js +718 -13596
- package/dist/esm/kup-probe.entry.js +228 -227
- package/dist/esm/kup-qlik.entry.js +126 -125
- package/dist/esm/kup-snackbar.entry.js +102 -101
- 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-01a0b54c.js +1 -0
- package/dist/ketchup/{p-6a7df3d2.js → p-097500fe.js} +1 -1
- package/dist/ketchup/p-0cb5e9ae.entry.js +1 -0
- package/dist/ketchup/p-0f91d4de.entry.js +1 -0
- package/dist/ketchup/p-1872c92e.entry.js +1 -0
- package/dist/ketchup/p-20aa95ae.entry.js +1 -0
- package/dist/ketchup/{p-4e696daf.js → p-21c640a5.js} +1 -1
- package/dist/ketchup/p-4bc3b3a6.js +29 -0
- package/dist/ketchup/{p-ea56edbe.js → p-4c1ec006.js} +1 -1
- package/dist/ketchup/p-51f9b230.entry.js +1 -0
- package/dist/ketchup/p-612b46da.entry.js +1 -0
- package/dist/ketchup/p-69287f4a.entry.js +1 -0
- package/dist/ketchup/p-71acfd3c.entry.js +1 -0
- package/dist/ketchup/p-7a72c4fa.entry.js +1 -0
- package/dist/ketchup/p-7c5a1357.entry.js +1 -0
- package/dist/ketchup/p-829d7060.entry.js +1 -0
- package/dist/ketchup/p-84be8f0b.js +1 -0
- package/dist/ketchup/p-85279516.entry.js +9 -0
- package/dist/ketchup/p-8591ac0b.entry.js +1 -0
- package/dist/ketchup/p-8c3ad5ef.entry.js +1 -0
- package/dist/ketchup/p-8e180c01.entry.js +1 -0
- package/dist/ketchup/p-8e3b6de8.js +1 -0
- package/dist/ketchup/p-8ecdd076.entry.js +1 -0
- package/dist/ketchup/p-903d1b10.entry.js +1 -0
- package/dist/ketchup/p-924b841b.js +1 -0
- package/dist/ketchup/p-95272714.entry.js +1 -0
- package/dist/ketchup/p-b07ffd18.entry.js +16 -0
- package/dist/ketchup/p-c23731ca.js +1 -0
- package/dist/ketchup/p-cd9a4274.js +2 -0
- package/dist/ketchup/{p-34e4a985.js → p-ce9ef2d5.js} +1 -1
- package/dist/ketchup/{p-f1f82eef.entry.js → p-d7b8295a.entry.js} +1 -1
- package/dist/ketchup/p-db93bc06.entry.js +1 -0
- package/dist/ketchup/p-e46470a6.entry.js +1 -0
- package/dist/ketchup/p-e841c2ae.js +1 -0
- package/dist/ketchup/p-eae42bff.entry.js +1 -0
- package/dist/ketchup/p-ee6305f5.js +1 -0
- package/dist/ketchup/p-f1efab38.entry.js +1 -0
- package/dist/ketchup/p-f2df4ce9.entry.js +1 -0
- package/dist/ketchup/{p-7a876328.js → p-f51dbf68.js} +1 -1
- package/dist/types/components/kup-accordion/kup-accordion-declarations.d.ts +5 -5
- package/dist/types/components/kup-accordion/kup-accordion.d.ts +75 -75
- package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +18 -18
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +113 -113
- package/dist/types/components/kup-badge/kup-badge-declarations.d.ts +3 -3
- package/dist/types/components/kup-badge/kup-badge.d.ts +47 -47
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +70 -70
- package/dist/types/components/kup-box/kup-box-state.d.ts +7 -7
- package/dist/types/components/kup-box/kup-box.d.ts +262 -262
- package/dist/types/components/kup-button/kup-button-declarations.d.ts +12 -12
- package/dist/types/components/kup-button/kup-button.d.ts +105 -105
- package/dist/types/components/kup-button-list/kup-button-list-declarations.d.ts +11 -11
- package/dist/types/components/kup-button-list/kup-button-list.d.ts +75 -75
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +32 -32
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +100 -100
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +123 -123
- package/dist/types/components/kup-card/kup-card.d.ts +154 -154
- package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +20 -20
- package/dist/types/components/kup-card-list/kup-card-list.d.ts +107 -107
- package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +4 -4
- package/dist/types/components/kup-cell/kup-cell.d.ts +62 -62
- package/dist/types/components/kup-chart/kup-chart-builder.d.ts +2 -2
- package/dist/types/components/kup-chart/kup-chart-declarations.d.ts +99 -99
- package/dist/types/components/kup-chart/kup-chart.d.ts +164 -164
- package/dist/types/components/kup-checkbox/kup-checkbox-declarations.d.ts +8 -8
- package/dist/types/components/kup-checkbox/kup-checkbox.d.ts +80 -80
- package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +8 -8
- package/dist/types/components/kup-chip/kup-chip.d.ts +82 -82
- package/dist/types/components/kup-color-picker/kup-color-picker-declarations.d.ts +6 -6
- package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +83 -83
- package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +12 -12
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +89 -89
- package/dist/types/components/kup-dashboard/kup-dashboard-declarations.d.ts +28 -28
- package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +74 -74
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +156 -156
- package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +2 -2
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +31 -31
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +441 -441
- package/dist/types/components/kup-date-picker/kup-date-picker-declarations.d.ts +9 -9
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +105 -105
- package/dist/types/components/kup-dialog/kup-dialog-declarations.d.ts +12 -12
- package/dist/types/components/kup-dialog/kup-dialog.d.ts +72 -72
- package/dist/types/components/kup-drawer/kup-drawer-declarations.d.ts +2 -2
- package/dist/types/components/kup-drawer/kup-drawer.d.ts +70 -70
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +12 -12
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +154 -154
- package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +48 -48
- package/dist/types/components/kup-echart/kup-echart.d.ts +103 -103
- package/dist/types/components/kup-family-tree/kup-family-tree-declarations.d.ts +20 -20
- package/dist/types/components/kup-family-tree/kup-family-tree.d.ts +82 -82
- package/dist/types/components/kup-form/kup-form-declarations.d.ts +40 -40
- package/dist/types/components/kup-form/kup-form.d.ts +78 -78
- package/dist/types/components/kup-gauge/kup-gauge-declarations.d.ts +19 -19
- package/dist/types/components/kup-gauge/kup-gauge.d.ts +144 -144
- package/dist/types/components/kup-grid/kup-grid-declarations.d.ts +3 -3
- package/dist/types/components/kup-grid/kup-grid.d.ts +45 -45
- package/dist/types/components/kup-iframe/kup-iframe-declarations.d.ts +3 -3
- package/dist/types/components/kup-iframe/kup-iframe.d.ts +45 -45
- package/dist/types/components/kup-image/canvas/kup-image-canvas-declarations.d.ts +19 -19
- package/dist/types/components/kup-image/canvas/kup-image-canvas.d.ts +25 -25
- package/dist/types/components/kup-image/kup-image-declarations.d.ts +10 -10
- package/dist/types/components/kup-image/kup-image.d.ts +96 -96
- package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +4 -4
- package/dist/types/components/kup-image-list/kup-image-list-state.d.ts +3 -3
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +64 -64
- package/dist/types/components/kup-lazy/kup-lazy-declarations.d.ts +7 -7
- package/dist/types/components/kup-lazy/kup-lazy.d.ts +73 -73
- package/dist/types/components/kup-list/kup-list-declarations.d.ts +23 -23
- package/dist/types/components/kup-list/kup-list.d.ts +122 -122
- package/dist/types/components/kup-magic-box/kup-magic-box-declarations.d.ts +10 -10
- package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +60 -60
- package/dist/types/components/kup-nav-bar/kup-nav-bar-declarations.d.ts +7 -7
- package/dist/types/components/kup-nav-bar/kup-nav-bar.d.ts +60 -60
- package/dist/types/components/kup-numeric-picker/kup-numeric-picker-declarations.d.ts +10 -10
- package/dist/types/components/kup-numeric-picker/kup-numeric-picker.d.ts +116 -116
- package/dist/types/components/kup-photo-frame/kup-photo-frame-declarations.d.ts +3 -3
- package/dist/types/components/kup-photo-frame/kup-photo-frame.d.ts +57 -57
- package/dist/types/components/kup-planner/kup-planner-declarations.d.ts +592 -96
- package/dist/types/components/kup-planner/kup-planner-state.d.ts +9 -9
- package/dist/types/components/kup-planner/kup-planner.d.ts +269 -259
- package/dist/types/components/kup-planner/utils/custom-task-list-header.d.ts +8 -0
- package/dist/types/components/kup-planner/utils/custom-task-list-table.d.ts +14 -0
- package/dist/types/components/kup-planner/utils/custom-tool-tip.d.ts +2 -0
- package/dist/types/components/kup-planner/utils/helpers/bar.helpers.d.ts +33 -0
- package/dist/types/components/kup-planner/utils/helpers/other.helpers.d.ts +6 -0
- package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +127 -0
- package/dist/types/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.d.ts +27 -0
- package/dist/types/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.d.ts +59 -0
- package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +17 -0
- package/dist/types/components/kup-planner/utils/kup-planner-adapted-types.d.ts +28 -0
- package/dist/types/components/kup-planner/utils/kup-planner-renderer-helper.d.ts +36 -0
- package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +33 -0
- package/dist/types/components/kup-planner/utils/kup-planner-time-formatter.d.ts +20 -0
- package/dist/types/components/kup-planner/utils/kup-switcher/kup-switcher.d.ts +5 -0
- package/dist/types/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.d.ts +20 -0
- package/dist/types/components/kup-planner/utils/kup-task-list/kup-task-list-header.d.ts +7 -0
- package/dist/types/components/kup-planner/utils/kup-task-list/kup-task-list-table.d.ts +16 -0
- package/dist/types/components/kup-planner/utils/kup-task-list/kup-task-list.d.ts +40 -0
- package/dist/types/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.d.ts +7 -0
- package/dist/types/components/kup-planner/utils/kup-tooltip/kup-tooltip.d.ts +26 -0
- package/dist/types/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.d.ts +16 -0
- package/dist/types/components/kup-probe/kup-probe.d.ts +70 -70
- package/dist/types/components/kup-progress-bar/kup-progress-bar-declarations.d.ts +7 -7
- package/dist/types/components/kup-progress-bar/kup-progress-bar.d.ts +65 -65
- package/dist/types/components/kup-qlik/kup-qlik-declarations.d.ts +13 -13
- package/dist/types/components/kup-qlik/kup-qlik.d.ts +96 -96
- package/dist/types/components/kup-radio/kup-radio-declarations.d.ts +6 -6
- package/dist/types/components/kup-radio/kup-radio.d.ts +75 -75
- package/dist/types/components/kup-rating/kup-rating-declarations.d.ts +5 -5
- package/dist/types/components/kup-rating/kup-rating.d.ts +52 -52
- package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +5 -5
- package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +78 -78
- package/dist/types/components/kup-spinner/kup-spinner-declarations.d.ts +8 -8
- package/dist/types/components/kup-spinner/kup-spinner.d.ts +75 -75
- package/dist/types/components/kup-state/kup-state.d.ts +1 -1
- package/dist/types/components/kup-state/kup-store.d.ts +2 -2
- package/dist/types/components/kup-state/mock-store.d.ts +5 -5
- package/dist/types/components/kup-switch/kup-switch-declarations.d.ts +6 -6
- package/dist/types/components/kup-switch/kup-switch.d.ts +75 -75
- package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +6 -6
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +72 -72
- package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +31 -31
- package/dist/types/components/kup-text-field/kup-text-field.d.ts +258 -258
- package/dist/types/components/kup-time-picker/kup-time-picker-declarations.d.ts +8 -8
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +120 -120
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +56 -56
- package/dist/types/components/kup-tree/kup-tree-faker.d.ts +15 -15
- package/dist/types/components/kup-tree/kup-tree-state.d.ts +9 -9
- package/dist/types/components/kup-tree/kup-tree.d.ts +351 -351
- package/dist/types/components.d.ts +637 -4
- package/dist/types/f-components/f-button/f-button-declarations.d.ts +24 -24
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +117 -117
- package/dist/types/f-components/f-checkbox/f-checkbox-declarations.d.ts +9 -9
- package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +12 -12
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +14 -14
- package/dist/types/f-components/f-paginator/f-paginator-declarations.d.ts +12 -12
- package/dist/types/f-components/f-progress-bar/f-progress-bar-declarations.d.ts +10 -10
- package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +11 -11
- package/dist/types/f-components/f-rating/f-rating-declarations.d.ts +4 -4
- package/dist/types/f-components/f-switch/f-switch-declarations.d.ts +8 -8
- package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +38 -38
- package/dist/types/managers/kup-data/kup-data-cell-helper.d.ts +3 -3
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +88 -88
- package/dist/types/managers/kup-data/kup-data.d.ts +76 -76
- package/dist/types/managers/kup-dates/kup-dates-declarations.d.ts +19 -19
- package/dist/types/managers/kup-dates/kup-dates.d.ts +217 -192
- package/dist/types/managers/kup-debug/kup-debug-declarations.d.ts +18 -18
- package/dist/types/managers/kup-debug/kup-debug.d.ts +87 -87
- package/dist/types/managers/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +19 -19
- package/dist/types/managers/kup-dynamic-position/kup-dynamic-position.d.ts +53 -53
- package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +37 -37
- package/dist/types/managers/kup-interact/kup-interact.d.ts +95 -95
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +133 -133
- package/dist/types/managers/kup-language/kup-language.d.ts +44 -44
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +63 -63
- package/dist/types/managers/kup-manager/kup-manager.d.ts +67 -67
- package/dist/types/managers/kup-math/kup-math-declarations.d.ts +16 -16
- package/dist/types/managers/kup-math/kup-math-helper.d.ts +1 -1
- package/dist/types/managers/kup-math/kup-math.d.ts +132 -132
- package/dist/types/managers/kup-objects/kup-objects-declarations.d.ts +4 -4
- package/dist/types/managers/kup-objects/kup-objects.d.ts +201 -201
- package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover-declarations.d.ts +16 -16
- package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover.d.ts +55 -55
- package/dist/types/managers/kup-search/kup-search-declarations.d.ts +1 -1
- package/dist/types/managers/kup-search/kup-search.d.ts +13 -13
- package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +99 -99
- package/dist/types/managers/kup-theme/kup-theme.d.ts +119 -119
- package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +3 -3
- package/dist/types/managers/kup-toolbar/kup-toolbar.d.ts +32 -32
- package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +4 -4
- package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +43 -43
- package/dist/types/stencil-public-runtime.d.ts +8 -0
- package/dist/types/types/GenericTypes.d.ts +74 -74
- package/dist/types/utils/filters/filters-column-menu.d.ts +86 -86
- package/dist/types/utils/filters/filters-declarations.d.ts +13 -13
- package/dist/types/utils/filters/filters-rows.d.ts +17 -17
- package/dist/types/utils/filters/filters-tree-items.d.ts +7 -7
- package/dist/types/utils/filters/filters.d.ts +62 -62
- package/dist/types/utils/kup-column-menu/kup-column-menu-declarations.d.ts +14 -14
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +126 -126
- package/package.json +12 -16
- package/dist/cjs/f-button-9ccadd52.js +0 -105
- package/dist/cjs/f-cell-3130506f.js +0 -670
- package/dist/cjs/f-checkbox-9d2635d9.js +0 -29
- package/dist/cjs/f-chip-beb7af58.js +0 -133
- package/dist/cjs/f-image-66a3c3c1.js +0 -115
- package/dist/cjs/f-paginator-utils-c475e07f.js +0 -1576
- package/dist/cjs/f-text-field-c74856ff.js +0 -216
- package/dist/esm/f-button-0bce6587.js +0 -103
- package/dist/esm/f-cell-88d375e1.js +0 -664
- package/dist/esm/f-checkbox-31219c42.js +0 -27
- package/dist/esm/f-chip-ef0d4130.js +0 -131
- package/dist/esm/f-image-727453df.js +0 -113
- package/dist/esm/f-paginator-utils-4524e41c.js +0 -1563
- package/dist/esm/f-text-field-7b4d622c.js +0 -214
- package/dist/ketchup/p-042e1ed0.entry.js +0 -1
- package/dist/ketchup/p-0dc763af.entry.js +0 -1
- package/dist/ketchup/p-1ae879af.entry.js +0 -1
- package/dist/ketchup/p-1db0c862.entry.js +0 -1
- package/dist/ketchup/p-20458088.js +0 -30
- package/dist/ketchup/p-20c1a69f.entry.js +0 -1
- package/dist/ketchup/p-267dd24a.entry.js +0 -9
- package/dist/ketchup/p-2849af6f.js +0 -1
- package/dist/ketchup/p-30938d5a.entry.js +0 -1
- package/dist/ketchup/p-4067c71b.js +0 -2
- package/dist/ketchup/p-61f71872.entry.js +0 -1
- package/dist/ketchup/p-6b33f5de.entry.js +0 -1
- package/dist/ketchup/p-7f64b612.entry.js +0 -1
- package/dist/ketchup/p-90db42e6.entry.js +0 -1
- package/dist/ketchup/p-9cc1c76b.entry.js +0 -1
- package/dist/ketchup/p-9d3d8690.js +0 -1
- package/dist/ketchup/p-b4ba27da.entry.js +0 -1
- package/dist/ketchup/p-c046fd1c.entry.js +0 -1
- package/dist/ketchup/p-c120043a.entry.js +0 -1
- package/dist/ketchup/p-d520d757.entry.js +0 -1
- package/dist/ketchup/p-e9bc0749.entry.js +0 -1
- package/dist/ketchup/p-edd88921.entry.js +0 -1
- package/dist/ketchup/p-f67ee60f.entry.js +0 -25
- package/dist/ketchup/p-f6844304.entry.js +0 -1
- package/dist/ketchup/p-f8213d22.entry.js +0 -1
- /package/dist/ketchup/{p-cd2af1a6.js → p-b3577066.js} +0 -0
- /package/dist/ketchup/{p-b00f3575.js → p-c634eb82.js} +0 -0
|
@@ -25,6 +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
29
|
import { KupDashboardEventPayload, KupDataDashboard } from "./components/kup-dashboard/kup-dashboard-declarations";
|
|
29
30
|
import { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
30
31
|
import { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
|
|
@@ -44,8 +45,6 @@ import { KupImageListEventPayload } from "./components/kup-image-list/kup-image-
|
|
|
44
45
|
import { KupLazyRender } from "./components/kup-lazy/kup-lazy-declarations";
|
|
45
46
|
import { KupNavBarStyling } from "./components/kup-nav-bar/kup-nav-bar-declarations";
|
|
46
47
|
import { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
|
|
47
|
-
import { KupPlannerClickEventPayload, KupPlannerEventPayload, KupPlannerPhase, KupPlannerUnloadEventPayload, KupPlannerViewMode } from "./components/kup-planner/kup-planner-declarations";
|
|
48
|
-
import { TaskType } from "@sme.up/gantt-component/dist/types/public-types";
|
|
49
48
|
import { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarations";
|
|
50
49
|
import { FRadioData } from "./f-components/f-radio/f-radio-declarations";
|
|
51
50
|
import { KupRadioChangeEventPayload } from "./components/kup-radio/kup-radio-declarations";
|
|
@@ -74,6 +73,7 @@ export { KupChipChangeEventPayload, KupChipEventPayload, KupChipNode } from "./c
|
|
|
74
73
|
export { FChipType } from "./f-components/f-chip/f-chip-declarations";
|
|
75
74
|
export { KupColorPickerEventPayload } from "./components/kup-color-picker/kup-color-picker-declarations";
|
|
76
75
|
export { KupComboboxEventPayload, KupComboboxIconClickEventPayload } from "./components/kup-combobox/kup-combobox-declarations";
|
|
76
|
+
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";
|
|
77
77
|
export { KupDashboardEventPayload, KupDataDashboard } from "./components/kup-dashboard/kup-dashboard-declarations";
|
|
78
78
|
export { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
79
79
|
export { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
|
|
@@ -93,8 +93,6 @@ export { KupImageListEventPayload } from "./components/kup-image-list/kup-image-
|
|
|
93
93
|
export { KupLazyRender } from "./components/kup-lazy/kup-lazy-declarations";
|
|
94
94
|
export { KupNavBarStyling } from "./components/kup-nav-bar/kup-nav-bar-declarations";
|
|
95
95
|
export { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
|
|
96
|
-
export { KupPlannerClickEventPayload, KupPlannerEventPayload, KupPlannerPhase, KupPlannerUnloadEventPayload, KupPlannerViewMode } from "./components/kup-planner/kup-planner-declarations";
|
|
97
|
-
export { TaskType } from "@sme.up/gantt-component/dist/types/public-types";
|
|
98
96
|
export { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarations";
|
|
99
97
|
export { FRadioData } from "./f-components/f-radio/f-radio-declarations";
|
|
100
98
|
export { KupRadioChangeEventPayload } from "./components/kup-radio/kup-radio-declarations";
|
|
@@ -1131,6 +1129,25 @@ export namespace Components {
|
|
|
1131
1129
|
*/
|
|
1132
1130
|
"showDropDownIcon": boolean;
|
|
1133
1131
|
}
|
|
1132
|
+
interface KupCustomTaskListHeader {
|
|
1133
|
+
"doubleView"?: boolean;
|
|
1134
|
+
"fontFamily": string;
|
|
1135
|
+
"fontSize": string;
|
|
1136
|
+
"label": string;
|
|
1137
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
1138
|
+
}
|
|
1139
|
+
interface KupCustomTaskListTable {
|
|
1140
|
+
"fontFamily": string;
|
|
1141
|
+
"fontSize": string;
|
|
1142
|
+
"ganttId": string;
|
|
1143
|
+
"onclickTaskList": (id: string) => void;
|
|
1144
|
+
"oncontextmenuTaskList": (event: MouseEvent, id: string) => void;
|
|
1145
|
+
"ondblclickTaskList": (id: string) => void;
|
|
1146
|
+
"rowHeight": number;
|
|
1147
|
+
"rowWidth": string;
|
|
1148
|
+
"setSelectedTask": (taskId: string) => void;
|
|
1149
|
+
"tasks": KupPlannerTask[];
|
|
1150
|
+
}
|
|
1134
1151
|
interface KupDashboard {
|
|
1135
1152
|
/**
|
|
1136
1153
|
* Custom style of the component.
|
|
@@ -1939,6 +1956,92 @@ export namespace Components {
|
|
|
1939
1956
|
*/
|
|
1940
1957
|
"submitCb": (e: SubmitEvent) => unknown;
|
|
1941
1958
|
}
|
|
1959
|
+
interface KupGantt {
|
|
1960
|
+
"TaskListHeader": KupPlannerGanttProps['TaskListHeader'];
|
|
1961
|
+
"TaskListTable": KupPlannerGanttProps['TaskListTable'];
|
|
1962
|
+
"TooltipContent": KupPlannerGanttProps['TooltipContent'];
|
|
1963
|
+
"arrowColor": KupPlannerGanttProps['arrowColor'];
|
|
1964
|
+
"arrowIndent": KupPlannerGanttProps['arrowIndent'];
|
|
1965
|
+
"barBackgroundColor": KupPlannerGanttProps['barBackgroundColor'];
|
|
1966
|
+
"barBackgroundSelectedColor": KupPlannerGanttProps['barBackgroundSelectedColor'];
|
|
1967
|
+
"barClick": KupPlannerGanttProps['barClick'];
|
|
1968
|
+
"barContextMenu": KupPlannerGanttProps['barContextMenu'];
|
|
1969
|
+
"barCornerRadius": KupPlannerGanttProps['barCornerRadius'];
|
|
1970
|
+
"barDblClick": KupPlannerGanttProps['barDblClick'];
|
|
1971
|
+
"barFill": KupPlannerGanttProps['barFill'];
|
|
1972
|
+
"barProgressColor": KupPlannerGanttProps['barProgressColor'];
|
|
1973
|
+
"barProgressSelectedColor": KupPlannerGanttProps['barProgressSelectedColor'];
|
|
1974
|
+
"columnWidth": KupPlannerGanttProps['columnWidth'];
|
|
1975
|
+
"currentTasks": KupPlannerGanttTaskN[] | KupPlannerItemDetail[];
|
|
1976
|
+
"dateChange": KupPlannerGanttProps['dateChange'];
|
|
1977
|
+
"dateTimeFormatters": KupPlannerGanttProps['dateTimeFormatters'];
|
|
1978
|
+
"delete": KupPlannerGanttProps['delete'];
|
|
1979
|
+
"displayedEndDate": KupPlannerGanttProps['displayedEndDate'];
|
|
1980
|
+
"displayedStartDate": KupPlannerGanttProps['displayedStartDate'];
|
|
1981
|
+
"doubleClick": KupPlannerGanttProps['doubleClick'];
|
|
1982
|
+
"doubleView"?: boolean;
|
|
1983
|
+
"expanderClick": KupPlannerGanttProps['expanderClick'];
|
|
1984
|
+
"filter": KupPlannerGanttProps['filter'];
|
|
1985
|
+
"fontFamily": KupPlannerGanttProps['fontFamily'];
|
|
1986
|
+
"fontSize": KupPlannerGanttProps['fontSize'];
|
|
1987
|
+
"ganttHeight": KupPlannerGanttProps['ganttHeight'];
|
|
1988
|
+
"ganttId": KupPlannerGanttProps['id'];
|
|
1989
|
+
"ganttOnClick": KupGanttPlannerProps['onClick'];
|
|
1990
|
+
"ganttOnDblClick": KupGanttPlannerProps['onDblClick'];
|
|
1991
|
+
"ganttonOnContextMenu": KupGanttPlannerProps['onContextMenu'];
|
|
1992
|
+
"handleClick": (row: KupPlannerGanttRow, onClick: any) => void;
|
|
1993
|
+
"handleContextMenu": (
|
|
1994
|
+
event: MouseEvent,
|
|
1995
|
+
row: KupPlannerGanttRow,
|
|
1996
|
+
onContextMenu: any
|
|
1997
|
+
) => void;
|
|
1998
|
+
"handleDblClick": (row: KupPlannerGanttRow, onDblClick: any) => void;
|
|
1999
|
+
"handleWidth": KupPlannerGanttProps['handleWidth'];
|
|
2000
|
+
"headerHeight": KupPlannerGanttProps['headerHeight'];
|
|
2001
|
+
"hideDependencies": KupPlannerGanttProps['hideDependencies'];
|
|
2002
|
+
"hideLabel": KupPlannerGanttProps['hideLabel'];
|
|
2003
|
+
"initialScrollX": KupPlannerGanttProps['initialScrollX'];
|
|
2004
|
+
"initialScrollY": KupPlannerGanttProps['initialScrollY'];
|
|
2005
|
+
"label": string;
|
|
2006
|
+
"listCellWidth": KupPlannerGanttProps['listCellWidth'];
|
|
2007
|
+
"locale": KupPlannerGanttProps['locale'];
|
|
2008
|
+
"preStepsCount": KupPlannerGanttProps['preStepsCount'];
|
|
2009
|
+
"progressChange": KupPlannerGanttProps['progressChange'];
|
|
2010
|
+
"projectBackgroundColor": KupPlannerGanttProps['projectBackgroundColor'];
|
|
2011
|
+
"projectBackgroundSelectedColor": KupPlannerGanttProps['projectBackgroundSelectedColor'];
|
|
2012
|
+
"projectFill": KupPlannerGanttProps['barFill'];
|
|
2013
|
+
"projectProgressColor": KupPlannerGanttProps['projectProgressColor'];
|
|
2014
|
+
"projectProgressSelectedColor": KupPlannerGanttProps['projectProgressSelectedColor'];
|
|
2015
|
+
"projection": KupPlannerGanttProps['projection'];
|
|
2016
|
+
"readOnly": KupPlannerGanttProps['readOnly'];
|
|
2017
|
+
"rowHeight": KupPlannerGanttProps['rowHeight'];
|
|
2018
|
+
"rtl": KupPlannerGanttProps['rtl'];
|
|
2019
|
+
"scrollXChange": KupPlannerGanttProps['scrollXChange'];
|
|
2020
|
+
"scrollYChange": KupPlannerGanttProps['scrollYChange'];
|
|
2021
|
+
"select": KupPlannerGanttProps['select'];
|
|
2022
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
2023
|
+
"showSecondaryDates": KupPlannerGanttProps['showSecondaryDates'];
|
|
2024
|
+
"singleLineHeader": KupPlannerGanttProps['singleLineHeader'];
|
|
2025
|
+
"tasks": KupPlannerGanttProps['tasks'];
|
|
2026
|
+
"timeStep": KupPlannerGanttProps['timeStep'];
|
|
2027
|
+
"timelineFill": KupPlannerGanttProps['barFill'];
|
|
2028
|
+
"todayColor": KupPlannerGanttProps['todayColor'];
|
|
2029
|
+
"viewDate": KupPlannerGanttProps['viewDate'];
|
|
2030
|
+
"viewMode": KupPlannerGanttProps['viewMode'];
|
|
2031
|
+
}
|
|
2032
|
+
interface KupGanttCalendar {
|
|
2033
|
+
"columnWidth": KupPlannerCalendarProps['columnWidth'];
|
|
2034
|
+
"currentDateIndicator": KupPlannerCalendarProps['currentDateIndicator'];
|
|
2035
|
+
"dateSetup": KupPlannerCalendarProps['dateSetup'];
|
|
2036
|
+
"dateTimeFormatters": KupPlannerCalendarProps['dateTimeFormatters'];
|
|
2037
|
+
"fontFamily": KupPlannerCalendarProps['fontFamily'];
|
|
2038
|
+
"fontSize": KupPlannerCalendarProps['fontSize'];
|
|
2039
|
+
"headerHeight": KupPlannerCalendarProps['headerHeight'];
|
|
2040
|
+
"locale": KupPlannerCalendarProps['locale'];
|
|
2041
|
+
"rtl": KupPlannerCalendarProps['rtl'];
|
|
2042
|
+
"singleLineHeader": KupPlannerCalendarProps['singleLineHeader'];
|
|
2043
|
+
"svgWidth": number;
|
|
2044
|
+
}
|
|
1942
2045
|
interface KupGauge {
|
|
1943
2046
|
/**
|
|
1944
2047
|
* Sets how much the arc of the gauge should be thick.
|
|
@@ -2071,6 +2174,47 @@ export namespace Components {
|
|
|
2071
2174
|
*/
|
|
2072
2175
|
"singleLine": boolean;
|
|
2073
2176
|
}
|
|
2177
|
+
interface KupGridRenderer {
|
|
2178
|
+
"arrowColor": KupPlannerTaskGanttContentProps['arrowColor'];
|
|
2179
|
+
"arrowIndent": KupPlannerTaskGanttContentProps['arrowIndent'];
|
|
2180
|
+
"barClick": KupPlannerEventOption['barClick'];
|
|
2181
|
+
"barContextMenu": KupPlannerEventOption['barContextMenu'];
|
|
2182
|
+
"barDblClick": KupPlannerEventOption['barDblClick'];
|
|
2183
|
+
"columnWidth": KupPlannerTaskGanttContentProps['columnWidth'];
|
|
2184
|
+
"currentDateIndicator"?: KupPlannerTaskGanttContentProps['currentDateIndicator'];
|
|
2185
|
+
"dateChange": KupPlannerEventOption['dateChange'];
|
|
2186
|
+
"dates": KupPlannerTaskGanttContentProps['dates'];
|
|
2187
|
+
"delete": KupPlannerEventOption['delete'];
|
|
2188
|
+
"doubleClick": KupPlannerEventOption['doubleClick'];
|
|
2189
|
+
"eMouseDown": KupPlannerBarDisplayProps['onMouseDown'];
|
|
2190
|
+
"eventStart": KupPlannerTaskItemProps['onEventStart'];
|
|
2191
|
+
"fontFamily": KupPlannerTaskGanttContentProps['fontFamily'];
|
|
2192
|
+
"fontSize": KupPlannerTaskGanttContentProps['fontSize'];
|
|
2193
|
+
"ganttEvent": KupPlannerTaskGanttContentProps['ganttEvent'];
|
|
2194
|
+
"gridProps": KupPlannerTaskGanttProps['gridProps'];
|
|
2195
|
+
"hideLabel"?: KupPlannerTaskGanttContentProps['hideLabel'];
|
|
2196
|
+
"progressChange": KupPlannerEventOption['progressChange'];
|
|
2197
|
+
"projection"?: KupPlannerTaskGanttContentProps['projection'];
|
|
2198
|
+
"readOnly": KupPlannerTaskGanttContentProps['readOnly'];
|
|
2199
|
+
"rowHeight": KupPlannerTaskGanttContentProps['rowHeight'];
|
|
2200
|
+
"rtl": KupPlannerTaskGanttContentProps['rtl'];
|
|
2201
|
+
"selectedTask": KupPlannerTaskGanttContentProps['selectedTask'];
|
|
2202
|
+
"setFailedTask": KupPlannerTaskGanttContentProps['setFailedTask'];
|
|
2203
|
+
"setGanttEvent": (gantt: KupPlannerGanttEvent) => void;
|
|
2204
|
+
"setSelectedTask": KupPlannerTaskGanttContentProps['setSelectedTask'];
|
|
2205
|
+
"showSecondaryDates"?: KupPlannerTaskGanttContentProps['showSecondaryDates'];
|
|
2206
|
+
"taskHeight": KupPlannerTaskGanttContentProps['taskHeight'];
|
|
2207
|
+
"tasks": KupPlannerTaskGanttContentProps['tasks'];
|
|
2208
|
+
"timeStep": KupPlannerTaskGanttContentProps['timeStep'];
|
|
2209
|
+
}
|
|
2210
|
+
interface KupHorizontalScroll {
|
|
2211
|
+
"horizontalScroll": (event: UIEvent) => void;
|
|
2212
|
+
"rtl": boolean;
|
|
2213
|
+
"scrollNumber": number;
|
|
2214
|
+
"svgWidth": number;
|
|
2215
|
+
"taskGanttRef": HTMLDivElement;
|
|
2216
|
+
"taskListWidth": number;
|
|
2217
|
+
}
|
|
2074
2218
|
interface KupIframe {
|
|
2075
2219
|
/**
|
|
2076
2220
|
* Props of the button (when isButton is set to true).
|
|
@@ -2605,6 +2749,11 @@ export namespace Components {
|
|
|
2605
2749
|
* @default '300px'
|
|
2606
2750
|
*/
|
|
2607
2751
|
"listCellWidth": string;
|
|
2752
|
+
/**
|
|
2753
|
+
* Sets the filter for main gantt.
|
|
2754
|
+
* @default undefined
|
|
2755
|
+
*/
|
|
2756
|
+
"mainFilter": HTMLElement;
|
|
2608
2757
|
/**
|
|
2609
2758
|
* Max width for component
|
|
2610
2759
|
* @default '90vw'
|
|
@@ -2659,6 +2808,11 @@ export namespace Components {
|
|
|
2659
2808
|
* This method is used to trigger a new render of the component.
|
|
2660
2809
|
*/
|
|
2661
2810
|
"refresh": () => Promise<void>;
|
|
2811
|
+
/**
|
|
2812
|
+
* Sets the filter for secondary gantt.
|
|
2813
|
+
* @default undefined
|
|
2814
|
+
*/
|
|
2815
|
+
"secondaryFilter": HTMLElement;
|
|
2662
2816
|
/**
|
|
2663
2817
|
* Sets the props to the component.
|
|
2664
2818
|
* @param props - Object containing props that will be set to the component.
|
|
@@ -2732,6 +2886,9 @@ export namespace Components {
|
|
|
2732
2886
|
*/
|
|
2733
2887
|
"viewMode": KupPlannerViewMode;
|
|
2734
2888
|
}
|
|
2889
|
+
interface KupPlannerRenderer {
|
|
2890
|
+
"props": PlannerProps;
|
|
2891
|
+
}
|
|
2735
2892
|
interface KupProbe {
|
|
2736
2893
|
/**
|
|
2737
2894
|
* Custom style of the component.
|
|
@@ -3043,6 +3200,11 @@ export namespace Components {
|
|
|
3043
3200
|
*/
|
|
3044
3201
|
"setProps": (props: GenericObject) => Promise<void>;
|
|
3045
3202
|
}
|
|
3203
|
+
interface KupStandardTooltip {
|
|
3204
|
+
"fontFamily": string;
|
|
3205
|
+
"fontSize": string;
|
|
3206
|
+
"task": KupPlannerTask;
|
|
3207
|
+
}
|
|
3046
3208
|
interface KupSwitch {
|
|
3047
3209
|
/**
|
|
3048
3210
|
* Defaults at false. When set to true, the component will be set to 'checked'.
|
|
@@ -3086,6 +3248,9 @@ export namespace Components {
|
|
|
3086
3248
|
*/
|
|
3087
3249
|
"setProps": (props: GenericObject) => Promise<void>;
|
|
3088
3250
|
}
|
|
3251
|
+
interface KupSwitcher {
|
|
3252
|
+
"timeUnitChange": KupPlannerSwitcherProps['onTimeUnitChange'];
|
|
3253
|
+
}
|
|
3089
3254
|
interface KupTabBar {
|
|
3090
3255
|
/**
|
|
3091
3256
|
* Custom style of the component.
|
|
@@ -3124,6 +3289,64 @@ export namespace Components {
|
|
|
3124
3289
|
*/
|
|
3125
3290
|
"setProps": (props: GenericObject) => Promise<void>;
|
|
3126
3291
|
}
|
|
3292
|
+
interface KupTaskGantt {
|
|
3293
|
+
"barProps": KupPlannerTaskGanttProps['barProps'];
|
|
3294
|
+
"calendarProps": KupPlannerTaskGanttProps['calendarProps'];
|
|
3295
|
+
"ganttHeight": KupPlannerTaskGanttProps['ganttHeight'];
|
|
3296
|
+
"gridProps": KupPlannerTaskGanttProps['gridProps'];
|
|
3297
|
+
"scrollX": KupPlannerTaskGanttProps['scrollX'];
|
|
3298
|
+
"scrollY": KupPlannerTaskGanttProps['scrollY'];
|
|
3299
|
+
"taskGanttRef": KupPlannerTaskGanttProps['taskGanttRef'];
|
|
3300
|
+
}
|
|
3301
|
+
interface KupTaskList {
|
|
3302
|
+
"TaskListHeader": KupPlannerTaskListProps['TaskListHeader'];
|
|
3303
|
+
"TaskListTable": KupPlannerTaskListProps['TaskListTable'];
|
|
3304
|
+
"currentTasks": KupPlannerGanttTaskN[] | KupPlannerItemDetail[];
|
|
3305
|
+
"doubleView"?: boolean;
|
|
3306
|
+
"expanderClick": KupPlannerTaskListProps['expanderClick'];
|
|
3307
|
+
"filter": HTMLElement;
|
|
3308
|
+
"fontFamily": string;
|
|
3309
|
+
"fontSize": string;
|
|
3310
|
+
"ganttHeight": number;
|
|
3311
|
+
"ganttOnClick": KupGanttPlannerProps['onClick'];
|
|
3312
|
+
"ganttOnDblClick": KupGanttPlannerProps['onDblClick'];
|
|
3313
|
+
"ganttonOnContextMenu": KupGanttPlannerProps['onContextMenu'];
|
|
3314
|
+
"handleClick": (row: KupPlannerGanttRow, onClick: any) => void;
|
|
3315
|
+
"handleContextMenu": (
|
|
3316
|
+
event: MouseEvent,
|
|
3317
|
+
row: KupPlannerGanttRow,
|
|
3318
|
+
onContextMenu: any
|
|
3319
|
+
) => void;
|
|
3320
|
+
"handleDblClick": (row: KupPlannerGanttRow, onDblClick: any) => void;
|
|
3321
|
+
"headerHeight": number;
|
|
3322
|
+
"horizontalContainerClass"?: string;
|
|
3323
|
+
"label": string;
|
|
3324
|
+
"locale": string;
|
|
3325
|
+
"rowHeight": number;
|
|
3326
|
+
"rowWidth": string;
|
|
3327
|
+
"scrollY": number;
|
|
3328
|
+
"selectedTask": KupPlannerBarTask | undefined;
|
|
3329
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
3330
|
+
"setSelectedTask": KupPlannerTaskListProps['setSelectedTask'];
|
|
3331
|
+
"tasks": KupPlannerTask[];
|
|
3332
|
+
}
|
|
3333
|
+
interface KupTaskListHeader {
|
|
3334
|
+
"fontFamily": string;
|
|
3335
|
+
"fontSize": string;
|
|
3336
|
+
"headerHeight": number;
|
|
3337
|
+
"rowWidth": string;
|
|
3338
|
+
}
|
|
3339
|
+
interface KupTaskListTable {
|
|
3340
|
+
"expanderClick": (task: KupPlannerTask) => void;
|
|
3341
|
+
"fontFamily": string;
|
|
3342
|
+
"fontSize": string;
|
|
3343
|
+
"locale": string;
|
|
3344
|
+
"rowHeight": number;
|
|
3345
|
+
"rowWidth": string;
|
|
3346
|
+
"selectedTaskId": string;
|
|
3347
|
+
"setSelectedTask": (taskId: string) => void;
|
|
3348
|
+
"tasks": KupPlannerTask[];
|
|
3349
|
+
}
|
|
3127
3350
|
interface KupTextField {
|
|
3128
3351
|
/**
|
|
3129
3352
|
* When true, could be input negative numbers (should be used when inputType is number).
|
|
@@ -3369,6 +3592,22 @@ export namespace Components {
|
|
|
3369
3592
|
*/
|
|
3370
3593
|
"timeMinutesStep": number;
|
|
3371
3594
|
}
|
|
3595
|
+
interface KupTooltip {
|
|
3596
|
+
"TooltipContent": any;
|
|
3597
|
+
"arrowIndent": number;
|
|
3598
|
+
"fontFamily": string;
|
|
3599
|
+
"fontSize": string;
|
|
3600
|
+
"headerHeight": number;
|
|
3601
|
+
"rowHeight": number;
|
|
3602
|
+
"rtl": boolean;
|
|
3603
|
+
"scrollX": number;
|
|
3604
|
+
"scrollY": number;
|
|
3605
|
+
"svgContainerHeight": number;
|
|
3606
|
+
"svgContainerWidth": number;
|
|
3607
|
+
"svgWidth": number;
|
|
3608
|
+
"task": KupPlannerBarTask;
|
|
3609
|
+
"taskListWidth": number;
|
|
3610
|
+
}
|
|
3372
3611
|
interface KupTree {
|
|
3373
3612
|
/**
|
|
3374
3613
|
* When enabled, the first level of depth will give an accordion look to nodes.
|
|
@@ -3541,6 +3780,14 @@ export namespace Components {
|
|
|
3541
3780
|
*/
|
|
3542
3781
|
"useDynamicExpansion": boolean;
|
|
3543
3782
|
}
|
|
3783
|
+
interface KupVerticalScroll {
|
|
3784
|
+
"ganttFullHeight": number;
|
|
3785
|
+
"ganttHeight": number;
|
|
3786
|
+
"headerHeight": number;
|
|
3787
|
+
"rtl": boolean;
|
|
3788
|
+
"scrollNumber": number;
|
|
3789
|
+
"verticalScroll": (event: UIEvent) => void;
|
|
3790
|
+
}
|
|
3544
3791
|
}
|
|
3545
3792
|
export interface KupAccordionCustomEvent<T> extends CustomEvent<T> {
|
|
3546
3793
|
detail: T;
|
|
@@ -3984,6 +4231,18 @@ declare global {
|
|
|
3984
4231
|
prototype: HTMLKupComboboxElement;
|
|
3985
4232
|
new (): HTMLKupComboboxElement;
|
|
3986
4233
|
};
|
|
4234
|
+
interface HTMLKupCustomTaskListHeaderElement extends Components.KupCustomTaskListHeader, HTMLStencilElement {
|
|
4235
|
+
}
|
|
4236
|
+
var HTMLKupCustomTaskListHeaderElement: {
|
|
4237
|
+
prototype: HTMLKupCustomTaskListHeaderElement;
|
|
4238
|
+
new (): HTMLKupCustomTaskListHeaderElement;
|
|
4239
|
+
};
|
|
4240
|
+
interface HTMLKupCustomTaskListTableElement extends Components.KupCustomTaskListTable, HTMLStencilElement {
|
|
4241
|
+
}
|
|
4242
|
+
var HTMLKupCustomTaskListTableElement: {
|
|
4243
|
+
prototype: HTMLKupCustomTaskListTableElement;
|
|
4244
|
+
new (): HTMLKupCustomTaskListTableElement;
|
|
4245
|
+
};
|
|
3987
4246
|
interface HTMLKupDashboardElementEventMap {
|
|
3988
4247
|
"kup-dashboard-save": KupDashboardEventPayload;
|
|
3989
4248
|
}
|
|
@@ -4169,6 +4428,18 @@ declare global {
|
|
|
4169
4428
|
prototype: HTMLKupFormElement;
|
|
4170
4429
|
new (): HTMLKupFormElement;
|
|
4171
4430
|
};
|
|
4431
|
+
interface HTMLKupGanttElement extends Components.KupGantt, HTMLStencilElement {
|
|
4432
|
+
}
|
|
4433
|
+
var HTMLKupGanttElement: {
|
|
4434
|
+
prototype: HTMLKupGanttElement;
|
|
4435
|
+
new (): HTMLKupGanttElement;
|
|
4436
|
+
};
|
|
4437
|
+
interface HTMLKupGanttCalendarElement extends Components.KupGanttCalendar, HTMLStencilElement {
|
|
4438
|
+
}
|
|
4439
|
+
var HTMLKupGanttCalendarElement: {
|
|
4440
|
+
prototype: HTMLKupGanttCalendarElement;
|
|
4441
|
+
new (): HTMLKupGanttCalendarElement;
|
|
4442
|
+
};
|
|
4172
4443
|
interface HTMLKupGaugeElement extends Components.KupGauge, HTMLStencilElement {
|
|
4173
4444
|
}
|
|
4174
4445
|
var HTMLKupGaugeElement: {
|
|
@@ -4181,6 +4452,18 @@ declare global {
|
|
|
4181
4452
|
prototype: HTMLKupGridElement;
|
|
4182
4453
|
new (): HTMLKupGridElement;
|
|
4183
4454
|
};
|
|
4455
|
+
interface HTMLKupGridRendererElement extends Components.KupGridRenderer, HTMLStencilElement {
|
|
4456
|
+
}
|
|
4457
|
+
var HTMLKupGridRendererElement: {
|
|
4458
|
+
prototype: HTMLKupGridRendererElement;
|
|
4459
|
+
new (): HTMLKupGridRendererElement;
|
|
4460
|
+
};
|
|
4461
|
+
interface HTMLKupHorizontalScrollElement extends Components.KupHorizontalScroll, HTMLStencilElement {
|
|
4462
|
+
}
|
|
4463
|
+
var HTMLKupHorizontalScrollElement: {
|
|
4464
|
+
prototype: HTMLKupHorizontalScrollElement;
|
|
4465
|
+
new (): HTMLKupHorizontalScrollElement;
|
|
4466
|
+
};
|
|
4184
4467
|
interface HTMLKupIframeElementEventMap {
|
|
4185
4468
|
"kup-iframe-error": KupEventPayload;
|
|
4186
4469
|
"kup-iframe-load": KupEventPayload;
|
|
@@ -4341,6 +4624,7 @@ declare global {
|
|
|
4341
4624
|
};
|
|
4342
4625
|
interface HTMLKupPlannerElementEventMap {
|
|
4343
4626
|
"kup-planner-click": KupPlannerEventPayload;
|
|
4627
|
+
"kup-planner-dblclick": KupPlannerEventPayload;
|
|
4344
4628
|
"kup-planner-datechange": KupPlannerEventPayload;
|
|
4345
4629
|
"kup-planner-ready": KupPlannerEventPayload;
|
|
4346
4630
|
"kup-planner-contextmenu": KupPlannerClickEventPayload;
|
|
@@ -4360,6 +4644,12 @@ declare global {
|
|
|
4360
4644
|
prototype: HTMLKupPlannerElement;
|
|
4361
4645
|
new (): HTMLKupPlannerElement;
|
|
4362
4646
|
};
|
|
4647
|
+
interface HTMLKupPlannerRendererElement extends Components.KupPlannerRenderer, HTMLStencilElement {
|
|
4648
|
+
}
|
|
4649
|
+
var HTMLKupPlannerRendererElement: {
|
|
4650
|
+
prototype: HTMLKupPlannerRendererElement;
|
|
4651
|
+
new (): HTMLKupPlannerRendererElement;
|
|
4652
|
+
};
|
|
4363
4653
|
interface HTMLKupProbeElement extends Components.KupProbe, HTMLStencilElement {
|
|
4364
4654
|
}
|
|
4365
4655
|
var HTMLKupProbeElement: {
|
|
@@ -4449,6 +4739,12 @@ declare global {
|
|
|
4449
4739
|
prototype: HTMLKupSpinnerElement;
|
|
4450
4740
|
new (): HTMLKupSpinnerElement;
|
|
4451
4741
|
};
|
|
4742
|
+
interface HTMLKupStandardTooltipElement extends Components.KupStandardTooltip, HTMLStencilElement {
|
|
4743
|
+
}
|
|
4744
|
+
var HTMLKupStandardTooltipElement: {
|
|
4745
|
+
prototype: HTMLKupStandardTooltipElement;
|
|
4746
|
+
new (): HTMLKupStandardTooltipElement;
|
|
4747
|
+
};
|
|
4452
4748
|
interface HTMLKupSwitchElementEventMap {
|
|
4453
4749
|
"kup-switch-blur": KupSwitchEventPayload;
|
|
4454
4750
|
"kup-switch-change": KupSwitchEventPayload;
|
|
@@ -4468,6 +4764,12 @@ declare global {
|
|
|
4468
4764
|
prototype: HTMLKupSwitchElement;
|
|
4469
4765
|
new (): HTMLKupSwitchElement;
|
|
4470
4766
|
};
|
|
4767
|
+
interface HTMLKupSwitcherElement extends Components.KupSwitcher, HTMLStencilElement {
|
|
4768
|
+
}
|
|
4769
|
+
var HTMLKupSwitcherElement: {
|
|
4770
|
+
prototype: HTMLKupSwitcherElement;
|
|
4771
|
+
new (): HTMLKupSwitcherElement;
|
|
4772
|
+
};
|
|
4471
4773
|
interface HTMLKupTabBarElementEventMap {
|
|
4472
4774
|
"kup-tabbar-blur": KupTabBarEventPayload;
|
|
4473
4775
|
"kup-tabbar-click": KupTabBarEventPayload;
|
|
@@ -4487,6 +4789,30 @@ declare global {
|
|
|
4487
4789
|
prototype: HTMLKupTabBarElement;
|
|
4488
4790
|
new (): HTMLKupTabBarElement;
|
|
4489
4791
|
};
|
|
4792
|
+
interface HTMLKupTaskGanttElement extends Components.KupTaskGantt, HTMLStencilElement {
|
|
4793
|
+
}
|
|
4794
|
+
var HTMLKupTaskGanttElement: {
|
|
4795
|
+
prototype: HTMLKupTaskGanttElement;
|
|
4796
|
+
new (): HTMLKupTaskGanttElement;
|
|
4797
|
+
};
|
|
4798
|
+
interface HTMLKupTaskListElement extends Components.KupTaskList, HTMLStencilElement {
|
|
4799
|
+
}
|
|
4800
|
+
var HTMLKupTaskListElement: {
|
|
4801
|
+
prototype: HTMLKupTaskListElement;
|
|
4802
|
+
new (): HTMLKupTaskListElement;
|
|
4803
|
+
};
|
|
4804
|
+
interface HTMLKupTaskListHeaderElement extends Components.KupTaskListHeader, HTMLStencilElement {
|
|
4805
|
+
}
|
|
4806
|
+
var HTMLKupTaskListHeaderElement: {
|
|
4807
|
+
prototype: HTMLKupTaskListHeaderElement;
|
|
4808
|
+
new (): HTMLKupTaskListHeaderElement;
|
|
4809
|
+
};
|
|
4810
|
+
interface HTMLKupTaskListTableElement extends Components.KupTaskListTable, HTMLStencilElement {
|
|
4811
|
+
}
|
|
4812
|
+
var HTMLKupTaskListTableElement: {
|
|
4813
|
+
prototype: HTMLKupTaskListTableElement;
|
|
4814
|
+
new (): HTMLKupTaskListTableElement;
|
|
4815
|
+
};
|
|
4490
4816
|
interface HTMLKupTextFieldElementEventMap {
|
|
4491
4817
|
"kup-textfield-blur": KupTextFieldEventPayload;
|
|
4492
4818
|
"kup-textfield-change": KupTextFieldEventPayload;
|
|
@@ -4536,6 +4862,12 @@ declare global {
|
|
|
4536
4862
|
prototype: HTMLKupTimePickerElement;
|
|
4537
4863
|
new (): HTMLKupTimePickerElement;
|
|
4538
4864
|
};
|
|
4865
|
+
interface HTMLKupTooltipElement extends Components.KupTooltip, HTMLStencilElement {
|
|
4866
|
+
}
|
|
4867
|
+
var HTMLKupTooltipElement: {
|
|
4868
|
+
prototype: HTMLKupTooltipElement;
|
|
4869
|
+
new (): HTMLKupTooltipElement;
|
|
4870
|
+
};
|
|
4539
4871
|
interface HTMLKupTreeElementEventMap {
|
|
4540
4872
|
"kup-tree-nodecollapse": KupTreeNodeCollapseEventPayload;
|
|
4541
4873
|
"kup-tree-nodeexpand": KupTreeNodeExpandEventPayload;
|
|
@@ -4563,6 +4895,12 @@ declare global {
|
|
|
4563
4895
|
prototype: HTMLKupTreeElement;
|
|
4564
4896
|
new (): HTMLKupTreeElement;
|
|
4565
4897
|
};
|
|
4898
|
+
interface HTMLKupVerticalScrollElement extends Components.KupVerticalScroll, HTMLStencilElement {
|
|
4899
|
+
}
|
|
4900
|
+
var HTMLKupVerticalScrollElement: {
|
|
4901
|
+
prototype: HTMLKupVerticalScrollElement;
|
|
4902
|
+
new (): HTMLKupVerticalScrollElement;
|
|
4903
|
+
};
|
|
4566
4904
|
interface HTMLElementTagNameMap {
|
|
4567
4905
|
"kup-accordion": HTMLKupAccordionElement;
|
|
4568
4906
|
"kup-autocomplete": HTMLKupAutocompleteElement;
|
|
@@ -4579,6 +4917,8 @@ declare global {
|
|
|
4579
4917
|
"kup-chip": HTMLKupChipElement;
|
|
4580
4918
|
"kup-color-picker": HTMLKupColorPickerElement;
|
|
4581
4919
|
"kup-combobox": HTMLKupComboboxElement;
|
|
4920
|
+
"kup-custom-task-list-header": HTMLKupCustomTaskListHeaderElement;
|
|
4921
|
+
"kup-custom-task-list-table": HTMLKupCustomTaskListTableElement;
|
|
4582
4922
|
"kup-dashboard": HTMLKupDashboardElement;
|
|
4583
4923
|
"kup-data-table": HTMLKupDataTableElement;
|
|
4584
4924
|
"kup-date-picker": HTMLKupDatePickerElement;
|
|
@@ -4588,8 +4928,12 @@ declare global {
|
|
|
4588
4928
|
"kup-echart": HTMLKupEchartElement;
|
|
4589
4929
|
"kup-family-tree": HTMLKupFamilyTreeElement;
|
|
4590
4930
|
"kup-form": HTMLKupFormElement;
|
|
4931
|
+
"kup-gantt": HTMLKupGanttElement;
|
|
4932
|
+
"kup-gantt-calendar": HTMLKupGanttCalendarElement;
|
|
4591
4933
|
"kup-gauge": HTMLKupGaugeElement;
|
|
4592
4934
|
"kup-grid": HTMLKupGridElement;
|
|
4935
|
+
"kup-grid-renderer": HTMLKupGridRendererElement;
|
|
4936
|
+
"kup-horizontal-scroll": HTMLKupHorizontalScrollElement;
|
|
4593
4937
|
"kup-iframe": HTMLKupIframeElement;
|
|
4594
4938
|
"kup-image": HTMLKupImageElement;
|
|
4595
4939
|
"kup-image-list": HTMLKupImageListElement;
|
|
@@ -4600,6 +4944,7 @@ declare global {
|
|
|
4600
4944
|
"kup-numeric-picker": HTMLKupNumericPickerElement;
|
|
4601
4945
|
"kup-photo-frame": HTMLKupPhotoFrameElement;
|
|
4602
4946
|
"kup-planner": HTMLKupPlannerElement;
|
|
4947
|
+
"kup-planner-renderer": HTMLKupPlannerRendererElement;
|
|
4603
4948
|
"kup-probe": HTMLKupProbeElement;
|
|
4604
4949
|
"kup-progress-bar": HTMLKupProgressBarElement;
|
|
4605
4950
|
"kup-qlik": HTMLKupQlikElement;
|
|
@@ -4607,11 +4952,19 @@ declare global {
|
|
|
4607
4952
|
"kup-rating": HTMLKupRatingElement;
|
|
4608
4953
|
"kup-snackbar": HTMLKupSnackbarElement;
|
|
4609
4954
|
"kup-spinner": HTMLKupSpinnerElement;
|
|
4955
|
+
"kup-standard-tooltip": HTMLKupStandardTooltipElement;
|
|
4610
4956
|
"kup-switch": HTMLKupSwitchElement;
|
|
4957
|
+
"kup-switcher": HTMLKupSwitcherElement;
|
|
4611
4958
|
"kup-tab-bar": HTMLKupTabBarElement;
|
|
4959
|
+
"kup-task-gantt": HTMLKupTaskGanttElement;
|
|
4960
|
+
"kup-task-list": HTMLKupTaskListElement;
|
|
4961
|
+
"kup-task-list-header": HTMLKupTaskListHeaderElement;
|
|
4962
|
+
"kup-task-list-table": HTMLKupTaskListTableElement;
|
|
4612
4963
|
"kup-text-field": HTMLKupTextFieldElement;
|
|
4613
4964
|
"kup-time-picker": HTMLKupTimePickerElement;
|
|
4965
|
+
"kup-tooltip": HTMLKupTooltipElement;
|
|
4614
4966
|
"kup-tree": HTMLKupTreeElement;
|
|
4967
|
+
"kup-vertical-scroll": HTMLKupVerticalScrollElement;
|
|
4615
4968
|
}
|
|
4616
4969
|
}
|
|
4617
4970
|
declare namespace LocalJSX {
|
|
@@ -5470,6 +5823,25 @@ declare namespace LocalJSX {
|
|
|
5470
5823
|
*/
|
|
5471
5824
|
"showDropDownIcon"?: boolean;
|
|
5472
5825
|
}
|
|
5826
|
+
interface KupCustomTaskListHeader {
|
|
5827
|
+
"doubleView"?: boolean;
|
|
5828
|
+
"fontFamily"?: string;
|
|
5829
|
+
"fontSize"?: string;
|
|
5830
|
+
"label"?: string;
|
|
5831
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
5832
|
+
}
|
|
5833
|
+
interface KupCustomTaskListTable {
|
|
5834
|
+
"fontFamily"?: string;
|
|
5835
|
+
"fontSize"?: string;
|
|
5836
|
+
"ganttId"?: string;
|
|
5837
|
+
"onclickTaskList"?: (id: string) => void;
|
|
5838
|
+
"oncontextmenuTaskList"?: (event: MouseEvent, id: string) => void;
|
|
5839
|
+
"ondblclickTaskList"?: (id: string) => void;
|
|
5840
|
+
"rowHeight"?: number;
|
|
5841
|
+
"rowWidth"?: string;
|
|
5842
|
+
"setSelectedTask"?: (taskId: string) => void;
|
|
5843
|
+
"tasks"?: KupPlannerTask[];
|
|
5844
|
+
}
|
|
5473
5845
|
interface KupDashboard {
|
|
5474
5846
|
/**
|
|
5475
5847
|
* Custom style of the component.
|
|
@@ -6111,6 +6483,92 @@ declare namespace LocalJSX {
|
|
|
6111
6483
|
*/
|
|
6112
6484
|
"submitCb"?: (e: SubmitEvent) => unknown;
|
|
6113
6485
|
}
|
|
6486
|
+
interface KupGantt {
|
|
6487
|
+
"TaskListHeader"?: KupPlannerGanttProps['TaskListHeader'];
|
|
6488
|
+
"TaskListTable"?: KupPlannerGanttProps['TaskListTable'];
|
|
6489
|
+
"TooltipContent"?: KupPlannerGanttProps['TooltipContent'];
|
|
6490
|
+
"arrowColor"?: KupPlannerGanttProps['arrowColor'];
|
|
6491
|
+
"arrowIndent"?: KupPlannerGanttProps['arrowIndent'];
|
|
6492
|
+
"barBackgroundColor"?: KupPlannerGanttProps['barBackgroundColor'];
|
|
6493
|
+
"barBackgroundSelectedColor"?: KupPlannerGanttProps['barBackgroundSelectedColor'];
|
|
6494
|
+
"barClick"?: KupPlannerGanttProps['barClick'];
|
|
6495
|
+
"barContextMenu"?: KupPlannerGanttProps['barContextMenu'];
|
|
6496
|
+
"barCornerRadius"?: KupPlannerGanttProps['barCornerRadius'];
|
|
6497
|
+
"barDblClick"?: KupPlannerGanttProps['barDblClick'];
|
|
6498
|
+
"barFill"?: KupPlannerGanttProps['barFill'];
|
|
6499
|
+
"barProgressColor"?: KupPlannerGanttProps['barProgressColor'];
|
|
6500
|
+
"barProgressSelectedColor"?: KupPlannerGanttProps['barProgressSelectedColor'];
|
|
6501
|
+
"columnWidth"?: KupPlannerGanttProps['columnWidth'];
|
|
6502
|
+
"currentTasks"?: KupPlannerGanttTaskN[] | KupPlannerItemDetail[];
|
|
6503
|
+
"dateChange"?: KupPlannerGanttProps['dateChange'];
|
|
6504
|
+
"dateTimeFormatters"?: KupPlannerGanttProps['dateTimeFormatters'];
|
|
6505
|
+
"delete"?: KupPlannerGanttProps['delete'];
|
|
6506
|
+
"displayedEndDate"?: KupPlannerGanttProps['displayedEndDate'];
|
|
6507
|
+
"displayedStartDate"?: KupPlannerGanttProps['displayedStartDate'];
|
|
6508
|
+
"doubleClick"?: KupPlannerGanttProps['doubleClick'];
|
|
6509
|
+
"doubleView"?: boolean;
|
|
6510
|
+
"expanderClick"?: KupPlannerGanttProps['expanderClick'];
|
|
6511
|
+
"filter"?: KupPlannerGanttProps['filter'];
|
|
6512
|
+
"fontFamily"?: KupPlannerGanttProps['fontFamily'];
|
|
6513
|
+
"fontSize"?: KupPlannerGanttProps['fontSize'];
|
|
6514
|
+
"ganttHeight"?: KupPlannerGanttProps['ganttHeight'];
|
|
6515
|
+
"ganttId"?: KupPlannerGanttProps['id'];
|
|
6516
|
+
"ganttOnClick"?: KupGanttPlannerProps['onClick'];
|
|
6517
|
+
"ganttOnDblClick"?: KupGanttPlannerProps['onDblClick'];
|
|
6518
|
+
"ganttonOnContextMenu"?: KupGanttPlannerProps['onContextMenu'];
|
|
6519
|
+
"handleClick"?: (row: KupPlannerGanttRow, onClick: any) => void;
|
|
6520
|
+
"handleContextMenu"?: (
|
|
6521
|
+
event: MouseEvent,
|
|
6522
|
+
row: KupPlannerGanttRow,
|
|
6523
|
+
onContextMenu: any
|
|
6524
|
+
) => void;
|
|
6525
|
+
"handleDblClick"?: (row: KupPlannerGanttRow, onDblClick: any) => void;
|
|
6526
|
+
"handleWidth"?: KupPlannerGanttProps['handleWidth'];
|
|
6527
|
+
"headerHeight"?: KupPlannerGanttProps['headerHeight'];
|
|
6528
|
+
"hideDependencies"?: KupPlannerGanttProps['hideDependencies'];
|
|
6529
|
+
"hideLabel"?: KupPlannerGanttProps['hideLabel'];
|
|
6530
|
+
"initialScrollX"?: KupPlannerGanttProps['initialScrollX'];
|
|
6531
|
+
"initialScrollY"?: KupPlannerGanttProps['initialScrollY'];
|
|
6532
|
+
"label"?: string;
|
|
6533
|
+
"listCellWidth"?: KupPlannerGanttProps['listCellWidth'];
|
|
6534
|
+
"locale"?: KupPlannerGanttProps['locale'];
|
|
6535
|
+
"preStepsCount"?: KupPlannerGanttProps['preStepsCount'];
|
|
6536
|
+
"progressChange"?: KupPlannerGanttProps['progressChange'];
|
|
6537
|
+
"projectBackgroundColor"?: KupPlannerGanttProps['projectBackgroundColor'];
|
|
6538
|
+
"projectBackgroundSelectedColor"?: KupPlannerGanttProps['projectBackgroundSelectedColor'];
|
|
6539
|
+
"projectFill"?: KupPlannerGanttProps['barFill'];
|
|
6540
|
+
"projectProgressColor"?: KupPlannerGanttProps['projectProgressColor'];
|
|
6541
|
+
"projectProgressSelectedColor"?: KupPlannerGanttProps['projectProgressSelectedColor'];
|
|
6542
|
+
"projection"?: KupPlannerGanttProps['projection'];
|
|
6543
|
+
"readOnly"?: KupPlannerGanttProps['readOnly'];
|
|
6544
|
+
"rowHeight"?: KupPlannerGanttProps['rowHeight'];
|
|
6545
|
+
"rtl"?: KupPlannerGanttProps['rtl'];
|
|
6546
|
+
"scrollXChange"?: KupPlannerGanttProps['scrollXChange'];
|
|
6547
|
+
"scrollYChange"?: KupPlannerGanttProps['scrollYChange'];
|
|
6548
|
+
"select"?: KupPlannerGanttProps['select'];
|
|
6549
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
6550
|
+
"showSecondaryDates"?: KupPlannerGanttProps['showSecondaryDates'];
|
|
6551
|
+
"singleLineHeader"?: KupPlannerGanttProps['singleLineHeader'];
|
|
6552
|
+
"tasks"?: KupPlannerGanttProps['tasks'];
|
|
6553
|
+
"timeStep"?: KupPlannerGanttProps['timeStep'];
|
|
6554
|
+
"timelineFill"?: KupPlannerGanttProps['barFill'];
|
|
6555
|
+
"todayColor"?: KupPlannerGanttProps['todayColor'];
|
|
6556
|
+
"viewDate"?: KupPlannerGanttProps['viewDate'];
|
|
6557
|
+
"viewMode"?: KupPlannerGanttProps['viewMode'];
|
|
6558
|
+
}
|
|
6559
|
+
interface KupGanttCalendar {
|
|
6560
|
+
"columnWidth"?: KupPlannerCalendarProps['columnWidth'];
|
|
6561
|
+
"currentDateIndicator"?: KupPlannerCalendarProps['currentDateIndicator'];
|
|
6562
|
+
"dateSetup"?: KupPlannerCalendarProps['dateSetup'];
|
|
6563
|
+
"dateTimeFormatters"?: KupPlannerCalendarProps['dateTimeFormatters'];
|
|
6564
|
+
"fontFamily"?: KupPlannerCalendarProps['fontFamily'];
|
|
6565
|
+
"fontSize"?: KupPlannerCalendarProps['fontSize'];
|
|
6566
|
+
"headerHeight"?: KupPlannerCalendarProps['headerHeight'];
|
|
6567
|
+
"locale"?: KupPlannerCalendarProps['locale'];
|
|
6568
|
+
"rtl"?: KupPlannerCalendarProps['rtl'];
|
|
6569
|
+
"singleLineHeader"?: KupPlannerCalendarProps['singleLineHeader'];
|
|
6570
|
+
"svgWidth"?: number;
|
|
6571
|
+
}
|
|
6114
6572
|
interface KupGauge {
|
|
6115
6573
|
/**
|
|
6116
6574
|
* Sets how much the arc of the gauge should be thick.
|
|
@@ -6213,6 +6671,47 @@ declare namespace LocalJSX {
|
|
|
6213
6671
|
*/
|
|
6214
6672
|
"singleLine"?: boolean;
|
|
6215
6673
|
}
|
|
6674
|
+
interface KupGridRenderer {
|
|
6675
|
+
"arrowColor"?: KupPlannerTaskGanttContentProps['arrowColor'];
|
|
6676
|
+
"arrowIndent"?: KupPlannerTaskGanttContentProps['arrowIndent'];
|
|
6677
|
+
"barClick"?: KupPlannerEventOption['barClick'];
|
|
6678
|
+
"barContextMenu"?: KupPlannerEventOption['barContextMenu'];
|
|
6679
|
+
"barDblClick"?: KupPlannerEventOption['barDblClick'];
|
|
6680
|
+
"columnWidth"?: KupPlannerTaskGanttContentProps['columnWidth'];
|
|
6681
|
+
"currentDateIndicator"?: KupPlannerTaskGanttContentProps['currentDateIndicator'];
|
|
6682
|
+
"dateChange"?: KupPlannerEventOption['dateChange'];
|
|
6683
|
+
"dates"?: KupPlannerTaskGanttContentProps['dates'];
|
|
6684
|
+
"delete"?: KupPlannerEventOption['delete'];
|
|
6685
|
+
"doubleClick"?: KupPlannerEventOption['doubleClick'];
|
|
6686
|
+
"eMouseDown"?: KupPlannerBarDisplayProps['onMouseDown'];
|
|
6687
|
+
"eventStart"?: KupPlannerTaskItemProps['onEventStart'];
|
|
6688
|
+
"fontFamily"?: KupPlannerTaskGanttContentProps['fontFamily'];
|
|
6689
|
+
"fontSize"?: KupPlannerTaskGanttContentProps['fontSize'];
|
|
6690
|
+
"ganttEvent"?: KupPlannerTaskGanttContentProps['ganttEvent'];
|
|
6691
|
+
"gridProps"?: KupPlannerTaskGanttProps['gridProps'];
|
|
6692
|
+
"hideLabel"?: KupPlannerTaskGanttContentProps['hideLabel'];
|
|
6693
|
+
"progressChange"?: KupPlannerEventOption['progressChange'];
|
|
6694
|
+
"projection"?: KupPlannerTaskGanttContentProps['projection'];
|
|
6695
|
+
"readOnly"?: KupPlannerTaskGanttContentProps['readOnly'];
|
|
6696
|
+
"rowHeight"?: KupPlannerTaskGanttContentProps['rowHeight'];
|
|
6697
|
+
"rtl"?: KupPlannerTaskGanttContentProps['rtl'];
|
|
6698
|
+
"selectedTask"?: KupPlannerTaskGanttContentProps['selectedTask'];
|
|
6699
|
+
"setFailedTask"?: KupPlannerTaskGanttContentProps['setFailedTask'];
|
|
6700
|
+
"setGanttEvent"?: (gantt: KupPlannerGanttEvent) => void;
|
|
6701
|
+
"setSelectedTask"?: KupPlannerTaskGanttContentProps['setSelectedTask'];
|
|
6702
|
+
"showSecondaryDates"?: KupPlannerTaskGanttContentProps['showSecondaryDates'];
|
|
6703
|
+
"taskHeight"?: KupPlannerTaskGanttContentProps['taskHeight'];
|
|
6704
|
+
"tasks"?: KupPlannerTaskGanttContentProps['tasks'];
|
|
6705
|
+
"timeStep"?: KupPlannerTaskGanttContentProps['timeStep'];
|
|
6706
|
+
}
|
|
6707
|
+
interface KupHorizontalScroll {
|
|
6708
|
+
"horizontalScroll"?: (event: UIEvent) => void;
|
|
6709
|
+
"rtl"?: boolean;
|
|
6710
|
+
"scrollNumber"?: number;
|
|
6711
|
+
"svgWidth"?: number;
|
|
6712
|
+
"taskGanttRef"?: HTMLDivElement;
|
|
6713
|
+
"taskListWidth"?: number;
|
|
6714
|
+
}
|
|
6216
6715
|
interface KupIframe {
|
|
6217
6716
|
/**
|
|
6218
6717
|
* Props of the button (when isButton is set to true).
|
|
@@ -6603,6 +7102,11 @@ declare namespace LocalJSX {
|
|
|
6603
7102
|
* @default '300px'
|
|
6604
7103
|
*/
|
|
6605
7104
|
"listCellWidth"?: string;
|
|
7105
|
+
/**
|
|
7106
|
+
* Sets the filter for main gantt.
|
|
7107
|
+
* @default undefined
|
|
7108
|
+
*/
|
|
7109
|
+
"mainFilter"?: HTMLElement;
|
|
6606
7110
|
/**
|
|
6607
7111
|
* Max width for component
|
|
6608
7112
|
* @default '90vw'
|
|
@@ -6614,6 +7118,7 @@ declare namespace LocalJSX {
|
|
|
6614
7118
|
*/
|
|
6615
7119
|
"onKup-planner-contextmenu"?: (event: KupPlannerCustomEvent<KupPlannerClickEventPayload>) => void;
|
|
6616
7120
|
"onKup-planner-datechange"?: (event: KupPlannerCustomEvent<KupPlannerEventPayload>) => void;
|
|
7121
|
+
"onKup-planner-dblclick"?: (event: KupPlannerCustomEvent<KupPlannerEventPayload>) => void;
|
|
6617
7122
|
/**
|
|
6618
7123
|
* When component unload is complete
|
|
6619
7124
|
*/
|
|
@@ -6664,6 +7169,11 @@ declare namespace LocalJSX {
|
|
|
6664
7169
|
* @default false
|
|
6665
7170
|
*/
|
|
6666
7171
|
"readOnly"?: boolean;
|
|
7172
|
+
/**
|
|
7173
|
+
* Sets the filter for secondary gantt.
|
|
7174
|
+
* @default undefined
|
|
7175
|
+
*/
|
|
7176
|
+
"secondaryFilter"?: HTMLElement;
|
|
6667
7177
|
/**
|
|
6668
7178
|
* Enable/disable display of secondary dates
|
|
6669
7179
|
* @default false
|
|
@@ -6732,6 +7242,9 @@ declare namespace LocalJSX {
|
|
|
6732
7242
|
*/
|
|
6733
7243
|
"viewMode"?: KupPlannerViewMode;
|
|
6734
7244
|
}
|
|
7245
|
+
interface KupPlannerRenderer {
|
|
7246
|
+
"props"?: PlannerProps;
|
|
7247
|
+
}
|
|
6735
7248
|
interface KupProbe {
|
|
6736
7249
|
/**
|
|
6737
7250
|
* Custom style of the component.
|
|
@@ -6977,6 +7490,11 @@ declare namespace LocalJSX {
|
|
|
6977
7490
|
*/
|
|
6978
7491
|
"onKup-spinner-ready"?: (event: KupSpinnerCustomEvent<KupEventPayload>) => void;
|
|
6979
7492
|
}
|
|
7493
|
+
interface KupStandardTooltip {
|
|
7494
|
+
"fontFamily"?: string;
|
|
7495
|
+
"fontSize"?: string;
|
|
7496
|
+
"task"?: KupPlannerTask;
|
|
7497
|
+
}
|
|
6980
7498
|
interface KupSwitch {
|
|
6981
7499
|
/**
|
|
6982
7500
|
* Defaults at false. When set to true, the component will be set to 'checked'.
|
|
@@ -7017,6 +7535,9 @@ declare namespace LocalJSX {
|
|
|
7017
7535
|
*/
|
|
7018
7536
|
"onKup-switch-focus"?: (event: KupSwitchCustomEvent<KupSwitchEventPayload>) => void;
|
|
7019
7537
|
}
|
|
7538
|
+
interface KupSwitcher {
|
|
7539
|
+
"timeUnitChange"?: KupPlannerSwitcherProps['onTimeUnitChange'];
|
|
7540
|
+
}
|
|
7020
7541
|
interface KupTabBar {
|
|
7021
7542
|
/**
|
|
7022
7543
|
* Custom style of the component.
|
|
@@ -7047,6 +7568,64 @@ declare namespace LocalJSX {
|
|
|
7047
7568
|
*/
|
|
7048
7569
|
"ripple"?: boolean;
|
|
7049
7570
|
}
|
|
7571
|
+
interface KupTaskGantt {
|
|
7572
|
+
"barProps"?: KupPlannerTaskGanttProps['barProps'];
|
|
7573
|
+
"calendarProps"?: KupPlannerTaskGanttProps['calendarProps'];
|
|
7574
|
+
"ganttHeight"?: KupPlannerTaskGanttProps['ganttHeight'];
|
|
7575
|
+
"gridProps"?: KupPlannerTaskGanttProps['gridProps'];
|
|
7576
|
+
"scrollX"?: KupPlannerTaskGanttProps['scrollX'];
|
|
7577
|
+
"scrollY"?: KupPlannerTaskGanttProps['scrollY'];
|
|
7578
|
+
"taskGanttRef"?: KupPlannerTaskGanttProps['taskGanttRef'];
|
|
7579
|
+
}
|
|
7580
|
+
interface KupTaskList {
|
|
7581
|
+
"TaskListHeader"?: KupPlannerTaskListProps['TaskListHeader'];
|
|
7582
|
+
"TaskListTable"?: KupPlannerTaskListProps['TaskListTable'];
|
|
7583
|
+
"currentTasks"?: KupPlannerGanttTaskN[] | KupPlannerItemDetail[];
|
|
7584
|
+
"doubleView"?: boolean;
|
|
7585
|
+
"expanderClick"?: KupPlannerTaskListProps['expanderClick'];
|
|
7586
|
+
"filter"?: HTMLElement;
|
|
7587
|
+
"fontFamily"?: string;
|
|
7588
|
+
"fontSize"?: string;
|
|
7589
|
+
"ganttHeight"?: number;
|
|
7590
|
+
"ganttOnClick"?: KupGanttPlannerProps['onClick'];
|
|
7591
|
+
"ganttOnDblClick"?: KupGanttPlannerProps['onDblClick'];
|
|
7592
|
+
"ganttonOnContextMenu"?: KupGanttPlannerProps['onContextMenu'];
|
|
7593
|
+
"handleClick"?: (row: KupPlannerGanttRow, onClick: any) => void;
|
|
7594
|
+
"handleContextMenu"?: (
|
|
7595
|
+
event: MouseEvent,
|
|
7596
|
+
row: KupPlannerGanttRow,
|
|
7597
|
+
onContextMenu: any
|
|
7598
|
+
) => void;
|
|
7599
|
+
"handleDblClick"?: (row: KupPlannerGanttRow, onDblClick: any) => void;
|
|
7600
|
+
"headerHeight"?: number;
|
|
7601
|
+
"horizontalContainerClass"?: string;
|
|
7602
|
+
"label"?: string;
|
|
7603
|
+
"locale"?: string;
|
|
7604
|
+
"rowHeight"?: number;
|
|
7605
|
+
"rowWidth"?: string;
|
|
7606
|
+
"scrollY"?: number;
|
|
7607
|
+
"selectedTask"?: KupPlannerBarTask | undefined;
|
|
7608
|
+
"setDoubleView"?: (checked: boolean) => void;
|
|
7609
|
+
"setSelectedTask"?: KupPlannerTaskListProps['setSelectedTask'];
|
|
7610
|
+
"tasks"?: KupPlannerTask[];
|
|
7611
|
+
}
|
|
7612
|
+
interface KupTaskListHeader {
|
|
7613
|
+
"fontFamily"?: string;
|
|
7614
|
+
"fontSize"?: string;
|
|
7615
|
+
"headerHeight"?: number;
|
|
7616
|
+
"rowWidth"?: string;
|
|
7617
|
+
}
|
|
7618
|
+
interface KupTaskListTable {
|
|
7619
|
+
"expanderClick"?: (task: KupPlannerTask) => void;
|
|
7620
|
+
"fontFamily"?: string;
|
|
7621
|
+
"fontSize"?: string;
|
|
7622
|
+
"locale"?: string;
|
|
7623
|
+
"rowHeight"?: number;
|
|
7624
|
+
"rowWidth"?: string;
|
|
7625
|
+
"selectedTaskId"?: string;
|
|
7626
|
+
"setSelectedTask"?: (taskId: string) => void;
|
|
7627
|
+
"tasks"?: KupPlannerTask[];
|
|
7628
|
+
}
|
|
7050
7629
|
interface KupTextField {
|
|
7051
7630
|
/**
|
|
7052
7631
|
* When true, could be input negative numbers (should be used when inputType is number).
|
|
@@ -7279,6 +7858,22 @@ declare namespace LocalJSX {
|
|
|
7279
7858
|
*/
|
|
7280
7859
|
"timeMinutesStep"?: number;
|
|
7281
7860
|
}
|
|
7861
|
+
interface KupTooltip {
|
|
7862
|
+
"TooltipContent"?: any;
|
|
7863
|
+
"arrowIndent"?: number;
|
|
7864
|
+
"fontFamily"?: string;
|
|
7865
|
+
"fontSize"?: string;
|
|
7866
|
+
"headerHeight"?: number;
|
|
7867
|
+
"rowHeight"?: number;
|
|
7868
|
+
"rtl"?: boolean;
|
|
7869
|
+
"scrollX"?: number;
|
|
7870
|
+
"scrollY"?: number;
|
|
7871
|
+
"svgContainerHeight"?: number;
|
|
7872
|
+
"svgContainerWidth"?: number;
|
|
7873
|
+
"svgWidth"?: number;
|
|
7874
|
+
"task"?: KupPlannerBarTask;
|
|
7875
|
+
"taskListWidth"?: number;
|
|
7876
|
+
}
|
|
7282
7877
|
interface KupTree {
|
|
7283
7878
|
/**
|
|
7284
7879
|
* When enabled, the first level of depth will give an accordion look to nodes.
|
|
@@ -7437,6 +8032,14 @@ declare namespace LocalJSX {
|
|
|
7437
8032
|
*/
|
|
7438
8033
|
"useDynamicExpansion"?: boolean;
|
|
7439
8034
|
}
|
|
8035
|
+
interface KupVerticalScroll {
|
|
8036
|
+
"ganttFullHeight"?: number;
|
|
8037
|
+
"ganttHeight"?: number;
|
|
8038
|
+
"headerHeight"?: number;
|
|
8039
|
+
"rtl"?: boolean;
|
|
8040
|
+
"scrollNumber"?: number;
|
|
8041
|
+
"verticalScroll"?: (event: UIEvent) => void;
|
|
8042
|
+
}
|
|
7440
8043
|
interface IntrinsicElements {
|
|
7441
8044
|
"kup-accordion": KupAccordion;
|
|
7442
8045
|
"kup-autocomplete": KupAutocomplete;
|
|
@@ -7453,6 +8056,8 @@ declare namespace LocalJSX {
|
|
|
7453
8056
|
"kup-chip": KupChip;
|
|
7454
8057
|
"kup-color-picker": KupColorPicker;
|
|
7455
8058
|
"kup-combobox": KupCombobox;
|
|
8059
|
+
"kup-custom-task-list-header": KupCustomTaskListHeader;
|
|
8060
|
+
"kup-custom-task-list-table": KupCustomTaskListTable;
|
|
7456
8061
|
"kup-dashboard": KupDashboard;
|
|
7457
8062
|
"kup-data-table": KupDataTable;
|
|
7458
8063
|
"kup-date-picker": KupDatePicker;
|
|
@@ -7462,8 +8067,12 @@ declare namespace LocalJSX {
|
|
|
7462
8067
|
"kup-echart": KupEchart;
|
|
7463
8068
|
"kup-family-tree": KupFamilyTree;
|
|
7464
8069
|
"kup-form": KupForm;
|
|
8070
|
+
"kup-gantt": KupGantt;
|
|
8071
|
+
"kup-gantt-calendar": KupGanttCalendar;
|
|
7465
8072
|
"kup-gauge": KupGauge;
|
|
7466
8073
|
"kup-grid": KupGrid;
|
|
8074
|
+
"kup-grid-renderer": KupGridRenderer;
|
|
8075
|
+
"kup-horizontal-scroll": KupHorizontalScroll;
|
|
7467
8076
|
"kup-iframe": KupIframe;
|
|
7468
8077
|
"kup-image": KupImage;
|
|
7469
8078
|
"kup-image-list": KupImageList;
|
|
@@ -7474,6 +8083,7 @@ declare namespace LocalJSX {
|
|
|
7474
8083
|
"kup-numeric-picker": KupNumericPicker;
|
|
7475
8084
|
"kup-photo-frame": KupPhotoFrame;
|
|
7476
8085
|
"kup-planner": KupPlanner;
|
|
8086
|
+
"kup-planner-renderer": KupPlannerRenderer;
|
|
7477
8087
|
"kup-probe": KupProbe;
|
|
7478
8088
|
"kup-progress-bar": KupProgressBar;
|
|
7479
8089
|
"kup-qlik": KupQlik;
|
|
@@ -7481,11 +8091,19 @@ declare namespace LocalJSX {
|
|
|
7481
8091
|
"kup-rating": KupRating;
|
|
7482
8092
|
"kup-snackbar": KupSnackbar;
|
|
7483
8093
|
"kup-spinner": KupSpinner;
|
|
8094
|
+
"kup-standard-tooltip": KupStandardTooltip;
|
|
7484
8095
|
"kup-switch": KupSwitch;
|
|
8096
|
+
"kup-switcher": KupSwitcher;
|
|
7485
8097
|
"kup-tab-bar": KupTabBar;
|
|
8098
|
+
"kup-task-gantt": KupTaskGantt;
|
|
8099
|
+
"kup-task-list": KupTaskList;
|
|
8100
|
+
"kup-task-list-header": KupTaskListHeader;
|
|
8101
|
+
"kup-task-list-table": KupTaskListTable;
|
|
7486
8102
|
"kup-text-field": KupTextField;
|
|
7487
8103
|
"kup-time-picker": KupTimePicker;
|
|
8104
|
+
"kup-tooltip": KupTooltip;
|
|
7488
8105
|
"kup-tree": KupTree;
|
|
8106
|
+
"kup-vertical-scroll": KupVerticalScroll;
|
|
7489
8107
|
}
|
|
7490
8108
|
}
|
|
7491
8109
|
export { LocalJSX as JSX };
|
|
@@ -7507,6 +8125,8 @@ declare module "@stencil/core" {
|
|
|
7507
8125
|
"kup-chip": LocalJSX.KupChip & JSXBase.HTMLAttributes<HTMLKupChipElement>;
|
|
7508
8126
|
"kup-color-picker": LocalJSX.KupColorPicker & JSXBase.HTMLAttributes<HTMLKupColorPickerElement>;
|
|
7509
8127
|
"kup-combobox": LocalJSX.KupCombobox & JSXBase.HTMLAttributes<HTMLKupComboboxElement>;
|
|
8128
|
+
"kup-custom-task-list-header": LocalJSX.KupCustomTaskListHeader & JSXBase.HTMLAttributes<HTMLKupCustomTaskListHeaderElement>;
|
|
8129
|
+
"kup-custom-task-list-table": LocalJSX.KupCustomTaskListTable & JSXBase.HTMLAttributes<HTMLKupCustomTaskListTableElement>;
|
|
7510
8130
|
"kup-dashboard": LocalJSX.KupDashboard & JSXBase.HTMLAttributes<HTMLKupDashboardElement>;
|
|
7511
8131
|
"kup-data-table": LocalJSX.KupDataTable & JSXBase.HTMLAttributes<HTMLKupDataTableElement>;
|
|
7512
8132
|
"kup-date-picker": LocalJSX.KupDatePicker & JSXBase.HTMLAttributes<HTMLKupDatePickerElement>;
|
|
@@ -7516,8 +8136,12 @@ declare module "@stencil/core" {
|
|
|
7516
8136
|
"kup-echart": LocalJSX.KupEchart & JSXBase.HTMLAttributes<HTMLKupEchartElement>;
|
|
7517
8137
|
"kup-family-tree": LocalJSX.KupFamilyTree & JSXBase.HTMLAttributes<HTMLKupFamilyTreeElement>;
|
|
7518
8138
|
"kup-form": LocalJSX.KupForm & JSXBase.HTMLAttributes<HTMLKupFormElement>;
|
|
8139
|
+
"kup-gantt": LocalJSX.KupGantt & JSXBase.HTMLAttributes<HTMLKupGanttElement>;
|
|
8140
|
+
"kup-gantt-calendar": LocalJSX.KupGanttCalendar & JSXBase.HTMLAttributes<HTMLKupGanttCalendarElement>;
|
|
7519
8141
|
"kup-gauge": LocalJSX.KupGauge & JSXBase.HTMLAttributes<HTMLKupGaugeElement>;
|
|
7520
8142
|
"kup-grid": LocalJSX.KupGrid & JSXBase.HTMLAttributes<HTMLKupGridElement>;
|
|
8143
|
+
"kup-grid-renderer": LocalJSX.KupGridRenderer & JSXBase.HTMLAttributes<HTMLKupGridRendererElement>;
|
|
8144
|
+
"kup-horizontal-scroll": LocalJSX.KupHorizontalScroll & JSXBase.HTMLAttributes<HTMLKupHorizontalScrollElement>;
|
|
7521
8145
|
"kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
|
|
7522
8146
|
"kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
|
|
7523
8147
|
"kup-image-list": LocalJSX.KupImageList & JSXBase.HTMLAttributes<HTMLKupImageListElement>;
|
|
@@ -7528,6 +8152,7 @@ declare module "@stencil/core" {
|
|
|
7528
8152
|
"kup-numeric-picker": LocalJSX.KupNumericPicker & JSXBase.HTMLAttributes<HTMLKupNumericPickerElement>;
|
|
7529
8153
|
"kup-photo-frame": LocalJSX.KupPhotoFrame & JSXBase.HTMLAttributes<HTMLKupPhotoFrameElement>;
|
|
7530
8154
|
"kup-planner": LocalJSX.KupPlanner & JSXBase.HTMLAttributes<HTMLKupPlannerElement>;
|
|
8155
|
+
"kup-planner-renderer": LocalJSX.KupPlannerRenderer & JSXBase.HTMLAttributes<HTMLKupPlannerRendererElement>;
|
|
7531
8156
|
"kup-probe": LocalJSX.KupProbe & JSXBase.HTMLAttributes<HTMLKupProbeElement>;
|
|
7532
8157
|
"kup-progress-bar": LocalJSX.KupProgressBar & JSXBase.HTMLAttributes<HTMLKupProgressBarElement>;
|
|
7533
8158
|
"kup-qlik": LocalJSX.KupQlik & JSXBase.HTMLAttributes<HTMLKupQlikElement>;
|
|
@@ -7535,11 +8160,19 @@ declare module "@stencil/core" {
|
|
|
7535
8160
|
"kup-rating": LocalJSX.KupRating & JSXBase.HTMLAttributes<HTMLKupRatingElement>;
|
|
7536
8161
|
"kup-snackbar": LocalJSX.KupSnackbar & JSXBase.HTMLAttributes<HTMLKupSnackbarElement>;
|
|
7537
8162
|
"kup-spinner": LocalJSX.KupSpinner & JSXBase.HTMLAttributes<HTMLKupSpinnerElement>;
|
|
8163
|
+
"kup-standard-tooltip": LocalJSX.KupStandardTooltip & JSXBase.HTMLAttributes<HTMLKupStandardTooltipElement>;
|
|
7538
8164
|
"kup-switch": LocalJSX.KupSwitch & JSXBase.HTMLAttributes<HTMLKupSwitchElement>;
|
|
8165
|
+
"kup-switcher": LocalJSX.KupSwitcher & JSXBase.HTMLAttributes<HTMLKupSwitcherElement>;
|
|
7539
8166
|
"kup-tab-bar": LocalJSX.KupTabBar & JSXBase.HTMLAttributes<HTMLKupTabBarElement>;
|
|
8167
|
+
"kup-task-gantt": LocalJSX.KupTaskGantt & JSXBase.HTMLAttributes<HTMLKupTaskGanttElement>;
|
|
8168
|
+
"kup-task-list": LocalJSX.KupTaskList & JSXBase.HTMLAttributes<HTMLKupTaskListElement>;
|
|
8169
|
+
"kup-task-list-header": LocalJSX.KupTaskListHeader & JSXBase.HTMLAttributes<HTMLKupTaskListHeaderElement>;
|
|
8170
|
+
"kup-task-list-table": LocalJSX.KupTaskListTable & JSXBase.HTMLAttributes<HTMLKupTaskListTableElement>;
|
|
7540
8171
|
"kup-text-field": LocalJSX.KupTextField & JSXBase.HTMLAttributes<HTMLKupTextFieldElement>;
|
|
7541
8172
|
"kup-time-picker": LocalJSX.KupTimePicker & JSXBase.HTMLAttributes<HTMLKupTimePickerElement>;
|
|
8173
|
+
"kup-tooltip": LocalJSX.KupTooltip & JSXBase.HTMLAttributes<HTMLKupTooltipElement>;
|
|
7542
8174
|
"kup-tree": LocalJSX.KupTree & JSXBase.HTMLAttributes<HTMLKupTreeElement>;
|
|
8175
|
+
"kup-vertical-scroll": LocalJSX.KupVerticalScroll & JSXBase.HTMLAttributes<HTMLKupVerticalScrollElement>;
|
|
7543
8176
|
}
|
|
7544
8177
|
}
|
|
7545
8178
|
}
|