@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6
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/action-sheet/action-sheet.spec.js +56 -21
- package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
- package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
- package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
- package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
- package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
- package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
- package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
- package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
- package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
- package/dist/cjs/animation-container/animation-container.spec.js +70 -0
- package/dist/cjs/chat/tests/chat.js +353 -306
- package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
- package/dist/cjs/combobox/combobox.spec.js +71 -24
- package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
- package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
- package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
- package/dist/cjs/combobox/tests/combobox.js +93 -46
- package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
- package/dist/cjs/context-menu/tests/context-menu.js +73 -28
- package/dist/cjs/datepicker/datepicker.spec.js +239 -192
- package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
- package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
- package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker.js +261 -214
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
- package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
- package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
- package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
- package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
- package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
- package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
- package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
- package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
- package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
- package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
- package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
- package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
- package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
- package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
- package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
- package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
- package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
- package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
- package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
- package/dist/cjs/editor/editor-toolbar.js +262 -215
- package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
- package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
- package/dist/cjs/editor/tests/editor.js +480 -426
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
- package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
- package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
- package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
- package/dist/cjs/filter/tests/filter.js +577 -530
- package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label.js +116 -69
- package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
- package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
- package/dist/cjs/form/tests/form-grid-layout.js +224 -177
- package/dist/cjs/form/tests/form-sizes.js +246 -199
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-react.js +628 -581
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
- package/dist/cjs/gantt/tests/gantt.js +907 -860
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
- package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
- package/dist/cjs/grid/tests/grid-angular.js +353 -306
- package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
- package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
- package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
- package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
- package/dist/cjs/grid/tests/grid-editing.js +342 -295
- package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
- package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
- package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
- package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
- package/dist/cjs/grid/tests/grid-grouping.js +473 -426
- package/dist/cjs/grid/tests/grid-pager.js +308 -261
- package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
- package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
- package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
- package/dist/cjs/grid/tests/grid-rtl.js +301 -254
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
- package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
- package/dist/cjs/grid/tests/grid.js +326 -279
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
- package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
- package/dist/cjs/index.js +2770 -2722
- package/dist/cjs/listview/listview.spec.js +235 -188
- package/dist/cjs/listview/tests/listview-layout.js +282 -235
- package/dist/cjs/listview/tests/listview-loading.js +253 -206
- package/dist/cjs/listview/tests/listview.js +268 -221
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
- package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
- package/dist/cjs/menu/tests/menu.js +141 -94
- package/dist/cjs/multiselect/multiselect.spec.js +73 -26
- package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
- package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
- package/dist/cjs/multiselect/tests/multiselect.js +128 -81
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
- package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
- package/dist/cjs/notification/tests/notification-jquery.js +66 -30
- package/dist/cjs/pager/index.js +216 -169
- package/dist/cjs/pager/pager.spec.js +216 -169
- package/dist/cjs/pager/tests/pager-responsive.js +236 -189
- package/dist/cjs/pager/tests/pager-sizes.js +236 -189
- package/dist/cjs/pager/tests/pager.js +226 -179
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
- package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
- package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
- package/dist/cjs/popup/popup.spec.js +54 -7
- package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
- package/dist/cjs/popup/tests/popup-list.js +154 -107
- package/dist/cjs/popup/tests/popup-no-data.js +72 -25
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
- package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
- package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
- package/dist/cjs/scheduler/tests/scheduler.js +656 -609
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
- package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
- package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
- package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
- package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
- package/dist/cjs/taskboard/tests/taskboard.js +310 -263
- package/dist/cjs/time-selector/tests/time-selector.js +89 -25
- package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
- package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
- package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
- package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
- package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
- package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker.js +135 -88
- package/dist/cjs/timepicker/timepicker.spec.js +113 -66
- package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
- package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
- package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
- package/dist/cjs/toolbar/tests/toolbar.js +331 -284
- package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
- package/dist/cjs/toolbar/toolbar.spec.js +232 -185
- package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
- package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
- package/dist/cjs/tooltip/tests/tooltip.js +120 -84
- package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
- package/dist/cjs/treelist/tests/treelist-react.js +492 -445
- package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
- package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
- package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
- package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
- package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
- package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
- package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
- package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
- package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
- package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
- package/dist/esm/animation-container/animation-container.spec.js +48 -0
- package/dist/esm/chat/tests/chat.js +322 -275
- package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
- package/dist/esm/combobox/combobox.spec.js +69 -22
- package/dist/esm/combobox/tests/combobox-flat.js +89 -42
- package/dist/esm/combobox/tests/combobox-opened.js +154 -104
- package/dist/esm/combobox/tests/combobox-outline.js +89 -42
- package/dist/esm/combobox/tests/combobox.js +89 -42
- package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
- package/dist/esm/context-menu/tests/context-menu.js +72 -27
- package/dist/esm/datepicker/datepicker.spec.js +210 -163
- package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
- package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
- package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
- package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
- package/dist/esm/datepicker/tests/datepicker.js +230 -183
- package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
- package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
- package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
- package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
- package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
- package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
- package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
- package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
- package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
- package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
- package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
- package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
- package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
- package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
- package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
- package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
- package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
- package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
- package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
- package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
- package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
- package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
- package/dist/esm/editor/editor-toolbar.js +251 -204
- package/dist/esm/editor/tests/editor-find-replace.js +336 -289
- package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
- package/dist/esm/editor/tests/editor.js +433 -379
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
- package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
- package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
- package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
- package/dist/esm/filter/tests/filter.js +527 -480
- package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
- package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
- package/dist/esm/floating-label/tests/floating-label.js +112 -65
- package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
- package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
- package/dist/esm/form/tests/form-grid-layout.js +210 -163
- package/dist/esm/form/tests/form-sizes.js +222 -175
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
- package/dist/esm/gantt/tests/gantt-react.js +567 -520
- package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
- package/dist/esm/gantt/tests/gantt.js +801 -754
- package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
- package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
- package/dist/esm/grid/tests/grid-angular.js +309 -262
- package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
- package/dist/esm/grid/tests/grid-column-menu.js +325 -278
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
- package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
- package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
- package/dist/esm/grid/tests/grid-editing.js +307 -260
- package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
- package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
- package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
- package/dist/esm/grid/tests/grid-filter-row.js +526 -479
- package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
- package/dist/esm/grid/tests/grid-grouping.js +427 -380
- package/dist/esm/grid/tests/grid-pager.js +272 -225
- package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
- package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
- package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
- package/dist/esm/grid/tests/grid-rtl.js +272 -225
- package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
- package/dist/esm/grid/tests/grid-size-sm.js +497 -450
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
- package/dist/esm/grid/tests/grid-toolbar.js +298 -251
- package/dist/esm/grid/tests/grid.js +292 -245
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
- package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
- package/dist/esm/index.js +2425 -2377
- package/dist/esm/listview/listview.spec.js +219 -172
- package/dist/esm/listview/tests/listview-layout.js +254 -207
- package/dist/esm/listview/tests/listview-loading.js +234 -187
- package/dist/esm/listview/tests/listview.js +244 -197
- package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
- package/dist/esm/menu/tests/menu-popup-size.js +127 -63
- package/dist/esm/menu/tests/menu.js +132 -85
- package/dist/esm/multiselect/multiselect.spec.js +70 -23
- package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
- package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
- package/dist/esm/multiselect/tests/multiselect.js +121 -74
- package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
- package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
- package/dist/esm/notification/tests/notification-jquery.js +64 -28
- package/dist/esm/pager/index.js +202 -155
- package/dist/esm/pager/pager.spec.js +202 -155
- package/dist/esm/pager/tests/pager-responsive.js +222 -175
- package/dist/esm/pager/tests/pager-sizes.js +222 -175
- package/dist/esm/pager/tests/pager.js +212 -165
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
- package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
- package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
- package/dist/esm/popup/popup.spec.js +54 -7
- package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
- package/dist/esm/popup/tests/popup-list.js +152 -105
- package/dist/esm/popup/tests/popup-no-data.js +70 -23
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
- package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
- package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
- package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
- package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
- package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
- package/dist/esm/scheduler/tests/scheduler.js +579 -532
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
- package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
- package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
- package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
- package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
- package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
- package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
- package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
- package/dist/esm/taskboard/tests/taskboard.js +277 -230
- package/dist/esm/time-selector/tests/time-selector.js +84 -20
- package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
- package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
- package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
- package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
- package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
- package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
- package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
- package/dist/esm/timepicker/tests/timepicker.js +125 -78
- package/dist/esm/timepicker/timepicker.spec.js +105 -58
- package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
- package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
- package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
- package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
- package/dist/esm/toolbar/tests/toolbar.js +314 -267
- package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
- package/dist/esm/toolbar/toolbar.spec.js +221 -174
- package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
- package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
- package/dist/esm/tooltip/tests/tooltip.js +114 -78
- package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
- package/dist/esm/treelist/tests/treelist-react.js +431 -384
- package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
- package/dist/types/animation-container/index.d.ts +1 -0
- package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/popup/popup.spec.d.ts +11 -2
- package/package.json +2 -2
- package/src/action-sheet/action-sheet.spec.tsx +31 -32
- package/src/animation-container/animation-container.spec.tsx +59 -0
- package/src/animation-container/index.ts +1 -0
- package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
- package/src/combobox/combobox.spec.tsx +1 -1
- package/src/combobox/tests/combobox-opened.tsx +3 -0
- package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
- package/src/context-menu/tests/context-menu.tsx +20 -25
- package/src/datepicker/datepicker.spec.tsx +1 -1
- package/src/datepicker/tests/datepicker-opened.tsx +4 -0
- package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
- package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
- package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
- package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
- package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
- package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
- package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
- package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
- package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
- package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
- package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
- package/src/editor/tests/editor.tsx +48 -42
- package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
- package/src/gantt/tests/gantt-react.tsx +1 -1
- package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
- package/src/gantt/tests/gantt.tsx +1 -1
- package/src/grid/tests/grid-angular.tsx +22 -24
- package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
- package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
- package/src/grid/tests/grid-column-menu.tsx +310 -321
- package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
- package/src/grid/tests/grid-column-reordering.tsx +247 -0
- package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
- package/src/grid/tests/grid-filter-menu.tsx +3 -2
- package/src/grid/tests/grid-grouping-actions.tsx +10 -13
- package/src/index.ts +1 -0
- package/src/menu/tests/menu-popup-size.tsx +73 -90
- package/src/menu/tests/menu.tsx +20 -24
- package/src/multiselect/multiselect.spec.tsx +1 -1
- package/src/multiselect/tests/multiselect-opened.tsx +4 -0
- package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
- package/src/notification/tests/notification-jquery.tsx +49 -48
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
- package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
- package/src/popup/popup.spec.tsx +25 -5
- package/src/popup/tests/popup-list-grouping.tsx +112 -128
- package/src/popup/tests/popup-list.tsx +104 -120
- package/src/popup/tests/popup-no-data.tsx +22 -30
- package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
- package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
- package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
- package/src/time-selector/tests/time-selector.tsx +34 -39
- package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
- package/src/timepicker/tests/timepicker-opened.tsx +4 -0
- package/src/timepicker/timepicker.spec.tsx +1 -1
- package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
- package/src/toolbar/tests/toolbar-popup.tsx +89 -104
- package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
- package/src/tooltip/tests/tooltip-states.tsx +17 -16
- package/src/tooltip/tests/tooltip.tsx +41 -40
|
@@ -4818,27 +4818,74 @@ ColorPicker.options = options13;
|
|
|
4818
4818
|
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
4819
4819
|
ColorPicker.defaultProps = defaultProps10;
|
|
4820
4820
|
|
|
4821
|
-
// src/
|
|
4821
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4822
4822
|
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
4823
|
-
var
|
|
4823
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4824
4824
|
var states15 = [];
|
|
4825
4825
|
var options14 = {};
|
|
4826
|
-
var defaultProps11 = {
|
|
4826
|
+
var defaultProps11 = {
|
|
4827
|
+
positionMode: "absolute"
|
|
4828
|
+
};
|
|
4829
|
+
var AnimationContainer = (props) => {
|
|
4830
|
+
const {
|
|
4831
|
+
positionMode,
|
|
4832
|
+
animationStyle,
|
|
4833
|
+
offset,
|
|
4834
|
+
...other
|
|
4835
|
+
} = props;
|
|
4836
|
+
return /* @__PURE__ */ jsx25(
|
|
4837
|
+
"div",
|
|
4838
|
+
{
|
|
4839
|
+
...other,
|
|
4840
|
+
style: { ...offset, ...props.style },
|
|
4841
|
+
className: classNames(
|
|
4842
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4843
|
+
"k-animation-container-shown",
|
|
4844
|
+
{
|
|
4845
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4846
|
+
}
|
|
4847
|
+
),
|
|
4848
|
+
children: /* @__PURE__ */ jsx25("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4849
|
+
}
|
|
4850
|
+
);
|
|
4851
|
+
};
|
|
4852
|
+
AnimationContainer.states = states15;
|
|
4853
|
+
AnimationContainer.options = options14;
|
|
4854
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4855
|
+
AnimationContainer.defaultProps = defaultProps11;
|
|
4856
|
+
|
|
4857
|
+
// src/popup/popup.spec.tsx
|
|
4858
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
4859
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4860
|
+
var states16 = [];
|
|
4861
|
+
var options15 = {};
|
|
4862
|
+
var defaultProps12 = {
|
|
4863
|
+
positionMode: "absolute"
|
|
4864
|
+
};
|
|
4827
4865
|
var Popup = (props) => {
|
|
4828
4866
|
const {
|
|
4867
|
+
offset,
|
|
4868
|
+
positionMode,
|
|
4829
4869
|
...other
|
|
4830
4870
|
} = props;
|
|
4831
|
-
return /* @__PURE__ */
|
|
4871
|
+
return /* @__PURE__ */ jsx26(
|
|
4872
|
+
AnimationContainer,
|
|
4873
|
+
{
|
|
4874
|
+
positionMode,
|
|
4875
|
+
offset,
|
|
4876
|
+
children: /* @__PURE__ */ jsx26("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4877
|
+
}
|
|
4878
|
+
);
|
|
4832
4879
|
};
|
|
4833
|
-
Popup.states =
|
|
4834
|
-
Popup.options =
|
|
4880
|
+
Popup.states = states16;
|
|
4881
|
+
Popup.options = options15;
|
|
4835
4882
|
Popup.className = POPUP_CLASSNAME;
|
|
4836
|
-
Popup.defaultProps =
|
|
4883
|
+
Popup.defaultProps = defaultProps12;
|
|
4837
4884
|
|
|
4838
4885
|
// src/combobox/combobox.spec.tsx
|
|
4839
|
-
import { Fragment as Fragment10, jsx as
|
|
4886
|
+
import { Fragment as Fragment10, jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4840
4887
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
4841
|
-
var
|
|
4888
|
+
var states17 = [
|
|
4842
4889
|
States.hover,
|
|
4843
4890
|
States.focus,
|
|
4844
4891
|
States.valid,
|
|
@@ -4848,12 +4895,12 @@ var states16 = [
|
|
|
4848
4895
|
States.disabled,
|
|
4849
4896
|
States.readonly
|
|
4850
4897
|
];
|
|
4851
|
-
var
|
|
4898
|
+
var defaultProps13 = {
|
|
4852
4899
|
size: Input.defaultProps.size,
|
|
4853
4900
|
rounded: Input.defaultProps.rounded,
|
|
4854
4901
|
fillMode: Input.defaultProps.fillMode
|
|
4855
4902
|
};
|
|
4856
|
-
var
|
|
4903
|
+
var options16 = {
|
|
4857
4904
|
size: [Size.small, Size.medium, Size.large],
|
|
4858
4905
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4859
4906
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
@@ -4897,9 +4944,9 @@ var Combobox = (props) => {
|
|
|
4897
4944
|
readonly,
|
|
4898
4945
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
4899
4946
|
children: [
|
|
4900
|
-
/* @__PURE__ */
|
|
4901
|
-
/* @__PURE__ */
|
|
4902
|
-
/* @__PURE__ */
|
|
4947
|
+
/* @__PURE__ */ jsx27(InputPrefix, { children: prefix }),
|
|
4948
|
+
/* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
|
|
4949
|
+
/* @__PURE__ */ jsx27(
|
|
4903
4950
|
InputValidationIcon,
|
|
4904
4951
|
{
|
|
4905
4952
|
valid,
|
|
@@ -4908,14 +4955,14 @@ var Combobox = (props) => {
|
|
|
4908
4955
|
disabled
|
|
4909
4956
|
}
|
|
4910
4957
|
),
|
|
4911
|
-
/* @__PURE__ */
|
|
4958
|
+
/* @__PURE__ */ jsx27(
|
|
4912
4959
|
InputLoadingIcon,
|
|
4913
4960
|
{
|
|
4914
4961
|
loading,
|
|
4915
4962
|
disabled
|
|
4916
4963
|
}
|
|
4917
4964
|
),
|
|
4918
|
-
/* @__PURE__ */
|
|
4965
|
+
/* @__PURE__ */ jsx27(
|
|
4919
4966
|
InputClearValue,
|
|
4920
4967
|
{
|
|
4921
4968
|
loading,
|
|
@@ -4924,8 +4971,8 @@ var Combobox = (props) => {
|
|
|
4924
4971
|
value
|
|
4925
4972
|
}
|
|
4926
4973
|
),
|
|
4927
|
-
/* @__PURE__ */
|
|
4928
|
-
/* @__PURE__ */
|
|
4974
|
+
/* @__PURE__ */ jsx27(InputSuffix, { children: suffix }),
|
|
4975
|
+
/* @__PURE__ */ jsx27(
|
|
4929
4976
|
Button,
|
|
4930
4977
|
{
|
|
4931
4978
|
className: "k-input-button",
|
|
@@ -4938,18 +4985,18 @@ var Combobox = (props) => {
|
|
|
4938
4985
|
]
|
|
4939
4986
|
}
|
|
4940
4987
|
),
|
|
4941
|
-
opened && popup && /* @__PURE__ */
|
|
4988
|
+
opened && popup && /* @__PURE__ */ jsx27(Popup, { className: "k-list-container k-combobox-popup", children: popup })
|
|
4942
4989
|
] });
|
|
4943
4990
|
};
|
|
4944
|
-
Combobox.states =
|
|
4945
|
-
Combobox.options =
|
|
4991
|
+
Combobox.states = states17;
|
|
4992
|
+
Combobox.options = options16;
|
|
4946
4993
|
Combobox.className = COMBOBOX_CLASSNAME;
|
|
4947
|
-
Combobox.defaultProps =
|
|
4994
|
+
Combobox.defaultProps = defaultProps13;
|
|
4948
4995
|
|
|
4949
4996
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
4950
|
-
import { Fragment as Fragment11, jsx as
|
|
4997
|
+
import { Fragment as Fragment11, jsx as jsx28, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
4951
4998
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
4952
|
-
var
|
|
4999
|
+
var states18 = [
|
|
4953
5000
|
States.hover,
|
|
4954
5001
|
States.focus,
|
|
4955
5002
|
States.valid,
|
|
@@ -4959,12 +5006,12 @@ var states17 = [
|
|
|
4959
5006
|
States.loading,
|
|
4960
5007
|
States.readonly
|
|
4961
5008
|
];
|
|
4962
|
-
var
|
|
5009
|
+
var options17 = {
|
|
4963
5010
|
size: [Size.small, Size.medium, Size.large],
|
|
4964
5011
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4965
5012
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4966
5013
|
};
|
|
4967
|
-
var
|
|
5014
|
+
var defaultProps14 = {
|
|
4968
5015
|
showValue: true,
|
|
4969
5016
|
arrowIconName: "caret-alt-down",
|
|
4970
5017
|
size: Size.medium,
|
|
@@ -4974,7 +5021,7 @@ var defaultProps13 = {
|
|
|
4974
5021
|
var DropdownList = (props) => {
|
|
4975
5022
|
const {
|
|
4976
5023
|
valueIconName,
|
|
4977
|
-
arrowIconName =
|
|
5024
|
+
arrowIconName = defaultProps14.arrowIconName,
|
|
4978
5025
|
prefix,
|
|
4979
5026
|
suffix,
|
|
4980
5027
|
value,
|
|
@@ -4990,7 +5037,7 @@ var DropdownList = (props) => {
|
|
|
4990
5037
|
loading,
|
|
4991
5038
|
disabled,
|
|
4992
5039
|
readonly,
|
|
4993
|
-
showValue =
|
|
5040
|
+
showValue = defaultProps14.showValue,
|
|
4994
5041
|
popup,
|
|
4995
5042
|
opened,
|
|
4996
5043
|
...other
|
|
@@ -5019,8 +5066,8 @@ var DropdownList = (props) => {
|
|
|
5019
5066
|
}
|
|
5020
5067
|
),
|
|
5021
5068
|
children: [
|
|
5022
|
-
/* @__PURE__ */
|
|
5023
|
-
/* @__PURE__ */
|
|
5069
|
+
/* @__PURE__ */ jsx28(InputPrefix, { children: prefix }),
|
|
5070
|
+
/* @__PURE__ */ jsx28(
|
|
5024
5071
|
InputInnerSpan,
|
|
5025
5072
|
{
|
|
5026
5073
|
placeholder,
|
|
@@ -5029,7 +5076,7 @@ var DropdownList = (props) => {
|
|
|
5029
5076
|
valueIconName
|
|
5030
5077
|
}
|
|
5031
5078
|
),
|
|
5032
|
-
/* @__PURE__ */
|
|
5079
|
+
/* @__PURE__ */ jsx28(
|
|
5033
5080
|
InputValidationIcon,
|
|
5034
5081
|
{
|
|
5035
5082
|
valid,
|
|
@@ -5038,15 +5085,15 @@ var DropdownList = (props) => {
|
|
|
5038
5085
|
disabled
|
|
5039
5086
|
}
|
|
5040
5087
|
),
|
|
5041
|
-
/* @__PURE__ */
|
|
5088
|
+
/* @__PURE__ */ jsx28(
|
|
5042
5089
|
InputLoadingIcon,
|
|
5043
5090
|
{
|
|
5044
5091
|
loading,
|
|
5045
5092
|
disabled
|
|
5046
5093
|
}
|
|
5047
5094
|
),
|
|
5048
|
-
/* @__PURE__ */
|
|
5049
|
-
/* @__PURE__ */
|
|
5095
|
+
/* @__PURE__ */ jsx28(InputSuffix, { children: suffix }),
|
|
5096
|
+
/* @__PURE__ */ jsx28(
|
|
5050
5097
|
Button,
|
|
5051
5098
|
{
|
|
5052
5099
|
className: "k-input-button",
|
|
@@ -5059,35 +5106,35 @@ var DropdownList = (props) => {
|
|
|
5059
5106
|
]
|
|
5060
5107
|
}
|
|
5061
5108
|
),
|
|
5062
|
-
opened && popup && /* @__PURE__ */
|
|
5109
|
+
opened && popup && /* @__PURE__ */ jsx28(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
5063
5110
|
] });
|
|
5064
5111
|
};
|
|
5065
|
-
DropdownList.states =
|
|
5066
|
-
DropdownList.options =
|
|
5112
|
+
DropdownList.states = states18;
|
|
5113
|
+
DropdownList.options = options17;
|
|
5067
5114
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
5068
|
-
DropdownList.defaultProps =
|
|
5115
|
+
DropdownList.defaultProps = defaultProps14;
|
|
5069
5116
|
|
|
5070
5117
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
5071
|
-
import { jsx as
|
|
5118
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
5072
5119
|
|
|
5073
5120
|
// src/nodata/nodata.tsx
|
|
5074
|
-
import { jsx as
|
|
5121
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
5075
5122
|
var className9 = `k-nodata`;
|
|
5076
|
-
var NoData = (props) => /* @__PURE__ */
|
|
5123
|
+
var NoData = (props) => /* @__PURE__ */ jsx30("span", { className: classNames(className9, props.className), children: props.children });
|
|
5077
5124
|
|
|
5078
5125
|
// src/list/list.spec.tsx
|
|
5079
|
-
import { jsx as
|
|
5126
|
+
import { jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5080
5127
|
var LIST_CLASSNAME = `k-list`;
|
|
5081
|
-
var
|
|
5082
|
-
var
|
|
5128
|
+
var states19 = [];
|
|
5129
|
+
var options18 = {
|
|
5083
5130
|
size: [Size.small, Size.medium, Size.large]
|
|
5084
5131
|
};
|
|
5085
|
-
var
|
|
5132
|
+
var defaultProps15 = {
|
|
5086
5133
|
size: Size.medium
|
|
5087
5134
|
};
|
|
5088
5135
|
var List = (props) => {
|
|
5089
5136
|
const {
|
|
5090
|
-
size =
|
|
5137
|
+
size = defaultProps15.size,
|
|
5091
5138
|
virtualization,
|
|
5092
5139
|
children,
|
|
5093
5140
|
optionLabel,
|
|
@@ -5104,7 +5151,7 @@ var List = (props) => {
|
|
|
5104
5151
|
listHeader = child.props.label;
|
|
5105
5152
|
child.props.children.map((optChild, index2) => {
|
|
5106
5153
|
listChildren.push(
|
|
5107
|
-
/* @__PURE__ */
|
|
5154
|
+
/* @__PURE__ */ jsx31(
|
|
5108
5155
|
ListItem,
|
|
5109
5156
|
{
|
|
5110
5157
|
...optChild.props
|
|
@@ -5120,7 +5167,7 @@ var List = (props) => {
|
|
|
5120
5167
|
groupLabel = child.props.label;
|
|
5121
5168
|
}
|
|
5122
5169
|
listChildren.push(
|
|
5123
|
-
/* @__PURE__ */
|
|
5170
|
+
/* @__PURE__ */ jsx31(
|
|
5124
5171
|
ListItem,
|
|
5125
5172
|
{
|
|
5126
5173
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -5132,14 +5179,14 @@ var List = (props) => {
|
|
|
5132
5179
|
);
|
|
5133
5180
|
});
|
|
5134
5181
|
}
|
|
5135
|
-
listGroup = /* @__PURE__ */
|
|
5182
|
+
listGroup = /* @__PURE__ */ jsx31(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5136
5183
|
} else if (child.type === ListItem) {
|
|
5137
|
-
listChildren.push(/* @__PURE__ */
|
|
5138
|
-
listContent = /* @__PURE__ */
|
|
5184
|
+
listChildren.push(/* @__PURE__ */ jsx31(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5185
|
+
listContent = /* @__PURE__ */ jsx31(ListContent, { virtualization, children: listChildren });
|
|
5139
5186
|
}
|
|
5140
5187
|
});
|
|
5141
5188
|
} else {
|
|
5142
|
-
listContent = /* @__PURE__ */
|
|
5189
|
+
listContent = /* @__PURE__ */ jsx31(NoData, { children: "No data found." });
|
|
5143
5190
|
}
|
|
5144
5191
|
return /* @__PURE__ */ jsxs11(
|
|
5145
5192
|
"div",
|
|
@@ -5163,24 +5210,24 @@ var List = (props) => {
|
|
|
5163
5210
|
}
|
|
5164
5211
|
);
|
|
5165
5212
|
};
|
|
5166
|
-
List.states =
|
|
5167
|
-
List.options =
|
|
5213
|
+
List.states = states19;
|
|
5214
|
+
List.options = options18;
|
|
5168
5215
|
List.className = LIST_CLASSNAME;
|
|
5169
|
-
List.defaultProps =
|
|
5216
|
+
List.defaultProps = defaultProps15;
|
|
5170
5217
|
|
|
5171
5218
|
// src/list/list-angular.spec.tsx
|
|
5172
|
-
import { jsx as
|
|
5219
|
+
import { jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5173
5220
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5174
|
-
var
|
|
5175
|
-
var
|
|
5221
|
+
var states20 = [];
|
|
5222
|
+
var options19 = {
|
|
5176
5223
|
size: [Size.small, Size.medium, Size.large]
|
|
5177
5224
|
};
|
|
5178
|
-
var
|
|
5225
|
+
var defaultProps16 = {
|
|
5179
5226
|
size: Size.medium
|
|
5180
5227
|
};
|
|
5181
5228
|
var ListAngular = (props) => {
|
|
5182
5229
|
const {
|
|
5183
|
-
size =
|
|
5230
|
+
size = defaultProps16.size,
|
|
5184
5231
|
virtualization,
|
|
5185
5232
|
children,
|
|
5186
5233
|
...other
|
|
@@ -5196,7 +5243,7 @@ var ListAngular = (props) => {
|
|
|
5196
5243
|
listHeader = child.props.label;
|
|
5197
5244
|
child.props.children.map((optChild, index2) => {
|
|
5198
5245
|
listChildren.push(
|
|
5199
|
-
/* @__PURE__ */
|
|
5246
|
+
/* @__PURE__ */ jsx32(
|
|
5200
5247
|
ListItem,
|
|
5201
5248
|
{
|
|
5202
5249
|
...optChild.props
|
|
@@ -5207,7 +5254,7 @@ var ListAngular = (props) => {
|
|
|
5207
5254
|
});
|
|
5208
5255
|
} else {
|
|
5209
5256
|
listChildren.push(
|
|
5210
|
-
/* @__PURE__ */
|
|
5257
|
+
/* @__PURE__ */ jsx32(
|
|
5211
5258
|
ListGroupItem,
|
|
5212
5259
|
{
|
|
5213
5260
|
...child.props,
|
|
@@ -5218,7 +5265,7 @@ var ListAngular = (props) => {
|
|
|
5218
5265
|
);
|
|
5219
5266
|
child.props.children.map((optChild, index2) => {
|
|
5220
5267
|
listChildren.push(
|
|
5221
|
-
/* @__PURE__ */
|
|
5268
|
+
/* @__PURE__ */ jsx32(
|
|
5222
5269
|
ListItem,
|
|
5223
5270
|
{
|
|
5224
5271
|
...optChild.props
|
|
@@ -5228,14 +5275,14 @@ var ListAngular = (props) => {
|
|
|
5228
5275
|
);
|
|
5229
5276
|
});
|
|
5230
5277
|
}
|
|
5231
|
-
listGroup = /* @__PURE__ */
|
|
5278
|
+
listGroup = /* @__PURE__ */ jsx32(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5232
5279
|
} else if (child.type === ListItem) {
|
|
5233
|
-
listChildren.push(/* @__PURE__ */
|
|
5234
|
-
listContent = /* @__PURE__ */
|
|
5280
|
+
listChildren.push(/* @__PURE__ */ jsx32(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5281
|
+
listContent = /* @__PURE__ */ jsx32(ListContent, { virtualization, children: listChildren });
|
|
5235
5282
|
}
|
|
5236
5283
|
});
|
|
5237
5284
|
} else {
|
|
5238
|
-
listContent = /* @__PURE__ */
|
|
5285
|
+
listContent = /* @__PURE__ */ jsx32(NoData, { children: "No data found." });
|
|
5239
5286
|
}
|
|
5240
5287
|
return /* @__PURE__ */ jsxs12(
|
|
5241
5288
|
"div",
|
|
@@ -5258,15 +5305,15 @@ var ListAngular = (props) => {
|
|
|
5258
5305
|
}
|
|
5259
5306
|
);
|
|
5260
5307
|
};
|
|
5261
|
-
ListAngular.states =
|
|
5262
|
-
ListAngular.options =
|
|
5308
|
+
ListAngular.states = states20;
|
|
5309
|
+
ListAngular.options = options19;
|
|
5263
5310
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5264
|
-
ListAngular.defaultProps =
|
|
5311
|
+
ListAngular.defaultProps = defaultProps16;
|
|
5265
5312
|
|
|
5266
5313
|
// src/checkbox/checkbox.spec.tsx
|
|
5267
|
-
import { jsx as
|
|
5314
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
5268
5315
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5269
|
-
var
|
|
5316
|
+
var states21 = [
|
|
5270
5317
|
States.hover,
|
|
5271
5318
|
States.focus,
|
|
5272
5319
|
States.valid,
|
|
@@ -5276,11 +5323,11 @@ var states20 = [
|
|
|
5276
5323
|
States.checked,
|
|
5277
5324
|
States.indeterminate
|
|
5278
5325
|
];
|
|
5279
|
-
var
|
|
5326
|
+
var options20 = {
|
|
5280
5327
|
size: [Size.small, Size.medium, Size.large],
|
|
5281
5328
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
5282
5329
|
};
|
|
5283
|
-
var
|
|
5330
|
+
var defaultProps17 = {
|
|
5284
5331
|
size: Size.medium,
|
|
5285
5332
|
rounded: Roundness.medium
|
|
5286
5333
|
};
|
|
@@ -5295,11 +5342,11 @@ var Checkbox = (props) => {
|
|
|
5295
5342
|
invalid,
|
|
5296
5343
|
valid,
|
|
5297
5344
|
required,
|
|
5298
|
-
size =
|
|
5299
|
-
rounded =
|
|
5345
|
+
size = defaultProps17.size,
|
|
5346
|
+
rounded = defaultProps17.rounded,
|
|
5300
5347
|
...other
|
|
5301
5348
|
} = props;
|
|
5302
|
-
return /* @__PURE__ */
|
|
5349
|
+
return /* @__PURE__ */ jsx33("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx33(
|
|
5303
5350
|
"input",
|
|
5304
5351
|
{
|
|
5305
5352
|
...other,
|
|
@@ -5316,22 +5363,22 @@ var Checkbox = (props) => {
|
|
|
5316
5363
|
}
|
|
5317
5364
|
) });
|
|
5318
5365
|
};
|
|
5319
|
-
Checkbox.states =
|
|
5320
|
-
Checkbox.options =
|
|
5366
|
+
Checkbox.states = states21;
|
|
5367
|
+
Checkbox.options = options20;
|
|
5321
5368
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
5322
|
-
Checkbox.defaultProps =
|
|
5369
|
+
Checkbox.defaultProps = defaultProps17;
|
|
5323
5370
|
|
|
5324
5371
|
// src/list/list-item.spec.tsx
|
|
5325
|
-
import { jsx as
|
|
5372
|
+
import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5326
5373
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5327
|
-
var
|
|
5374
|
+
var states22 = [
|
|
5328
5375
|
States.hover,
|
|
5329
5376
|
States.focus,
|
|
5330
5377
|
States.selected,
|
|
5331
5378
|
States.disabled
|
|
5332
5379
|
];
|
|
5333
|
-
var
|
|
5334
|
-
var
|
|
5380
|
+
var options21 = {};
|
|
5381
|
+
var defaultProps18 = {};
|
|
5335
5382
|
var ListItem = (props) => {
|
|
5336
5383
|
const {
|
|
5337
5384
|
text,
|
|
@@ -5362,66 +5409,66 @@ var ListItem = (props) => {
|
|
|
5362
5409
|
})
|
|
5363
5410
|
),
|
|
5364
5411
|
children: [
|
|
5365
|
-
showCheckbox && /* @__PURE__ */
|
|
5366
|
-
showIcon && /* @__PURE__ */
|
|
5367
|
-
/* @__PURE__ */
|
|
5368
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */
|
|
5412
|
+
showCheckbox && /* @__PURE__ */ jsx34(Checkbox, { checked }),
|
|
5413
|
+
showIcon && /* @__PURE__ */ jsx34(Icon, { icon: iconName }),
|
|
5414
|
+
/* @__PURE__ */ jsx34("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
5415
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx34("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
5369
5416
|
]
|
|
5370
5417
|
}
|
|
5371
5418
|
);
|
|
5372
5419
|
};
|
|
5373
|
-
ListItem.states =
|
|
5374
|
-
ListItem.options =
|
|
5420
|
+
ListItem.states = states22;
|
|
5421
|
+
ListItem.options = options21;
|
|
5375
5422
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5376
|
-
ListItem.defaultProps =
|
|
5423
|
+
ListItem.defaultProps = defaultProps18;
|
|
5377
5424
|
|
|
5378
5425
|
// src/list/list-content.tsx
|
|
5379
|
-
import { jsx as
|
|
5426
|
+
import { jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5380
5427
|
var className10 = `k-list-content`;
|
|
5381
5428
|
var ListContent = (props) => {
|
|
5382
5429
|
const {
|
|
5383
5430
|
virtualization
|
|
5384
5431
|
} = props;
|
|
5385
5432
|
return /* @__PURE__ */ jsxs14("div", { className: classNames(className10, props.className), children: [
|
|
5386
|
-
/* @__PURE__ */
|
|
5387
|
-
virtualization && /* @__PURE__ */
|
|
5433
|
+
/* @__PURE__ */ jsx35("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5434
|
+
virtualization && /* @__PURE__ */ jsx35("div", { className: "k-height-container", children: /* @__PURE__ */ jsx35("div", {}) })
|
|
5388
5435
|
] });
|
|
5389
5436
|
};
|
|
5390
5437
|
|
|
5391
5438
|
// src/list/list-header.tsx
|
|
5392
|
-
import { jsx as
|
|
5439
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
5393
5440
|
var className11 = `k-list-group-sticky-header`;
|
|
5394
|
-
var ListHeader = (props) => /* @__PURE__ */
|
|
5441
|
+
var ListHeader = (props) => /* @__PURE__ */ jsx36("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx36("div", { className: "k-list-header-text", children: props.children }) });
|
|
5395
5442
|
|
|
5396
5443
|
// src/list/list-group.tsx
|
|
5397
|
-
import { Fragment as Fragment12, jsx as
|
|
5444
|
+
import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5398
5445
|
var ListGroup = (props) => {
|
|
5399
5446
|
const {
|
|
5400
5447
|
virtualization,
|
|
5401
5448
|
label
|
|
5402
5449
|
} = props;
|
|
5403
5450
|
return /* @__PURE__ */ jsxs15(Fragment12, { children: [
|
|
5404
|
-
label && /* @__PURE__ */
|
|
5405
|
-
props.children && /* @__PURE__ */
|
|
5451
|
+
label && /* @__PURE__ */ jsx37(ListHeader, { children: label }),
|
|
5452
|
+
props.children && /* @__PURE__ */ jsx37(ListContent, { virtualization, children: props.children })
|
|
5406
5453
|
] });
|
|
5407
5454
|
};
|
|
5408
5455
|
|
|
5409
5456
|
// src/list/list-group-item.tsx
|
|
5410
|
-
import { jsx as
|
|
5457
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
5411
5458
|
var className12 = `k-list-group-item`;
|
|
5412
|
-
var ListGroupItem = (props) => /* @__PURE__ */
|
|
5459
|
+
var ListGroupItem = (props) => /* @__PURE__ */ jsx38("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx38("span", { className: "k-list-item-text", children: props.children }) });
|
|
5413
5460
|
|
|
5414
5461
|
// src/list/list-option-label.tsx
|
|
5415
|
-
import { jsx as
|
|
5462
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
5416
5463
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
5417
|
-
var
|
|
5464
|
+
var states23 = [
|
|
5418
5465
|
States.hover,
|
|
5419
5466
|
States.focus,
|
|
5420
5467
|
States.selected,
|
|
5421
5468
|
States.disabled
|
|
5422
5469
|
];
|
|
5423
|
-
var
|
|
5424
|
-
var
|
|
5470
|
+
var options22 = {};
|
|
5471
|
+
var defaultProps19 = {};
|
|
5425
5472
|
var ListOptionLabel = (props) => {
|
|
5426
5473
|
const {
|
|
5427
5474
|
text,
|
|
@@ -5431,7 +5478,7 @@ var ListOptionLabel = (props) => {
|
|
|
5431
5478
|
disabled,
|
|
5432
5479
|
...other
|
|
5433
5480
|
} = props;
|
|
5434
|
-
return /* @__PURE__ */
|
|
5481
|
+
return /* @__PURE__ */ jsx39(
|
|
5435
5482
|
"div",
|
|
5436
5483
|
{
|
|
5437
5484
|
...other,
|
|
@@ -5448,18 +5495,18 @@ var ListOptionLabel = (props) => {
|
|
|
5448
5495
|
}
|
|
5449
5496
|
);
|
|
5450
5497
|
};
|
|
5451
|
-
ListOptionLabel.states =
|
|
5452
|
-
ListOptionLabel.options =
|
|
5498
|
+
ListOptionLabel.states = states23;
|
|
5499
|
+
ListOptionLabel.options = options22;
|
|
5453
5500
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
5454
|
-
ListOptionLabel.defaultProps =
|
|
5501
|
+
ListOptionLabel.defaultProps = defaultProps19;
|
|
5455
5502
|
|
|
5456
5503
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
5457
|
-
import { jsx as
|
|
5504
|
+
import { jsx as jsx40, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5458
5505
|
|
|
5459
5506
|
// src/searchbox/searchbox.spec.tsx
|
|
5460
|
-
import { jsx as
|
|
5507
|
+
import { jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5461
5508
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
5462
|
-
var
|
|
5509
|
+
var states24 = [
|
|
5463
5510
|
States.hover,
|
|
5464
5511
|
States.focus,
|
|
5465
5512
|
States.valid,
|
|
@@ -5468,12 +5515,12 @@ var states23 = [
|
|
|
5468
5515
|
States.disabled,
|
|
5469
5516
|
States.loading
|
|
5470
5517
|
];
|
|
5471
|
-
var
|
|
5518
|
+
var options23 = {
|
|
5472
5519
|
size: [Size.small, Size.medium, Size.large],
|
|
5473
5520
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5474
5521
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5475
5522
|
};
|
|
5476
|
-
var
|
|
5523
|
+
var defaultProps20 = {
|
|
5477
5524
|
showIcon: true,
|
|
5478
5525
|
icon: "search",
|
|
5479
5526
|
size: Input.defaultProps.size,
|
|
@@ -5494,8 +5541,8 @@ var Searchbox = (props) => {
|
|
|
5494
5541
|
required,
|
|
5495
5542
|
loading,
|
|
5496
5543
|
disabled,
|
|
5497
|
-
showIcon =
|
|
5498
|
-
icon =
|
|
5544
|
+
showIcon = defaultProps20.showIcon,
|
|
5545
|
+
icon = defaultProps20.icon,
|
|
5499
5546
|
...other
|
|
5500
5547
|
} = props;
|
|
5501
5548
|
return /* @__PURE__ */ jsxs17(
|
|
@@ -5514,40 +5561,40 @@ var Searchbox = (props) => {
|
|
|
5514
5561
|
disabled,
|
|
5515
5562
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
5516
5563
|
children: [
|
|
5517
|
-
showIcon && /* @__PURE__ */
|
|
5518
|
-
/* @__PURE__ */
|
|
5519
|
-
/* @__PURE__ */
|
|
5520
|
-
/* @__PURE__ */
|
|
5521
|
-
/* @__PURE__ */
|
|
5564
|
+
showIcon && /* @__PURE__ */ jsx41(Icon, { className: "k-input-icon", icon }),
|
|
5565
|
+
/* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
|
|
5566
|
+
/* @__PURE__ */ jsx41(InputLoadingIcon, { ...props }),
|
|
5567
|
+
/* @__PURE__ */ jsx41(InputValidationIcon, { ...props }),
|
|
5568
|
+
/* @__PURE__ */ jsx41(InputClearValue, { ...props })
|
|
5522
5569
|
]
|
|
5523
5570
|
}
|
|
5524
5571
|
);
|
|
5525
5572
|
};
|
|
5526
|
-
Searchbox.states =
|
|
5527
|
-
Searchbox.options =
|
|
5573
|
+
Searchbox.states = states24;
|
|
5574
|
+
Searchbox.options = options23;
|
|
5528
5575
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
5529
|
-
Searchbox.defaultProps =
|
|
5576
|
+
Searchbox.defaultProps = defaultProps20;
|
|
5530
5577
|
|
|
5531
5578
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
5532
|
-
import { Fragment as Fragment13, jsx as
|
|
5579
|
+
import { Fragment as Fragment13, jsx as jsx42, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5533
5580
|
|
|
5534
5581
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
5535
|
-
import { jsx as
|
|
5582
|
+
import { jsx as jsx43, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5536
5583
|
|
|
5537
5584
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
5538
|
-
import { Fragment as Fragment14, jsx as
|
|
5585
|
+
import { Fragment as Fragment14, jsx as jsx44, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5539
5586
|
|
|
5540
5587
|
// src/menu-button/menu-button.spec.tsx
|
|
5541
|
-
import { jsx as
|
|
5588
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
5542
5589
|
var MENUBUTTON_CLASSNAME = `k-menu-button`;
|
|
5543
|
-
var
|
|
5590
|
+
var states25 = [
|
|
5544
5591
|
States.hover,
|
|
5545
5592
|
States.focus,
|
|
5546
5593
|
States.active,
|
|
5547
5594
|
States.selected,
|
|
5548
5595
|
States.disabled
|
|
5549
5596
|
];
|
|
5550
|
-
var
|
|
5597
|
+
var options24 = {
|
|
5551
5598
|
size: [Size.small, Size.medium, Size.large],
|
|
5552
5599
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5553
5600
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -5565,7 +5612,7 @@ var options23 = {
|
|
|
5565
5612
|
ThemeColor.inverse
|
|
5566
5613
|
]
|
|
5567
5614
|
};
|
|
5568
|
-
var
|
|
5615
|
+
var defaultProps21 = {
|
|
5569
5616
|
size: Size.medium,
|
|
5570
5617
|
rounded: Roundness.medium,
|
|
5571
5618
|
fillMode: FillMode.solid,
|
|
@@ -5575,10 +5622,10 @@ var defaultProps20 = {
|
|
|
5575
5622
|
};
|
|
5576
5623
|
var MenuButton = (props) => {
|
|
5577
5624
|
const {
|
|
5578
|
-
size =
|
|
5579
|
-
rounded =
|
|
5580
|
-
fillMode =
|
|
5581
|
-
themeColor =
|
|
5625
|
+
size = defaultProps21.size,
|
|
5626
|
+
rounded = defaultProps21.rounded,
|
|
5627
|
+
fillMode = defaultProps21.fillMode,
|
|
5628
|
+
themeColor = defaultProps21.themeColor,
|
|
5582
5629
|
hover,
|
|
5583
5630
|
focus,
|
|
5584
5631
|
active,
|
|
@@ -5586,11 +5633,11 @@ var MenuButton = (props) => {
|
|
|
5586
5633
|
disabled,
|
|
5587
5634
|
icon,
|
|
5588
5635
|
text,
|
|
5589
|
-
showArrow =
|
|
5590
|
-
arrowIconName =
|
|
5636
|
+
showArrow = defaultProps21.showArrow,
|
|
5637
|
+
arrowIconName = defaultProps21.arrowIconName,
|
|
5591
5638
|
...other
|
|
5592
5639
|
} = props;
|
|
5593
|
-
return /* @__PURE__ */
|
|
5640
|
+
return /* @__PURE__ */ jsx45(
|
|
5594
5641
|
Button,
|
|
5595
5642
|
{
|
|
5596
5643
|
...other,
|
|
@@ -5614,22 +5661,22 @@ var MenuButton = (props) => {
|
|
|
5614
5661
|
}
|
|
5615
5662
|
);
|
|
5616
5663
|
};
|
|
5617
|
-
MenuButton.states =
|
|
5618
|
-
MenuButton.options =
|
|
5664
|
+
MenuButton.states = states25;
|
|
5665
|
+
MenuButton.options = options24;
|
|
5619
5666
|
MenuButton.className = MENUBUTTON_CLASSNAME;
|
|
5620
|
-
MenuButton.defaultProps =
|
|
5667
|
+
MenuButton.defaultProps = defaultProps21;
|
|
5621
5668
|
|
|
5622
5669
|
// src/split-button/split-button.spec.tsx
|
|
5623
|
-
import { jsx as
|
|
5670
|
+
import { jsx as jsx46, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5624
5671
|
var SPLITBUTTON_CLASSNAME = `k-split-button`;
|
|
5625
|
-
var
|
|
5672
|
+
var states26 = [
|
|
5626
5673
|
States.hover,
|
|
5627
5674
|
States.focus,
|
|
5628
5675
|
States.active,
|
|
5629
5676
|
States.selected,
|
|
5630
5677
|
States.disabled
|
|
5631
5678
|
];
|
|
5632
|
-
var
|
|
5679
|
+
var options25 = {
|
|
5633
5680
|
size: [Size.small, Size.medium, Size.large],
|
|
5634
5681
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5635
5682
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -5647,7 +5694,7 @@ var options24 = {
|
|
|
5647
5694
|
ThemeColor.inverse
|
|
5648
5695
|
]
|
|
5649
5696
|
};
|
|
5650
|
-
var
|
|
5697
|
+
var defaultProps22 = {
|
|
5651
5698
|
size: Size.medium,
|
|
5652
5699
|
rounded: Roundness.medium,
|
|
5653
5700
|
fillMode: FillMode.solid,
|
|
@@ -5656,10 +5703,10 @@ var defaultProps21 = {
|
|
|
5656
5703
|
};
|
|
5657
5704
|
var SplitButton = (props) => {
|
|
5658
5705
|
const {
|
|
5659
|
-
size =
|
|
5660
|
-
rounded =
|
|
5661
|
-
fillMode =
|
|
5662
|
-
themeColor =
|
|
5706
|
+
size = defaultProps22.size,
|
|
5707
|
+
rounded = defaultProps22.rounded,
|
|
5708
|
+
fillMode = defaultProps22.fillMode,
|
|
5709
|
+
themeColor = defaultProps22.themeColor,
|
|
5663
5710
|
hover,
|
|
5664
5711
|
focus,
|
|
5665
5712
|
active,
|
|
@@ -5667,7 +5714,7 @@ var SplitButton = (props) => {
|
|
|
5667
5714
|
disabled,
|
|
5668
5715
|
icon,
|
|
5669
5716
|
text,
|
|
5670
|
-
arrowIconName =
|
|
5717
|
+
arrowIconName = defaultProps22.arrowIconName,
|
|
5671
5718
|
...other
|
|
5672
5719
|
} = props;
|
|
5673
5720
|
return /* @__PURE__ */ jsxs21(
|
|
@@ -5683,7 +5730,7 @@ var SplitButton = (props) => {
|
|
|
5683
5730
|
})
|
|
5684
5731
|
),
|
|
5685
5732
|
children: [
|
|
5686
|
-
/* @__PURE__ */
|
|
5733
|
+
/* @__PURE__ */ jsx46(
|
|
5687
5734
|
Button,
|
|
5688
5735
|
{
|
|
5689
5736
|
text,
|
|
@@ -5700,7 +5747,7 @@ var SplitButton = (props) => {
|
|
|
5700
5747
|
children: props.children
|
|
5701
5748
|
}
|
|
5702
5749
|
),
|
|
5703
|
-
/* @__PURE__ */
|
|
5750
|
+
/* @__PURE__ */ jsx46(
|
|
5704
5751
|
Button,
|
|
5705
5752
|
{
|
|
5706
5753
|
className: "k-split-button-arrow",
|
|
@@ -5715,27 +5762,27 @@ var SplitButton = (props) => {
|
|
|
5715
5762
|
}
|
|
5716
5763
|
);
|
|
5717
5764
|
};
|
|
5718
|
-
SplitButton.states =
|
|
5719
|
-
SplitButton.options =
|
|
5765
|
+
SplitButton.states = states26;
|
|
5766
|
+
SplitButton.options = options25;
|
|
5720
5767
|
SplitButton.className = SPLITBUTTON_CLASSNAME;
|
|
5721
|
-
SplitButton.defaultProps =
|
|
5768
|
+
SplitButton.defaultProps = defaultProps22;
|
|
5722
5769
|
var split_button_spec_default = SplitButton;
|
|
5723
5770
|
|
|
5724
5771
|
// src/toolbar/toolbar.spec.tsx
|
|
5725
|
-
import { jsx as
|
|
5772
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
5726
5773
|
var TOOLBAR_CLASSNAME = `k-toolbar`;
|
|
5727
|
-
var
|
|
5774
|
+
var states27 = [
|
|
5728
5775
|
States.focus
|
|
5729
5776
|
];
|
|
5730
|
-
var
|
|
5777
|
+
var options26 = {
|
|
5731
5778
|
size: [Size.small, Size.medium, Size.large]
|
|
5732
5779
|
};
|
|
5733
|
-
var
|
|
5780
|
+
var defaultProps23 = {
|
|
5734
5781
|
size: Size.medium
|
|
5735
5782
|
};
|
|
5736
5783
|
var Toolbar = (props) => {
|
|
5737
5784
|
const {
|
|
5738
|
-
size =
|
|
5785
|
+
size = defaultProps23.size,
|
|
5739
5786
|
focus,
|
|
5740
5787
|
resizable,
|
|
5741
5788
|
...other
|
|
@@ -5745,7 +5792,7 @@ var Toolbar = (props) => {
|
|
|
5745
5792
|
const tempToolbarChildren = [];
|
|
5746
5793
|
if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
|
|
5747
5794
|
tempToolbarChildren.push(
|
|
5748
|
-
/* @__PURE__ */
|
|
5795
|
+
/* @__PURE__ */ jsx47(
|
|
5749
5796
|
Button,
|
|
5750
5797
|
{
|
|
5751
5798
|
...child.props,
|
|
@@ -5756,7 +5803,7 @@ var Toolbar = (props) => {
|
|
|
5756
5803
|
);
|
|
5757
5804
|
} else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
|
|
5758
5805
|
tempToolbarChildren.push(
|
|
5759
|
-
/* @__PURE__ */
|
|
5806
|
+
/* @__PURE__ */ jsx47(
|
|
5760
5807
|
Button,
|
|
5761
5808
|
{
|
|
5762
5809
|
...child.props,
|
|
@@ -5767,7 +5814,7 @@ var Toolbar = (props) => {
|
|
|
5767
5814
|
);
|
|
5768
5815
|
} else if (child.type === Button) {
|
|
5769
5816
|
tempToolbarChildren.push(
|
|
5770
|
-
/* @__PURE__ */
|
|
5817
|
+
/* @__PURE__ */ jsx47(
|
|
5771
5818
|
Button,
|
|
5772
5819
|
{
|
|
5773
5820
|
...child.props,
|
|
@@ -5778,7 +5825,7 @@ var Toolbar = (props) => {
|
|
|
5778
5825
|
);
|
|
5779
5826
|
} else if (child.type === MenuButton) {
|
|
5780
5827
|
tempToolbarChildren.push(
|
|
5781
|
-
/* @__PURE__ */
|
|
5828
|
+
/* @__PURE__ */ jsx47(
|
|
5782
5829
|
MenuButton,
|
|
5783
5830
|
{
|
|
5784
5831
|
...child.props,
|
|
@@ -5789,7 +5836,7 @@ var Toolbar = (props) => {
|
|
|
5789
5836
|
);
|
|
5790
5837
|
} else if (child.type === split_button_spec_default) {
|
|
5791
5838
|
tempToolbarChildren.push(
|
|
5792
|
-
/* @__PURE__ */
|
|
5839
|
+
/* @__PURE__ */ jsx47(
|
|
5793
5840
|
split_button_spec_default,
|
|
5794
5841
|
{
|
|
5795
5842
|
...child.props,
|
|
@@ -5803,7 +5850,7 @@ var Toolbar = (props) => {
|
|
|
5803
5850
|
const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
|
|
5804
5851
|
childrenArray.forEach((button, bindex) => {
|
|
5805
5852
|
buttonGroupItems.push(
|
|
5806
|
-
/* @__PURE__ */
|
|
5853
|
+
/* @__PURE__ */ jsx47(
|
|
5807
5854
|
Button,
|
|
5808
5855
|
{
|
|
5809
5856
|
...button.props,
|
|
@@ -5814,7 +5861,7 @@ var Toolbar = (props) => {
|
|
|
5814
5861
|
);
|
|
5815
5862
|
});
|
|
5816
5863
|
tempToolbarChildren.push(
|
|
5817
|
-
/* @__PURE__ */
|
|
5864
|
+
/* @__PURE__ */ jsx47(
|
|
5818
5865
|
ButtonGroup,
|
|
5819
5866
|
{
|
|
5820
5867
|
...child.props,
|
|
@@ -5826,7 +5873,7 @@ var Toolbar = (props) => {
|
|
|
5826
5873
|
);
|
|
5827
5874
|
} else if (child.type === Combobox) {
|
|
5828
5875
|
tempToolbarChildren.push(
|
|
5829
|
-
/* @__PURE__ */
|
|
5876
|
+
/* @__PURE__ */ jsx47(
|
|
5830
5877
|
Combobox,
|
|
5831
5878
|
{
|
|
5832
5879
|
...child.props,
|
|
@@ -5837,7 +5884,7 @@ var Toolbar = (props) => {
|
|
|
5837
5884
|
);
|
|
5838
5885
|
} else if (child.type === DropdownList) {
|
|
5839
5886
|
tempToolbarChildren.push(
|
|
5840
|
-
/* @__PURE__ */
|
|
5887
|
+
/* @__PURE__ */ jsx47(
|
|
5841
5888
|
DropdownList,
|
|
5842
5889
|
{
|
|
5843
5890
|
...child.props,
|
|
@@ -5848,7 +5895,7 @@ var Toolbar = (props) => {
|
|
|
5848
5895
|
);
|
|
5849
5896
|
} else if (child.type === ColorPicker) {
|
|
5850
5897
|
tempToolbarChildren.push(
|
|
5851
|
-
/* @__PURE__ */
|
|
5898
|
+
/* @__PURE__ */ jsx47(
|
|
5852
5899
|
ColorPicker,
|
|
5853
5900
|
{
|
|
5854
5901
|
...child.props,
|
|
@@ -5870,7 +5917,7 @@ var Toolbar = (props) => {
|
|
|
5870
5917
|
addUniqueToolClass(child, index);
|
|
5871
5918
|
});
|
|
5872
5919
|
}
|
|
5873
|
-
return /* @__PURE__ */
|
|
5920
|
+
return /* @__PURE__ */ jsx47(
|
|
5874
5921
|
"div",
|
|
5875
5922
|
{
|
|
5876
5923
|
...other,
|
|
@@ -5891,26 +5938,26 @@ var Toolbar = (props) => {
|
|
|
5891
5938
|
}
|
|
5892
5939
|
);
|
|
5893
5940
|
};
|
|
5894
|
-
Toolbar.states =
|
|
5895
|
-
Toolbar.options =
|
|
5941
|
+
Toolbar.states = states27;
|
|
5942
|
+
Toolbar.options = options26;
|
|
5896
5943
|
Toolbar.className = TOOLBAR_CLASSNAME;
|
|
5897
|
-
Toolbar.defaultProps =
|
|
5944
|
+
Toolbar.defaultProps = defaultProps23;
|
|
5898
5945
|
|
|
5899
5946
|
// src/toolbar/toolbar-angular.spec.tsx
|
|
5900
|
-
import { jsx as
|
|
5947
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
5901
5948
|
var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
|
|
5902
|
-
var
|
|
5949
|
+
var states28 = [
|
|
5903
5950
|
States.focus
|
|
5904
5951
|
];
|
|
5905
|
-
var
|
|
5952
|
+
var options27 = {
|
|
5906
5953
|
size: [Size.small, Size.medium, Size.large]
|
|
5907
5954
|
};
|
|
5908
|
-
var
|
|
5955
|
+
var defaultProps24 = {
|
|
5909
5956
|
size: Size.medium
|
|
5910
5957
|
};
|
|
5911
5958
|
var ToolbarAngular = (props) => {
|
|
5912
5959
|
const {
|
|
5913
|
-
size =
|
|
5960
|
+
size = defaultProps24.size,
|
|
5914
5961
|
focus,
|
|
5915
5962
|
resizable,
|
|
5916
5963
|
...other
|
|
@@ -5920,7 +5967,7 @@ var ToolbarAngular = (props) => {
|
|
|
5920
5967
|
const tempToolbarChildren = [];
|
|
5921
5968
|
if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
|
|
5922
5969
|
tempToolbarChildren.push(
|
|
5923
|
-
/* @__PURE__ */
|
|
5970
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5924
5971
|
Button,
|
|
5925
5972
|
{
|
|
5926
5973
|
...child.props,
|
|
@@ -5931,7 +5978,7 @@ var ToolbarAngular = (props) => {
|
|
|
5931
5978
|
);
|
|
5932
5979
|
} else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
|
|
5933
5980
|
tempToolbarChildren.push(
|
|
5934
|
-
/* @__PURE__ */
|
|
5981
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5935
5982
|
Button,
|
|
5936
5983
|
{
|
|
5937
5984
|
...child.props,
|
|
@@ -5942,7 +5989,7 @@ var ToolbarAngular = (props) => {
|
|
|
5942
5989
|
);
|
|
5943
5990
|
} else if (child.type === Button) {
|
|
5944
5991
|
tempToolbarChildren.push(
|
|
5945
|
-
/* @__PURE__ */
|
|
5992
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5946
5993
|
Button,
|
|
5947
5994
|
{
|
|
5948
5995
|
...child.props,
|
|
@@ -5953,7 +6000,7 @@ var ToolbarAngular = (props) => {
|
|
|
5953
6000
|
);
|
|
5954
6001
|
} else if (child.type === MenuButton) {
|
|
5955
6002
|
tempToolbarChildren.push(
|
|
5956
|
-
/* @__PURE__ */
|
|
6003
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5957
6004
|
MenuButton,
|
|
5958
6005
|
{
|
|
5959
6006
|
...child.props,
|
|
@@ -5964,7 +6011,7 @@ var ToolbarAngular = (props) => {
|
|
|
5964
6011
|
);
|
|
5965
6012
|
} else if (child.type === split_button_spec_default) {
|
|
5966
6013
|
tempToolbarChildren.push(
|
|
5967
|
-
/* @__PURE__ */
|
|
6014
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5968
6015
|
split_button_spec_default,
|
|
5969
6016
|
{
|
|
5970
6017
|
...child.props,
|
|
@@ -5978,7 +6025,7 @@ var ToolbarAngular = (props) => {
|
|
|
5978
6025
|
const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
|
|
5979
6026
|
childrenArray.forEach((button, bindex) => {
|
|
5980
6027
|
buttonGroupItems.push(
|
|
5981
|
-
/* @__PURE__ */
|
|
6028
|
+
/* @__PURE__ */ jsx48(
|
|
5982
6029
|
Button,
|
|
5983
6030
|
{
|
|
5984
6031
|
...button.props,
|
|
@@ -5989,7 +6036,7 @@ var ToolbarAngular = (props) => {
|
|
|
5989
6036
|
);
|
|
5990
6037
|
});
|
|
5991
6038
|
tempToolbarChildren.push(
|
|
5992
|
-
/* @__PURE__ */
|
|
6039
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
5993
6040
|
ButtonGroup,
|
|
5994
6041
|
{
|
|
5995
6042
|
...child.props,
|
|
@@ -6001,7 +6048,7 @@ var ToolbarAngular = (props) => {
|
|
|
6001
6048
|
);
|
|
6002
6049
|
} else if (child.type === Combobox) {
|
|
6003
6050
|
tempToolbarChildren.push(
|
|
6004
|
-
/* @__PURE__ */
|
|
6051
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
6005
6052
|
Combobox,
|
|
6006
6053
|
{
|
|
6007
6054
|
...child.props,
|
|
@@ -6012,7 +6059,7 @@ var ToolbarAngular = (props) => {
|
|
|
6012
6059
|
);
|
|
6013
6060
|
} else if (child.type === DropdownList) {
|
|
6014
6061
|
tempToolbarChildren.push(
|
|
6015
|
-
/* @__PURE__ */
|
|
6062
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
6016
6063
|
DropdownList,
|
|
6017
6064
|
{
|
|
6018
6065
|
...child.props,
|
|
@@ -6023,7 +6070,7 @@ var ToolbarAngular = (props) => {
|
|
|
6023
6070
|
);
|
|
6024
6071
|
} else if (child.type === ColorPicker) {
|
|
6025
6072
|
tempToolbarChildren.push(
|
|
6026
|
-
/* @__PURE__ */
|
|
6073
|
+
/* @__PURE__ */ jsx48("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx48(
|
|
6027
6074
|
ColorPicker,
|
|
6028
6075
|
{
|
|
6029
6076
|
...child.props,
|
|
@@ -6045,7 +6092,7 @@ var ToolbarAngular = (props) => {
|
|
|
6045
6092
|
addUniqueToolClass(child, index);
|
|
6046
6093
|
});
|
|
6047
6094
|
}
|
|
6048
|
-
return /* @__PURE__ */
|
|
6095
|
+
return /* @__PURE__ */ jsx48(
|
|
6049
6096
|
"div",
|
|
6050
6097
|
{
|
|
6051
6098
|
...other,
|
|
@@ -6066,28 +6113,28 @@ var ToolbarAngular = (props) => {
|
|
|
6066
6113
|
}
|
|
6067
6114
|
);
|
|
6068
6115
|
};
|
|
6069
|
-
ToolbarAngular.states =
|
|
6070
|
-
ToolbarAngular.options =
|
|
6116
|
+
ToolbarAngular.states = states28;
|
|
6117
|
+
ToolbarAngular.options = options27;
|
|
6071
6118
|
ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
|
|
6072
|
-
ToolbarAngular.defaultProps =
|
|
6119
|
+
ToolbarAngular.defaultProps = defaultProps24;
|
|
6073
6120
|
|
|
6074
6121
|
// src/toolbar/toolbar-separator.tsx
|
|
6075
|
-
import { jsx as
|
|
6122
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
6076
6123
|
|
|
6077
6124
|
// src/toolbar/toolbar-item.spec.tsx
|
|
6078
|
-
import { jsx as
|
|
6125
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
6079
6126
|
var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
|
|
6080
|
-
var
|
|
6127
|
+
var states29 = [
|
|
6081
6128
|
States.focus
|
|
6082
6129
|
];
|
|
6083
|
-
var
|
|
6084
|
-
var
|
|
6130
|
+
var options28 = {};
|
|
6131
|
+
var defaultProps25 = {};
|
|
6085
6132
|
var ToolbarItem = (props) => {
|
|
6086
6133
|
const {
|
|
6087
6134
|
focus,
|
|
6088
6135
|
...other
|
|
6089
6136
|
} = props;
|
|
6090
|
-
return /* @__PURE__ */
|
|
6137
|
+
return /* @__PURE__ */ jsx50(
|
|
6091
6138
|
"div",
|
|
6092
6139
|
{
|
|
6093
6140
|
...other,
|
|
@@ -6102,13 +6149,13 @@ var ToolbarItem = (props) => {
|
|
|
6102
6149
|
}
|
|
6103
6150
|
);
|
|
6104
6151
|
};
|
|
6105
|
-
ToolbarItem.states =
|
|
6106
|
-
ToolbarItem.options =
|
|
6152
|
+
ToolbarItem.states = states29;
|
|
6153
|
+
ToolbarItem.options = options28;
|
|
6107
6154
|
ToolbarItem.className = TOOLBARITEM_CLASSNAME;
|
|
6108
|
-
ToolbarItem.defaultProps =
|
|
6155
|
+
ToolbarItem.defaultProps = defaultProps25;
|
|
6109
6156
|
|
|
6110
6157
|
// src/gantt/tests/gantt-row-reordering.tsx
|
|
6111
|
-
import { Fragment as Fragment15, jsx as
|
|
6158
|
+
import { Fragment as Fragment15, jsx as jsx51, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
6112
6159
|
var styles = `
|
|
6113
6160
|
.k-gantt {
|
|
6114
6161
|
height: 700px;
|
|
@@ -6122,825 +6169,825 @@ var styles = `
|
|
|
6122
6169
|
}
|
|
6123
6170
|
`;
|
|
6124
6171
|
var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs22(Fragment15, { children: [
|
|
6125
|
-
/* @__PURE__ */
|
|
6126
|
-
/* @__PURE__ */
|
|
6172
|
+
/* @__PURE__ */ jsx51("style", { children: styles }),
|
|
6173
|
+
/* @__PURE__ */ jsx51("div", { id: "test-area", children: /* @__PURE__ */ jsxs22("div", { id: "gantt", className: "k-widget k-gantt", children: [
|
|
6127
6174
|
/* @__PURE__ */ jsxs22(Toolbar, { className: "k-gantt-toolbar k-gantt-header", children: [
|
|
6128
|
-
/* @__PURE__ */
|
|
6129
|
-
/* @__PURE__ */
|
|
6130
|
-
/* @__PURE__ */
|
|
6175
|
+
/* @__PURE__ */ jsx51(Button, { className: "k-gantt-toggle", icon: "layout-1-by-4" }),
|
|
6176
|
+
/* @__PURE__ */ jsx51(Button, { className: "k-gantt-create", icon: "plus", children: "Add Task" }),
|
|
6177
|
+
/* @__PURE__ */ jsx51("span", { className: "k-spacer" }),
|
|
6131
6178
|
/* @__PURE__ */ jsxs22("div", { className: "k-gantt-views-wrapper", children: [
|
|
6132
|
-
/* @__PURE__ */ jsxs22("select", { className: "k-picker k-dropdown-list k-dropdown k-views-dropdown", children: [
|
|
6133
|
-
/* @__PURE__ */
|
|
6134
|
-
/* @__PURE__ */
|
|
6135
|
-
/* @__PURE__ */
|
|
6179
|
+
/* @__PURE__ */ jsxs22("select", { className: "k-picker k-picker-solid k-dropdown-list k-dropdown k-views-dropdown k-rounded-md", children: [
|
|
6180
|
+
/* @__PURE__ */ jsx51("option", { value: "day", children: "Day" }),
|
|
6181
|
+
/* @__PURE__ */ jsx51("option", { value: "week", children: "Week" }),
|
|
6182
|
+
/* @__PURE__ */ jsx51("option", { value: "month", children: "Month" })
|
|
6136
6183
|
] }),
|
|
6137
6184
|
/* @__PURE__ */ jsxs22(ButtonGroup, { className: "k-gantt-views", children: [
|
|
6138
|
-
/* @__PURE__ */
|
|
6139
|
-
/* @__PURE__ */
|
|
6140
|
-
/* @__PURE__ */
|
|
6185
|
+
/* @__PURE__ */ jsx51(Button, { className: "k-view-day", children: "Day" }),
|
|
6186
|
+
/* @__PURE__ */ jsx51(Button, { className: "k-view-week", selected: true, children: "Week" }),
|
|
6187
|
+
/* @__PURE__ */ jsx51(Button, { className: "k-view-month", children: "Month" })
|
|
6141
6188
|
] })
|
|
6142
6189
|
] })
|
|
6143
6190
|
] }),
|
|
6144
6191
|
/* @__PURE__ */ jsxs22("div", { className: "k-gantt-content", children: [
|
|
6145
|
-
/* @__PURE__ */
|
|
6146
|
-
/* @__PURE__ */
|
|
6192
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-treelist", children: /* @__PURE__ */ jsxs22("div", { className: "k-treelist k-grid k-grid-md k-grid-display-block", children: [
|
|
6193
|
+
/* @__PURE__ */ jsx51("div", { className: "k-table-thead k-grid-header", children: /* @__PURE__ */ jsx51("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", style: { minWidth: "250px" }, children: [
|
|
6147
6194
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
6148
|
-
/* @__PURE__ */
|
|
6149
|
-
/* @__PURE__ */
|
|
6150
|
-
/* @__PURE__ */
|
|
6195
|
+
/* @__PURE__ */ jsx51("col", { className: "k-drag-col" }),
|
|
6196
|
+
/* @__PURE__ */ jsx51("col", { style: { width: "50px" } }),
|
|
6197
|
+
/* @__PURE__ */ jsx51("col", {})
|
|
6151
6198
|
] }),
|
|
6152
|
-
/* @__PURE__ */
|
|
6153
|
-
/* @__PURE__ */
|
|
6154
|
-
/* @__PURE__ */
|
|
6155
|
-
/* @__PURE__ */
|
|
6199
|
+
/* @__PURE__ */ jsx51("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6200
|
+
/* @__PURE__ */ jsx51("th", { className: "k-table-th k-header k-drag-cell" }),
|
|
6201
|
+
/* @__PURE__ */ jsx51("th", { className: "k-table-th k-header", rowSpan: 1, children: /* @__PURE__ */ jsx51("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx51("span", { className: "k-link", children: /* @__PURE__ */ jsx51("span", { className: "k-column-title", children: "ID" }) }) }) }),
|
|
6202
|
+
/* @__PURE__ */ jsx51("th", { className: "k-table-th k-header", rowSpan: 1, children: /* @__PURE__ */ jsx51("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx51("span", { className: "k-link", children: /* @__PURE__ */ jsx51("span", { className: "k-column-title", children: "Title" }) }) }) })
|
|
6156
6203
|
] }) })
|
|
6157
6204
|
] }) }) }),
|
|
6158
|
-
/* @__PURE__ */
|
|
6205
|
+
/* @__PURE__ */ jsx51("div", { className: "k-grid-content k-auto-scrollable", style: { height: "530px", display: "block" }, children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table k-selectable", style: { minWidth: "250px" }, children: [
|
|
6159
6206
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
6160
|
-
/* @__PURE__ */
|
|
6161
|
-
/* @__PURE__ */
|
|
6162
|
-
/* @__PURE__ */
|
|
6207
|
+
/* @__PURE__ */ jsx51("col", { className: "k-drag-col" }),
|
|
6208
|
+
/* @__PURE__ */ jsx51("col", { style: { width: "50px" } }),
|
|
6209
|
+
/* @__PURE__ */ jsx51("col", {})
|
|
6163
6210
|
] }),
|
|
6164
6211
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
6165
6212
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6166
|
-
/* @__PURE__ */
|
|
6167
|
-
/* @__PURE__ */
|
|
6213
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6214
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "7" }),
|
|
6168
6215
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6169
|
-
/* @__PURE__ */
|
|
6216
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6170
6217
|
"Software validation, research and implementation"
|
|
6171
6218
|
] })
|
|
6172
6219
|
] }),
|
|
6173
6220
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6174
|
-
/* @__PURE__ */
|
|
6175
|
-
/* @__PURE__ */
|
|
6221
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6222
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "18" }),
|
|
6176
6223
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6177
|
-
/* @__PURE__ */
|
|
6178
|
-
/* @__PURE__ */
|
|
6224
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6225
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6179
6226
|
"Project Kickoff"
|
|
6180
6227
|
] })
|
|
6181
6228
|
] }),
|
|
6182
6229
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6183
|
-
/* @__PURE__ */
|
|
6184
|
-
/* @__PURE__ */
|
|
6230
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6231
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "11" }),
|
|
6185
6232
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6186
|
-
/* @__PURE__ */
|
|
6187
|
-
/* @__PURE__ */
|
|
6233
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6234
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6188
6235
|
"Research"
|
|
6189
6236
|
] })
|
|
6190
6237
|
] }),
|
|
6191
6238
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6192
|
-
/* @__PURE__ */
|
|
6193
|
-
/* @__PURE__ */
|
|
6239
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6240
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "19" }),
|
|
6194
6241
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6195
|
-
/* @__PURE__ */
|
|
6196
|
-
/* @__PURE__ */
|
|
6197
|
-
/* @__PURE__ */
|
|
6242
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6243
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6244
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6198
6245
|
"Validation with Customers"
|
|
6199
6246
|
] })
|
|
6200
6247
|
] }),
|
|
6201
6248
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6202
|
-
/* @__PURE__ */
|
|
6203
|
-
/* @__PURE__ */
|
|
6249
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6250
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "20" }),
|
|
6204
6251
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6205
|
-
/* @__PURE__ */
|
|
6206
|
-
/* @__PURE__ */
|
|
6207
|
-
/* @__PURE__ */
|
|
6252
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6253
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6254
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6208
6255
|
"Market Research"
|
|
6209
6256
|
] })
|
|
6210
6257
|
] }),
|
|
6211
6258
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6212
|
-
/* @__PURE__ */
|
|
6213
|
-
/* @__PURE__ */
|
|
6259
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6260
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "39" }),
|
|
6214
6261
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6215
|
-
/* @__PURE__ */
|
|
6216
|
-
/* @__PURE__ */
|
|
6217
|
-
/* @__PURE__ */
|
|
6262
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6263
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6264
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6218
6265
|
"Functional and Technical Specification"
|
|
6219
6266
|
] })
|
|
6220
6267
|
] }),
|
|
6221
6268
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6222
|
-
/* @__PURE__ */
|
|
6223
|
-
/* @__PURE__ */
|
|
6269
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6270
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "12" }),
|
|
6224
6271
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6225
|
-
/* @__PURE__ */
|
|
6226
|
-
/* @__PURE__ */
|
|
6272
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6273
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6227
6274
|
"Design"
|
|
6228
6275
|
] })
|
|
6229
6276
|
] }),
|
|
6230
6277
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6231
|
-
/* @__PURE__ */
|
|
6232
|
-
/* @__PURE__ */
|
|
6278
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6279
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "22" }),
|
|
6233
6280
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6234
|
-
/* @__PURE__ */
|
|
6235
|
-
/* @__PURE__ */
|
|
6236
|
-
/* @__PURE__ */
|
|
6281
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6282
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6283
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6237
6284
|
"UI Design"
|
|
6238
6285
|
] })
|
|
6239
6286
|
] }),
|
|
6240
6287
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6241
|
-
/* @__PURE__ */
|
|
6242
|
-
/* @__PURE__ */
|
|
6288
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6289
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "23" }),
|
|
6243
6290
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6244
|
-
/* @__PURE__ */
|
|
6245
|
-
/* @__PURE__ */
|
|
6246
|
-
/* @__PURE__ */
|
|
6291
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6292
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6293
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6247
6294
|
"HTML Prototype"
|
|
6248
6295
|
] })
|
|
6249
6296
|
] }),
|
|
6250
6297
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6251
|
-
/* @__PURE__ */
|
|
6252
|
-
/* @__PURE__ */
|
|
6298
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6299
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "13" }),
|
|
6253
6300
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6254
|
-
/* @__PURE__ */
|
|
6255
|
-
/* @__PURE__ */
|
|
6301
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6302
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6256
6303
|
"Implementation"
|
|
6257
6304
|
] })
|
|
6258
6305
|
] }),
|
|
6259
6306
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6260
|
-
/* @__PURE__ */
|
|
6261
|
-
/* @__PURE__ */
|
|
6307
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6308
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "24" }),
|
|
6262
6309
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6263
|
-
/* @__PURE__ */
|
|
6264
|
-
/* @__PURE__ */
|
|
6265
|
-
/* @__PURE__ */
|
|
6310
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6311
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6312
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6266
6313
|
"Prototype"
|
|
6267
6314
|
] })
|
|
6268
6315
|
] }),
|
|
6269
6316
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6270
|
-
/* @__PURE__ */
|
|
6271
|
-
/* @__PURE__ */
|
|
6317
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6318
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "26" }),
|
|
6272
6319
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6273
|
-
/* @__PURE__ */
|
|
6274
|
-
/* @__PURE__ */
|
|
6275
|
-
/* @__PURE__ */
|
|
6320
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6321
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6322
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6276
6323
|
"Architecture"
|
|
6277
6324
|
] })
|
|
6278
6325
|
] }),
|
|
6279
6326
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6280
|
-
/* @__PURE__ */
|
|
6281
|
-
/* @__PURE__ */
|
|
6327
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6328
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "27" }),
|
|
6282
6329
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6283
|
-
/* @__PURE__ */
|
|
6284
|
-
/* @__PURE__ */
|
|
6285
|
-
/* @__PURE__ */
|
|
6330
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6331
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6332
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6286
6333
|
"Data Layer"
|
|
6287
6334
|
] })
|
|
6288
6335
|
] }),
|
|
6289
6336
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6290
|
-
/* @__PURE__ */
|
|
6291
|
-
/* @__PURE__ */
|
|
6337
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6338
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "29" }),
|
|
6292
6339
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6293
|
-
/* @__PURE__ */
|
|
6294
|
-
/* @__PURE__ */
|
|
6295
|
-
/* @__PURE__ */
|
|
6340
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6341
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6342
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6296
6343
|
"UI and Interaction"
|
|
6297
6344
|
] })
|
|
6298
6345
|
] }),
|
|
6299
6346
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6300
|
-
/* @__PURE__ */
|
|
6301
|
-
/* @__PURE__ */
|
|
6347
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6348
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "28" }),
|
|
6302
6349
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6303
|
-
/* @__PURE__ */
|
|
6304
|
-
/* @__PURE__ */
|
|
6305
|
-
/* @__PURE__ */
|
|
6350
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6351
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6352
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6306
6353
|
"Unit Tests"
|
|
6307
6354
|
] })
|
|
6308
6355
|
] }),
|
|
6309
6356
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6310
|
-
/* @__PURE__ */
|
|
6311
|
-
/* @__PURE__ */
|
|
6357
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6358
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "14" }),
|
|
6312
6359
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6313
|
-
/* @__PURE__ */
|
|
6314
|
-
/* @__PURE__ */
|
|
6360
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6361
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6315
6362
|
"Testing"
|
|
6316
6363
|
] })
|
|
6317
6364
|
] }),
|
|
6318
6365
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6319
|
-
/* @__PURE__ */
|
|
6320
|
-
/* @__PURE__ */
|
|
6366
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6367
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "32" }),
|
|
6321
6368
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6322
|
-
/* @__PURE__ */
|
|
6323
|
-
/* @__PURE__ */
|
|
6324
|
-
/* @__PURE__ */
|
|
6369
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6370
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6371
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6325
6372
|
"Integration Testing"
|
|
6326
6373
|
] })
|
|
6327
6374
|
] }),
|
|
6328
6375
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6329
|
-
/* @__PURE__ */
|
|
6330
|
-
/* @__PURE__ */
|
|
6376
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6377
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "33" }),
|
|
6331
6378
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6332
|
-
/* @__PURE__ */
|
|
6333
|
-
/* @__PURE__ */
|
|
6334
|
-
/* @__PURE__ */
|
|
6379
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6380
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6381
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6335
6382
|
"Load Testing"
|
|
6336
6383
|
] })
|
|
6337
6384
|
] }),
|
|
6338
6385
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6339
|
-
/* @__PURE__ */
|
|
6340
|
-
/* @__PURE__ */
|
|
6386
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6387
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "30" }),
|
|
6341
6388
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6342
|
-
/* @__PURE__ */
|
|
6343
|
-
/* @__PURE__ */
|
|
6389
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6390
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-down" }),
|
|
6344
6391
|
"Documentation"
|
|
6345
6392
|
] })
|
|
6346
6393
|
] }),
|
|
6347
6394
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6348
|
-
/* @__PURE__ */
|
|
6349
|
-
/* @__PURE__ */
|
|
6395
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6396
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "34" }),
|
|
6350
6397
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6351
|
-
/* @__PURE__ */
|
|
6352
|
-
/* @__PURE__ */
|
|
6353
|
-
/* @__PURE__ */
|
|
6398
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6399
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6400
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6354
6401
|
"Structure"
|
|
6355
6402
|
] })
|
|
6356
6403
|
] }),
|
|
6357
6404
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6358
|
-
/* @__PURE__ */
|
|
6359
|
-
/* @__PURE__ */
|
|
6405
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6406
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "35" }),
|
|
6360
6407
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6361
|
-
/* @__PURE__ */
|
|
6362
|
-
/* @__PURE__ */
|
|
6363
|
-
/* @__PURE__ */
|
|
6408
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6409
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6410
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6364
6411
|
"Articles"
|
|
6365
6412
|
] })
|
|
6366
6413
|
] }),
|
|
6367
6414
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6368
|
-
/* @__PURE__ */
|
|
6369
|
-
/* @__PURE__ */
|
|
6415
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6416
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "31" }),
|
|
6370
6417
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6371
|
-
/* @__PURE__ */
|
|
6372
|
-
/* @__PURE__ */
|
|
6418
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6419
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "caret-alt-right" }),
|
|
6373
6420
|
"Demos"
|
|
6374
6421
|
] })
|
|
6375
6422
|
] }),
|
|
6376
6423
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6377
|
-
/* @__PURE__ */
|
|
6378
|
-
/* @__PURE__ */
|
|
6424
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx51(Icon, { icon: "reorder" }) }),
|
|
6425
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td", children: "17" }),
|
|
6379
6426
|
/* @__PURE__ */ jsxs22("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6380
|
-
/* @__PURE__ */
|
|
6381
|
-
/* @__PURE__ */
|
|
6427
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6428
|
+
/* @__PURE__ */ jsx51(Icon, { icon: "none" }),
|
|
6382
6429
|
"Release"
|
|
6383
6430
|
] })
|
|
6384
6431
|
] })
|
|
6385
6432
|
] })
|
|
6386
6433
|
] }) })
|
|
6387
6434
|
] }) }),
|
|
6388
|
-
/* @__PURE__ */
|
|
6389
|
-
/* @__PURE__ */
|
|
6390
|
-
/* @__PURE__ */
|
|
6435
|
+
/* @__PURE__ */ jsx51("div", { className: "k-splitbar k-splitbar-horizontal k-splitbar-draggable-horizontal", style: { height: "604px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-resize-handle" }) }),
|
|
6436
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-timeline", children: /* @__PURE__ */ jsxs22("div", { className: "k-timeline k-grid k-grid-md", children: [
|
|
6437
|
+
/* @__PURE__ */ jsx51("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx51("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "4200px" }, children: [
|
|
6391
6438
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
6392
|
-
/* @__PURE__ */
|
|
6393
|
-
/* @__PURE__ */
|
|
6394
|
-
/* @__PURE__ */
|
|
6395
|
-
/* @__PURE__ */
|
|
6396
|
-
/* @__PURE__ */
|
|
6397
|
-
/* @__PURE__ */
|
|
6398
|
-
/* @__PURE__ */
|
|
6399
|
-
/* @__PURE__ */
|
|
6400
|
-
/* @__PURE__ */
|
|
6401
|
-
/* @__PURE__ */
|
|
6402
|
-
/* @__PURE__ */
|
|
6403
|
-
/* @__PURE__ */
|
|
6404
|
-
/* @__PURE__ */
|
|
6405
|
-
/* @__PURE__ */
|
|
6406
|
-
/* @__PURE__ */
|
|
6407
|
-
/* @__PURE__ */
|
|
6408
|
-
/* @__PURE__ */
|
|
6409
|
-
/* @__PURE__ */
|
|
6410
|
-
/* @__PURE__ */
|
|
6411
|
-
/* @__PURE__ */
|
|
6412
|
-
/* @__PURE__ */
|
|
6413
|
-
/* @__PURE__ */
|
|
6414
|
-
/* @__PURE__ */
|
|
6415
|
-
/* @__PURE__ */
|
|
6416
|
-
/* @__PURE__ */
|
|
6417
|
-
/* @__PURE__ */
|
|
6418
|
-
/* @__PURE__ */
|
|
6419
|
-
/* @__PURE__ */
|
|
6420
|
-
/* @__PURE__ */
|
|
6421
|
-
/* @__PURE__ */
|
|
6422
|
-
/* @__PURE__ */
|
|
6423
|
-
/* @__PURE__ */
|
|
6424
|
-
/* @__PURE__ */
|
|
6425
|
-
/* @__PURE__ */
|
|
6426
|
-
/* @__PURE__ */
|
|
6427
|
-
/* @__PURE__ */
|
|
6428
|
-
/* @__PURE__ */
|
|
6429
|
-
/* @__PURE__ */
|
|
6430
|
-
/* @__PURE__ */
|
|
6431
|
-
/* @__PURE__ */
|
|
6432
|
-
/* @__PURE__ */
|
|
6433
|
-
/* @__PURE__ */
|
|
6439
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6440
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6441
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6442
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6443
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6444
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6445
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6446
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6447
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6448
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6449
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6450
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6451
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6452
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6453
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6454
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6455
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6456
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6457
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6458
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6459
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6460
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6461
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6462
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6463
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6464
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6465
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6466
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6467
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6468
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6469
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6470
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6471
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6472
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6473
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6474
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6475
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6476
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6477
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6478
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6479
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6480
|
+
/* @__PURE__ */ jsx51("col", {})
|
|
6434
6481
|
] }),
|
|
6435
6482
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
6436
6483
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6437
|
-
/* @__PURE__ */
|
|
6438
|
-
/* @__PURE__ */
|
|
6439
|
-
/* @__PURE__ */
|
|
6440
|
-
/* @__PURE__ */
|
|
6441
|
-
/* @__PURE__ */
|
|
6442
|
-
/* @__PURE__ */
|
|
6484
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 6/01 - Sat 6/07" }),
|
|
6485
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 6/08 - Sat 6/14" }),
|
|
6486
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 6/15 - Sat 6/21" }),
|
|
6487
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 6/22 - Sat 6/28" }),
|
|
6488
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 6/29 - Sat 7/05" }),
|
|
6489
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 7, className: "k-table-td k-header", children: "Sun 7/06 - Sat 7/12" })
|
|
6443
6490
|
] }),
|
|
6444
6491
|
/* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6445
|
-
/* @__PURE__ */
|
|
6446
|
-
/* @__PURE__ */
|
|
6447
|
-
/* @__PURE__ */
|
|
6448
|
-
/* @__PURE__ */
|
|
6449
|
-
/* @__PURE__ */
|
|
6450
|
-
/* @__PURE__ */
|
|
6451
|
-
/* @__PURE__ */
|
|
6452
|
-
/* @__PURE__ */
|
|
6453
|
-
/* @__PURE__ */
|
|
6454
|
-
/* @__PURE__ */
|
|
6455
|
-
/* @__PURE__ */
|
|
6456
|
-
/* @__PURE__ */
|
|
6457
|
-
/* @__PURE__ */
|
|
6458
|
-
/* @__PURE__ */
|
|
6459
|
-
/* @__PURE__ */
|
|
6460
|
-
/* @__PURE__ */
|
|
6461
|
-
/* @__PURE__ */
|
|
6462
|
-
/* @__PURE__ */
|
|
6463
|
-
/* @__PURE__ */
|
|
6464
|
-
/* @__PURE__ */
|
|
6465
|
-
/* @__PURE__ */
|
|
6466
|
-
/* @__PURE__ */
|
|
6467
|
-
/* @__PURE__ */
|
|
6468
|
-
/* @__PURE__ */
|
|
6469
|
-
/* @__PURE__ */
|
|
6470
|
-
/* @__PURE__ */
|
|
6471
|
-
/* @__PURE__ */
|
|
6472
|
-
/* @__PURE__ */
|
|
6473
|
-
/* @__PURE__ */
|
|
6474
|
-
/* @__PURE__ */
|
|
6475
|
-
/* @__PURE__ */
|
|
6476
|
-
/* @__PURE__ */
|
|
6477
|
-
/* @__PURE__ */
|
|
6478
|
-
/* @__PURE__ */
|
|
6479
|
-
/* @__PURE__ */
|
|
6480
|
-
/* @__PURE__ */
|
|
6481
|
-
/* @__PURE__ */
|
|
6482
|
-
/* @__PURE__ */
|
|
6483
|
-
/* @__PURE__ */
|
|
6484
|
-
/* @__PURE__ */
|
|
6485
|
-
/* @__PURE__ */
|
|
6486
|
-
/* @__PURE__ */
|
|
6492
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 6/01" }),
|
|
6493
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 6/02" }),
|
|
6494
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 6/03" }),
|
|
6495
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 6/04" }),
|
|
6496
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 6/05" }),
|
|
6497
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 6/06" }),
|
|
6498
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 6/07" }),
|
|
6499
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 6/08" }),
|
|
6500
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 6/09" }),
|
|
6501
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 6/10" }),
|
|
6502
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 6/11" }),
|
|
6503
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 6/12" }),
|
|
6504
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 6/13" }),
|
|
6505
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 6/14" }),
|
|
6506
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 6/15" }),
|
|
6507
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 6/16" }),
|
|
6508
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 6/17" }),
|
|
6509
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 6/18" }),
|
|
6510
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 6/19" }),
|
|
6511
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 6/20" }),
|
|
6512
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 6/21" }),
|
|
6513
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 6/22" }),
|
|
6514
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 6/23" }),
|
|
6515
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 6/24" }),
|
|
6516
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 6/25" }),
|
|
6517
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 6/26" }),
|
|
6518
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 6/27" }),
|
|
6519
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 6/28" }),
|
|
6520
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 6/29" }),
|
|
6521
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 6/30" }),
|
|
6522
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 7/01" }),
|
|
6523
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 7/02" }),
|
|
6524
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 7/03" }),
|
|
6525
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 7/04" }),
|
|
6526
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 7/05" }),
|
|
6527
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun 7/06" }),
|
|
6528
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon 7/07" }),
|
|
6529
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue 7/08" }),
|
|
6530
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed 7/09" }),
|
|
6531
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu 7/10" }),
|
|
6532
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri 7/11" }),
|
|
6533
|
+
/* @__PURE__ */ jsx51("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat 7/12" })
|
|
6487
6534
|
] })
|
|
6488
6535
|
] })
|
|
6489
6536
|
] }) }) }),
|
|
6490
6537
|
/* @__PURE__ */ jsxs22("div", { className: "k-grid-content", style: { height: "530px" }, children: [
|
|
6491
6538
|
/* @__PURE__ */ jsxs22("div", { className: "k-gantt-tables", children: [
|
|
6492
6539
|
/* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table k-gantt-rows", style: { width: "4200px" }, children: [
|
|
6493
|
-
/* @__PURE__ */
|
|
6540
|
+
/* @__PURE__ */ jsx51("colgroup", { children: /* @__PURE__ */ jsx51("col", {}) }),
|
|
6494
6541
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
6495
|
-
/* @__PURE__ */
|
|
6496
|
-
/* @__PURE__ */
|
|
6497
|
-
/* @__PURE__ */
|
|
6498
|
-
/* @__PURE__ */
|
|
6499
|
-
/* @__PURE__ */
|
|
6500
|
-
/* @__PURE__ */
|
|
6501
|
-
/* @__PURE__ */
|
|
6502
|
-
/* @__PURE__ */
|
|
6503
|
-
/* @__PURE__ */
|
|
6504
|
-
/* @__PURE__ */
|
|
6505
|
-
/* @__PURE__ */
|
|
6506
|
-
/* @__PURE__ */
|
|
6507
|
-
/* @__PURE__ */
|
|
6508
|
-
/* @__PURE__ */
|
|
6509
|
-
/* @__PURE__ */
|
|
6510
|
-
/* @__PURE__ */
|
|
6511
|
-
/* @__PURE__ */
|
|
6512
|
-
/* @__PURE__ */
|
|
6513
|
-
/* @__PURE__ */
|
|
6514
|
-
/* @__PURE__ */
|
|
6515
|
-
/* @__PURE__ */
|
|
6516
|
-
/* @__PURE__ */
|
|
6517
|
-
/* @__PURE__ */
|
|
6542
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6543
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6544
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6545
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6546
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6547
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6548
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6549
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6550
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6551
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6552
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6553
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6554
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6555
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6556
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6557
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6558
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6559
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6560
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6561
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6562
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6563
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row k-table-alt-row k-alt", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) }),
|
|
6564
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td" }) })
|
|
6518
6565
|
] })
|
|
6519
6566
|
] }),
|
|
6520
6567
|
/* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-gantt-columns", style: { width: "4200px", height: "828px" }, children: [
|
|
6521
6568
|
/* @__PURE__ */ jsxs22("colgroup", { children: [
|
|
6522
|
-
/* @__PURE__ */
|
|
6523
|
-
/* @__PURE__ */
|
|
6524
|
-
/* @__PURE__ */
|
|
6525
|
-
/* @__PURE__ */
|
|
6526
|
-
/* @__PURE__ */
|
|
6527
|
-
/* @__PURE__ */
|
|
6528
|
-
/* @__PURE__ */
|
|
6529
|
-
/* @__PURE__ */
|
|
6530
|
-
/* @__PURE__ */
|
|
6531
|
-
/* @__PURE__ */
|
|
6532
|
-
/* @__PURE__ */
|
|
6533
|
-
/* @__PURE__ */
|
|
6534
|
-
/* @__PURE__ */
|
|
6535
|
-
/* @__PURE__ */
|
|
6536
|
-
/* @__PURE__ */
|
|
6537
|
-
/* @__PURE__ */
|
|
6538
|
-
/* @__PURE__ */
|
|
6539
|
-
/* @__PURE__ */
|
|
6540
|
-
/* @__PURE__ */
|
|
6541
|
-
/* @__PURE__ */
|
|
6542
|
-
/* @__PURE__ */
|
|
6543
|
-
/* @__PURE__ */
|
|
6544
|
-
/* @__PURE__ */
|
|
6545
|
-
/* @__PURE__ */
|
|
6546
|
-
/* @__PURE__ */
|
|
6547
|
-
/* @__PURE__ */
|
|
6548
|
-
/* @__PURE__ */
|
|
6549
|
-
/* @__PURE__ */
|
|
6550
|
-
/* @__PURE__ */
|
|
6551
|
-
/* @__PURE__ */
|
|
6552
|
-
/* @__PURE__ */
|
|
6553
|
-
/* @__PURE__ */
|
|
6554
|
-
/* @__PURE__ */
|
|
6555
|
-
/* @__PURE__ */
|
|
6556
|
-
/* @__PURE__ */
|
|
6557
|
-
/* @__PURE__ */
|
|
6558
|
-
/* @__PURE__ */
|
|
6559
|
-
/* @__PURE__ */
|
|
6560
|
-
/* @__PURE__ */
|
|
6561
|
-
/* @__PURE__ */
|
|
6562
|
-
/* @__PURE__ */
|
|
6563
|
-
/* @__PURE__ */
|
|
6569
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6570
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6571
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6572
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6573
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6574
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6575
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6576
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6577
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6578
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6579
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6580
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6581
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6582
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6583
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6584
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6585
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6586
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6587
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6588
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6589
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6590
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6591
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6592
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6593
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6594
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6595
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6596
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6597
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6598
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6599
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6600
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6601
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6602
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6603
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6604
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6605
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6606
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6607
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6608
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6609
|
+
/* @__PURE__ */ jsx51("col", {}),
|
|
6610
|
+
/* @__PURE__ */ jsx51("col", {})
|
|
6564
6611
|
] }),
|
|
6565
|
-
/* @__PURE__ */
|
|
6566
|
-
/* @__PURE__ */
|
|
6567
|
-
/* @__PURE__ */
|
|
6568
|
-
/* @__PURE__ */
|
|
6569
|
-
/* @__PURE__ */
|
|
6570
|
-
/* @__PURE__ */
|
|
6571
|
-
/* @__PURE__ */
|
|
6572
|
-
/* @__PURE__ */
|
|
6573
|
-
/* @__PURE__ */
|
|
6574
|
-
/* @__PURE__ */
|
|
6575
|
-
/* @__PURE__ */
|
|
6576
|
-
/* @__PURE__ */
|
|
6577
|
-
/* @__PURE__ */
|
|
6578
|
-
/* @__PURE__ */
|
|
6579
|
-
/* @__PURE__ */
|
|
6580
|
-
/* @__PURE__ */
|
|
6581
|
-
/* @__PURE__ */
|
|
6582
|
-
/* @__PURE__ */
|
|
6583
|
-
/* @__PURE__ */
|
|
6584
|
-
/* @__PURE__ */
|
|
6585
|
-
/* @__PURE__ */
|
|
6586
|
-
/* @__PURE__ */
|
|
6587
|
-
/* @__PURE__ */
|
|
6588
|
-
/* @__PURE__ */
|
|
6589
|
-
/* @__PURE__ */
|
|
6590
|
-
/* @__PURE__ */
|
|
6591
|
-
/* @__PURE__ */
|
|
6592
|
-
/* @__PURE__ */
|
|
6593
|
-
/* @__PURE__ */
|
|
6594
|
-
/* @__PURE__ */
|
|
6595
|
-
/* @__PURE__ */
|
|
6596
|
-
/* @__PURE__ */
|
|
6597
|
-
/* @__PURE__ */
|
|
6598
|
-
/* @__PURE__ */
|
|
6599
|
-
/* @__PURE__ */
|
|
6600
|
-
/* @__PURE__ */
|
|
6601
|
-
/* @__PURE__ */
|
|
6602
|
-
/* @__PURE__ */
|
|
6603
|
-
/* @__PURE__ */
|
|
6604
|
-
/* @__PURE__ */
|
|
6605
|
-
/* @__PURE__ */
|
|
6606
|
-
/* @__PURE__ */
|
|
6607
|
-
/* @__PURE__ */
|
|
6612
|
+
/* @__PURE__ */ jsx51("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
|
|
6613
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6614
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6615
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6616
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6617
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6618
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6619
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6620
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6621
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6622
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6623
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6624
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6625
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6626
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6627
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6628
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6629
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6630
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6631
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6632
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6633
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6634
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6635
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6636
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6637
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6638
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6639
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6640
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6641
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6642
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6643
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6644
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6645
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6646
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6647
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6648
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" }),
|
|
6649
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6650
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6651
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6652
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6653
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td" }),
|
|
6654
|
+
/* @__PURE__ */ jsx51("td", { className: "k-table-td k-nonwork-hour" })
|
|
6608
6655
|
] }) })
|
|
6609
6656
|
] }),
|
|
6610
6657
|
/* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-gantt-tasks", style: { width: "4200px" }, children: [
|
|
6611
|
-
/* @__PURE__ */
|
|
6658
|
+
/* @__PURE__ */ jsx51("colgroup", { children: /* @__PURE__ */ jsx51("col", {}) }),
|
|
6612
6659
|
/* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
|
|
6613
|
-
/* @__PURE__ */
|
|
6614
|
-
/* @__PURE__ */
|
|
6615
|
-
/* @__PURE__ */
|
|
6616
|
-
/* @__PURE__ */
|
|
6660
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "113px" }, children: [
|
|
6661
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "4000px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "1720px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "4000px" } }) }) }),
|
|
6662
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6663
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6617
6664
|
] }) }) }),
|
|
6618
|
-
/* @__PURE__ */
|
|
6619
|
-
/* @__PURE__ */
|
|
6620
|
-
/* @__PURE__ */
|
|
6621
|
-
/* @__PURE__ */
|
|
6665
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-milestone-wrap", style: { left: "113px" }, children: [
|
|
6666
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-milestone" }),
|
|
6667
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6668
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6622
6669
|
] }) }) }),
|
|
6623
|
-
/* @__PURE__ */
|
|
6624
|
-
/* @__PURE__ */
|
|
6625
|
-
/* @__PURE__ */
|
|
6626
|
-
/* @__PURE__ */
|
|
6670
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "113px" }, children: [
|
|
6671
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "215px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
|
|
6672
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6673
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6627
6674
|
] }) }) }),
|
|
6628
|
-
/* @__PURE__ */
|
|
6675
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "113px" }, children: [
|
|
6629
6676
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "200px" }, children: [
|
|
6630
|
-
/* @__PURE__ */
|
|
6677
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "50px" } }),
|
|
6631
6678
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6632
|
-
/* @__PURE__ */
|
|
6633
|
-
/* @__PURE__ */
|
|
6634
|
-
/* @__PURE__ */
|
|
6635
|
-
/* @__PURE__ */
|
|
6679
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Validation with Customers" }),
|
|
6680
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6681
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6682
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6636
6683
|
] })
|
|
6637
6684
|
] }),
|
|
6638
|
-
/* @__PURE__ */
|
|
6639
|
-
/* @__PURE__ */
|
|
6640
|
-
/* @__PURE__ */
|
|
6685
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6686
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6687
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "50px" } })
|
|
6641
6688
|
] }) }) }),
|
|
6642
|
-
/* @__PURE__ */
|
|
6689
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "113px" }, children: [
|
|
6643
6690
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "200px" }, children: [
|
|
6644
|
-
/* @__PURE__ */
|
|
6691
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "164px" } }),
|
|
6645
6692
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6646
|
-
/* @__PURE__ */
|
|
6647
|
-
/* @__PURE__ */
|
|
6648
|
-
/* @__PURE__ */
|
|
6649
|
-
/* @__PURE__ */
|
|
6693
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Market Research" }),
|
|
6694
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6695
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6696
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6650
6697
|
] })
|
|
6651
6698
|
] }),
|
|
6652
|
-
/* @__PURE__ */
|
|
6653
|
-
/* @__PURE__ */
|
|
6654
|
-
/* @__PURE__ */
|
|
6699
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6700
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6701
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "164px" } })
|
|
6655
6702
|
] }) }) }),
|
|
6656
|
-
/* @__PURE__ */
|
|
6703
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "313px" }, children: [
|
|
6657
6704
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "300px" }, children: [
|
|
6658
|
-
/* @__PURE__ */
|
|
6705
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "69px" } }),
|
|
6659
6706
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6660
|
-
/* @__PURE__ */
|
|
6661
|
-
/* @__PURE__ */
|
|
6662
|
-
/* @__PURE__ */
|
|
6663
|
-
/* @__PURE__ */
|
|
6707
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Functional and Technical Specification" }),
|
|
6708
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6709
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6710
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6664
6711
|
] })
|
|
6665
6712
|
] }),
|
|
6666
|
-
/* @__PURE__ */
|
|
6667
|
-
/* @__PURE__ */
|
|
6668
|
-
/* @__PURE__ */
|
|
6713
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6714
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6715
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "69px" } })
|
|
6669
6716
|
] }) }) }),
|
|
6670
|
-
/* @__PURE__ */
|
|
6671
|
-
/* @__PURE__ */
|
|
6672
|
-
/* @__PURE__ */
|
|
6673
|
-
/* @__PURE__ */
|
|
6717
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "813px" }, children: [
|
|
6718
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "300px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
|
|
6719
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6720
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6674
6721
|
] }) }) }),
|
|
6675
|
-
/* @__PURE__ */
|
|
6722
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "813px" }, children: [
|
|
6676
6723
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "200px" }, children: [
|
|
6677
|
-
/* @__PURE__ */
|
|
6724
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "112px" } }),
|
|
6678
6725
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6679
|
-
/* @__PURE__ */
|
|
6680
|
-
/* @__PURE__ */
|
|
6681
|
-
/* @__PURE__ */
|
|
6682
|
-
/* @__PURE__ */
|
|
6726
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "UI Design" }),
|
|
6727
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6728
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6729
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6683
6730
|
] })
|
|
6684
6731
|
] }),
|
|
6685
|
-
/* @__PURE__ */
|
|
6686
|
-
/* @__PURE__ */
|
|
6687
|
-
/* @__PURE__ */
|
|
6732
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6733
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6734
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "112px" } })
|
|
6688
6735
|
] }) }) }),
|
|
6689
|
-
/* @__PURE__ */
|
|
6736
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "1013px" }, children: [
|
|
6690
6737
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "300px" }, children: [
|
|
6691
|
-
/* @__PURE__ */
|
|
6738
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "192px" } }),
|
|
6692
6739
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6693
|
-
/* @__PURE__ */
|
|
6694
|
-
/* @__PURE__ */
|
|
6695
|
-
/* @__PURE__ */
|
|
6696
|
-
/* @__PURE__ */
|
|
6740
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "HTML Prototype" }),
|
|
6741
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6742
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6743
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6697
6744
|
] })
|
|
6698
6745
|
] }),
|
|
6699
|
-
/* @__PURE__ */
|
|
6700
|
-
/* @__PURE__ */
|
|
6701
|
-
/* @__PURE__ */
|
|
6746
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6747
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6748
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "192px" } })
|
|
6702
6749
|
] }) }) }),
|
|
6703
|
-
/* @__PURE__ */
|
|
6704
|
-
/* @__PURE__ */
|
|
6705
|
-
/* @__PURE__ */
|
|
6706
|
-
/* @__PURE__ */
|
|
6750
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "1013px" }, children: [
|
|
6751
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "2100px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "1617px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "2100px" } }) }) }),
|
|
6752
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6753
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6707
6754
|
] }) }) }),
|
|
6708
|
-
/* @__PURE__ */
|
|
6755
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "1013px" }, children: [
|
|
6709
6756
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "600px" }, children: [
|
|
6710
|
-
/* @__PURE__ */
|
|
6757
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "462px" } }),
|
|
6711
6758
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6712
|
-
/* @__PURE__ */
|
|
6713
|
-
/* @__PURE__ */
|
|
6714
|
-
/* @__PURE__ */
|
|
6715
|
-
/* @__PURE__ */
|
|
6759
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Prototype" }),
|
|
6760
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6761
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6762
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6716
6763
|
] })
|
|
6717
6764
|
] }),
|
|
6718
|
-
/* @__PURE__ */
|
|
6719
|
-
/* @__PURE__ */
|
|
6720
|
-
/* @__PURE__ */
|
|
6765
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6766
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6767
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "462px" } })
|
|
6721
6768
|
] }) }) }),
|
|
6722
|
-
/* @__PURE__ */
|
|
6769
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "1613px" }, children: [
|
|
6723
6770
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "100px" }, children: [
|
|
6724
|
-
/* @__PURE__ */
|
|
6771
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "82px" } }),
|
|
6725
6772
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6726
|
-
/* @__PURE__ */
|
|
6727
|
-
/* @__PURE__ */
|
|
6728
|
-
/* @__PURE__ */
|
|
6729
|
-
/* @__PURE__ */
|
|
6773
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Architecture" }),
|
|
6774
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6775
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6776
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6730
6777
|
] })
|
|
6731
6778
|
] }),
|
|
6732
|
-
/* @__PURE__ */
|
|
6733
|
-
/* @__PURE__ */
|
|
6734
|
-
/* @__PURE__ */
|
|
6779
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6780
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6781
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "82px" } })
|
|
6735
6782
|
] }) }) }),
|
|
6736
|
-
/* @__PURE__ */
|
|
6783
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "1713px" }, children: [
|
|
6737
6784
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "600px" }, children: [
|
|
6738
|
-
/* @__PURE__ */
|
|
6785
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "600px" } }),
|
|
6739
6786
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6740
|
-
/* @__PURE__ */
|
|
6741
|
-
/* @__PURE__ */
|
|
6742
|
-
/* @__PURE__ */
|
|
6743
|
-
/* @__PURE__ */
|
|
6787
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Data Layer" }),
|
|
6788
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6789
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6790
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6744
6791
|
] })
|
|
6745
6792
|
] }),
|
|
6746
|
-
/* @__PURE__ */
|
|
6747
|
-
/* @__PURE__ */
|
|
6748
|
-
/* @__PURE__ */
|
|
6793
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6794
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6795
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "600px" } })
|
|
6749
6796
|
] }) }) }),
|
|
6750
|
-
/* @__PURE__ */
|
|
6797
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "2613px" }, children: [
|
|
6751
6798
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "500px" }, children: [
|
|
6752
|
-
/* @__PURE__ */
|
|
6799
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "300px" } }),
|
|
6753
6800
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6754
|
-
/* @__PURE__ */
|
|
6755
|
-
/* @__PURE__ */
|
|
6756
|
-
/* @__PURE__ */
|
|
6757
|
-
/* @__PURE__ */
|
|
6801
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "UI and Interaction" }),
|
|
6802
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6803
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6804
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6758
6805
|
] })
|
|
6759
6806
|
] }),
|
|
6760
|
-
/* @__PURE__ */
|
|
6761
|
-
/* @__PURE__ */
|
|
6762
|
-
/* @__PURE__ */
|
|
6807
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6808
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6809
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "300px" } })
|
|
6763
6810
|
] }) }) }),
|
|
6764
|
-
/* @__PURE__ */
|
|
6811
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "1713px" }, children: [
|
|
6765
6812
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "900px" }, children: [
|
|
6766
|
-
/* @__PURE__ */
|
|
6813
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "612px" } }),
|
|
6767
6814
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6768
|
-
/* @__PURE__ */
|
|
6769
|
-
/* @__PURE__ */
|
|
6770
|
-
/* @__PURE__ */
|
|
6771
|
-
/* @__PURE__ */
|
|
6815
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Unit Tests" }),
|
|
6816
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6817
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6818
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6772
6819
|
] })
|
|
6773
6820
|
] }),
|
|
6774
|
-
/* @__PURE__ */
|
|
6775
|
-
/* @__PURE__ */
|
|
6776
|
-
/* @__PURE__ */
|
|
6821
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6822
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6823
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "612px" } })
|
|
6777
6824
|
] }) }) }),
|
|
6778
|
-
/* @__PURE__ */
|
|
6779
|
-
/* @__PURE__ */
|
|
6780
|
-
/* @__PURE__ */
|
|
6781
|
-
/* @__PURE__ */
|
|
6825
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "2913px" }, children: [
|
|
6826
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "500px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "260px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "500px" } }) }) }),
|
|
6827
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6828
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6782
6829
|
] }) }) }),
|
|
6783
|
-
/* @__PURE__ */
|
|
6830
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "2913px" }, children: [
|
|
6784
6831
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "500px" }, children: [
|
|
6785
|
-
/* @__PURE__ */
|
|
6832
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "470px" } }),
|
|
6786
6833
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6787
|
-
/* @__PURE__ */
|
|
6788
|
-
/* @__PURE__ */
|
|
6789
|
-
/* @__PURE__ */
|
|
6790
|
-
/* @__PURE__ */
|
|
6834
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Integration Testing" }),
|
|
6835
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6836
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6837
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6791
6838
|
] })
|
|
6792
6839
|
] }),
|
|
6793
|
-
/* @__PURE__ */
|
|
6794
|
-
/* @__PURE__ */
|
|
6795
|
-
/* @__PURE__ */
|
|
6840
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6841
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6842
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "470px" } })
|
|
6796
6843
|
] }) }) }),
|
|
6797
|
-
/* @__PURE__ */
|
|
6844
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "2913px" }, children: [
|
|
6798
6845
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "500px" }, children: [
|
|
6799
|
-
/* @__PURE__ */
|
|
6846
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "50px" } }),
|
|
6800
6847
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6801
|
-
/* @__PURE__ */
|
|
6802
|
-
/* @__PURE__ */
|
|
6803
|
-
/* @__PURE__ */
|
|
6804
|
-
/* @__PURE__ */
|
|
6848
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Load Testing" }),
|
|
6849
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6850
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6851
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6805
6852
|
] })
|
|
6806
6853
|
] }),
|
|
6807
|
-
/* @__PURE__ */
|
|
6808
|
-
/* @__PURE__ */
|
|
6809
|
-
/* @__PURE__ */
|
|
6854
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6855
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6856
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "50px" } })
|
|
6810
6857
|
] }) }) }),
|
|
6811
|
-
/* @__PURE__ */
|
|
6812
|
-
/* @__PURE__ */
|
|
6813
|
-
/* @__PURE__ */
|
|
6814
|
-
/* @__PURE__ */
|
|
6858
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "2213px" }, children: [
|
|
6859
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "1200px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "168px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "1200px" } }) }) }),
|
|
6860
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6861
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6815
6862
|
] }) }) }),
|
|
6816
|
-
/* @__PURE__ */
|
|
6863
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "2213px" }, children: [
|
|
6817
6864
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "300px" }, children: [
|
|
6818
|
-
/* @__PURE__ */
|
|
6865
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "84px" } }),
|
|
6819
6866
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6820
|
-
/* @__PURE__ */
|
|
6821
|
-
/* @__PURE__ */
|
|
6822
|
-
/* @__PURE__ */
|
|
6823
|
-
/* @__PURE__ */
|
|
6867
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Structure" }),
|
|
6868
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6869
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6870
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6824
6871
|
] })
|
|
6825
6872
|
] }),
|
|
6826
|
-
/* @__PURE__ */
|
|
6827
|
-
/* @__PURE__ */
|
|
6828
|
-
/* @__PURE__ */
|
|
6873
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6874
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6875
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "84px" } })
|
|
6829
6876
|
] }) }) }),
|
|
6830
|
-
/* @__PURE__ */
|
|
6877
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap", style: { left: "2513px" }, children: [
|
|
6831
6878
|
/* @__PURE__ */ jsxs22("div", { className: "k-task k-task-single", style: { width: "900px" }, children: [
|
|
6832
|
-
/* @__PURE__ */
|
|
6879
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-complete", style: { width: "0px" } }),
|
|
6833
6880
|
/* @__PURE__ */ jsxs22("div", { className: "k-task-content", children: [
|
|
6834
|
-
/* @__PURE__ */
|
|
6835
|
-
/* @__PURE__ */
|
|
6836
|
-
/* @__PURE__ */
|
|
6837
|
-
/* @__PURE__ */
|
|
6881
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-template", children: "Articles" }),
|
|
6882
|
+
/* @__PURE__ */ jsx51("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx51("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx51(Icon, { icon: "x" }) }) }),
|
|
6883
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-w" }),
|
|
6884
|
+
/* @__PURE__ */ jsx51("span", { className: "k-resize-handle k-resize-e" })
|
|
6838
6885
|
] })
|
|
6839
6886
|
] }),
|
|
6840
|
-
/* @__PURE__ */
|
|
6841
|
-
/* @__PURE__ */
|
|
6842
|
-
/* @__PURE__ */
|
|
6887
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6888
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } }),
|
|
6889
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-draghandle", style: { left: "0px" } })
|
|
6843
6890
|
] }) }) }),
|
|
6844
|
-
/* @__PURE__ */
|
|
6845
|
-
/* @__PURE__ */
|
|
6846
|
-
/* @__PURE__ */
|
|
6847
|
-
/* @__PURE__ */
|
|
6891
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-summary-wrap", style: { left: "2913px" }, children: [
|
|
6892
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-summary", style: { width: "1200px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-progress", style: { width: "984px" }, children: /* @__PURE__ */ jsx51("div", { className: "k-task-summary-complete", style: { width: "1200px" } }) }) }),
|
|
6893
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6894
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6848
6895
|
] }) }) }),
|
|
6849
|
-
/* @__PURE__ */
|
|
6850
|
-
/* @__PURE__ */
|
|
6851
|
-
/* @__PURE__ */
|
|
6852
|
-
/* @__PURE__ */
|
|
6896
|
+
/* @__PURE__ */ jsx51("tr", { className: "k-table-row", children: /* @__PURE__ */ jsx51("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs22("div", { className: "k-task-wrap k-milestone-wrap", style: { left: "4113px" }, children: [
|
|
6897
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task k-task-milestone" }),
|
|
6898
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-start" }),
|
|
6899
|
+
/* @__PURE__ */ jsx51("div", { className: "k-task-dot k-task-end", style: { right: "0px" } })
|
|
6853
6900
|
] }) }) })
|
|
6854
6901
|
] })
|
|
6855
6902
|
] })
|
|
6856
6903
|
] }),
|
|
6857
6904
|
/* @__PURE__ */ jsxs22("div", { className: "k-gantt-dependencies", style: { width: "4200px" }, children: [
|
|
6858
|
-
/* @__PURE__ */
|
|
6859
|
-
/* @__PURE__ */
|
|
6860
|
-
/* @__PURE__ */
|
|
6861
|
-
/* @__PURE__ */
|
|
6862
|
-
/* @__PURE__ */
|
|
6863
|
-
/* @__PURE__ */
|
|
6864
|
-
/* @__PURE__ */
|
|
6865
|
-
/* @__PURE__ */
|
|
6866
|
-
/* @__PURE__ */
|
|
6867
|
-
/* @__PURE__ */
|
|
6868
|
-
/* @__PURE__ */
|
|
6869
|
-
/* @__PURE__ */
|
|
6870
|
-
/* @__PURE__ */
|
|
6871
|
-
/* @__PURE__ */
|
|
6872
|
-
/* @__PURE__ */
|
|
6873
|
-
/* @__PURE__ */
|
|
6874
|
-
/* @__PURE__ */
|
|
6875
|
-
/* @__PURE__ */
|
|
6876
|
-
/* @__PURE__ */
|
|
6877
|
-
/* @__PURE__ */
|
|
6878
|
-
/* @__PURE__ */
|
|
6879
|
-
/* @__PURE__ */
|
|
6880
|
-
/* @__PURE__ */
|
|
6881
|
-
/* @__PURE__ */
|
|
6882
|
-
/* @__PURE__ */
|
|
6883
|
-
/* @__PURE__ */
|
|
6884
|
-
/* @__PURE__ */
|
|
6885
|
-
/* @__PURE__ */
|
|
6886
|
-
/* @__PURE__ */
|
|
6887
|
-
/* @__PURE__ */
|
|
6888
|
-
/* @__PURE__ */
|
|
6889
|
-
/* @__PURE__ */
|
|
6890
|
-
/* @__PURE__ */
|
|
6891
|
-
/* @__PURE__ */
|
|
6892
|
-
/* @__PURE__ */
|
|
6893
|
-
/* @__PURE__ */
|
|
6894
|
-
/* @__PURE__ */
|
|
6895
|
-
/* @__PURE__ */
|
|
6896
|
-
/* @__PURE__ */
|
|
6897
|
-
/* @__PURE__ */
|
|
6898
|
-
/* @__PURE__ */
|
|
6899
|
-
/* @__PURE__ */
|
|
6900
|
-
/* @__PURE__ */
|
|
6901
|
-
/* @__PURE__ */
|
|
6902
|
-
/* @__PURE__ */
|
|
6903
|
-
/* @__PURE__ */
|
|
6904
|
-
/* @__PURE__ */
|
|
6905
|
-
/* @__PURE__ */
|
|
6906
|
-
/* @__PURE__ */
|
|
6907
|
-
/* @__PURE__ */
|
|
6908
|
-
/* @__PURE__ */
|
|
6909
|
-
/* @__PURE__ */
|
|
6910
|
-
/* @__PURE__ */
|
|
6911
|
-
/* @__PURE__ */
|
|
6912
|
-
/* @__PURE__ */
|
|
6913
|
-
/* @__PURE__ */
|
|
6914
|
-
/* @__PURE__ */
|
|
6915
|
-
/* @__PURE__ */
|
|
6916
|
-
/* @__PURE__ */
|
|
6917
|
-
/* @__PURE__ */
|
|
6918
|
-
/* @__PURE__ */
|
|
6919
|
-
/* @__PURE__ */
|
|
6920
|
-
/* @__PURE__ */
|
|
6921
|
-
/* @__PURE__ */
|
|
6922
|
-
/* @__PURE__ */
|
|
6923
|
-
/* @__PURE__ */
|
|
6924
|
-
/* @__PURE__ */
|
|
6925
|
-
/* @__PURE__ */
|
|
6926
|
-
/* @__PURE__ */
|
|
6927
|
-
/* @__PURE__ */
|
|
6928
|
-
/* @__PURE__ */
|
|
6929
|
-
/* @__PURE__ */
|
|
6930
|
-
/* @__PURE__ */
|
|
6931
|
-
/* @__PURE__ */
|
|
6932
|
-
/* @__PURE__ */
|
|
6933
|
-
/* @__PURE__ */
|
|
6934
|
-
/* @__PURE__ */
|
|
6935
|
-
/* @__PURE__ */
|
|
6936
|
-
/* @__PURE__ */
|
|
6937
|
-
/* @__PURE__ */
|
|
6938
|
-
/* @__PURE__ */
|
|
6905
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "124.5px", top: "53px", width: "10px" } }),
|
|
6906
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "132.5px", top: "53px", height: "18px" } }),
|
|
6907
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "103px", top: "71px", width: "31.5px" } }),
|
|
6908
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "103px", top: "71px", height: "54px" } }),
|
|
6909
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "103px", top: "125px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6910
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1013px", top: "269px", width: "10px" } }),
|
|
6911
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1021px", top: "269px", height: "18px" } }),
|
|
6912
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1003px", top: "287px", width: "20px" } }),
|
|
6913
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1003px", top: "287px", height: "18px" } }),
|
|
6914
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1003px", top: "305px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6915
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1313px", top: "305px", width: "10px" } }),
|
|
6916
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1321px", top: "305px", height: "18px" } }),
|
|
6917
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1003px", top: "323px", width: "320px" } }),
|
|
6918
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1003px", top: "323px", height: "54px" } }),
|
|
6919
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1003px", top: "377px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6920
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1613px", top: "377px", width: "10px" } }),
|
|
6921
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1621px", top: "377px", height: "18px" } }),
|
|
6922
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1603px", top: "395px", width: "20px" } }),
|
|
6923
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1603px", top: "395px", height: "18px" } }),
|
|
6924
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1603px", top: "413px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6925
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1713px", top: "413px", width: "10px" } }),
|
|
6926
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1721px", top: "413px", height: "18px" } }),
|
|
6927
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1703px", top: "431px", width: "20px" } }),
|
|
6928
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1703px", top: "431px", height: "18px" } }),
|
|
6929
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1703px", top: "449px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6930
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1713px", top: "413px", width: "10px" } }),
|
|
6931
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1721px", top: "413px", height: "18px" } }),
|
|
6932
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1703px", top: "431px", width: "20px" } }),
|
|
6933
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "1703px", top: "431px", height: "90px" } }),
|
|
6934
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "1703px", top: "521px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6935
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2313px", top: "449px", width: "10px" } }),
|
|
6936
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "2321px", top: "449px", height: "36px" } }),
|
|
6937
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2321px", top: "485px", width: "291px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6938
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2613px", top: "521px", width: "510px" } }),
|
|
6939
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3121px", top: "485px", height: "38px" } }),
|
|
6940
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3114px", top: "485px", width: "7px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-caret-alt-left" }) }),
|
|
6941
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3113px", top: "485px", width: "10px" } }),
|
|
6942
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3121px", top: "485px", height: "18px" } }),
|
|
6943
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2903px", top: "503px", width: "220px" } }),
|
|
6944
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "2903px", top: "503px", height: "90px" } }),
|
|
6945
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2903px", top: "593px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6946
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3113px", top: "485px", width: "10px" } }),
|
|
6947
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3121px", top: "485px", height: "18px" } }),
|
|
6948
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2903px", top: "503px", width: "220px" } }),
|
|
6949
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "2903px", top: "503px", height: "126px" } }),
|
|
6950
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2903px", top: "629px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6951
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2513px", top: "701px", width: "10px" } }),
|
|
6952
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "2521px", top: "701px", height: "18px" } }),
|
|
6953
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2503px", top: "719px", width: "20px" } }),
|
|
6954
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "2503px", top: "719px", height: "18px" } }),
|
|
6955
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "2503px", top: "737px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6956
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3413px", top: "593px", width: "10px" } }),
|
|
6957
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3421px", top: "593px", height: "38px" } }),
|
|
6958
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3414px", top: "629px", width: "7px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-caret-alt-left" }) }),
|
|
6959
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3413px", top: "629px", width: "10px" } }),
|
|
6960
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3421px", top: "629px", height: "180px" } }),
|
|
6961
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3421px", top: "809px", width: "679.5px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6962
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3413px", top: "737px", width: "10px" } }),
|
|
6963
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3421px", top: "737px", height: "72px" } }),
|
|
6964
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3421px", top: "809px", width: "679.5px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6965
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3113px", top: "341px", width: "10px" } }),
|
|
6966
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "3121px", top: "341px", height: "146px" } }),
|
|
6967
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "3114px", top: "485px", width: "7px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-caret-alt-left" }) }),
|
|
6968
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "124.5px", top: "53px", width: "10px" } }),
|
|
6969
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "132.5px", top: "53px", height: "18px" } }),
|
|
6970
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "103px", top: "71px", width: "31.5px" } }),
|
|
6971
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "103px", top: "71px", height: "90px" } }),
|
|
6972
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "103px", top: "161px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6973
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "313px", top: "161px", width: "10px" } }),
|
|
6974
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "321px", top: "161px", height: "18px" } }),
|
|
6975
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "303px", top: "179px", width: "20px" } }),
|
|
6976
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "303px", top: "179px", height: "18px" } }),
|
|
6977
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "303px", top: "197px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6978
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "313px", top: "125px", width: "10px" } }),
|
|
6979
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "321px", top: "125px", height: "18px" } }),
|
|
6980
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "303px", top: "143px", width: "20px" } }),
|
|
6981
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "303px", top: "143px", height: "54px" } }),
|
|
6982
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "303px", top: "197px", width: "9px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) }),
|
|
6983
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "613px", top: "197px", width: "10px" } }),
|
|
6984
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-v", style: { left: "621px", top: "197px", height: "72px" } }),
|
|
6985
|
+
/* @__PURE__ */ jsx51("div", { className: "k-gantt-line k-gantt-line-h", style: { left: "621px", top: "269px", width: "191px" }, children: /* @__PURE__ */ jsx51("span", { className: "k-arrow-e" }) })
|
|
6939
6986
|
] })
|
|
6940
6987
|
] })
|
|
6941
6988
|
] }) })
|
|
6942
6989
|
] }),
|
|
6943
|
-
/* @__PURE__ */
|
|
6990
|
+
/* @__PURE__ */ jsx51(Toolbar, { className: "k-gantt-toolbar k-gantt-footer", children: /* @__PURE__ */ jsx51(Button, { className: "k-gantt-create", icon: "plus", children: "Add Task" }) })
|
|
6944
6991
|
] }) })
|
|
6945
6992
|
] });
|
|
6946
6993
|
export {
|