@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
|
@@ -0,0 +1,2302 @@
|
|
|
1
|
+
import { h, } from "@stencil/core";
|
|
2
|
+
import { ganttDateRangeFromTask, seedDates, } from "../kup-planner-renderer-helper";
|
|
3
|
+
import { removeHiddenTasks, sortTasks } from "../helpers/other.helpers";
|
|
4
|
+
import { calculateCurrentDateCalculator, calculateProjection, convertToBarTasks, } from "../helpers/bar.helpers";
|
|
5
|
+
export class KupGantt {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.ganttId = undefined;
|
|
8
|
+
this.tasks = undefined;
|
|
9
|
+
this.headerHeight = 114;
|
|
10
|
+
this.columnWidth = 60;
|
|
11
|
+
this.listCellWidth = '297px';
|
|
12
|
+
this.rowHeight = 50;
|
|
13
|
+
this.filter = undefined;
|
|
14
|
+
this.ganttHeight = 0;
|
|
15
|
+
this.viewMode = 'month';
|
|
16
|
+
this.preStepsCount = 1;
|
|
17
|
+
this.locale = 'en-GB';
|
|
18
|
+
this.barFill = 60;
|
|
19
|
+
this.projectFill = 80;
|
|
20
|
+
this.timelineFill = 40;
|
|
21
|
+
this.barCornerRadius = 3;
|
|
22
|
+
this.barProgressColor = '#a3a3ff';
|
|
23
|
+
this.barProgressSelectedColor = '#8282f5';
|
|
24
|
+
this.barBackgroundColor = '#b8c2cc';
|
|
25
|
+
this.barBackgroundSelectedColor = '#aeb8c2';
|
|
26
|
+
this.projectProgressColor = '#7db59a';
|
|
27
|
+
this.projectProgressSelectedColor = '#59a985';
|
|
28
|
+
this.projectBackgroundColor = '#fac465';
|
|
29
|
+
this.projectBackgroundSelectedColor = '#f7bb53';
|
|
30
|
+
this.rtl = false;
|
|
31
|
+
this.handleWidth = 8;
|
|
32
|
+
this.timeStep = 300000;
|
|
33
|
+
this.arrowColor = 'grey';
|
|
34
|
+
this.fontFamily = 'Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue';
|
|
35
|
+
this.fontSize = '14px';
|
|
36
|
+
this.arrowIndent = 20;
|
|
37
|
+
this.todayColor = '#ff0000';
|
|
38
|
+
this.viewDate = undefined;
|
|
39
|
+
this.TooltipContent = (h("kup-standard-tooltip", null));
|
|
40
|
+
this.TaskListHeader = (h("kup-task-list-header", null));
|
|
41
|
+
this.TaskListTable = (h("kup-task-list-table", null));
|
|
42
|
+
this.dateTimeFormatters = undefined;
|
|
43
|
+
this.singleLineHeader = false;
|
|
44
|
+
this.hideLabel = false;
|
|
45
|
+
this.showSecondaryDates = false;
|
|
46
|
+
this.hideDependencies = false;
|
|
47
|
+
this.projection = undefined;
|
|
48
|
+
this.displayedStartDate = undefined;
|
|
49
|
+
this.displayedEndDate = undefined;
|
|
50
|
+
this.initialScrollX = -1;
|
|
51
|
+
this.initialScrollY = 0;
|
|
52
|
+
this.readOnly = undefined;
|
|
53
|
+
this.currentTasks = [];
|
|
54
|
+
this.label = undefined;
|
|
55
|
+
this.doubleView = undefined;
|
|
56
|
+
this.setDoubleView = undefined;
|
|
57
|
+
this.barContextMenu = undefined;
|
|
58
|
+
this.scrollXChange = undefined;
|
|
59
|
+
this.scrollYChange = undefined;
|
|
60
|
+
this.barClick = undefined;
|
|
61
|
+
this.barDblClick = undefined;
|
|
62
|
+
this.dateChange = undefined;
|
|
63
|
+
this.select = undefined;
|
|
64
|
+
this.handleClick = undefined;
|
|
65
|
+
this.handleDblClick = undefined;
|
|
66
|
+
this.handleContextMenu = undefined;
|
|
67
|
+
this.ganttOnClick = undefined;
|
|
68
|
+
this.ganttOnDblClick = undefined;
|
|
69
|
+
this.ganttonOnContextMenu = undefined;
|
|
70
|
+
this.progressChange = undefined;
|
|
71
|
+
this.doubleClick = undefined;
|
|
72
|
+
this.delete = undefined;
|
|
73
|
+
this.expanderClick = undefined;
|
|
74
|
+
this.wrapperRef = undefined;
|
|
75
|
+
this.taskGanttRef = null;
|
|
76
|
+
this.taskListRef = undefined;
|
|
77
|
+
this.dateSetup = undefined;
|
|
78
|
+
this.taskListWidth = 0;
|
|
79
|
+
this.svgContainerWidth = 0;
|
|
80
|
+
this.svgContainerHeight = this.ganttHeight;
|
|
81
|
+
this.barTasks = [];
|
|
82
|
+
this.ganttEvent = { action: '' };
|
|
83
|
+
this.taskHeight = (this.rowHeight * this.barFill) / 100;
|
|
84
|
+
this.projectHeight = (this.rowHeight * this.projectFill) / 100;
|
|
85
|
+
this.timelineHeight = (this.rowHeight * this.timelineFill) / 100;
|
|
86
|
+
this.selectedTask = undefined;
|
|
87
|
+
this.failedTask = null;
|
|
88
|
+
this.svgWidth = undefined;
|
|
89
|
+
this.ganttFullHeight = undefined;
|
|
90
|
+
this.scrollX = 0;
|
|
91
|
+
this.scrollY = -1;
|
|
92
|
+
this.ignoreScrollEvent = false;
|
|
93
|
+
this.currentDateIndicatorContent = undefined;
|
|
94
|
+
this.projectionContent = undefined;
|
|
95
|
+
}
|
|
96
|
+
//---- Lifecycle hooks ----
|
|
97
|
+
componentWillLoad() {
|
|
98
|
+
this.updateGanttData();
|
|
99
|
+
this.loadStates();
|
|
100
|
+
}
|
|
101
|
+
loadStates() {
|
|
102
|
+
var _a, _b;
|
|
103
|
+
this.scrollX = this.initialScrollX;
|
|
104
|
+
this.scrollY = this.initialScrollY;
|
|
105
|
+
const [startDate, endDate] = ganttDateRangeFromTask(this.tasks, this.viewMode, this.preStepsCount, this.showSecondaryDates, this.displayedStartDate, this.displayedEndDate);
|
|
106
|
+
this.dateSetup = {
|
|
107
|
+
viewMode: this.viewMode,
|
|
108
|
+
dates: seedDates(startDate, endDate, this.viewMode),
|
|
109
|
+
};
|
|
110
|
+
this.svgWidth = ((_b = (_a = this.dateSetup) === null || _a === void 0 ? void 0 : _a.dates) === null || _b === void 0 ? void 0 : _b.length) * this.columnWidth;
|
|
111
|
+
this.ganttFullHeight = this.barTasks.length * this.rowHeight;
|
|
112
|
+
}
|
|
113
|
+
componentDidRender() {
|
|
114
|
+
this.taskGanttRef = this.rootElement
|
|
115
|
+
.querySelector('kup-task-gantt')
|
|
116
|
+
.querySelector('.ganttVerticalContainer');
|
|
117
|
+
}
|
|
118
|
+
componentDidLoad() {
|
|
119
|
+
this.updateScrollLeftAndScrollTop();
|
|
120
|
+
window.addEventListener('gantt-sync-scroll-event', this.onGanttSyncScrollEvent.bind(this));
|
|
121
|
+
}
|
|
122
|
+
/*-------------------------------------------------*/
|
|
123
|
+
/* W A T C H E R S */
|
|
124
|
+
/*-------------------------------------------------*/
|
|
125
|
+
// initial scroll
|
|
126
|
+
updateInitialScrollY() {
|
|
127
|
+
if (this.scrollYChange) {
|
|
128
|
+
this.scrollYChange(this.initialScrollY);
|
|
129
|
+
}
|
|
130
|
+
this.scrollY = this.initialScrollY;
|
|
131
|
+
}
|
|
132
|
+
// sync scroll event
|
|
133
|
+
updateInitialScrollX() {
|
|
134
|
+
window.addEventListener('gantt-sync-scroll-event', function (e) {
|
|
135
|
+
if (e.detail.id !== this.ganttId) {
|
|
136
|
+
this.scrollX = e.detail.scrollX;
|
|
137
|
+
// execute scroll x event
|
|
138
|
+
if (this.scrollXChange) {
|
|
139
|
+
this.scrollXChange(e.detail.scrollX);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
// task change events
|
|
145
|
+
updateGanttData() {
|
|
146
|
+
let filteredTasks;
|
|
147
|
+
if (this.expanderClick) {
|
|
148
|
+
filteredTasks = removeHiddenTasks(this.tasks);
|
|
149
|
+
}
|
|
150
|
+
else {
|
|
151
|
+
filteredTasks = this.tasks;
|
|
152
|
+
}
|
|
153
|
+
filteredTasks = filteredTasks.sort(sortTasks);
|
|
154
|
+
const [startDate, endDate] = ganttDateRangeFromTask(filteredTasks, this.viewMode, this.preStepsCount, this.showSecondaryDates, this.displayedStartDate, this.displayedEndDate);
|
|
155
|
+
let newDates = seedDates(startDate, endDate, this.viewMode);
|
|
156
|
+
if (this.rtl) {
|
|
157
|
+
newDates = newDates.reverse();
|
|
158
|
+
if (scrollX === -1) {
|
|
159
|
+
this.scrollX = newDates.length * this.columnWidth;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
let set = false;
|
|
163
|
+
if (this.dateSetup && this.dateSetup.dates) {
|
|
164
|
+
const old = this.dateSetup.dates;
|
|
165
|
+
if (old.length !== newDates.length) {
|
|
166
|
+
set = true;
|
|
167
|
+
}
|
|
168
|
+
else {
|
|
169
|
+
for (let i = 0; i < old.length; i++) {
|
|
170
|
+
if (old[i].valueOf() !== newDates[i].valueOf()) {
|
|
171
|
+
set = true;
|
|
172
|
+
break;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
if (set) {
|
|
178
|
+
this.dateSetup = { dates: newDates, viewMode: this.viewMode };
|
|
179
|
+
}
|
|
180
|
+
this.barTasks = convertToBarTasks(filteredTasks, newDates, this.columnWidth, this.rowHeight, this.taskHeight, this.projectHeight, this.timelineHeight, this.barCornerRadius, this.handleWidth, this.rtl, this.barProgressColor, this.barProgressSelectedColor, this.barBackgroundColor, this.barBackgroundSelectedColor, this.projectProgressColor, this.projectProgressSelectedColor, this.projectBackgroundColor, this.projectBackgroundSelectedColor, this.showSecondaryDates);
|
|
181
|
+
}
|
|
182
|
+
updateIgnoreScrollEvent() {
|
|
183
|
+
if (this.viewMode === this.dateSetup.viewMode &&
|
|
184
|
+
this.viewDate &&
|
|
185
|
+
this.initialScrollX < 1) {
|
|
186
|
+
const dates = this.dateSetup.dates;
|
|
187
|
+
const index = dates.findIndex((d, i) => this.viewDate.valueOf() >= d.valueOf() &&
|
|
188
|
+
i + 1 !== dates.length &&
|
|
189
|
+
this.viewDate.valueOf() < dates[i + 1].valueOf());
|
|
190
|
+
if (index === -1) {
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
this.ignoreScrollEvent = true;
|
|
194
|
+
this.scrollX = this.columnWidth * index;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
updateGanttEventAndBarTasks() {
|
|
198
|
+
const { changedTask, action } = this.ganttEvent;
|
|
199
|
+
if (changedTask) {
|
|
200
|
+
if (action === 'delete') {
|
|
201
|
+
this.ganttEvent = { action: '' };
|
|
202
|
+
this.barTasks = this.barTasks.filter((t) => t.id !== changedTask.id);
|
|
203
|
+
}
|
|
204
|
+
else if (action === 'move' ||
|
|
205
|
+
action === 'end' ||
|
|
206
|
+
action === 'start' ||
|
|
207
|
+
action === 'progress') {
|
|
208
|
+
const prevStateTask = this.barTasks.find((t) => t.id === changedTask.id);
|
|
209
|
+
if (prevStateTask &&
|
|
210
|
+
(prevStateTask.start.getTime() !==
|
|
211
|
+
changedTask.start.getTime() ||
|
|
212
|
+
prevStateTask.end.getTime() !==
|
|
213
|
+
changedTask.end.getTime() ||
|
|
214
|
+
prevStateTask.progress !== changedTask.progress)) {
|
|
215
|
+
// actions for change
|
|
216
|
+
const newTaskList = this.barTasks.map((t) => t.id === changedTask.id ? changedTask : t);
|
|
217
|
+
this.barTasks = newTaskList;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
updateFailedTasksAndBarChart() {
|
|
223
|
+
if (this.failedTask) {
|
|
224
|
+
this.barTasks = this.barTasks.map((t) => t.id !== this.failedTask.id ? t : this.failedTask);
|
|
225
|
+
this.failedTask = null;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
updateTaskListWidth() {
|
|
229
|
+
if (!this.listCellWidth) {
|
|
230
|
+
this.taskListWidth = 0;
|
|
231
|
+
}
|
|
232
|
+
if (this.taskListRef) {
|
|
233
|
+
this.taskListWidth = this.taskListRef.offsetWidth;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
updateSvgContainerWidth() {
|
|
237
|
+
if (this.wrapperRef) {
|
|
238
|
+
this.svgContainerWidth =
|
|
239
|
+
this.wrapperRef.offsetWidth - this.taskListWidth;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
updateSvgContainerHeight() {
|
|
243
|
+
if (this.ganttHeight) {
|
|
244
|
+
this.svgContainerHeight = this.ganttHeight + this.headerHeight;
|
|
245
|
+
}
|
|
246
|
+
else {
|
|
247
|
+
this.svgContainerHeight =
|
|
248
|
+
this.tasks.length * this.rowHeight + this.headerHeight;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
handleWheel(event) {
|
|
252
|
+
const wrapperRefLocal = this.wrapperRef; // Replace with your actual wrapper class
|
|
253
|
+
if (!wrapperRefLocal)
|
|
254
|
+
return;
|
|
255
|
+
if ((event === null || event === void 0 ? void 0 : event.type) !== 'wheel')
|
|
256
|
+
return;
|
|
257
|
+
if (event.shiftKey || event.deltaX) {
|
|
258
|
+
const scrollMove = event.deltaX ? event.deltaX : event.deltaY;
|
|
259
|
+
let newScrollX = this.scrollX + scrollMove;
|
|
260
|
+
if (newScrollX < 0) {
|
|
261
|
+
newScrollX = 0;
|
|
262
|
+
}
|
|
263
|
+
else if (newScrollX > this.svgWidth) {
|
|
264
|
+
newScrollX = this.svgWidth;
|
|
265
|
+
}
|
|
266
|
+
this.scrollX = newScrollX;
|
|
267
|
+
window.dispatchEvent(new CustomEvent('gantt-sync-scroll-event', {
|
|
268
|
+
detail: {
|
|
269
|
+
componentId: this.ganttId,
|
|
270
|
+
scrollX: newScrollX,
|
|
271
|
+
},
|
|
272
|
+
}));
|
|
273
|
+
event.preventDefault();
|
|
274
|
+
}
|
|
275
|
+
else if (this.ganttHeight) {
|
|
276
|
+
let newScrollY = this.scrollY + event.deltaY;
|
|
277
|
+
if (newScrollY < 0) {
|
|
278
|
+
newScrollY = 0;
|
|
279
|
+
}
|
|
280
|
+
else if (newScrollY > Math.abs(this.ganttFullHeight - this.ganttHeight)) {
|
|
281
|
+
newScrollY = Math.abs(this.ganttFullHeight - this.ganttHeight);
|
|
282
|
+
}
|
|
283
|
+
if (newScrollY !== this.scrollY) {
|
|
284
|
+
if (this.scrollYChange) {
|
|
285
|
+
this.scrollYChange(newScrollY);
|
|
286
|
+
}
|
|
287
|
+
this.scrollY = newScrollY;
|
|
288
|
+
event.preventDefault();
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
this.ignoreScrollEvent = true;
|
|
292
|
+
}
|
|
293
|
+
updateCurrentDateIndicatorContent() {
|
|
294
|
+
const x = calculateCurrentDateCalculator(this.dateSetup.dates, this.columnWidth);
|
|
295
|
+
if (x !== 0) {
|
|
296
|
+
this.currentDateIndicatorContent = {
|
|
297
|
+
color: this.todayColor,
|
|
298
|
+
x,
|
|
299
|
+
};
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
updateProjectionContent() {
|
|
303
|
+
if (this.projection) {
|
|
304
|
+
const { x0, xf } = calculateProjection(this.projection.start, this.projection.end, this.dateSetup.dates, this.columnWidth);
|
|
305
|
+
this.projectionContent = {
|
|
306
|
+
x0,
|
|
307
|
+
xf,
|
|
308
|
+
color: this.projection.color,
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
else {
|
|
312
|
+
this.projectionContent = undefined;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
updateSvgWidth() {
|
|
316
|
+
var _a, _b;
|
|
317
|
+
this.svgWidth = ((_b = (_a = this.dateSetup) === null || _a === void 0 ? void 0 : _a.dates) === null || _b === void 0 ? void 0 : _b.length) * this.columnWidth;
|
|
318
|
+
}
|
|
319
|
+
updateGanttFullHeight() {
|
|
320
|
+
this.ganttFullHeight = this.barTasks.length * this.rowHeight;
|
|
321
|
+
}
|
|
322
|
+
onGanttSyncScrollEvent(e) {
|
|
323
|
+
if (e.detail.componentId !== this.ganttId) {
|
|
324
|
+
this.scrollX = e.detail.scrollX;
|
|
325
|
+
// execute scroll x event
|
|
326
|
+
if (this.scrollXChange) {
|
|
327
|
+
this.scrollXChange(e.detail.scrollX);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
updateScrollLeftAndScrollTop() {
|
|
332
|
+
if (this.wrapperRef) {
|
|
333
|
+
const wrap = this.wrapperRef;
|
|
334
|
+
if (wrap) {
|
|
335
|
+
if (this.scrollX !== -1) {
|
|
336
|
+
const setScrollLeft = () => {
|
|
337
|
+
wrap.scrollLeft = this.scrollX;
|
|
338
|
+
};
|
|
339
|
+
setTimeout(setScrollLeft, 125);
|
|
340
|
+
}
|
|
341
|
+
if (this.scrollY !== 0) {
|
|
342
|
+
const setScrollTop = () => {
|
|
343
|
+
wrap.scrollTop = this.scrollY;
|
|
344
|
+
};
|
|
345
|
+
setTimeout(setScrollTop, 125);
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
handleScrollY(event) {
|
|
351
|
+
const currentTarget = event.currentTarget;
|
|
352
|
+
if (this.scrollY !== currentTarget.scrollTop) {
|
|
353
|
+
if (!this.ignoreScrollEvent) {
|
|
354
|
+
// Execute scroll Y event
|
|
355
|
+
if (this.scrollYChange) {
|
|
356
|
+
this.scrollYChange(currentTarget.scrollTop);
|
|
357
|
+
}
|
|
358
|
+
this.scrollY = currentTarget.scrollTop;
|
|
359
|
+
this.ignoreScrollEvent = true;
|
|
360
|
+
}
|
|
361
|
+
else {
|
|
362
|
+
this.ignoreScrollEvent = false;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
this.ignoreScrollEvent = false;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
handleScrollX(event) {
|
|
370
|
+
const currentTarget = event.currentTarget;
|
|
371
|
+
if (this.scrollX !== currentTarget.scrollLeft &&
|
|
372
|
+
!this.ignoreScrollEvent) {
|
|
373
|
+
this.scrollX = currentTarget.scrollLeft;
|
|
374
|
+
this.ignoreScrollEvent = true;
|
|
375
|
+
// Emit event to sync scroll
|
|
376
|
+
const id = this.ganttId;
|
|
377
|
+
window.dispatchEvent(new CustomEvent('gantt-sync-scroll-event', {
|
|
378
|
+
detail: {
|
|
379
|
+
componentId: id,
|
|
380
|
+
scrollX: currentTarget.scrollLeft,
|
|
381
|
+
},
|
|
382
|
+
}));
|
|
383
|
+
}
|
|
384
|
+
else {
|
|
385
|
+
this.ignoreScrollEvent = false;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
handleKeyDown(event) {
|
|
389
|
+
if (event.target.tagName === 'INPUT') {
|
|
390
|
+
return;
|
|
391
|
+
}
|
|
392
|
+
event.preventDefault();
|
|
393
|
+
let newScrollY = this.scrollY;
|
|
394
|
+
let newScrollX = this.scrollX;
|
|
395
|
+
let isX = true;
|
|
396
|
+
switch (event.key) {
|
|
397
|
+
case 'Down': // IE/Edge specific value
|
|
398
|
+
case 'ArrowDown':
|
|
399
|
+
newScrollY += this.rowHeight;
|
|
400
|
+
isX = false;
|
|
401
|
+
break;
|
|
402
|
+
case 'Up': // IE/Edge specific value
|
|
403
|
+
case 'ArrowUp':
|
|
404
|
+
newScrollY -= this.rowHeight;
|
|
405
|
+
isX = false;
|
|
406
|
+
break;
|
|
407
|
+
case 'Left':
|
|
408
|
+
case 'ArrowLeft':
|
|
409
|
+
newScrollX -= this.columnWidth;
|
|
410
|
+
break;
|
|
411
|
+
case 'Right': // IE/Edge specific value
|
|
412
|
+
case 'ArrowRight':
|
|
413
|
+
newScrollX += this.columnWidth;
|
|
414
|
+
break;
|
|
415
|
+
}
|
|
416
|
+
if (isX) {
|
|
417
|
+
if (newScrollX < 0) {
|
|
418
|
+
newScrollX = 0;
|
|
419
|
+
}
|
|
420
|
+
else if (newScrollX > this.svgWidth) {
|
|
421
|
+
newScrollX = this.svgWidth;
|
|
422
|
+
}
|
|
423
|
+
this.scrollX = newScrollX;
|
|
424
|
+
// Emit event to sync scroll
|
|
425
|
+
window.dispatchEvent(new CustomEvent('gantt-sync-scroll-event', {
|
|
426
|
+
detail: {
|
|
427
|
+
componentId: this.ganttId,
|
|
428
|
+
scrollX: newScrollX,
|
|
429
|
+
},
|
|
430
|
+
}));
|
|
431
|
+
}
|
|
432
|
+
else {
|
|
433
|
+
if (newScrollY < 0) {
|
|
434
|
+
newScrollY = 0;
|
|
435
|
+
}
|
|
436
|
+
else if (newScrollY > this.ganttFullHeight - this.ganttHeight) {
|
|
437
|
+
newScrollY = this.ganttFullHeight - this.ganttHeight;
|
|
438
|
+
}
|
|
439
|
+
// Execute scroll y event
|
|
440
|
+
if (this.scrollYChange) {
|
|
441
|
+
this.scrollYChange(newScrollY);
|
|
442
|
+
}
|
|
443
|
+
this.scrollY = newScrollY;
|
|
444
|
+
}
|
|
445
|
+
this.ignoreScrollEvent = true;
|
|
446
|
+
}
|
|
447
|
+
handleSelectedTask(taskId) {
|
|
448
|
+
const newSelectedTask = this.barTasks.find((t) => t.id === taskId);
|
|
449
|
+
const oldSelectedTask = this.barTasks.find((t) => !!this.selectedTask && t.id === this.selectedTask.id);
|
|
450
|
+
if (this.select) {
|
|
451
|
+
if (oldSelectedTask) {
|
|
452
|
+
this.select(oldSelectedTask, false);
|
|
453
|
+
}
|
|
454
|
+
if (newSelectedTask) {
|
|
455
|
+
this.select(newSelectedTask, true);
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
this.selectedTask = newSelectedTask;
|
|
459
|
+
}
|
|
460
|
+
handleExpanderClick(task) {
|
|
461
|
+
if (this.expanderClick && task.hideChildren !== undefined) {
|
|
462
|
+
this.expanderClick(Object.assign(Object.assign({}, task), { hideChildren: !task.hideChildren }));
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
setFailedTask(task) {
|
|
466
|
+
this.failedTask = task;
|
|
467
|
+
}
|
|
468
|
+
setGanttEvent(gantt) {
|
|
469
|
+
this.ganttEvent = gantt;
|
|
470
|
+
}
|
|
471
|
+
render() {
|
|
472
|
+
var _a, _b;
|
|
473
|
+
const gridProps = {
|
|
474
|
+
columnWidth: this.columnWidth,
|
|
475
|
+
svgWidth: this.svgWidth,
|
|
476
|
+
tasks: this.tasks,
|
|
477
|
+
rowHeight: this.rowHeight,
|
|
478
|
+
dates: (_a = this.dateSetup) === null || _a === void 0 ? void 0 : _a.dates,
|
|
479
|
+
todayColor: this.todayColor,
|
|
480
|
+
rtl: this.rtl,
|
|
481
|
+
};
|
|
482
|
+
const calendarProps = {
|
|
483
|
+
dateSetup: this.dateSetup,
|
|
484
|
+
locale: this.locale,
|
|
485
|
+
viewMode: this.viewMode,
|
|
486
|
+
headerHeight: this.headerHeight,
|
|
487
|
+
columnWidth: this.columnWidth,
|
|
488
|
+
fontFamily: this.fontFamily,
|
|
489
|
+
fontSize: this.fontSize,
|
|
490
|
+
rtl: this.rtl,
|
|
491
|
+
dateTimeFormatters: this.dateTimeFormatters,
|
|
492
|
+
singleLineHeader: this.singleLineHeader,
|
|
493
|
+
currentDateIndicator: this.currentDateIndicatorContent,
|
|
494
|
+
};
|
|
495
|
+
const barProps = {
|
|
496
|
+
tasks: this.barTasks,
|
|
497
|
+
dates: (_b = this.dateSetup) === null || _b === void 0 ? void 0 : _b.dates,
|
|
498
|
+
ganttEvent: this.ganttEvent,
|
|
499
|
+
selectedTask: this.selectedTask,
|
|
500
|
+
rowHeight: this.rowHeight,
|
|
501
|
+
taskHeight: this.taskHeight,
|
|
502
|
+
columnWidth: this.columnWidth,
|
|
503
|
+
arrowColor: this.hideDependencies ? 'transparent' : this.arrowColor,
|
|
504
|
+
timeStep: this.timeStep,
|
|
505
|
+
fontFamily: this.fontFamily,
|
|
506
|
+
fontSize: this.fontSize,
|
|
507
|
+
arrowIndent: this.arrowIndent,
|
|
508
|
+
svgWidth: this.svgWidth,
|
|
509
|
+
rtl: this.rtl,
|
|
510
|
+
hideLabel: this.hideLabel,
|
|
511
|
+
showSecondaryDates: this.showSecondaryDates,
|
|
512
|
+
ganttHeight: this.ganttHeight,
|
|
513
|
+
currentDateIndicator: this.currentDateIndicatorContent,
|
|
514
|
+
projection: this.projectionContent,
|
|
515
|
+
readOnly: this.readOnly,
|
|
516
|
+
setGanttEvent: this.setGanttEvent.bind(this),
|
|
517
|
+
setFailedTask: this.setFailedTask.bind(this),
|
|
518
|
+
setSelectedTask: this.handleSelectedTask.bind(this),
|
|
519
|
+
dateChange: this.dateChange,
|
|
520
|
+
progressChange: this.progressChange,
|
|
521
|
+
doubleClick: this.doubleClick,
|
|
522
|
+
barClick: this.barClick,
|
|
523
|
+
barDblClick: this.barDblClick,
|
|
524
|
+
barContextMenu: this.barContextMenu,
|
|
525
|
+
delete: this.delete,
|
|
526
|
+
};
|
|
527
|
+
const tableProps = {
|
|
528
|
+
rowHeight: this.rowHeight,
|
|
529
|
+
rowWidth: this.listCellWidth,
|
|
530
|
+
fontFamily: this.fontFamily,
|
|
531
|
+
fontSize: this.fontSize,
|
|
532
|
+
tasks: this.barTasks,
|
|
533
|
+
locale: this.locale,
|
|
534
|
+
headerHeight: this.headerHeight,
|
|
535
|
+
scrollY: this.scrollY,
|
|
536
|
+
ganttHeight: this.ganttHeight,
|
|
537
|
+
filter: this.filter,
|
|
538
|
+
horizontalContainerClass: 'horizontalContainer',
|
|
539
|
+
selectedTask: this.selectedTask,
|
|
540
|
+
taskListRef: this.taskListRef,
|
|
541
|
+
setSelectedTask: this.handleSelectedTask.bind(this),
|
|
542
|
+
expanderClick: this.handleExpanderClick.bind(this),
|
|
543
|
+
TaskListHeader: this.TaskListHeader,
|
|
544
|
+
TaskListTable: this.TaskListTable,
|
|
545
|
+
};
|
|
546
|
+
return (h("div", { class: "gannt-wrapper-main" }, h("div", { class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks" }))), h("kup-task-gantt", { gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { svgWidth: this.svgWidth, taskGanttRef: this.taskGanttRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this) }))));
|
|
547
|
+
}
|
|
548
|
+
static get is() { return "kup-gantt"; }
|
|
549
|
+
static get originalStyleUrls() {
|
|
550
|
+
return {
|
|
551
|
+
"$": ["kup-gantt.scss"]
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
static get styleUrls() {
|
|
555
|
+
return {
|
|
556
|
+
"$": ["kup-gantt.css"]
|
|
557
|
+
};
|
|
558
|
+
}
|
|
559
|
+
static get properties() {
|
|
560
|
+
return {
|
|
561
|
+
"ganttId": {
|
|
562
|
+
"type": "string",
|
|
563
|
+
"mutable": false,
|
|
564
|
+
"complexType": {
|
|
565
|
+
"original": "KupPlannerGanttProps['id']",
|
|
566
|
+
"resolved": "string",
|
|
567
|
+
"references": {
|
|
568
|
+
"KupPlannerGanttProps": {
|
|
569
|
+
"location": "import",
|
|
570
|
+
"path": "../../kup-planner-declarations",
|
|
571
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"required": false,
|
|
576
|
+
"optional": false,
|
|
577
|
+
"docs": {
|
|
578
|
+
"tags": [],
|
|
579
|
+
"text": ""
|
|
580
|
+
},
|
|
581
|
+
"attribute": "gantt-id",
|
|
582
|
+
"reflect": false
|
|
583
|
+
},
|
|
584
|
+
"tasks": {
|
|
585
|
+
"type": "unknown",
|
|
586
|
+
"mutable": false,
|
|
587
|
+
"complexType": {
|
|
588
|
+
"original": "KupPlannerGanttProps['tasks']",
|
|
589
|
+
"resolved": "KupPlannerTask[]",
|
|
590
|
+
"references": {
|
|
591
|
+
"KupPlannerGanttProps": {
|
|
592
|
+
"location": "import",
|
|
593
|
+
"path": "../../kup-planner-declarations",
|
|
594
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"required": false,
|
|
599
|
+
"optional": false,
|
|
600
|
+
"docs": {
|
|
601
|
+
"tags": [],
|
|
602
|
+
"text": ""
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"headerHeight": {
|
|
606
|
+
"type": "number",
|
|
607
|
+
"mutable": false,
|
|
608
|
+
"complexType": {
|
|
609
|
+
"original": "KupPlannerGanttProps['headerHeight']",
|
|
610
|
+
"resolved": "number",
|
|
611
|
+
"references": {
|
|
612
|
+
"KupPlannerGanttProps": {
|
|
613
|
+
"location": "import",
|
|
614
|
+
"path": "../../kup-planner-declarations",
|
|
615
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"required": false,
|
|
620
|
+
"optional": false,
|
|
621
|
+
"docs": {
|
|
622
|
+
"tags": [],
|
|
623
|
+
"text": ""
|
|
624
|
+
},
|
|
625
|
+
"attribute": "header-height",
|
|
626
|
+
"reflect": false,
|
|
627
|
+
"defaultValue": "114"
|
|
628
|
+
},
|
|
629
|
+
"columnWidth": {
|
|
630
|
+
"type": "number",
|
|
631
|
+
"mutable": false,
|
|
632
|
+
"complexType": {
|
|
633
|
+
"original": "KupPlannerGanttProps['columnWidth']",
|
|
634
|
+
"resolved": "number",
|
|
635
|
+
"references": {
|
|
636
|
+
"KupPlannerGanttProps": {
|
|
637
|
+
"location": "import",
|
|
638
|
+
"path": "../../kup-planner-declarations",
|
|
639
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"required": false,
|
|
644
|
+
"optional": false,
|
|
645
|
+
"docs": {
|
|
646
|
+
"tags": [],
|
|
647
|
+
"text": ""
|
|
648
|
+
},
|
|
649
|
+
"attribute": "column-width",
|
|
650
|
+
"reflect": false,
|
|
651
|
+
"defaultValue": "60"
|
|
652
|
+
},
|
|
653
|
+
"listCellWidth": {
|
|
654
|
+
"type": "string",
|
|
655
|
+
"mutable": false,
|
|
656
|
+
"complexType": {
|
|
657
|
+
"original": "KupPlannerGanttProps['listCellWidth']",
|
|
658
|
+
"resolved": "string",
|
|
659
|
+
"references": {
|
|
660
|
+
"KupPlannerGanttProps": {
|
|
661
|
+
"location": "import",
|
|
662
|
+
"path": "../../kup-planner-declarations",
|
|
663
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"required": false,
|
|
668
|
+
"optional": false,
|
|
669
|
+
"docs": {
|
|
670
|
+
"tags": [],
|
|
671
|
+
"text": ""
|
|
672
|
+
},
|
|
673
|
+
"attribute": "list-cell-width",
|
|
674
|
+
"reflect": false,
|
|
675
|
+
"defaultValue": "'297px'"
|
|
676
|
+
},
|
|
677
|
+
"rowHeight": {
|
|
678
|
+
"type": "number",
|
|
679
|
+
"mutable": false,
|
|
680
|
+
"complexType": {
|
|
681
|
+
"original": "KupPlannerGanttProps['rowHeight']",
|
|
682
|
+
"resolved": "number",
|
|
683
|
+
"references": {
|
|
684
|
+
"KupPlannerGanttProps": {
|
|
685
|
+
"location": "import",
|
|
686
|
+
"path": "../../kup-planner-declarations",
|
|
687
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"required": false,
|
|
692
|
+
"optional": false,
|
|
693
|
+
"docs": {
|
|
694
|
+
"tags": [],
|
|
695
|
+
"text": ""
|
|
696
|
+
},
|
|
697
|
+
"attribute": "row-height",
|
|
698
|
+
"reflect": false,
|
|
699
|
+
"defaultValue": "50"
|
|
700
|
+
},
|
|
701
|
+
"filter": {
|
|
702
|
+
"type": "unknown",
|
|
703
|
+
"mutable": false,
|
|
704
|
+
"complexType": {
|
|
705
|
+
"original": "KupPlannerGanttProps['filter']",
|
|
706
|
+
"resolved": "HTMLElement",
|
|
707
|
+
"references": {
|
|
708
|
+
"KupPlannerGanttProps": {
|
|
709
|
+
"location": "import",
|
|
710
|
+
"path": "../../kup-planner-declarations",
|
|
711
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"required": false,
|
|
716
|
+
"optional": false,
|
|
717
|
+
"docs": {
|
|
718
|
+
"tags": [],
|
|
719
|
+
"text": ""
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"ganttHeight": {
|
|
723
|
+
"type": "number",
|
|
724
|
+
"mutable": false,
|
|
725
|
+
"complexType": {
|
|
726
|
+
"original": "KupPlannerGanttProps['ganttHeight']",
|
|
727
|
+
"resolved": "number",
|
|
728
|
+
"references": {
|
|
729
|
+
"KupPlannerGanttProps": {
|
|
730
|
+
"location": "import",
|
|
731
|
+
"path": "../../kup-planner-declarations",
|
|
732
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"required": false,
|
|
737
|
+
"optional": false,
|
|
738
|
+
"docs": {
|
|
739
|
+
"tags": [],
|
|
740
|
+
"text": ""
|
|
741
|
+
},
|
|
742
|
+
"attribute": "gantt-height",
|
|
743
|
+
"reflect": false,
|
|
744
|
+
"defaultValue": "0"
|
|
745
|
+
},
|
|
746
|
+
"viewMode": {
|
|
747
|
+
"type": "string",
|
|
748
|
+
"mutable": false,
|
|
749
|
+
"complexType": {
|
|
750
|
+
"original": "KupPlannerGanttProps['viewMode']",
|
|
751
|
+
"resolved": "\"day\" | \"month\" | \"week\" | \"year\"",
|
|
752
|
+
"references": {
|
|
753
|
+
"KupPlannerGanttProps": {
|
|
754
|
+
"location": "import",
|
|
755
|
+
"path": "../../kup-planner-declarations",
|
|
756
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"required": false,
|
|
761
|
+
"optional": false,
|
|
762
|
+
"docs": {
|
|
763
|
+
"tags": [],
|
|
764
|
+
"text": ""
|
|
765
|
+
},
|
|
766
|
+
"attribute": "view-mode",
|
|
767
|
+
"reflect": false,
|
|
768
|
+
"defaultValue": "'month'"
|
|
769
|
+
},
|
|
770
|
+
"preStepsCount": {
|
|
771
|
+
"type": "number",
|
|
772
|
+
"mutable": false,
|
|
773
|
+
"complexType": {
|
|
774
|
+
"original": "KupPlannerGanttProps['preStepsCount']",
|
|
775
|
+
"resolved": "number",
|
|
776
|
+
"references": {
|
|
777
|
+
"KupPlannerGanttProps": {
|
|
778
|
+
"location": "import",
|
|
779
|
+
"path": "../../kup-planner-declarations",
|
|
780
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"required": false,
|
|
785
|
+
"optional": false,
|
|
786
|
+
"docs": {
|
|
787
|
+
"tags": [],
|
|
788
|
+
"text": ""
|
|
789
|
+
},
|
|
790
|
+
"attribute": "pre-steps-count",
|
|
791
|
+
"reflect": false,
|
|
792
|
+
"defaultValue": "1"
|
|
793
|
+
},
|
|
794
|
+
"locale": {
|
|
795
|
+
"type": "string",
|
|
796
|
+
"mutable": false,
|
|
797
|
+
"complexType": {
|
|
798
|
+
"original": "KupPlannerGanttProps['locale']",
|
|
799
|
+
"resolved": "string",
|
|
800
|
+
"references": {
|
|
801
|
+
"KupPlannerGanttProps": {
|
|
802
|
+
"location": "import",
|
|
803
|
+
"path": "../../kup-planner-declarations",
|
|
804
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"required": false,
|
|
809
|
+
"optional": false,
|
|
810
|
+
"docs": {
|
|
811
|
+
"tags": [],
|
|
812
|
+
"text": ""
|
|
813
|
+
},
|
|
814
|
+
"attribute": "locale",
|
|
815
|
+
"reflect": false,
|
|
816
|
+
"defaultValue": "'en-GB'"
|
|
817
|
+
},
|
|
818
|
+
"barFill": {
|
|
819
|
+
"type": "number",
|
|
820
|
+
"mutable": false,
|
|
821
|
+
"complexType": {
|
|
822
|
+
"original": "KupPlannerGanttProps['barFill']",
|
|
823
|
+
"resolved": "number",
|
|
824
|
+
"references": {
|
|
825
|
+
"KupPlannerGanttProps": {
|
|
826
|
+
"location": "import",
|
|
827
|
+
"path": "../../kup-planner-declarations",
|
|
828
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"required": false,
|
|
833
|
+
"optional": false,
|
|
834
|
+
"docs": {
|
|
835
|
+
"tags": [],
|
|
836
|
+
"text": ""
|
|
837
|
+
},
|
|
838
|
+
"attribute": "bar-fill",
|
|
839
|
+
"reflect": false,
|
|
840
|
+
"defaultValue": "60"
|
|
841
|
+
},
|
|
842
|
+
"projectFill": {
|
|
843
|
+
"type": "number",
|
|
844
|
+
"mutable": false,
|
|
845
|
+
"complexType": {
|
|
846
|
+
"original": "KupPlannerGanttProps['barFill']",
|
|
847
|
+
"resolved": "number",
|
|
848
|
+
"references": {
|
|
849
|
+
"KupPlannerGanttProps": {
|
|
850
|
+
"location": "import",
|
|
851
|
+
"path": "../../kup-planner-declarations",
|
|
852
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"required": false,
|
|
857
|
+
"optional": false,
|
|
858
|
+
"docs": {
|
|
859
|
+
"tags": [],
|
|
860
|
+
"text": ""
|
|
861
|
+
},
|
|
862
|
+
"attribute": "project-fill",
|
|
863
|
+
"reflect": false,
|
|
864
|
+
"defaultValue": "80"
|
|
865
|
+
},
|
|
866
|
+
"timelineFill": {
|
|
867
|
+
"type": "number",
|
|
868
|
+
"mutable": false,
|
|
869
|
+
"complexType": {
|
|
870
|
+
"original": "KupPlannerGanttProps['barFill']",
|
|
871
|
+
"resolved": "number",
|
|
872
|
+
"references": {
|
|
873
|
+
"KupPlannerGanttProps": {
|
|
874
|
+
"location": "import",
|
|
875
|
+
"path": "../../kup-planner-declarations",
|
|
876
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"required": false,
|
|
881
|
+
"optional": false,
|
|
882
|
+
"docs": {
|
|
883
|
+
"tags": [],
|
|
884
|
+
"text": ""
|
|
885
|
+
},
|
|
886
|
+
"attribute": "timeline-fill",
|
|
887
|
+
"reflect": false,
|
|
888
|
+
"defaultValue": "40"
|
|
889
|
+
},
|
|
890
|
+
"barCornerRadius": {
|
|
891
|
+
"type": "number",
|
|
892
|
+
"mutable": false,
|
|
893
|
+
"complexType": {
|
|
894
|
+
"original": "KupPlannerGanttProps['barCornerRadius']",
|
|
895
|
+
"resolved": "number",
|
|
896
|
+
"references": {
|
|
897
|
+
"KupPlannerGanttProps": {
|
|
898
|
+
"location": "import",
|
|
899
|
+
"path": "../../kup-planner-declarations",
|
|
900
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"required": false,
|
|
905
|
+
"optional": false,
|
|
906
|
+
"docs": {
|
|
907
|
+
"tags": [],
|
|
908
|
+
"text": ""
|
|
909
|
+
},
|
|
910
|
+
"attribute": "bar-corner-radius",
|
|
911
|
+
"reflect": false,
|
|
912
|
+
"defaultValue": "3"
|
|
913
|
+
},
|
|
914
|
+
"barProgressColor": {
|
|
915
|
+
"type": "string",
|
|
916
|
+
"mutable": false,
|
|
917
|
+
"complexType": {
|
|
918
|
+
"original": "KupPlannerGanttProps['barProgressColor']",
|
|
919
|
+
"resolved": "string",
|
|
920
|
+
"references": {
|
|
921
|
+
"KupPlannerGanttProps": {
|
|
922
|
+
"location": "import",
|
|
923
|
+
"path": "../../kup-planner-declarations",
|
|
924
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
"required": false,
|
|
929
|
+
"optional": false,
|
|
930
|
+
"docs": {
|
|
931
|
+
"tags": [],
|
|
932
|
+
"text": ""
|
|
933
|
+
},
|
|
934
|
+
"attribute": "bar-progress-color",
|
|
935
|
+
"reflect": false,
|
|
936
|
+
"defaultValue": "'#a3a3ff'"
|
|
937
|
+
},
|
|
938
|
+
"barProgressSelectedColor": {
|
|
939
|
+
"type": "string",
|
|
940
|
+
"mutable": false,
|
|
941
|
+
"complexType": {
|
|
942
|
+
"original": "KupPlannerGanttProps['barProgressSelectedColor']",
|
|
943
|
+
"resolved": "string",
|
|
944
|
+
"references": {
|
|
945
|
+
"KupPlannerGanttProps": {
|
|
946
|
+
"location": "import",
|
|
947
|
+
"path": "../../kup-planner-declarations",
|
|
948
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"required": false,
|
|
953
|
+
"optional": false,
|
|
954
|
+
"docs": {
|
|
955
|
+
"tags": [],
|
|
956
|
+
"text": ""
|
|
957
|
+
},
|
|
958
|
+
"attribute": "bar-progress-selected-color",
|
|
959
|
+
"reflect": false,
|
|
960
|
+
"defaultValue": "'#8282f5'"
|
|
961
|
+
},
|
|
962
|
+
"barBackgroundColor": {
|
|
963
|
+
"type": "string",
|
|
964
|
+
"mutable": false,
|
|
965
|
+
"complexType": {
|
|
966
|
+
"original": "KupPlannerGanttProps['barBackgroundColor']",
|
|
967
|
+
"resolved": "string",
|
|
968
|
+
"references": {
|
|
969
|
+
"KupPlannerGanttProps": {
|
|
970
|
+
"location": "import",
|
|
971
|
+
"path": "../../kup-planner-declarations",
|
|
972
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"required": false,
|
|
977
|
+
"optional": false,
|
|
978
|
+
"docs": {
|
|
979
|
+
"tags": [],
|
|
980
|
+
"text": ""
|
|
981
|
+
},
|
|
982
|
+
"attribute": "bar-background-color",
|
|
983
|
+
"reflect": false,
|
|
984
|
+
"defaultValue": "'#b8c2cc'"
|
|
985
|
+
},
|
|
986
|
+
"barBackgroundSelectedColor": {
|
|
987
|
+
"type": "string",
|
|
988
|
+
"mutable": false,
|
|
989
|
+
"complexType": {
|
|
990
|
+
"original": "KupPlannerGanttProps['barBackgroundSelectedColor']",
|
|
991
|
+
"resolved": "string",
|
|
992
|
+
"references": {
|
|
993
|
+
"KupPlannerGanttProps": {
|
|
994
|
+
"location": "import",
|
|
995
|
+
"path": "../../kup-planner-declarations",
|
|
996
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"required": false,
|
|
1001
|
+
"optional": false,
|
|
1002
|
+
"docs": {
|
|
1003
|
+
"tags": [],
|
|
1004
|
+
"text": ""
|
|
1005
|
+
},
|
|
1006
|
+
"attribute": "bar-background-selected-color",
|
|
1007
|
+
"reflect": false,
|
|
1008
|
+
"defaultValue": "'#aeb8c2'"
|
|
1009
|
+
},
|
|
1010
|
+
"projectProgressColor": {
|
|
1011
|
+
"type": "string",
|
|
1012
|
+
"mutable": false,
|
|
1013
|
+
"complexType": {
|
|
1014
|
+
"original": "KupPlannerGanttProps['projectProgressColor']",
|
|
1015
|
+
"resolved": "string",
|
|
1016
|
+
"references": {
|
|
1017
|
+
"KupPlannerGanttProps": {
|
|
1018
|
+
"location": "import",
|
|
1019
|
+
"path": "../../kup-planner-declarations",
|
|
1020
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"required": false,
|
|
1025
|
+
"optional": false,
|
|
1026
|
+
"docs": {
|
|
1027
|
+
"tags": [],
|
|
1028
|
+
"text": ""
|
|
1029
|
+
},
|
|
1030
|
+
"attribute": "project-progress-color",
|
|
1031
|
+
"reflect": false,
|
|
1032
|
+
"defaultValue": "'#7db59a'"
|
|
1033
|
+
},
|
|
1034
|
+
"projectProgressSelectedColor": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"mutable": false,
|
|
1037
|
+
"complexType": {
|
|
1038
|
+
"original": "KupPlannerGanttProps['projectProgressSelectedColor']",
|
|
1039
|
+
"resolved": "string",
|
|
1040
|
+
"references": {
|
|
1041
|
+
"KupPlannerGanttProps": {
|
|
1042
|
+
"location": "import",
|
|
1043
|
+
"path": "../../kup-planner-declarations",
|
|
1044
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"required": false,
|
|
1049
|
+
"optional": false,
|
|
1050
|
+
"docs": {
|
|
1051
|
+
"tags": [],
|
|
1052
|
+
"text": ""
|
|
1053
|
+
},
|
|
1054
|
+
"attribute": "project-progress-selected-color",
|
|
1055
|
+
"reflect": false,
|
|
1056
|
+
"defaultValue": "'#59a985'"
|
|
1057
|
+
},
|
|
1058
|
+
"projectBackgroundColor": {
|
|
1059
|
+
"type": "string",
|
|
1060
|
+
"mutable": false,
|
|
1061
|
+
"complexType": {
|
|
1062
|
+
"original": "KupPlannerGanttProps['projectBackgroundColor']",
|
|
1063
|
+
"resolved": "string",
|
|
1064
|
+
"references": {
|
|
1065
|
+
"KupPlannerGanttProps": {
|
|
1066
|
+
"location": "import",
|
|
1067
|
+
"path": "../../kup-planner-declarations",
|
|
1068
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"required": false,
|
|
1073
|
+
"optional": false,
|
|
1074
|
+
"docs": {
|
|
1075
|
+
"tags": [],
|
|
1076
|
+
"text": ""
|
|
1077
|
+
},
|
|
1078
|
+
"attribute": "project-background-color",
|
|
1079
|
+
"reflect": false,
|
|
1080
|
+
"defaultValue": "'#fac465'"
|
|
1081
|
+
},
|
|
1082
|
+
"projectBackgroundSelectedColor": {
|
|
1083
|
+
"type": "string",
|
|
1084
|
+
"mutable": false,
|
|
1085
|
+
"complexType": {
|
|
1086
|
+
"original": "KupPlannerGanttProps['projectBackgroundSelectedColor']",
|
|
1087
|
+
"resolved": "string",
|
|
1088
|
+
"references": {
|
|
1089
|
+
"KupPlannerGanttProps": {
|
|
1090
|
+
"location": "import",
|
|
1091
|
+
"path": "../../kup-planner-declarations",
|
|
1092
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
"required": false,
|
|
1097
|
+
"optional": false,
|
|
1098
|
+
"docs": {
|
|
1099
|
+
"tags": [],
|
|
1100
|
+
"text": ""
|
|
1101
|
+
},
|
|
1102
|
+
"attribute": "project-background-selected-color",
|
|
1103
|
+
"reflect": false,
|
|
1104
|
+
"defaultValue": "'#f7bb53'"
|
|
1105
|
+
},
|
|
1106
|
+
"rtl": {
|
|
1107
|
+
"type": "boolean",
|
|
1108
|
+
"mutable": false,
|
|
1109
|
+
"complexType": {
|
|
1110
|
+
"original": "KupPlannerGanttProps['rtl']",
|
|
1111
|
+
"resolved": "boolean",
|
|
1112
|
+
"references": {
|
|
1113
|
+
"KupPlannerGanttProps": {
|
|
1114
|
+
"location": "import",
|
|
1115
|
+
"path": "../../kup-planner-declarations",
|
|
1116
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"required": false,
|
|
1121
|
+
"optional": false,
|
|
1122
|
+
"docs": {
|
|
1123
|
+
"tags": [],
|
|
1124
|
+
"text": ""
|
|
1125
|
+
},
|
|
1126
|
+
"attribute": "rtl",
|
|
1127
|
+
"reflect": false,
|
|
1128
|
+
"defaultValue": "false"
|
|
1129
|
+
},
|
|
1130
|
+
"handleWidth": {
|
|
1131
|
+
"type": "number",
|
|
1132
|
+
"mutable": false,
|
|
1133
|
+
"complexType": {
|
|
1134
|
+
"original": "KupPlannerGanttProps['handleWidth']",
|
|
1135
|
+
"resolved": "number",
|
|
1136
|
+
"references": {
|
|
1137
|
+
"KupPlannerGanttProps": {
|
|
1138
|
+
"location": "import",
|
|
1139
|
+
"path": "../../kup-planner-declarations",
|
|
1140
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"required": false,
|
|
1145
|
+
"optional": false,
|
|
1146
|
+
"docs": {
|
|
1147
|
+
"tags": [],
|
|
1148
|
+
"text": ""
|
|
1149
|
+
},
|
|
1150
|
+
"attribute": "handle-width",
|
|
1151
|
+
"reflect": false,
|
|
1152
|
+
"defaultValue": "8"
|
|
1153
|
+
},
|
|
1154
|
+
"timeStep": {
|
|
1155
|
+
"type": "number",
|
|
1156
|
+
"mutable": false,
|
|
1157
|
+
"complexType": {
|
|
1158
|
+
"original": "KupPlannerGanttProps['timeStep']",
|
|
1159
|
+
"resolved": "number",
|
|
1160
|
+
"references": {
|
|
1161
|
+
"KupPlannerGanttProps": {
|
|
1162
|
+
"location": "import",
|
|
1163
|
+
"path": "../../kup-planner-declarations",
|
|
1164
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"required": false,
|
|
1169
|
+
"optional": false,
|
|
1170
|
+
"docs": {
|
|
1171
|
+
"tags": [],
|
|
1172
|
+
"text": ""
|
|
1173
|
+
},
|
|
1174
|
+
"attribute": "time-step",
|
|
1175
|
+
"reflect": false,
|
|
1176
|
+
"defaultValue": "300000"
|
|
1177
|
+
},
|
|
1178
|
+
"arrowColor": {
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"mutable": false,
|
|
1181
|
+
"complexType": {
|
|
1182
|
+
"original": "KupPlannerGanttProps['arrowColor']",
|
|
1183
|
+
"resolved": "string",
|
|
1184
|
+
"references": {
|
|
1185
|
+
"KupPlannerGanttProps": {
|
|
1186
|
+
"location": "import",
|
|
1187
|
+
"path": "../../kup-planner-declarations",
|
|
1188
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"required": false,
|
|
1193
|
+
"optional": false,
|
|
1194
|
+
"docs": {
|
|
1195
|
+
"tags": [],
|
|
1196
|
+
"text": ""
|
|
1197
|
+
},
|
|
1198
|
+
"attribute": "arrow-color",
|
|
1199
|
+
"reflect": false,
|
|
1200
|
+
"defaultValue": "'grey'"
|
|
1201
|
+
},
|
|
1202
|
+
"fontFamily": {
|
|
1203
|
+
"type": "string",
|
|
1204
|
+
"mutable": false,
|
|
1205
|
+
"complexType": {
|
|
1206
|
+
"original": "KupPlannerGanttProps['fontFamily']",
|
|
1207
|
+
"resolved": "string",
|
|
1208
|
+
"references": {
|
|
1209
|
+
"KupPlannerGanttProps": {
|
|
1210
|
+
"location": "import",
|
|
1211
|
+
"path": "../../kup-planner-declarations",
|
|
1212
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"required": false,
|
|
1217
|
+
"optional": false,
|
|
1218
|
+
"docs": {
|
|
1219
|
+
"tags": [],
|
|
1220
|
+
"text": ""
|
|
1221
|
+
},
|
|
1222
|
+
"attribute": "font-family",
|
|
1223
|
+
"reflect": false,
|
|
1224
|
+
"defaultValue": "'Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue'"
|
|
1225
|
+
},
|
|
1226
|
+
"fontSize": {
|
|
1227
|
+
"type": "string",
|
|
1228
|
+
"mutable": false,
|
|
1229
|
+
"complexType": {
|
|
1230
|
+
"original": "KupPlannerGanttProps['fontSize']",
|
|
1231
|
+
"resolved": "string",
|
|
1232
|
+
"references": {
|
|
1233
|
+
"KupPlannerGanttProps": {
|
|
1234
|
+
"location": "import",
|
|
1235
|
+
"path": "../../kup-planner-declarations",
|
|
1236
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"required": false,
|
|
1241
|
+
"optional": false,
|
|
1242
|
+
"docs": {
|
|
1243
|
+
"tags": [],
|
|
1244
|
+
"text": ""
|
|
1245
|
+
},
|
|
1246
|
+
"attribute": "font-size",
|
|
1247
|
+
"reflect": false,
|
|
1248
|
+
"defaultValue": "'14px'"
|
|
1249
|
+
},
|
|
1250
|
+
"arrowIndent": {
|
|
1251
|
+
"type": "number",
|
|
1252
|
+
"mutable": false,
|
|
1253
|
+
"complexType": {
|
|
1254
|
+
"original": "KupPlannerGanttProps['arrowIndent']",
|
|
1255
|
+
"resolved": "number",
|
|
1256
|
+
"references": {
|
|
1257
|
+
"KupPlannerGanttProps": {
|
|
1258
|
+
"location": "import",
|
|
1259
|
+
"path": "../../kup-planner-declarations",
|
|
1260
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"required": false,
|
|
1265
|
+
"optional": false,
|
|
1266
|
+
"docs": {
|
|
1267
|
+
"tags": [],
|
|
1268
|
+
"text": ""
|
|
1269
|
+
},
|
|
1270
|
+
"attribute": "arrow-indent",
|
|
1271
|
+
"reflect": false,
|
|
1272
|
+
"defaultValue": "20"
|
|
1273
|
+
},
|
|
1274
|
+
"todayColor": {
|
|
1275
|
+
"type": "string",
|
|
1276
|
+
"mutable": false,
|
|
1277
|
+
"complexType": {
|
|
1278
|
+
"original": "KupPlannerGanttProps['todayColor']",
|
|
1279
|
+
"resolved": "string",
|
|
1280
|
+
"references": {
|
|
1281
|
+
"KupPlannerGanttProps": {
|
|
1282
|
+
"location": "import",
|
|
1283
|
+
"path": "../../kup-planner-declarations",
|
|
1284
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"required": false,
|
|
1289
|
+
"optional": false,
|
|
1290
|
+
"docs": {
|
|
1291
|
+
"tags": [],
|
|
1292
|
+
"text": ""
|
|
1293
|
+
},
|
|
1294
|
+
"attribute": "today-color",
|
|
1295
|
+
"reflect": false,
|
|
1296
|
+
"defaultValue": "'#ff0000'"
|
|
1297
|
+
},
|
|
1298
|
+
"viewDate": {
|
|
1299
|
+
"type": "unknown",
|
|
1300
|
+
"mutable": false,
|
|
1301
|
+
"complexType": {
|
|
1302
|
+
"original": "KupPlannerGanttProps['viewDate']",
|
|
1303
|
+
"resolved": "Date",
|
|
1304
|
+
"references": {
|
|
1305
|
+
"KupPlannerGanttProps": {
|
|
1306
|
+
"location": "import",
|
|
1307
|
+
"path": "../../kup-planner-declarations",
|
|
1308
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"required": false,
|
|
1313
|
+
"optional": false,
|
|
1314
|
+
"docs": {
|
|
1315
|
+
"tags": [],
|
|
1316
|
+
"text": ""
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
"TooltipContent": {
|
|
1320
|
+
"type": "unknown",
|
|
1321
|
+
"mutable": false,
|
|
1322
|
+
"complexType": {
|
|
1323
|
+
"original": "KupPlannerGanttProps['TooltipContent']",
|
|
1324
|
+
"resolved": "(props: { task: KupPlannerTask; fontSize: string; fontFamily: string; }) => Element",
|
|
1325
|
+
"references": {
|
|
1326
|
+
"KupPlannerGanttProps": {
|
|
1327
|
+
"location": "import",
|
|
1328
|
+
"path": "../../kup-planner-declarations",
|
|
1329
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"required": false,
|
|
1334
|
+
"optional": false,
|
|
1335
|
+
"docs": {
|
|
1336
|
+
"tags": [],
|
|
1337
|
+
"text": ""
|
|
1338
|
+
},
|
|
1339
|
+
"defaultValue": "(\r\n <kup-standard-tooltip />\r\n )"
|
|
1340
|
+
},
|
|
1341
|
+
"TaskListHeader": {
|
|
1342
|
+
"type": "unknown",
|
|
1343
|
+
"mutable": false,
|
|
1344
|
+
"complexType": {
|
|
1345
|
+
"original": "KupPlannerGanttProps['TaskListHeader']",
|
|
1346
|
+
"resolved": "Element | FunctionalComponent<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string; }>",
|
|
1347
|
+
"references": {
|
|
1348
|
+
"KupPlannerGanttProps": {
|
|
1349
|
+
"location": "import",
|
|
1350
|
+
"path": "../../kup-planner-declarations",
|
|
1351
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
"required": false,
|
|
1356
|
+
"optional": false,
|
|
1357
|
+
"docs": {
|
|
1358
|
+
"tags": [],
|
|
1359
|
+
"text": ""
|
|
1360
|
+
},
|
|
1361
|
+
"defaultValue": "(\r\n <kup-task-list-header />\r\n )"
|
|
1362
|
+
},
|
|
1363
|
+
"TaskListTable": {
|
|
1364
|
+
"type": "unknown",
|
|
1365
|
+
"mutable": false,
|
|
1366
|
+
"complexType": {
|
|
1367
|
+
"original": "KupPlannerGanttProps['TaskListTable']",
|
|
1368
|
+
"resolved": "Element | (FunctionalComponent<{ rowHeight: number; rowWidth: string; fontFamily: string; fontSize: string; locale: string; tasks: KupPlannerTask[]; selectedTaskId: string; setSelectedTask: (taskId: string) => void; onExpanderClick: (task: KupPlannerTask) => void; }>)",
|
|
1369
|
+
"references": {
|
|
1370
|
+
"KupPlannerGanttProps": {
|
|
1371
|
+
"location": "import",
|
|
1372
|
+
"path": "../../kup-planner-declarations",
|
|
1373
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"required": false,
|
|
1378
|
+
"optional": false,
|
|
1379
|
+
"docs": {
|
|
1380
|
+
"tags": [],
|
|
1381
|
+
"text": ""
|
|
1382
|
+
},
|
|
1383
|
+
"defaultValue": "(\r\n <kup-task-list-table />\r\n )"
|
|
1384
|
+
},
|
|
1385
|
+
"dateTimeFormatters": {
|
|
1386
|
+
"type": "unknown",
|
|
1387
|
+
"mutable": false,
|
|
1388
|
+
"complexType": {
|
|
1389
|
+
"original": "KupPlannerGanttProps['dateTimeFormatters']",
|
|
1390
|
+
"resolved": "{ year?: KupPlannerDateTimeFormatter; month?: KupPlannerDateTimeFormatter; monthAndYear?: KupPlannerDateTimeFormatter; week?: KupPlannerDateTimeFormatter; day?: KupPlannerDateTimeFormatter; hour?: KupPlannerDateTimeFormatter; dayAndMonth?: KupPlannerDateTimeFormatter; }",
|
|
1391
|
+
"references": {
|
|
1392
|
+
"KupPlannerGanttProps": {
|
|
1393
|
+
"location": "import",
|
|
1394
|
+
"path": "../../kup-planner-declarations",
|
|
1395
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"required": false,
|
|
1400
|
+
"optional": false,
|
|
1401
|
+
"docs": {
|
|
1402
|
+
"tags": [],
|
|
1403
|
+
"text": ""
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
"singleLineHeader": {
|
|
1407
|
+
"type": "boolean",
|
|
1408
|
+
"mutable": false,
|
|
1409
|
+
"complexType": {
|
|
1410
|
+
"original": "KupPlannerGanttProps['singleLineHeader']",
|
|
1411
|
+
"resolved": "boolean",
|
|
1412
|
+
"references": {
|
|
1413
|
+
"KupPlannerGanttProps": {
|
|
1414
|
+
"location": "import",
|
|
1415
|
+
"path": "../../kup-planner-declarations",
|
|
1416
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"required": false,
|
|
1421
|
+
"optional": false,
|
|
1422
|
+
"docs": {
|
|
1423
|
+
"tags": [],
|
|
1424
|
+
"text": ""
|
|
1425
|
+
},
|
|
1426
|
+
"attribute": "single-line-header",
|
|
1427
|
+
"reflect": false,
|
|
1428
|
+
"defaultValue": "false"
|
|
1429
|
+
},
|
|
1430
|
+
"hideLabel": {
|
|
1431
|
+
"type": "boolean",
|
|
1432
|
+
"mutable": false,
|
|
1433
|
+
"complexType": {
|
|
1434
|
+
"original": "KupPlannerGanttProps['hideLabel']",
|
|
1435
|
+
"resolved": "boolean",
|
|
1436
|
+
"references": {
|
|
1437
|
+
"KupPlannerGanttProps": {
|
|
1438
|
+
"location": "import",
|
|
1439
|
+
"path": "../../kup-planner-declarations",
|
|
1440
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"required": false,
|
|
1445
|
+
"optional": false,
|
|
1446
|
+
"docs": {
|
|
1447
|
+
"tags": [],
|
|
1448
|
+
"text": ""
|
|
1449
|
+
},
|
|
1450
|
+
"attribute": "hide-label",
|
|
1451
|
+
"reflect": false,
|
|
1452
|
+
"defaultValue": "false"
|
|
1453
|
+
},
|
|
1454
|
+
"showSecondaryDates": {
|
|
1455
|
+
"type": "boolean",
|
|
1456
|
+
"mutable": false,
|
|
1457
|
+
"complexType": {
|
|
1458
|
+
"original": "KupPlannerGanttProps['showSecondaryDates']",
|
|
1459
|
+
"resolved": "boolean",
|
|
1460
|
+
"references": {
|
|
1461
|
+
"KupPlannerGanttProps": {
|
|
1462
|
+
"location": "import",
|
|
1463
|
+
"path": "../../kup-planner-declarations",
|
|
1464
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"required": false,
|
|
1469
|
+
"optional": false,
|
|
1470
|
+
"docs": {
|
|
1471
|
+
"tags": [],
|
|
1472
|
+
"text": ""
|
|
1473
|
+
},
|
|
1474
|
+
"attribute": "show-secondary-dates",
|
|
1475
|
+
"reflect": false,
|
|
1476
|
+
"defaultValue": "false"
|
|
1477
|
+
},
|
|
1478
|
+
"hideDependencies": {
|
|
1479
|
+
"type": "boolean",
|
|
1480
|
+
"mutable": false,
|
|
1481
|
+
"complexType": {
|
|
1482
|
+
"original": "KupPlannerGanttProps['hideDependencies']",
|
|
1483
|
+
"resolved": "boolean",
|
|
1484
|
+
"references": {
|
|
1485
|
+
"KupPlannerGanttProps": {
|
|
1486
|
+
"location": "import",
|
|
1487
|
+
"path": "../../kup-planner-declarations",
|
|
1488
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
"required": false,
|
|
1493
|
+
"optional": false,
|
|
1494
|
+
"docs": {
|
|
1495
|
+
"tags": [],
|
|
1496
|
+
"text": ""
|
|
1497
|
+
},
|
|
1498
|
+
"attribute": "hide-dependencies",
|
|
1499
|
+
"reflect": false,
|
|
1500
|
+
"defaultValue": "false"
|
|
1501
|
+
},
|
|
1502
|
+
"projection": {
|
|
1503
|
+
"type": "unknown",
|
|
1504
|
+
"mutable": false,
|
|
1505
|
+
"complexType": {
|
|
1506
|
+
"original": "KupPlannerGanttProps['projection']",
|
|
1507
|
+
"resolved": "KupPlannerGanttPhaseProjection",
|
|
1508
|
+
"references": {
|
|
1509
|
+
"KupPlannerGanttProps": {
|
|
1510
|
+
"location": "import",
|
|
1511
|
+
"path": "../../kup-planner-declarations",
|
|
1512
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"required": false,
|
|
1517
|
+
"optional": false,
|
|
1518
|
+
"docs": {
|
|
1519
|
+
"tags": [],
|
|
1520
|
+
"text": ""
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"displayedStartDate": {
|
|
1524
|
+
"type": "unknown",
|
|
1525
|
+
"mutable": false,
|
|
1526
|
+
"complexType": {
|
|
1527
|
+
"original": "KupPlannerGanttProps['displayedStartDate']",
|
|
1528
|
+
"resolved": "Date",
|
|
1529
|
+
"references": {
|
|
1530
|
+
"KupPlannerGanttProps": {
|
|
1531
|
+
"location": "import",
|
|
1532
|
+
"path": "../../kup-planner-declarations",
|
|
1533
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"required": false,
|
|
1538
|
+
"optional": false,
|
|
1539
|
+
"docs": {
|
|
1540
|
+
"tags": [],
|
|
1541
|
+
"text": ""
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"displayedEndDate": {
|
|
1545
|
+
"type": "unknown",
|
|
1546
|
+
"mutable": false,
|
|
1547
|
+
"complexType": {
|
|
1548
|
+
"original": "KupPlannerGanttProps['displayedEndDate']",
|
|
1549
|
+
"resolved": "Date",
|
|
1550
|
+
"references": {
|
|
1551
|
+
"KupPlannerGanttProps": {
|
|
1552
|
+
"location": "import",
|
|
1553
|
+
"path": "../../kup-planner-declarations",
|
|
1554
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"required": false,
|
|
1559
|
+
"optional": false,
|
|
1560
|
+
"docs": {
|
|
1561
|
+
"tags": [],
|
|
1562
|
+
"text": ""
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"initialScrollX": {
|
|
1566
|
+
"type": "number",
|
|
1567
|
+
"mutable": false,
|
|
1568
|
+
"complexType": {
|
|
1569
|
+
"original": "KupPlannerGanttProps['initialScrollX']",
|
|
1570
|
+
"resolved": "number",
|
|
1571
|
+
"references": {
|
|
1572
|
+
"KupPlannerGanttProps": {
|
|
1573
|
+
"location": "import",
|
|
1574
|
+
"path": "../../kup-planner-declarations",
|
|
1575
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"required": false,
|
|
1580
|
+
"optional": false,
|
|
1581
|
+
"docs": {
|
|
1582
|
+
"tags": [],
|
|
1583
|
+
"text": ""
|
|
1584
|
+
},
|
|
1585
|
+
"attribute": "initial-scroll-x",
|
|
1586
|
+
"reflect": false,
|
|
1587
|
+
"defaultValue": "-1"
|
|
1588
|
+
},
|
|
1589
|
+
"initialScrollY": {
|
|
1590
|
+
"type": "number",
|
|
1591
|
+
"mutable": false,
|
|
1592
|
+
"complexType": {
|
|
1593
|
+
"original": "KupPlannerGanttProps['initialScrollY']",
|
|
1594
|
+
"resolved": "number",
|
|
1595
|
+
"references": {
|
|
1596
|
+
"KupPlannerGanttProps": {
|
|
1597
|
+
"location": "import",
|
|
1598
|
+
"path": "../../kup-planner-declarations",
|
|
1599
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"required": false,
|
|
1604
|
+
"optional": false,
|
|
1605
|
+
"docs": {
|
|
1606
|
+
"tags": [],
|
|
1607
|
+
"text": ""
|
|
1608
|
+
},
|
|
1609
|
+
"attribute": "initial-scroll-y",
|
|
1610
|
+
"reflect": false,
|
|
1611
|
+
"defaultValue": "0"
|
|
1612
|
+
},
|
|
1613
|
+
"readOnly": {
|
|
1614
|
+
"type": "boolean",
|
|
1615
|
+
"mutable": false,
|
|
1616
|
+
"complexType": {
|
|
1617
|
+
"original": "KupPlannerGanttProps['readOnly']",
|
|
1618
|
+
"resolved": "boolean",
|
|
1619
|
+
"references": {
|
|
1620
|
+
"KupPlannerGanttProps": {
|
|
1621
|
+
"location": "import",
|
|
1622
|
+
"path": "../../kup-planner-declarations",
|
|
1623
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"required": false,
|
|
1628
|
+
"optional": false,
|
|
1629
|
+
"docs": {
|
|
1630
|
+
"tags": [],
|
|
1631
|
+
"text": ""
|
|
1632
|
+
},
|
|
1633
|
+
"attribute": "read-only",
|
|
1634
|
+
"reflect": false
|
|
1635
|
+
},
|
|
1636
|
+
"currentTasks": {
|
|
1637
|
+
"type": "unknown",
|
|
1638
|
+
"mutable": false,
|
|
1639
|
+
"complexType": {
|
|
1640
|
+
"original": "KupPlannerGanttTaskN[] | KupPlannerItemDetail[]",
|
|
1641
|
+
"resolved": "KupPlannerGanttTaskN[] | KupPlannerItemDetail[]",
|
|
1642
|
+
"references": {
|
|
1643
|
+
"KupPlannerGanttTaskN": {
|
|
1644
|
+
"location": "import",
|
|
1645
|
+
"path": "../../kup-planner-declarations",
|
|
1646
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttTaskN"
|
|
1647
|
+
},
|
|
1648
|
+
"KupPlannerItemDetail": {
|
|
1649
|
+
"location": "import",
|
|
1650
|
+
"path": "../../kup-planner-declarations",
|
|
1651
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerItemDetail"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"required": false,
|
|
1656
|
+
"optional": false,
|
|
1657
|
+
"docs": {
|
|
1658
|
+
"tags": [],
|
|
1659
|
+
"text": ""
|
|
1660
|
+
},
|
|
1661
|
+
"defaultValue": "[]"
|
|
1662
|
+
},
|
|
1663
|
+
"label": {
|
|
1664
|
+
"type": "string",
|
|
1665
|
+
"mutable": false,
|
|
1666
|
+
"complexType": {
|
|
1667
|
+
"original": "string",
|
|
1668
|
+
"resolved": "string",
|
|
1669
|
+
"references": {}
|
|
1670
|
+
},
|
|
1671
|
+
"required": false,
|
|
1672
|
+
"optional": false,
|
|
1673
|
+
"docs": {
|
|
1674
|
+
"tags": [],
|
|
1675
|
+
"text": ""
|
|
1676
|
+
},
|
|
1677
|
+
"attribute": "label",
|
|
1678
|
+
"reflect": false
|
|
1679
|
+
},
|
|
1680
|
+
"doubleView": {
|
|
1681
|
+
"type": "boolean",
|
|
1682
|
+
"mutable": false,
|
|
1683
|
+
"complexType": {
|
|
1684
|
+
"original": "boolean",
|
|
1685
|
+
"resolved": "boolean",
|
|
1686
|
+
"references": {}
|
|
1687
|
+
},
|
|
1688
|
+
"required": false,
|
|
1689
|
+
"optional": true,
|
|
1690
|
+
"docs": {
|
|
1691
|
+
"tags": [],
|
|
1692
|
+
"text": ""
|
|
1693
|
+
},
|
|
1694
|
+
"attribute": "double-view",
|
|
1695
|
+
"reflect": false
|
|
1696
|
+
},
|
|
1697
|
+
"setDoubleView": {
|
|
1698
|
+
"type": "unknown",
|
|
1699
|
+
"mutable": false,
|
|
1700
|
+
"complexType": {
|
|
1701
|
+
"original": "(checked: boolean) => void",
|
|
1702
|
+
"resolved": "(checked: boolean) => void",
|
|
1703
|
+
"references": {}
|
|
1704
|
+
},
|
|
1705
|
+
"required": false,
|
|
1706
|
+
"optional": true,
|
|
1707
|
+
"docs": {
|
|
1708
|
+
"tags": [],
|
|
1709
|
+
"text": ""
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"barContextMenu": {
|
|
1713
|
+
"type": "unknown",
|
|
1714
|
+
"mutable": false,
|
|
1715
|
+
"complexType": {
|
|
1716
|
+
"original": "KupPlannerGanttProps['barContextMenu']",
|
|
1717
|
+
"resolved": "(event: UIEvent, task: KupPlannerTask) => void",
|
|
1718
|
+
"references": {
|
|
1719
|
+
"KupPlannerGanttProps": {
|
|
1720
|
+
"location": "import",
|
|
1721
|
+
"path": "../../kup-planner-declarations",
|
|
1722
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
"required": false,
|
|
1727
|
+
"optional": false,
|
|
1728
|
+
"docs": {
|
|
1729
|
+
"tags": [],
|
|
1730
|
+
"text": ""
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"scrollXChange": {
|
|
1734
|
+
"type": "unknown",
|
|
1735
|
+
"mutable": false,
|
|
1736
|
+
"complexType": {
|
|
1737
|
+
"original": "KupPlannerGanttProps['scrollXChange']",
|
|
1738
|
+
"resolved": "(x: number) => void",
|
|
1739
|
+
"references": {
|
|
1740
|
+
"KupPlannerGanttProps": {
|
|
1741
|
+
"location": "import",
|
|
1742
|
+
"path": "../../kup-planner-declarations",
|
|
1743
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
"required": false,
|
|
1748
|
+
"optional": false,
|
|
1749
|
+
"docs": {
|
|
1750
|
+
"tags": [],
|
|
1751
|
+
"text": ""
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"scrollYChange": {
|
|
1755
|
+
"type": "unknown",
|
|
1756
|
+
"mutable": false,
|
|
1757
|
+
"complexType": {
|
|
1758
|
+
"original": "KupPlannerGanttProps['scrollYChange']",
|
|
1759
|
+
"resolved": "(y: number) => void",
|
|
1760
|
+
"references": {
|
|
1761
|
+
"KupPlannerGanttProps": {
|
|
1762
|
+
"location": "import",
|
|
1763
|
+
"path": "../../kup-planner-declarations",
|
|
1764
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"required": false,
|
|
1769
|
+
"optional": false,
|
|
1770
|
+
"docs": {
|
|
1771
|
+
"tags": [],
|
|
1772
|
+
"text": ""
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"barClick": {
|
|
1776
|
+
"type": "unknown",
|
|
1777
|
+
"mutable": false,
|
|
1778
|
+
"complexType": {
|
|
1779
|
+
"original": "KupPlannerGanttProps['barClick']",
|
|
1780
|
+
"resolved": "(task: KupPlannerTask) => void",
|
|
1781
|
+
"references": {
|
|
1782
|
+
"KupPlannerGanttProps": {
|
|
1783
|
+
"location": "import",
|
|
1784
|
+
"path": "../../kup-planner-declarations",
|
|
1785
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
"required": false,
|
|
1790
|
+
"optional": false,
|
|
1791
|
+
"docs": {
|
|
1792
|
+
"tags": [],
|
|
1793
|
+
"text": ""
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
"barDblClick": {
|
|
1797
|
+
"type": "unknown",
|
|
1798
|
+
"mutable": false,
|
|
1799
|
+
"complexType": {
|
|
1800
|
+
"original": "KupPlannerGanttProps['barDblClick']",
|
|
1801
|
+
"resolved": "(task: KupPlannerTask) => void",
|
|
1802
|
+
"references": {
|
|
1803
|
+
"KupPlannerGanttProps": {
|
|
1804
|
+
"location": "import",
|
|
1805
|
+
"path": "../../kup-planner-declarations",
|
|
1806
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"required": false,
|
|
1811
|
+
"optional": false,
|
|
1812
|
+
"docs": {
|
|
1813
|
+
"tags": [],
|
|
1814
|
+
"text": ""
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"dateChange": {
|
|
1818
|
+
"type": "unknown",
|
|
1819
|
+
"mutable": false,
|
|
1820
|
+
"complexType": {
|
|
1821
|
+
"original": "KupPlannerGanttProps['dateChange']",
|
|
1822
|
+
"resolved": "(task: KupPlannerTask, children: KupPlannerTask[]) => boolean | void | Promise<boolean> | Promise<void>",
|
|
1823
|
+
"references": {
|
|
1824
|
+
"KupPlannerGanttProps": {
|
|
1825
|
+
"location": "import",
|
|
1826
|
+
"path": "../../kup-planner-declarations",
|
|
1827
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1828
|
+
}
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"required": false,
|
|
1832
|
+
"optional": false,
|
|
1833
|
+
"docs": {
|
|
1834
|
+
"tags": [],
|
|
1835
|
+
"text": ""
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"select": {
|
|
1839
|
+
"type": "unknown",
|
|
1840
|
+
"mutable": false,
|
|
1841
|
+
"complexType": {
|
|
1842
|
+
"original": "KupPlannerGanttProps['select']",
|
|
1843
|
+
"resolved": "(task: KupPlannerTask, isSelected: boolean) => void",
|
|
1844
|
+
"references": {
|
|
1845
|
+
"KupPlannerGanttProps": {
|
|
1846
|
+
"location": "import",
|
|
1847
|
+
"path": "../../kup-planner-declarations",
|
|
1848
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"required": false,
|
|
1853
|
+
"optional": false,
|
|
1854
|
+
"docs": {
|
|
1855
|
+
"tags": [],
|
|
1856
|
+
"text": ""
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"handleClick": {
|
|
1860
|
+
"type": "unknown",
|
|
1861
|
+
"mutable": false,
|
|
1862
|
+
"complexType": {
|
|
1863
|
+
"original": "(row: KupPlannerGanttRow, onClick: any) => void",
|
|
1864
|
+
"resolved": "(row: KupPlannerGanttRow, onClick: any) => void",
|
|
1865
|
+
"references": {
|
|
1866
|
+
"KupPlannerGanttRow": {
|
|
1867
|
+
"location": "import",
|
|
1868
|
+
"path": "../../kup-planner-declarations",
|
|
1869
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttRow"
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"required": false,
|
|
1874
|
+
"optional": false,
|
|
1875
|
+
"docs": {
|
|
1876
|
+
"tags": [],
|
|
1877
|
+
"text": ""
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"handleDblClick": {
|
|
1881
|
+
"type": "unknown",
|
|
1882
|
+
"mutable": false,
|
|
1883
|
+
"complexType": {
|
|
1884
|
+
"original": "(row: KupPlannerGanttRow, onDblClick: any) => void",
|
|
1885
|
+
"resolved": "(row: KupPlannerGanttRow, onDblClick: any) => void",
|
|
1886
|
+
"references": {
|
|
1887
|
+
"KupPlannerGanttRow": {
|
|
1888
|
+
"location": "import",
|
|
1889
|
+
"path": "../../kup-planner-declarations",
|
|
1890
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttRow"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
"required": false,
|
|
1895
|
+
"optional": false,
|
|
1896
|
+
"docs": {
|
|
1897
|
+
"tags": [],
|
|
1898
|
+
"text": ""
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
"handleContextMenu": {
|
|
1902
|
+
"type": "unknown",
|
|
1903
|
+
"mutable": false,
|
|
1904
|
+
"complexType": {
|
|
1905
|
+
"original": "(\r\n event: MouseEvent,\r\n row: KupPlannerGanttRow,\r\n onContextMenu: any\r\n ) => void",
|
|
1906
|
+
"resolved": "(event: MouseEvent, row: KupPlannerGanttRow, onContextMenu: any) => void",
|
|
1907
|
+
"references": {
|
|
1908
|
+
"MouseEvent": {
|
|
1909
|
+
"location": "global",
|
|
1910
|
+
"id": "global::MouseEvent"
|
|
1911
|
+
},
|
|
1912
|
+
"KupPlannerGanttRow": {
|
|
1913
|
+
"location": "import",
|
|
1914
|
+
"path": "../../kup-planner-declarations",
|
|
1915
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttRow"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"required": false,
|
|
1920
|
+
"optional": false,
|
|
1921
|
+
"docs": {
|
|
1922
|
+
"tags": [],
|
|
1923
|
+
"text": ""
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"ganttOnClick": {
|
|
1927
|
+
"type": "unknown",
|
|
1928
|
+
"mutable": false,
|
|
1929
|
+
"complexType": {
|
|
1930
|
+
"original": "KupGanttPlannerProps['onClick']",
|
|
1931
|
+
"resolved": "(row: KupPlannerGanttRow) => void",
|
|
1932
|
+
"references": {
|
|
1933
|
+
"KupGanttPlannerProps": {
|
|
1934
|
+
"location": "import",
|
|
1935
|
+
"path": "../../kup-planner-declarations",
|
|
1936
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupGanttPlannerProps"
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
"required": false,
|
|
1941
|
+
"optional": false,
|
|
1942
|
+
"docs": {
|
|
1943
|
+
"tags": [],
|
|
1944
|
+
"text": ""
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"ganttOnDblClick": {
|
|
1948
|
+
"type": "unknown",
|
|
1949
|
+
"mutable": false,
|
|
1950
|
+
"complexType": {
|
|
1951
|
+
"original": "KupGanttPlannerProps['onDblClick']",
|
|
1952
|
+
"resolved": "(row: KupPlannerGanttRow) => void",
|
|
1953
|
+
"references": {
|
|
1954
|
+
"KupGanttPlannerProps": {
|
|
1955
|
+
"location": "import",
|
|
1956
|
+
"path": "../../kup-planner-declarations",
|
|
1957
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupGanttPlannerProps"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"required": false,
|
|
1962
|
+
"optional": false,
|
|
1963
|
+
"docs": {
|
|
1964
|
+
"tags": [],
|
|
1965
|
+
"text": ""
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
"ganttonOnContextMenu": {
|
|
1969
|
+
"type": "unknown",
|
|
1970
|
+
"mutable": false,
|
|
1971
|
+
"complexType": {
|
|
1972
|
+
"original": "KupGanttPlannerProps['onContextMenu']",
|
|
1973
|
+
"resolved": "(event: MouseEvent, row: KupPlannerGanttRow) => void",
|
|
1974
|
+
"references": {
|
|
1975
|
+
"KupGanttPlannerProps": {
|
|
1976
|
+
"location": "import",
|
|
1977
|
+
"path": "../../kup-planner-declarations",
|
|
1978
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupGanttPlannerProps"
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"required": false,
|
|
1983
|
+
"optional": false,
|
|
1984
|
+
"docs": {
|
|
1985
|
+
"tags": [],
|
|
1986
|
+
"text": ""
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"progressChange": {
|
|
1990
|
+
"type": "unknown",
|
|
1991
|
+
"mutable": false,
|
|
1992
|
+
"complexType": {
|
|
1993
|
+
"original": "KupPlannerGanttProps['progressChange']",
|
|
1994
|
+
"resolved": "(task: KupPlannerTask, children: KupPlannerTask[]) => boolean | void | Promise<boolean> | Promise<void>",
|
|
1995
|
+
"references": {
|
|
1996
|
+
"KupPlannerGanttProps": {
|
|
1997
|
+
"location": "import",
|
|
1998
|
+
"path": "../../kup-planner-declarations",
|
|
1999
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"required": false,
|
|
2004
|
+
"optional": false,
|
|
2005
|
+
"docs": {
|
|
2006
|
+
"tags": [],
|
|
2007
|
+
"text": ""
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"doubleClick": {
|
|
2011
|
+
"type": "unknown",
|
|
2012
|
+
"mutable": false,
|
|
2013
|
+
"complexType": {
|
|
2014
|
+
"original": "KupPlannerGanttProps['doubleClick']",
|
|
2015
|
+
"resolved": "(task: KupPlannerTask) => void",
|
|
2016
|
+
"references": {
|
|
2017
|
+
"KupPlannerGanttProps": {
|
|
2018
|
+
"location": "import",
|
|
2019
|
+
"path": "../../kup-planner-declarations",
|
|
2020
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"required": false,
|
|
2025
|
+
"optional": false,
|
|
2026
|
+
"docs": {
|
|
2027
|
+
"tags": [],
|
|
2028
|
+
"text": ""
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"delete": {
|
|
2032
|
+
"type": "unknown",
|
|
2033
|
+
"mutable": false,
|
|
2034
|
+
"complexType": {
|
|
2035
|
+
"original": "KupPlannerGanttProps['delete']",
|
|
2036
|
+
"resolved": "(task: KupPlannerTask) => boolean | void | Promise<boolean> | Promise<void>",
|
|
2037
|
+
"references": {
|
|
2038
|
+
"KupPlannerGanttProps": {
|
|
2039
|
+
"location": "import",
|
|
2040
|
+
"path": "../../kup-planner-declarations",
|
|
2041
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"required": false,
|
|
2046
|
+
"optional": false,
|
|
2047
|
+
"docs": {
|
|
2048
|
+
"tags": [],
|
|
2049
|
+
"text": ""
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
"expanderClick": {
|
|
2053
|
+
"type": "unknown",
|
|
2054
|
+
"mutable": false,
|
|
2055
|
+
"complexType": {
|
|
2056
|
+
"original": "KupPlannerGanttProps['expanderClick']",
|
|
2057
|
+
"resolved": "(task: KupPlannerTask) => void",
|
|
2058
|
+
"references": {
|
|
2059
|
+
"KupPlannerGanttProps": {
|
|
2060
|
+
"location": "import",
|
|
2061
|
+
"path": "../../kup-planner-declarations",
|
|
2062
|
+
"id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttProps"
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"required": false,
|
|
2067
|
+
"optional": false,
|
|
2068
|
+
"docs": {
|
|
2069
|
+
"tags": [],
|
|
2070
|
+
"text": ""
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
};
|
|
2074
|
+
}
|
|
2075
|
+
static get states() {
|
|
2076
|
+
return {
|
|
2077
|
+
"wrapperRef": {},
|
|
2078
|
+
"taskGanttRef": {},
|
|
2079
|
+
"taskListRef": {},
|
|
2080
|
+
"dateSetup": {},
|
|
2081
|
+
"taskListWidth": {},
|
|
2082
|
+
"svgContainerWidth": {},
|
|
2083
|
+
"svgContainerHeight": {},
|
|
2084
|
+
"barTasks": {},
|
|
2085
|
+
"ganttEvent": {},
|
|
2086
|
+
"taskHeight": {},
|
|
2087
|
+
"projectHeight": {},
|
|
2088
|
+
"timelineHeight": {},
|
|
2089
|
+
"selectedTask": {},
|
|
2090
|
+
"failedTask": {},
|
|
2091
|
+
"svgWidth": {},
|
|
2092
|
+
"ganttFullHeight": {},
|
|
2093
|
+
"scrollX": {},
|
|
2094
|
+
"scrollY": {},
|
|
2095
|
+
"ignoreScrollEvent": {},
|
|
2096
|
+
"currentDateIndicatorContent": {},
|
|
2097
|
+
"projectionContent": {}
|
|
2098
|
+
};
|
|
2099
|
+
}
|
|
2100
|
+
static get elementRef() { return "rootElement"; }
|
|
2101
|
+
static get watchers() {
|
|
2102
|
+
return [{
|
|
2103
|
+
"propName": "initialScrollY",
|
|
2104
|
+
"methodName": "updateInitialScrollY"
|
|
2105
|
+
}, {
|
|
2106
|
+
"propName": "scrollYChange",
|
|
2107
|
+
"methodName": "updateInitialScrollY"
|
|
2108
|
+
}, {
|
|
2109
|
+
"propName": "initialScrollX",
|
|
2110
|
+
"methodName": "updateInitialScrollX"
|
|
2111
|
+
}, {
|
|
2112
|
+
"propName": "scrollXChange",
|
|
2113
|
+
"methodName": "updateInitialScrollX"
|
|
2114
|
+
}, {
|
|
2115
|
+
"propName": "tasks",
|
|
2116
|
+
"methodName": "updateGanttData"
|
|
2117
|
+
}, {
|
|
2118
|
+
"propName": "viewMode",
|
|
2119
|
+
"methodName": "updateGanttData"
|
|
2120
|
+
}, {
|
|
2121
|
+
"propName": "preStepsCount",
|
|
2122
|
+
"methodName": "updateGanttData"
|
|
2123
|
+
}, {
|
|
2124
|
+
"propName": "rowHeight",
|
|
2125
|
+
"methodName": "updateGanttData"
|
|
2126
|
+
}, {
|
|
2127
|
+
"propName": "barCornerRadius",
|
|
2128
|
+
"methodName": "updateGanttData"
|
|
2129
|
+
}, {
|
|
2130
|
+
"propName": "columnWidth",
|
|
2131
|
+
"methodName": "updateGanttData"
|
|
2132
|
+
}, {
|
|
2133
|
+
"propName": "taskHeight",
|
|
2134
|
+
"methodName": "updateGanttData"
|
|
2135
|
+
}, {
|
|
2136
|
+
"propName": "handleWidth",
|
|
2137
|
+
"methodName": "updateGanttData"
|
|
2138
|
+
}, {
|
|
2139
|
+
"propName": "barProgressColor",
|
|
2140
|
+
"methodName": "updateGanttData"
|
|
2141
|
+
}, {
|
|
2142
|
+
"propName": "barProgressSelectedColor",
|
|
2143
|
+
"methodName": "updateGanttData"
|
|
2144
|
+
}, {
|
|
2145
|
+
"propName": "barBackgroundColor",
|
|
2146
|
+
"methodName": "updateGanttData"
|
|
2147
|
+
}, {
|
|
2148
|
+
"propName": "barBackgroundSelectedColor",
|
|
2149
|
+
"methodName": "updateGanttData"
|
|
2150
|
+
}, {
|
|
2151
|
+
"propName": "projectProgressColor",
|
|
2152
|
+
"methodName": "updateGanttData"
|
|
2153
|
+
}, {
|
|
2154
|
+
"propName": "projectProgressSelectedColor",
|
|
2155
|
+
"methodName": "updateGanttData"
|
|
2156
|
+
}, {
|
|
2157
|
+
"propName": "projectBackgroundColor",
|
|
2158
|
+
"methodName": "updateGanttData"
|
|
2159
|
+
}, {
|
|
2160
|
+
"propName": "projectBackgroundSelectedColor",
|
|
2161
|
+
"methodName": "updateGanttData"
|
|
2162
|
+
}, {
|
|
2163
|
+
"propName": "milestoneBackgroundColor",
|
|
2164
|
+
"methodName": "updateGanttData"
|
|
2165
|
+
}, {
|
|
2166
|
+
"propName": "milestoneBackgroundSelectedColor",
|
|
2167
|
+
"methodName": "updateGanttData"
|
|
2168
|
+
}, {
|
|
2169
|
+
"propName": "rtl",
|
|
2170
|
+
"methodName": "updateGanttData"
|
|
2171
|
+
}, {
|
|
2172
|
+
"propName": "scrollX",
|
|
2173
|
+
"methodName": "updateGanttData"
|
|
2174
|
+
}, {
|
|
2175
|
+
"propName": "onExpanderClick",
|
|
2176
|
+
"methodName": "updateGanttData"
|
|
2177
|
+
}, {
|
|
2178
|
+
"propName": "showSecondaryDates",
|
|
2179
|
+
"methodName": "updateGanttData"
|
|
2180
|
+
}, {
|
|
2181
|
+
"propName": "projectHeight",
|
|
2182
|
+
"methodName": "updateGanttData"
|
|
2183
|
+
}, {
|
|
2184
|
+
"propName": "timelineHeight",
|
|
2185
|
+
"methodName": "updateGanttData"
|
|
2186
|
+
}, {
|
|
2187
|
+
"propName": "displayedStartDate",
|
|
2188
|
+
"methodName": "updateGanttData"
|
|
2189
|
+
}, {
|
|
2190
|
+
"propName": "displayedEndDate",
|
|
2191
|
+
"methodName": "updateGanttData"
|
|
2192
|
+
}, {
|
|
2193
|
+
"propName": "dateSetup",
|
|
2194
|
+
"methodName": "updateGanttData"
|
|
2195
|
+
}, {
|
|
2196
|
+
"propName": "viewDate",
|
|
2197
|
+
"methodName": "updateIgnoreScrollEvent"
|
|
2198
|
+
}, {
|
|
2199
|
+
"propName": "columnWidth",
|
|
2200
|
+
"methodName": "updateIgnoreScrollEvent"
|
|
2201
|
+
}, {
|
|
2202
|
+
"propName": "dateSetup",
|
|
2203
|
+
"methodName": "updateIgnoreScrollEvent"
|
|
2204
|
+
}, {
|
|
2205
|
+
"propName": "viewMode",
|
|
2206
|
+
"methodName": "updateIgnoreScrollEvent"
|
|
2207
|
+
}, {
|
|
2208
|
+
"propName": "initialScrollX",
|
|
2209
|
+
"methodName": "updateIgnoreScrollEvent"
|
|
2210
|
+
}, {
|
|
2211
|
+
"propName": "ganttEvent",
|
|
2212
|
+
"methodName": "updateGanttEventAndBarTasks"
|
|
2213
|
+
}, {
|
|
2214
|
+
"propName": "failedTask",
|
|
2215
|
+
"methodName": "updateFailedTasksAndBarChart"
|
|
2216
|
+
}, {
|
|
2217
|
+
"propName": "barTasks",
|
|
2218
|
+
"methodName": "updateFailedTasksAndBarChart"
|
|
2219
|
+
}, {
|
|
2220
|
+
"propName": "taskListRef",
|
|
2221
|
+
"methodName": "updateTaskListWidth"
|
|
2222
|
+
}, {
|
|
2223
|
+
"propName": "listCellWidth",
|
|
2224
|
+
"methodName": "updateTaskListWidth"
|
|
2225
|
+
}, {
|
|
2226
|
+
"propName": "wrapperRef",
|
|
2227
|
+
"methodName": "updateSvgContainerWidth"
|
|
2228
|
+
}, {
|
|
2229
|
+
"propName": "ganttHeight",
|
|
2230
|
+
"methodName": "updateSvgContainerHeight"
|
|
2231
|
+
}, {
|
|
2232
|
+
"propName": "tasks",
|
|
2233
|
+
"methodName": "updateSvgContainerHeight"
|
|
2234
|
+
}, {
|
|
2235
|
+
"propName": "headerHeight",
|
|
2236
|
+
"methodName": "updateSvgContainerHeight"
|
|
2237
|
+
}, {
|
|
2238
|
+
"propName": "rowHeight",
|
|
2239
|
+
"methodName": "updateSvgContainerHeight"
|
|
2240
|
+
}, {
|
|
2241
|
+
"propName": "wrapperRef",
|
|
2242
|
+
"methodName": "handleWheel"
|
|
2243
|
+
}, {
|
|
2244
|
+
"propName": "scrollY",
|
|
2245
|
+
"methodName": "handleWheel"
|
|
2246
|
+
}, {
|
|
2247
|
+
"propName": "scrollX",
|
|
2248
|
+
"methodName": "handleWheel"
|
|
2249
|
+
}, {
|
|
2250
|
+
"propName": "ganttHeight",
|
|
2251
|
+
"methodName": "handleWheel"
|
|
2252
|
+
}, {
|
|
2253
|
+
"propName": "svgWidth",
|
|
2254
|
+
"methodName": "handleWheel"
|
|
2255
|
+
}, {
|
|
2256
|
+
"propName": "rtl",
|
|
2257
|
+
"methodName": "handleWheel"
|
|
2258
|
+
}, {
|
|
2259
|
+
"propName": "ganttFullHeight",
|
|
2260
|
+
"methodName": "handleWheel"
|
|
2261
|
+
}, {
|
|
2262
|
+
"propName": "columnWidth",
|
|
2263
|
+
"methodName": "updateCurrentDateIndicatorContent"
|
|
2264
|
+
}, {
|
|
2265
|
+
"propName": "dateSetup",
|
|
2266
|
+
"methodName": "updateCurrentDateIndicatorContent"
|
|
2267
|
+
}, {
|
|
2268
|
+
"propName": "todayColor",
|
|
2269
|
+
"methodName": "updateCurrentDateIndicatorContent"
|
|
2270
|
+
}, {
|
|
2271
|
+
"propName": "columnWidth",
|
|
2272
|
+
"methodName": "updateProjectionContent"
|
|
2273
|
+
}, {
|
|
2274
|
+
"propName": "dateSetup",
|
|
2275
|
+
"methodName": "updateProjectionContent"
|
|
2276
|
+
}, {
|
|
2277
|
+
"propName": "projection",
|
|
2278
|
+
"methodName": "updateProjectionContent"
|
|
2279
|
+
}, {
|
|
2280
|
+
"propName": "dateSetup",
|
|
2281
|
+
"methodName": "updateSvgWidth"
|
|
2282
|
+
}, {
|
|
2283
|
+
"propName": "columnWidth",
|
|
2284
|
+
"methodName": "updateSvgWidth"
|
|
2285
|
+
}, {
|
|
2286
|
+
"propName": "barTasks",
|
|
2287
|
+
"methodName": "updateGanttFullHeight"
|
|
2288
|
+
}, {
|
|
2289
|
+
"propName": "rowHeight",
|
|
2290
|
+
"methodName": "updateGanttFullHeight"
|
|
2291
|
+
}];
|
|
2292
|
+
}
|
|
2293
|
+
static get listeners() {
|
|
2294
|
+
return [{
|
|
2295
|
+
"name": "wheel",
|
|
2296
|
+
"method": "handleWheel",
|
|
2297
|
+
"target": undefined,
|
|
2298
|
+
"capture": false,
|
|
2299
|
+
"passive": false
|
|
2300
|
+
}];
|
|
2301
|
+
}
|
|
2302
|
+
}
|