@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
|
@@ -4857,27 +4857,74 @@ ColorPicker.options = options13;
|
|
|
4857
4857
|
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
4858
4858
|
ColorPicker.defaultProps = defaultProps10;
|
|
4859
4859
|
|
|
4860
|
-
// src/
|
|
4860
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4861
4861
|
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
4862
|
-
var
|
|
4862
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4863
4863
|
var states15 = [];
|
|
4864
4864
|
var options14 = {};
|
|
4865
|
-
var defaultProps11 = {
|
|
4865
|
+
var defaultProps11 = {
|
|
4866
|
+
positionMode: "absolute"
|
|
4867
|
+
};
|
|
4868
|
+
var AnimationContainer = (props) => {
|
|
4869
|
+
const {
|
|
4870
|
+
positionMode,
|
|
4871
|
+
animationStyle,
|
|
4872
|
+
offset,
|
|
4873
|
+
...other
|
|
4874
|
+
} = props;
|
|
4875
|
+
return /* @__PURE__ */ jsx21(
|
|
4876
|
+
"div",
|
|
4877
|
+
{
|
|
4878
|
+
...other,
|
|
4879
|
+
style: { ...offset, ...props.style },
|
|
4880
|
+
className: classNames(
|
|
4881
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4882
|
+
"k-animation-container-shown",
|
|
4883
|
+
{
|
|
4884
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4885
|
+
}
|
|
4886
|
+
),
|
|
4887
|
+
children: /* @__PURE__ */ jsx21("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4888
|
+
}
|
|
4889
|
+
);
|
|
4890
|
+
};
|
|
4891
|
+
AnimationContainer.states = states15;
|
|
4892
|
+
AnimationContainer.options = options14;
|
|
4893
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4894
|
+
AnimationContainer.defaultProps = defaultProps11;
|
|
4895
|
+
|
|
4896
|
+
// src/popup/popup.spec.tsx
|
|
4897
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
4898
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4899
|
+
var states16 = [];
|
|
4900
|
+
var options15 = {};
|
|
4901
|
+
var defaultProps12 = {
|
|
4902
|
+
positionMode: "absolute"
|
|
4903
|
+
};
|
|
4866
4904
|
var Popup = (props) => {
|
|
4867
4905
|
const {
|
|
4906
|
+
offset,
|
|
4907
|
+
positionMode,
|
|
4868
4908
|
...other
|
|
4869
4909
|
} = props;
|
|
4870
|
-
return /* @__PURE__ */
|
|
4910
|
+
return /* @__PURE__ */ jsx22(
|
|
4911
|
+
AnimationContainer,
|
|
4912
|
+
{
|
|
4913
|
+
positionMode,
|
|
4914
|
+
offset,
|
|
4915
|
+
children: /* @__PURE__ */ jsx22("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4916
|
+
}
|
|
4917
|
+
);
|
|
4871
4918
|
};
|
|
4872
|
-
Popup.states =
|
|
4873
|
-
Popup.options =
|
|
4919
|
+
Popup.states = states16;
|
|
4920
|
+
Popup.options = options15;
|
|
4874
4921
|
Popup.className = POPUP_CLASSNAME;
|
|
4875
|
-
Popup.defaultProps =
|
|
4922
|
+
Popup.defaultProps = defaultProps12;
|
|
4876
4923
|
|
|
4877
4924
|
// src/combobox/combobox.spec.tsx
|
|
4878
|
-
import { Fragment as Fragment10, jsx as
|
|
4925
|
+
import { Fragment as Fragment10, jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4879
4926
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
4880
|
-
var
|
|
4927
|
+
var states17 = [
|
|
4881
4928
|
States.hover,
|
|
4882
4929
|
States.focus,
|
|
4883
4930
|
States.valid,
|
|
@@ -4887,12 +4934,12 @@ var states16 = [
|
|
|
4887
4934
|
States.disabled,
|
|
4888
4935
|
States.readonly
|
|
4889
4936
|
];
|
|
4890
|
-
var
|
|
4937
|
+
var defaultProps13 = {
|
|
4891
4938
|
size: Input.defaultProps.size,
|
|
4892
4939
|
rounded: Input.defaultProps.rounded,
|
|
4893
4940
|
fillMode: Input.defaultProps.fillMode
|
|
4894
4941
|
};
|
|
4895
|
-
var
|
|
4942
|
+
var options16 = {
|
|
4896
4943
|
size: [Size.small, Size.medium, Size.large],
|
|
4897
4944
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4898
4945
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
@@ -4936,9 +4983,9 @@ var Combobox = (props) => {
|
|
|
4936
4983
|
readonly,
|
|
4937
4984
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
4938
4985
|
children: [
|
|
4939
|
-
/* @__PURE__ */
|
|
4940
|
-
/* @__PURE__ */
|
|
4941
|
-
/* @__PURE__ */
|
|
4986
|
+
/* @__PURE__ */ jsx23(InputPrefix, { children: prefix }),
|
|
4987
|
+
/* @__PURE__ */ jsx23(InputInnerInput, { placeholder, value }),
|
|
4988
|
+
/* @__PURE__ */ jsx23(
|
|
4942
4989
|
InputValidationIcon,
|
|
4943
4990
|
{
|
|
4944
4991
|
valid,
|
|
@@ -4947,14 +4994,14 @@ var Combobox = (props) => {
|
|
|
4947
4994
|
disabled
|
|
4948
4995
|
}
|
|
4949
4996
|
),
|
|
4950
|
-
/* @__PURE__ */
|
|
4997
|
+
/* @__PURE__ */ jsx23(
|
|
4951
4998
|
InputLoadingIcon,
|
|
4952
4999
|
{
|
|
4953
5000
|
loading,
|
|
4954
5001
|
disabled
|
|
4955
5002
|
}
|
|
4956
5003
|
),
|
|
4957
|
-
/* @__PURE__ */
|
|
5004
|
+
/* @__PURE__ */ jsx23(
|
|
4958
5005
|
InputClearValue,
|
|
4959
5006
|
{
|
|
4960
5007
|
loading,
|
|
@@ -4963,8 +5010,8 @@ var Combobox = (props) => {
|
|
|
4963
5010
|
value
|
|
4964
5011
|
}
|
|
4965
5012
|
),
|
|
4966
|
-
/* @__PURE__ */
|
|
4967
|
-
/* @__PURE__ */
|
|
5013
|
+
/* @__PURE__ */ jsx23(InputSuffix, { children: suffix }),
|
|
5014
|
+
/* @__PURE__ */ jsx23(
|
|
4968
5015
|
Button,
|
|
4969
5016
|
{
|
|
4970
5017
|
className: "k-input-button",
|
|
@@ -4977,22 +5024,22 @@ var Combobox = (props) => {
|
|
|
4977
5024
|
]
|
|
4978
5025
|
}
|
|
4979
5026
|
),
|
|
4980
|
-
opened && popup && /* @__PURE__ */
|
|
5027
|
+
opened && popup && /* @__PURE__ */ jsx23(Popup, { className: "k-list-container k-combobox-popup", children: popup })
|
|
4981
5028
|
] });
|
|
4982
5029
|
};
|
|
4983
|
-
Combobox.states =
|
|
4984
|
-
Combobox.options =
|
|
5030
|
+
Combobox.states = states17;
|
|
5031
|
+
Combobox.options = options16;
|
|
4985
5032
|
Combobox.className = COMBOBOX_CLASSNAME;
|
|
4986
|
-
Combobox.defaultProps =
|
|
5033
|
+
Combobox.defaultProps = defaultProps13;
|
|
4987
5034
|
|
|
4988
5035
|
// src/calendar/calendar.spec.tsx
|
|
4989
|
-
import { jsx as
|
|
5036
|
+
import { jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4990
5037
|
var CALENDAR_CLASSNAME = `k-calendar`;
|
|
4991
|
-
var
|
|
4992
|
-
var
|
|
5038
|
+
var states18 = [];
|
|
5039
|
+
var options17 = {
|
|
4993
5040
|
size: [Size.small, Size.medium, Size.large]
|
|
4994
5041
|
};
|
|
4995
|
-
var
|
|
5042
|
+
var defaultProps14 = {
|
|
4996
5043
|
size: Size.medium,
|
|
4997
5044
|
viewsCount: 1,
|
|
4998
5045
|
orientation: "horizontal",
|
|
@@ -5001,11 +5048,11 @@ var defaultProps13 = {
|
|
|
5001
5048
|
};
|
|
5002
5049
|
var Calendar = (props) => {
|
|
5003
5050
|
const {
|
|
5004
|
-
size =
|
|
5005
|
-
orientation =
|
|
5006
|
-
calendarView =
|
|
5007
|
-
calendarHeaderText =
|
|
5008
|
-
viewsCount =
|
|
5051
|
+
size = defaultProps14.size,
|
|
5052
|
+
orientation = defaultProps14.orientation,
|
|
5053
|
+
calendarView = defaultProps14.calendarView,
|
|
5054
|
+
calendarHeaderText = defaultProps14.calendarHeaderText,
|
|
5055
|
+
viewsCount = defaultProps14.viewsCount,
|
|
5009
5056
|
showWeek,
|
|
5010
5057
|
showOtherMonth,
|
|
5011
5058
|
showCalendarCaption,
|
|
@@ -5030,7 +5077,7 @@ var Calendar = (props) => {
|
|
|
5030
5077
|
}
|
|
5031
5078
|
),
|
|
5032
5079
|
children: [
|
|
5033
|
-
/* @__PURE__ */
|
|
5080
|
+
/* @__PURE__ */ jsx24(
|
|
5034
5081
|
CalendarHeader,
|
|
5035
5082
|
{
|
|
5036
5083
|
showToday: showCalendarFooter ? false : true,
|
|
@@ -5040,7 +5087,7 @@ var Calendar = (props) => {
|
|
|
5040
5087
|
dir
|
|
5041
5088
|
}
|
|
5042
5089
|
),
|
|
5043
|
-
/* @__PURE__ */
|
|
5090
|
+
/* @__PURE__ */ jsx24(
|
|
5044
5091
|
CalendarView,
|
|
5045
5092
|
{
|
|
5046
5093
|
calendarView,
|
|
@@ -5052,19 +5099,19 @@ var Calendar = (props) => {
|
|
|
5052
5099
|
selectedRange
|
|
5053
5100
|
}
|
|
5054
5101
|
),
|
|
5055
|
-
showCalendarFooter && /* @__PURE__ */
|
|
5102
|
+
showCalendarFooter && /* @__PURE__ */ jsx24(CalendarFooter, {})
|
|
5056
5103
|
]
|
|
5057
5104
|
}
|
|
5058
5105
|
);
|
|
5059
5106
|
};
|
|
5060
|
-
Calendar.states =
|
|
5061
|
-
Calendar.options =
|
|
5107
|
+
Calendar.states = states18;
|
|
5108
|
+
Calendar.options = options17;
|
|
5062
5109
|
Calendar.className = CALENDAR_CLASSNAME;
|
|
5063
|
-
Calendar.defaultProps =
|
|
5110
|
+
Calendar.defaultProps = defaultProps14;
|
|
5064
5111
|
|
|
5065
5112
|
// src/calendar/calendar-cell.tsx
|
|
5066
|
-
import { jsx as
|
|
5067
|
-
var
|
|
5113
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
5114
|
+
var states19 = [
|
|
5068
5115
|
States.hover,
|
|
5069
5116
|
States.focus,
|
|
5070
5117
|
States.active,
|
|
@@ -5113,21 +5160,21 @@ var CalendarCell = (props) => {
|
|
|
5113
5160
|
}
|
|
5114
5161
|
];
|
|
5115
5162
|
if (headerCell) {
|
|
5116
|
-
return /* @__PURE__ */
|
|
5163
|
+
return /* @__PURE__ */ jsx25("th", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5117
5164
|
}
|
|
5118
5165
|
if (weekCell) {
|
|
5119
|
-
return /* @__PURE__ */
|
|
5166
|
+
return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5120
5167
|
}
|
|
5121
|
-
return /* @__PURE__ */
|
|
5168
|
+
return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx25("span", { className: "k-link", children: text }) });
|
|
5122
5169
|
};
|
|
5123
5170
|
|
|
5124
5171
|
// src/calendar/calendar-header.tsx
|
|
5125
|
-
import { jsx as
|
|
5172
|
+
import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
5126
5173
|
var className9 = `k-calendar-header`;
|
|
5127
|
-
var
|
|
5174
|
+
var options18 = {
|
|
5128
5175
|
size: [Size.small, Size.medium, Size.large]
|
|
5129
5176
|
};
|
|
5130
|
-
var
|
|
5177
|
+
var defaultProps15 = {
|
|
5131
5178
|
calendarHeaderText: "October 2021",
|
|
5132
5179
|
showToday: true,
|
|
5133
5180
|
orientation: "horizontal",
|
|
@@ -5135,10 +5182,10 @@ var defaultProps14 = {
|
|
|
5135
5182
|
};
|
|
5136
5183
|
var CalendarHeader = (props) => {
|
|
5137
5184
|
const {
|
|
5138
|
-
calendarHeaderText =
|
|
5139
|
-
showToday =
|
|
5140
|
-
orientation =
|
|
5141
|
-
size =
|
|
5185
|
+
calendarHeaderText = defaultProps15.calendarHeaderText,
|
|
5186
|
+
showToday = defaultProps15.showToday,
|
|
5187
|
+
orientation = defaultProps15.orientation,
|
|
5188
|
+
size = defaultProps15.size,
|
|
5142
5189
|
dir,
|
|
5143
5190
|
...other
|
|
5144
5191
|
} = props;
|
|
@@ -5156,12 +5203,12 @@ var CalendarHeader = (props) => {
|
|
|
5156
5203
|
}
|
|
5157
5204
|
),
|
|
5158
5205
|
children: [
|
|
5159
|
-
/* @__PURE__ */
|
|
5160
|
-
/* @__PURE__ */
|
|
5206
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
|
|
5207
|
+
/* @__PURE__ */ jsx26("span", { className: "k-spacer" }),
|
|
5161
5208
|
/* @__PURE__ */ jsxs8("span", { className: "k-calendar-nav", children: [
|
|
5162
|
-
/* @__PURE__ */
|
|
5163
|
-
showToday && /* @__PURE__ */
|
|
5164
|
-
/* @__PURE__ */
|
|
5209
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
|
|
5210
|
+
showToday && /* @__PURE__ */ jsx26(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
|
|
5211
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
|
|
5165
5212
|
] })
|
|
5166
5213
|
]
|
|
5167
5214
|
}
|
|
@@ -5169,12 +5216,12 @@ var CalendarHeader = (props) => {
|
|
|
5169
5216
|
};
|
|
5170
5217
|
|
|
5171
5218
|
// src/calendar/calendar-footer.tsx
|
|
5172
|
-
import { jsx as
|
|
5219
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
5173
5220
|
var className10 = `k-calendar-footer`;
|
|
5174
|
-
var CalendarFooter = (props) => /* @__PURE__ */
|
|
5221
|
+
var CalendarFooter = (props) => /* @__PURE__ */ jsx27("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx27(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
|
|
5175
5222
|
|
|
5176
5223
|
// src/calendar/calendar-table.tsx
|
|
5177
|
-
import { jsx as
|
|
5224
|
+
import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
5178
5225
|
var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
|
|
5179
5226
|
var CalendarTable = (props) => {
|
|
5180
5227
|
const {
|
|
@@ -5195,25 +5242,25 @@ var CalendarTable = (props) => {
|
|
|
5195
5242
|
CALENDARTABLE_CLASSNAME
|
|
5196
5243
|
),
|
|
5197
5244
|
children: [
|
|
5198
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5245
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2022" }),
|
|
5199
5246
|
/* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
|
|
5200
5247
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5201
|
-
/* @__PURE__ */
|
|
5202
|
-
/* @__PURE__ */
|
|
5203
|
-
/* @__PURE__ */
|
|
5204
|
-
/* @__PURE__ */
|
|
5248
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jan" }),
|
|
5249
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Feb" }),
|
|
5250
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Mar" }),
|
|
5251
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Apr" })
|
|
5205
5252
|
] }),
|
|
5206
5253
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5207
|
-
/* @__PURE__ */
|
|
5208
|
-
/* @__PURE__ */
|
|
5209
|
-
/* @__PURE__ */
|
|
5210
|
-
/* @__PURE__ */
|
|
5254
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "May" }),
|
|
5255
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jun", hover: true }),
|
|
5256
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jul", focus: true }),
|
|
5257
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Au", selected: true })
|
|
5211
5258
|
] }),
|
|
5212
5259
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5213
|
-
/* @__PURE__ */
|
|
5214
|
-
/* @__PURE__ */
|
|
5215
|
-
/* @__PURE__ */
|
|
5216
|
-
/* @__PURE__ */
|
|
5260
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Sep" }),
|
|
5261
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Oct", today: true }),
|
|
5262
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Nov" }),
|
|
5263
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Dec" })
|
|
5217
5264
|
] })
|
|
5218
5265
|
] })
|
|
5219
5266
|
]
|
|
@@ -5230,25 +5277,25 @@ var CalendarTable = (props) => {
|
|
|
5230
5277
|
CALENDARTABLE_CLASSNAME
|
|
5231
5278
|
),
|
|
5232
5279
|
children: [
|
|
5233
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5280
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
|
|
5234
5281
|
/* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
|
|
5235
5282
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5236
|
-
/* @__PURE__ */
|
|
5237
|
-
/* @__PURE__ */
|
|
5238
|
-
/* @__PURE__ */
|
|
5239
|
-
/* @__PURE__ */
|
|
5283
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" }),
|
|
5284
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2020" }),
|
|
5285
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2021", today: true }),
|
|
5286
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2022" })
|
|
5240
5287
|
] }),
|
|
5241
5288
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5242
|
-
/* @__PURE__ */
|
|
5243
|
-
/* @__PURE__ */
|
|
5244
|
-
/* @__PURE__ */
|
|
5245
|
-
/* @__PURE__ */
|
|
5289
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2023" }),
|
|
5290
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2024", hover: true }),
|
|
5291
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2025", focus: true }),
|
|
5292
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2026", selected: true })
|
|
5246
5293
|
] }),
|
|
5247
5294
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5248
|
-
/* @__PURE__ */
|
|
5249
|
-
/* @__PURE__ */
|
|
5250
|
-
/* @__PURE__ */
|
|
5251
|
-
/* @__PURE__ */
|
|
5295
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2027" }),
|
|
5296
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2028" }),
|
|
5297
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2029" }),
|
|
5298
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
|
|
5252
5299
|
] })
|
|
5253
5300
|
] })
|
|
5254
5301
|
]
|
|
@@ -5265,25 +5312,25 @@ var CalendarTable = (props) => {
|
|
|
5265
5312
|
CALENDARTABLE_CLASSNAME
|
|
5266
5313
|
),
|
|
5267
5314
|
children: [
|
|
5268
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5315
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
|
|
5269
5316
|
/* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
|
|
5270
5317
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5271
|
-
/* @__PURE__ */
|
|
5272
|
-
/* @__PURE__ */
|
|
5273
|
-
/* @__PURE__ */
|
|
5274
|
-
/* @__PURE__ */
|
|
5318
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1990 - 1999" }),
|
|
5319
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2000 - 2009" }),
|
|
5320
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2010 - 2019", today: true }),
|
|
5321
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2020 - 2029" })
|
|
5275
5322
|
] }),
|
|
5276
5323
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5277
|
-
/* @__PURE__ */
|
|
5278
|
-
/* @__PURE__ */
|
|
5279
|
-
/* @__PURE__ */
|
|
5280
|
-
/* @__PURE__ */
|
|
5324
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2030 - 2039" }),
|
|
5325
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2040 - 2049", hover: true }),
|
|
5326
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2050 - 2059", focus: true }),
|
|
5327
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2060 - 2069", selected: true })
|
|
5281
5328
|
] }),
|
|
5282
5329
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5283
|
-
/* @__PURE__ */
|
|
5284
|
-
/* @__PURE__ */
|
|
5285
|
-
/* @__PURE__ */
|
|
5286
|
-
/* @__PURE__ */
|
|
5330
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2070 - 2079" }),
|
|
5331
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2080 - 2089" }),
|
|
5332
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2090 - 2099" }),
|
|
5333
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
|
|
5287
5334
|
] })
|
|
5288
5335
|
] })
|
|
5289
5336
|
]
|
|
@@ -5299,68 +5346,68 @@ var CalendarTable = (props) => {
|
|
|
5299
5346
|
CALENDARTABLE_CLASSNAME
|
|
5300
5347
|
),
|
|
5301
5348
|
children: [
|
|
5302
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5303
|
-
/* @__PURE__ */
|
|
5349
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "October 2021" }),
|
|
5350
|
+
/* @__PURE__ */ jsx28(CalendarTableHead, { showWeek }),
|
|
5304
5351
|
/* @__PURE__ */ jsxs9("tbody", { className: "k-calendar-tbody", children: [
|
|
5305
5352
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5306
|
-
showWeek && /* @__PURE__ */
|
|
5307
|
-
/* @__PURE__ */
|
|
5308
|
-
/* @__PURE__ */
|
|
5309
|
-
/* @__PURE__ */
|
|
5310
|
-
/* @__PURE__ */
|
|
5311
|
-
/* @__PURE__ */
|
|
5312
|
-
/* @__PURE__ */
|
|
5313
|
-
/* @__PURE__ */
|
|
5353
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "39", weekCell: true }),
|
|
5354
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
|
|
5355
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1" }),
|
|
5356
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2" }),
|
|
5357
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "3" }),
|
|
5358
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "4" }),
|
|
5359
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "5" }),
|
|
5360
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "6", weekend: true })
|
|
5314
5361
|
] }),
|
|
5315
5362
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5316
|
-
showWeek && /* @__PURE__ */
|
|
5317
|
-
/* @__PURE__ */
|
|
5318
|
-
/* @__PURE__ */
|
|
5319
|
-
/* @__PURE__ */
|
|
5320
|
-
/* @__PURE__ */
|
|
5321
|
-
/* @__PURE__ */
|
|
5322
|
-
/* @__PURE__ */
|
|
5323
|
-
/* @__PURE__ */
|
|
5363
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "40", weekCell: true }),
|
|
5364
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "7", weekend: true }),
|
|
5365
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "8", hover: true }),
|
|
5366
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "9", focus: true }),
|
|
5367
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "10", selected: true }),
|
|
5368
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "11", hover: true, focus: true }),
|
|
5369
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "12", hover: true, selected: true }),
|
|
5370
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "13", weekend: true })
|
|
5324
5371
|
] }),
|
|
5325
5372
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5326
|
-
showWeek && /* @__PURE__ */
|
|
5327
|
-
/* @__PURE__ */
|
|
5328
|
-
/* @__PURE__ */
|
|
5329
|
-
/* @__PURE__ */
|
|
5330
|
-
/* @__PURE__ */
|
|
5331
|
-
/* @__PURE__ */
|
|
5332
|
-
/* @__PURE__ */
|
|
5333
|
-
/* @__PURE__ */
|
|
5373
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "41", weekCell: true }),
|
|
5374
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "14", weekend: true }),
|
|
5375
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "15" }),
|
|
5376
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "16", today: true }),
|
|
5377
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "17" }),
|
|
5378
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "18" }),
|
|
5379
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "19" }),
|
|
5380
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "20", weekend: true })
|
|
5334
5381
|
] }),
|
|
5335
5382
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5336
|
-
showWeek && /* @__PURE__ */
|
|
5337
|
-
/* @__PURE__ */
|
|
5338
|
-
/* @__PURE__ */
|
|
5339
|
-
/* @__PURE__ */
|
|
5340
|
-
/* @__PURE__ */
|
|
5341
|
-
/* @__PURE__ */
|
|
5342
|
-
/* @__PURE__ */
|
|
5343
|
-
/* @__PURE__ */
|
|
5383
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "42", weekCell: true }),
|
|
5384
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "21", weekend: true }),
|
|
5385
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "22" }),
|
|
5386
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "23" }),
|
|
5387
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "24" }),
|
|
5388
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
|
|
5389
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "26", rangeMid: selectedRange }),
|
|
5390
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
|
|
5344
5391
|
] }),
|
|
5345
5392
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5346
|
-
showWeek && /* @__PURE__ */
|
|
5347
|
-
/* @__PURE__ */
|
|
5348
|
-
/* @__PURE__ */
|
|
5349
|
-
/* @__PURE__ */
|
|
5350
|
-
/* @__PURE__ */
|
|
5351
|
-
/* @__PURE__ */
|
|
5352
|
-
/* @__PURE__ */
|
|
5353
|
-
/* @__PURE__ */
|
|
5393
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "43", weekCell: true }),
|
|
5394
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
|
|
5395
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
|
|
5396
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "30" }),
|
|
5397
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "31" }),
|
|
5398
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
|
|
5399
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
|
|
5400
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
|
|
5354
5401
|
] }),
|
|
5355
5402
|
/* @__PURE__ */ jsxs9("tr", { className: "k-calendar-tr", children: [
|
|
5356
|
-
showWeek && /* @__PURE__ */
|
|
5357
|
-
/* @__PURE__ */
|
|
5358
|
-
/* @__PURE__ */
|
|
5359
|
-
/* @__PURE__ */
|
|
5360
|
-
/* @__PURE__ */
|
|
5361
|
-
/* @__PURE__ */
|
|
5362
|
-
/* @__PURE__ */
|
|
5363
|
-
/* @__PURE__ */
|
|
5403
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "44", weekCell: true }),
|
|
5404
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
|
|
5405
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
|
|
5406
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
|
|
5407
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
|
|
5408
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
|
|
5409
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
|
|
5410
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
|
|
5364
5411
|
] })
|
|
5365
5412
|
] })
|
|
5366
5413
|
]
|
|
@@ -5369,52 +5416,52 @@ var CalendarTable = (props) => {
|
|
|
5369
5416
|
};
|
|
5370
5417
|
|
|
5371
5418
|
// src/calendar/calendar-table-head.tsx
|
|
5372
|
-
import { jsx as
|
|
5419
|
+
import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5373
5420
|
var className11 = `k-calendar-thead`;
|
|
5374
5421
|
var CalendarTableHead = (props) => {
|
|
5375
5422
|
const {
|
|
5376
5423
|
showWeek,
|
|
5377
5424
|
...other
|
|
5378
5425
|
} = props;
|
|
5379
|
-
return /* @__PURE__ */
|
|
5426
|
+
return /* @__PURE__ */ jsx29(
|
|
5380
5427
|
"thead",
|
|
5381
5428
|
{
|
|
5382
5429
|
...other,
|
|
5383
5430
|
className: classNames(props.className, className11),
|
|
5384
5431
|
children: /* @__PURE__ */ jsxs10("tr", { className: "k-calendar-tr", children: [
|
|
5385
|
-
showWeek && /* @__PURE__ */
|
|
5386
|
-
/* @__PURE__ */
|
|
5387
|
-
/* @__PURE__ */
|
|
5388
|
-
/* @__PURE__ */
|
|
5389
|
-
/* @__PURE__ */
|
|
5390
|
-
/* @__PURE__ */
|
|
5391
|
-
/* @__PURE__ */
|
|
5392
|
-
/* @__PURE__ */
|
|
5432
|
+
showWeek && /* @__PURE__ */ jsx29(CalendarCell, { weekCell: true, headerCell: true }),
|
|
5433
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Su", headerCell: true }),
|
|
5434
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Mo", headerCell: true }),
|
|
5435
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Tu", headerCell: true }),
|
|
5436
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "We", headerCell: true }),
|
|
5437
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Th", headerCell: true }),
|
|
5438
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Fr", headerCell: true }),
|
|
5439
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Sa", headerCell: true })
|
|
5393
5440
|
] })
|
|
5394
5441
|
}
|
|
5395
5442
|
);
|
|
5396
5443
|
};
|
|
5397
5444
|
|
|
5398
5445
|
// src/calendar/calendar-view.tsx
|
|
5399
|
-
import { jsx as
|
|
5446
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
5400
5447
|
var className12 = `k-calendar-view`;
|
|
5401
|
-
var
|
|
5448
|
+
var defaultProps16 = {
|
|
5402
5449
|
viewsCount: 1,
|
|
5403
5450
|
orientation: "horizontal",
|
|
5404
5451
|
calendarView: "month"
|
|
5405
5452
|
};
|
|
5406
5453
|
var CalendarView = (props) => {
|
|
5407
5454
|
const {
|
|
5408
|
-
orientation =
|
|
5409
|
-
calendarView =
|
|
5410
|
-
viewsCount =
|
|
5455
|
+
orientation = defaultProps16.orientation,
|
|
5456
|
+
calendarView = defaultProps16.calendarView,
|
|
5457
|
+
viewsCount = defaultProps16.viewsCount,
|
|
5411
5458
|
showWeek,
|
|
5412
5459
|
showOtherMonth,
|
|
5413
5460
|
showCalendarCaption,
|
|
5414
5461
|
selectedRange,
|
|
5415
5462
|
...other
|
|
5416
5463
|
} = props;
|
|
5417
|
-
return /* @__PURE__ */
|
|
5464
|
+
return /* @__PURE__ */ jsx30(
|
|
5418
5465
|
"div",
|
|
5419
5466
|
{
|
|
5420
5467
|
...other,
|
|
@@ -5430,7 +5477,7 @@ var CalendarView = (props) => {
|
|
|
5430
5477
|
}
|
|
5431
5478
|
),
|
|
5432
5479
|
children: [...Array(viewsCount)].map(
|
|
5433
|
-
(_e, i) => /* @__PURE__ */
|
|
5480
|
+
(_e, i) => /* @__PURE__ */ jsx30(
|
|
5434
5481
|
CalendarTable,
|
|
5435
5482
|
{
|
|
5436
5483
|
calendarView,
|
|
@@ -5447,9 +5494,9 @@ var CalendarView = (props) => {
|
|
|
5447
5494
|
};
|
|
5448
5495
|
|
|
5449
5496
|
// src/datepicker/datepicker.spec.tsx
|
|
5450
|
-
import { Fragment as Fragment11, jsx as
|
|
5497
|
+
import { Fragment as Fragment11, jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5451
5498
|
var DATEPICKER_CLASSNAME = `k-datepicker`;
|
|
5452
|
-
var
|
|
5499
|
+
var states20 = [
|
|
5453
5500
|
States.hover,
|
|
5454
5501
|
States.focus,
|
|
5455
5502
|
States.valid,
|
|
@@ -5459,12 +5506,12 @@ var states19 = [
|
|
|
5459
5506
|
States.loading,
|
|
5460
5507
|
States.readonly
|
|
5461
5508
|
];
|
|
5462
|
-
var
|
|
5509
|
+
var options19 = {
|
|
5463
5510
|
size: [Size.small, Size.medium, Size.large],
|
|
5464
5511
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5465
5512
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5466
5513
|
};
|
|
5467
|
-
var
|
|
5514
|
+
var defaultProps17 = {
|
|
5468
5515
|
size: Input.defaultProps.size,
|
|
5469
5516
|
rounded: Input.defaultProps.rounded,
|
|
5470
5517
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -5509,9 +5556,9 @@ var DatePicker = (props) => {
|
|
|
5509
5556
|
readonly,
|
|
5510
5557
|
className: classNames(props.className, DATEPICKER_CLASSNAME),
|
|
5511
5558
|
children: [
|
|
5512
|
-
/* @__PURE__ */
|
|
5513
|
-
/* @__PURE__ */
|
|
5514
|
-
/* @__PURE__ */
|
|
5559
|
+
/* @__PURE__ */ jsx31(InputPrefix, { children: prefix }),
|
|
5560
|
+
/* @__PURE__ */ jsx31(InputInnerInput, { placeholder, value }),
|
|
5561
|
+
/* @__PURE__ */ jsx31(
|
|
5515
5562
|
InputValidationIcon,
|
|
5516
5563
|
{
|
|
5517
5564
|
valid,
|
|
@@ -5520,14 +5567,14 @@ var DatePicker = (props) => {
|
|
|
5520
5567
|
disabled
|
|
5521
5568
|
}
|
|
5522
5569
|
),
|
|
5523
|
-
/* @__PURE__ */
|
|
5570
|
+
/* @__PURE__ */ jsx31(
|
|
5524
5571
|
InputLoadingIcon,
|
|
5525
5572
|
{
|
|
5526
5573
|
loading,
|
|
5527
5574
|
disabled
|
|
5528
5575
|
}
|
|
5529
5576
|
),
|
|
5530
|
-
/* @__PURE__ */
|
|
5577
|
+
/* @__PURE__ */ jsx31(
|
|
5531
5578
|
InputClearValue,
|
|
5532
5579
|
{
|
|
5533
5580
|
loading,
|
|
@@ -5536,8 +5583,8 @@ var DatePicker = (props) => {
|
|
|
5536
5583
|
value
|
|
5537
5584
|
}
|
|
5538
5585
|
),
|
|
5539
|
-
/* @__PURE__ */
|
|
5540
|
-
/* @__PURE__ */
|
|
5586
|
+
/* @__PURE__ */ jsx31(InputSuffix, { children: suffix }),
|
|
5587
|
+
/* @__PURE__ */ jsx31(
|
|
5541
5588
|
Button,
|
|
5542
5589
|
{
|
|
5543
5590
|
className: "k-input-button",
|
|
@@ -5550,30 +5597,30 @@ var DatePicker = (props) => {
|
|
|
5550
5597
|
]
|
|
5551
5598
|
}
|
|
5552
5599
|
),
|
|
5553
|
-
opened && /* @__PURE__ */
|
|
5600
|
+
opened && /* @__PURE__ */ jsx31(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx31(Calendar, { dir }) })
|
|
5554
5601
|
] });
|
|
5555
5602
|
};
|
|
5556
|
-
DatePicker.states =
|
|
5557
|
-
DatePicker.options =
|
|
5603
|
+
DatePicker.states = states20;
|
|
5604
|
+
DatePicker.options = options19;
|
|
5558
5605
|
DatePicker.className = DATEPICKER_CLASSNAME;
|
|
5559
|
-
DatePicker.defaultProps =
|
|
5606
|
+
DatePicker.defaultProps = defaultProps17;
|
|
5560
5607
|
|
|
5561
5608
|
// src/action-buttons/action-buttons.spec.tsx
|
|
5562
|
-
import { jsx as
|
|
5609
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
5563
5610
|
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
5564
|
-
var
|
|
5565
|
-
var
|
|
5566
|
-
var
|
|
5611
|
+
var states21 = [];
|
|
5612
|
+
var options20 = {};
|
|
5613
|
+
var defaultProps18 = {
|
|
5567
5614
|
alignment: "start",
|
|
5568
5615
|
orientation: "horizontal"
|
|
5569
5616
|
};
|
|
5570
5617
|
var ActionButtons = (props) => {
|
|
5571
5618
|
const {
|
|
5572
|
-
alignment =
|
|
5573
|
-
orientation =
|
|
5619
|
+
alignment = defaultProps18.alignment,
|
|
5620
|
+
orientation = defaultProps18.orientation,
|
|
5574
5621
|
...other
|
|
5575
5622
|
} = props;
|
|
5576
|
-
return /* @__PURE__ */
|
|
5623
|
+
return /* @__PURE__ */ jsx32(
|
|
5577
5624
|
"div",
|
|
5578
5625
|
{
|
|
5579
5626
|
...other,
|
|
@@ -5589,31 +5636,31 @@ var ActionButtons = (props) => {
|
|
|
5589
5636
|
}
|
|
5590
5637
|
);
|
|
5591
5638
|
};
|
|
5592
|
-
ActionButtons.states =
|
|
5593
|
-
ActionButtons.options =
|
|
5639
|
+
ActionButtons.states = states21;
|
|
5640
|
+
ActionButtons.options = options20;
|
|
5594
5641
|
ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
5595
|
-
ActionButtons.defaultProps =
|
|
5642
|
+
ActionButtons.defaultProps = defaultProps18;
|
|
5596
5643
|
|
|
5597
5644
|
// src/button-group/button-group.spec.tsx
|
|
5598
|
-
import { jsx as
|
|
5645
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
5599
5646
|
var BUTTONGROUP_CLASSNAME = `k-button-group`;
|
|
5600
|
-
var
|
|
5647
|
+
var states22 = [
|
|
5601
5648
|
States.disabled
|
|
5602
5649
|
];
|
|
5603
|
-
var
|
|
5650
|
+
var options21 = {
|
|
5604
5651
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
|
|
5605
5652
|
};
|
|
5606
|
-
var
|
|
5653
|
+
var defaultProps19 = {
|
|
5607
5654
|
fillMode: FillMode.solid
|
|
5608
5655
|
};
|
|
5609
5656
|
var ButtonGroup = (props) => {
|
|
5610
5657
|
const {
|
|
5611
|
-
fillMode =
|
|
5658
|
+
fillMode = defaultProps19.fillMode,
|
|
5612
5659
|
disabled,
|
|
5613
5660
|
stretched,
|
|
5614
5661
|
...other
|
|
5615
5662
|
} = props;
|
|
5616
|
-
return /* @__PURE__ */
|
|
5663
|
+
return /* @__PURE__ */ jsx33(
|
|
5617
5664
|
"div",
|
|
5618
5665
|
{
|
|
5619
5666
|
...other,
|
|
@@ -5634,36 +5681,36 @@ var ButtonGroup = (props) => {
|
|
|
5634
5681
|
}
|
|
5635
5682
|
);
|
|
5636
5683
|
};
|
|
5637
|
-
ButtonGroup.states =
|
|
5638
|
-
ButtonGroup.options =
|
|
5684
|
+
ButtonGroup.states = states22;
|
|
5685
|
+
ButtonGroup.options = options21;
|
|
5639
5686
|
ButtonGroup.className = BUTTONGROUP_CLASSNAME;
|
|
5640
|
-
ButtonGroup.defaultProps =
|
|
5687
|
+
ButtonGroup.defaultProps = defaultProps19;
|
|
5641
5688
|
|
|
5642
5689
|
// src/button-group/templates/icon-button-group.tsx
|
|
5643
|
-
import { jsx as
|
|
5690
|
+
import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5644
5691
|
|
|
5645
5692
|
// src/button-group/templates/icon-text-button-group.tsx
|
|
5646
|
-
import { jsx as
|
|
5693
|
+
import { jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5647
5694
|
|
|
5648
5695
|
// src/button-group/templates/text-button-group.tsx
|
|
5649
|
-
import { jsx as
|
|
5696
|
+
import { jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5650
5697
|
|
|
5651
5698
|
// src/button-group/templates/mixed-button-group.tsx
|
|
5652
|
-
import { jsx as
|
|
5699
|
+
import { jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5653
5700
|
|
|
5654
5701
|
// src/time-selector/time-selector.spec.tsx
|
|
5655
|
-
import { Fragment as Fragment12, jsx as
|
|
5702
|
+
import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5656
5703
|
var TIMESELECTOR_CLASSNAME = `k-timeselector`;
|
|
5657
|
-
var
|
|
5658
|
-
var
|
|
5704
|
+
var states23 = [];
|
|
5705
|
+
var options22 = {
|
|
5659
5706
|
size: [Size.small, Size.medium, Size.large]
|
|
5660
5707
|
};
|
|
5661
|
-
var
|
|
5708
|
+
var defaultProps20 = {
|
|
5662
5709
|
size: Size.medium
|
|
5663
5710
|
};
|
|
5664
5711
|
var TimeSelector = (props) => {
|
|
5665
5712
|
const {
|
|
5666
|
-
size =
|
|
5713
|
+
size = defaultProps20.size,
|
|
5667
5714
|
header,
|
|
5668
5715
|
fastSelection,
|
|
5669
5716
|
columns,
|
|
@@ -5679,7 +5726,7 @@ var TimeSelector = (props) => {
|
|
|
5679
5726
|
if (index === 0 || columnType === "tt") {
|
|
5680
5727
|
separator = false;
|
|
5681
5728
|
}
|
|
5682
|
-
return /* @__PURE__ */
|
|
5729
|
+
return /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsx38(TimeSelectorColumn, { type: columnType, focus, separator }) });
|
|
5683
5730
|
});
|
|
5684
5731
|
return /* @__PURE__ */ jsxs16(
|
|
5685
5732
|
"div",
|
|
@@ -5693,24 +5740,24 @@ var TimeSelector = (props) => {
|
|
|
5693
5740
|
})
|
|
5694
5741
|
),
|
|
5695
5742
|
children: [
|
|
5696
|
-
/* @__PURE__ */
|
|
5697
|
-
/* @__PURE__ */
|
|
5743
|
+
/* @__PURE__ */ jsx38(Fragment12, { children: header }),
|
|
5744
|
+
/* @__PURE__ */ jsx38(Fragment12, { children: fastSelection }),
|
|
5698
5745
|
/* @__PURE__ */ jsxs16("div", { className: "k-time-list-container", children: [
|
|
5699
|
-
/* @__PURE__ */
|
|
5746
|
+
/* @__PURE__ */ jsx38("span", { className: "k-time-highlight" }),
|
|
5700
5747
|
columnsDom
|
|
5701
5748
|
] })
|
|
5702
5749
|
]
|
|
5703
5750
|
}
|
|
5704
5751
|
);
|
|
5705
5752
|
};
|
|
5706
|
-
TimeSelector.states =
|
|
5707
|
-
TimeSelector.options =
|
|
5753
|
+
TimeSelector.states = states23;
|
|
5754
|
+
TimeSelector.options = options22;
|
|
5708
5755
|
TimeSelector.className = TIMESELECTOR_CLASSNAME;
|
|
5709
|
-
TimeSelector.defaultProps =
|
|
5756
|
+
TimeSelector.defaultProps = defaultProps20;
|
|
5710
5757
|
|
|
5711
5758
|
// src/time-selector/time-selector-column.tsx
|
|
5712
|
-
import { Fragment as Fragment13, jsx as
|
|
5713
|
-
var
|
|
5759
|
+
import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5760
|
+
var states24 = [
|
|
5714
5761
|
States.focus
|
|
5715
5762
|
];
|
|
5716
5763
|
var TimeSelectorColumn = (props) => {
|
|
@@ -5748,10 +5795,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
5748
5795
|
break;
|
|
5749
5796
|
}
|
|
5750
5797
|
const items = columnData.map(
|
|
5751
|
-
(data) => /* @__PURE__ */
|
|
5798
|
+
(data) => /* @__PURE__ */ jsx39(Fragment13, { children: /* @__PURE__ */ jsx39("li", { className: "k-item", children: /* @__PURE__ */ jsx39("span", { children: data }) }) })
|
|
5752
5799
|
);
|
|
5753
5800
|
return /* @__PURE__ */ jsxs17(Fragment13, { children: [
|
|
5754
|
-
separator && /* @__PURE__ */
|
|
5801
|
+
separator && /* @__PURE__ */ jsx39("div", { className: "k-time-separator", children: ":" }),
|
|
5755
5802
|
/* @__PURE__ */ jsxs17(
|
|
5756
5803
|
"div",
|
|
5757
5804
|
{
|
|
@@ -5764,10 +5811,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
5764
5811
|
})
|
|
5765
5812
|
),
|
|
5766
5813
|
children: [
|
|
5767
|
-
/* @__PURE__ */
|
|
5768
|
-
/* @__PURE__ */
|
|
5769
|
-
/* @__PURE__ */
|
|
5770
|
-
/* @__PURE__ */
|
|
5814
|
+
/* @__PURE__ */ jsx39("span", { className: "k-title", children: text }),
|
|
5815
|
+
/* @__PURE__ */ jsx39("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs17("div", { className: "k-content k-scrollable k-time-container", children: [
|
|
5816
|
+
/* @__PURE__ */ jsx39("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
|
|
5817
|
+
/* @__PURE__ */ jsx39("div", { className: "k-scrollable-placeholder" })
|
|
5771
5818
|
] }) })
|
|
5772
5819
|
]
|
|
5773
5820
|
}
|
|
@@ -5776,7 +5823,7 @@ var TimeSelectorColumn = (props) => {
|
|
|
5776
5823
|
};
|
|
5777
5824
|
|
|
5778
5825
|
// src/time-selector/time-selector-header.tsx
|
|
5779
|
-
import { jsx as
|
|
5826
|
+
import { jsx as jsx40, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5780
5827
|
var className13 = `k-time-header`;
|
|
5781
5828
|
var TimeSelectorHeader = (props) => {
|
|
5782
5829
|
const {
|
|
@@ -5792,7 +5839,7 @@ var TimeSelectorHeader = (props) => {
|
|
|
5792
5839
|
className13
|
|
5793
5840
|
),
|
|
5794
5841
|
children: [
|
|
5795
|
-
title != null && /* @__PURE__ */
|
|
5842
|
+
title != null && /* @__PURE__ */ jsx40("span", { className: "k-title", children: title }),
|
|
5796
5843
|
props.children
|
|
5797
5844
|
]
|
|
5798
5845
|
}
|
|
@@ -5800,19 +5847,19 @@ var TimeSelectorHeader = (props) => {
|
|
|
5800
5847
|
};
|
|
5801
5848
|
|
|
5802
5849
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
5803
|
-
import { jsx as
|
|
5850
|
+
import { jsx as jsx41, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5804
5851
|
|
|
5805
5852
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
5806
|
-
import { Fragment as Fragment14, jsx as
|
|
5853
|
+
import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5807
5854
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
5808
|
-
var
|
|
5809
|
-
var
|
|
5810
|
-
var
|
|
5855
|
+
var states25 = [];
|
|
5856
|
+
var options23 = {};
|
|
5857
|
+
var defaultProps21 = {
|
|
5811
5858
|
tab: "date"
|
|
5812
5859
|
};
|
|
5813
5860
|
var DateTimeSelector = (props) => {
|
|
5814
5861
|
const {
|
|
5815
|
-
tab =
|
|
5862
|
+
tab = defaultProps21.tab,
|
|
5816
5863
|
dir,
|
|
5817
5864
|
...other
|
|
5818
5865
|
} = props;
|
|
@@ -5829,34 +5876,34 @@ var DateTimeSelector = (props) => {
|
|
|
5829
5876
|
}
|
|
5830
5877
|
),
|
|
5831
5878
|
children: [
|
|
5832
|
-
/* @__PURE__ */
|
|
5833
|
-
/* @__PURE__ */
|
|
5834
|
-
/* @__PURE__ */
|
|
5879
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs20(ButtonGroup, { stretched: true, children: [
|
|
5880
|
+
/* @__PURE__ */ jsx42(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
|
|
5881
|
+
/* @__PURE__ */ jsx42(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
|
|
5835
5882
|
] }) }),
|
|
5836
|
-
/* @__PURE__ */
|
|
5837
|
-
/* @__PURE__ */
|
|
5838
|
-
/* @__PURE__ */
|
|
5883
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
|
|
5884
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-calendar-wrap" }),
|
|
5885
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx42(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx42(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx42(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
5839
5886
|
] }) : /* @__PURE__ */ jsxs20(Fragment14, { children: [
|
|
5840
|
-
/* @__PURE__ */
|
|
5841
|
-
/* @__PURE__ */
|
|
5887
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx42(Calendar, { showOtherMonth: true, dir }) }),
|
|
5888
|
+
/* @__PURE__ */ jsx42("div", { className: "k-datetime-time-wrap" })
|
|
5842
5889
|
] }) }),
|
|
5843
5890
|
/* @__PURE__ */ jsxs20(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
5844
|
-
/* @__PURE__ */
|
|
5845
|
-
/* @__PURE__ */
|
|
5891
|
+
/* @__PURE__ */ jsx42(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
5892
|
+
/* @__PURE__ */ jsx42(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
5846
5893
|
] })
|
|
5847
5894
|
]
|
|
5848
5895
|
}
|
|
5849
5896
|
);
|
|
5850
5897
|
};
|
|
5851
|
-
DateTimeSelector.states =
|
|
5852
|
-
DateTimeSelector.options =
|
|
5898
|
+
DateTimeSelector.states = states25;
|
|
5899
|
+
DateTimeSelector.options = options23;
|
|
5853
5900
|
DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
5854
|
-
DateTimeSelector.defaultProps =
|
|
5901
|
+
DateTimeSelector.defaultProps = defaultProps21;
|
|
5855
5902
|
|
|
5856
5903
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
5857
|
-
import { Fragment as Fragment15, jsx as
|
|
5904
|
+
import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5858
5905
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
5859
|
-
var
|
|
5906
|
+
var states26 = [
|
|
5860
5907
|
States.hover,
|
|
5861
5908
|
States.focus,
|
|
5862
5909
|
States.valid,
|
|
@@ -5866,12 +5913,12 @@ var states25 = [
|
|
|
5866
5913
|
States.loading,
|
|
5867
5914
|
States.readonly
|
|
5868
5915
|
];
|
|
5869
|
-
var
|
|
5916
|
+
var options24 = {
|
|
5870
5917
|
size: [Size.small, Size.medium, Size.large],
|
|
5871
5918
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5872
5919
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5873
5920
|
};
|
|
5874
|
-
var
|
|
5921
|
+
var defaultProps22 = {
|
|
5875
5922
|
tab: "date",
|
|
5876
5923
|
size: Input.defaultProps.size,
|
|
5877
5924
|
rounded: Input.defaultProps.rounded,
|
|
@@ -5895,7 +5942,7 @@ var DateTimePicker = (props) => {
|
|
|
5895
5942
|
disabled,
|
|
5896
5943
|
readonly,
|
|
5897
5944
|
opened,
|
|
5898
|
-
tab =
|
|
5945
|
+
tab = defaultProps22.tab,
|
|
5899
5946
|
dir,
|
|
5900
5947
|
...other
|
|
5901
5948
|
} = props;
|
|
@@ -5918,9 +5965,9 @@ var DateTimePicker = (props) => {
|
|
|
5918
5965
|
readonly,
|
|
5919
5966
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
5920
5967
|
children: [
|
|
5921
|
-
/* @__PURE__ */
|
|
5922
|
-
/* @__PURE__ */
|
|
5923
|
-
/* @__PURE__ */
|
|
5968
|
+
/* @__PURE__ */ jsx43(InputPrefix, { children: prefix }),
|
|
5969
|
+
/* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
|
|
5970
|
+
/* @__PURE__ */ jsx43(
|
|
5924
5971
|
InputValidationIcon,
|
|
5925
5972
|
{
|
|
5926
5973
|
valid,
|
|
@@ -5929,14 +5976,14 @@ var DateTimePicker = (props) => {
|
|
|
5929
5976
|
disabled
|
|
5930
5977
|
}
|
|
5931
5978
|
),
|
|
5932
|
-
/* @__PURE__ */
|
|
5979
|
+
/* @__PURE__ */ jsx43(
|
|
5933
5980
|
InputLoadingIcon,
|
|
5934
5981
|
{
|
|
5935
5982
|
loading,
|
|
5936
5983
|
disabled
|
|
5937
5984
|
}
|
|
5938
5985
|
),
|
|
5939
|
-
/* @__PURE__ */
|
|
5986
|
+
/* @__PURE__ */ jsx43(
|
|
5940
5987
|
InputClearValue,
|
|
5941
5988
|
{
|
|
5942
5989
|
loading,
|
|
@@ -5945,8 +5992,8 @@ var DateTimePicker = (props) => {
|
|
|
5945
5992
|
value
|
|
5946
5993
|
}
|
|
5947
5994
|
),
|
|
5948
|
-
/* @__PURE__ */
|
|
5949
|
-
/* @__PURE__ */
|
|
5995
|
+
/* @__PURE__ */ jsx43(InputSuffix, { children: suffix }),
|
|
5996
|
+
/* @__PURE__ */ jsx43(
|
|
5950
5997
|
Button,
|
|
5951
5998
|
{
|
|
5952
5999
|
className: "k-input-button",
|
|
@@ -5959,18 +6006,18 @@ var DateTimePicker = (props) => {
|
|
|
5959
6006
|
]
|
|
5960
6007
|
}
|
|
5961
6008
|
),
|
|
5962
|
-
opened && /* @__PURE__ */
|
|
6009
|
+
opened && /* @__PURE__ */ jsx43(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx43(DateTimeSelector, { tab, dir }) })
|
|
5963
6010
|
] });
|
|
5964
6011
|
};
|
|
5965
|
-
DateTimePicker.states =
|
|
5966
|
-
DateTimePicker.options =
|
|
6012
|
+
DateTimePicker.states = states26;
|
|
6013
|
+
DateTimePicker.options = options24;
|
|
5967
6014
|
DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
|
|
5968
|
-
DateTimePicker.defaultProps =
|
|
6015
|
+
DateTimePicker.defaultProps = defaultProps22;
|
|
5969
6016
|
|
|
5970
6017
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
5971
|
-
import { Fragment as Fragment16, jsx as
|
|
6018
|
+
import { Fragment as Fragment16, jsx as jsx44, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5972
6019
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
5973
|
-
var
|
|
6020
|
+
var states27 = [
|
|
5974
6021
|
States.hover,
|
|
5975
6022
|
States.focus,
|
|
5976
6023
|
States.valid,
|
|
@@ -5980,12 +6027,12 @@ var states26 = [
|
|
|
5980
6027
|
States.loading,
|
|
5981
6028
|
States.readonly
|
|
5982
6029
|
];
|
|
5983
|
-
var
|
|
6030
|
+
var options25 = {
|
|
5984
6031
|
size: [Size.small, Size.medium, Size.large],
|
|
5985
6032
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5986
6033
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5987
6034
|
};
|
|
5988
|
-
var
|
|
6035
|
+
var defaultProps23 = {
|
|
5989
6036
|
showValue: true,
|
|
5990
6037
|
arrowIconName: "caret-alt-down",
|
|
5991
6038
|
size: Size.medium,
|
|
@@ -5995,7 +6042,7 @@ var defaultProps22 = {
|
|
|
5995
6042
|
var DropdownList = (props) => {
|
|
5996
6043
|
const {
|
|
5997
6044
|
valueIconName,
|
|
5998
|
-
arrowIconName =
|
|
6045
|
+
arrowIconName = defaultProps23.arrowIconName,
|
|
5999
6046
|
prefix,
|
|
6000
6047
|
suffix,
|
|
6001
6048
|
value,
|
|
@@ -6011,7 +6058,7 @@ var DropdownList = (props) => {
|
|
|
6011
6058
|
loading,
|
|
6012
6059
|
disabled,
|
|
6013
6060
|
readonly,
|
|
6014
|
-
showValue =
|
|
6061
|
+
showValue = defaultProps23.showValue,
|
|
6015
6062
|
popup,
|
|
6016
6063
|
opened,
|
|
6017
6064
|
...other
|
|
@@ -6040,8 +6087,8 @@ var DropdownList = (props) => {
|
|
|
6040
6087
|
}
|
|
6041
6088
|
),
|
|
6042
6089
|
children: [
|
|
6043
|
-
/* @__PURE__ */
|
|
6044
|
-
/* @__PURE__ */
|
|
6090
|
+
/* @__PURE__ */ jsx44(InputPrefix, { children: prefix }),
|
|
6091
|
+
/* @__PURE__ */ jsx44(
|
|
6045
6092
|
InputInnerSpan,
|
|
6046
6093
|
{
|
|
6047
6094
|
placeholder,
|
|
@@ -6050,7 +6097,7 @@ var DropdownList = (props) => {
|
|
|
6050
6097
|
valueIconName
|
|
6051
6098
|
}
|
|
6052
6099
|
),
|
|
6053
|
-
/* @__PURE__ */
|
|
6100
|
+
/* @__PURE__ */ jsx44(
|
|
6054
6101
|
InputValidationIcon,
|
|
6055
6102
|
{
|
|
6056
6103
|
valid,
|
|
@@ -6059,15 +6106,15 @@ var DropdownList = (props) => {
|
|
|
6059
6106
|
disabled
|
|
6060
6107
|
}
|
|
6061
6108
|
),
|
|
6062
|
-
/* @__PURE__ */
|
|
6109
|
+
/* @__PURE__ */ jsx44(
|
|
6063
6110
|
InputLoadingIcon,
|
|
6064
6111
|
{
|
|
6065
6112
|
loading,
|
|
6066
6113
|
disabled
|
|
6067
6114
|
}
|
|
6068
6115
|
),
|
|
6069
|
-
/* @__PURE__ */
|
|
6070
|
-
/* @__PURE__ */
|
|
6116
|
+
/* @__PURE__ */ jsx44(InputSuffix, { children: suffix }),
|
|
6117
|
+
/* @__PURE__ */ jsx44(
|
|
6071
6118
|
Button,
|
|
6072
6119
|
{
|
|
6073
6120
|
className: "k-input-button",
|
|
@@ -6080,35 +6127,35 @@ var DropdownList = (props) => {
|
|
|
6080
6127
|
]
|
|
6081
6128
|
}
|
|
6082
6129
|
),
|
|
6083
|
-
opened && popup && /* @__PURE__ */
|
|
6130
|
+
opened && popup && /* @__PURE__ */ jsx44(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
6084
6131
|
] });
|
|
6085
6132
|
};
|
|
6086
|
-
DropdownList.states =
|
|
6087
|
-
DropdownList.options =
|
|
6133
|
+
DropdownList.states = states27;
|
|
6134
|
+
DropdownList.options = options25;
|
|
6088
6135
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
6089
|
-
DropdownList.defaultProps =
|
|
6136
|
+
DropdownList.defaultProps = defaultProps23;
|
|
6090
6137
|
|
|
6091
6138
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
6092
|
-
import { jsx as
|
|
6139
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
6093
6140
|
|
|
6094
6141
|
// src/nodata/nodata.tsx
|
|
6095
|
-
import { jsx as
|
|
6142
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
6096
6143
|
var className14 = `k-nodata`;
|
|
6097
|
-
var NoData = (props) => /* @__PURE__ */
|
|
6144
|
+
var NoData = (props) => /* @__PURE__ */ jsx46("span", { className: classNames(className14, props.className), children: props.children });
|
|
6098
6145
|
|
|
6099
6146
|
// src/list/list.spec.tsx
|
|
6100
|
-
import { jsx as
|
|
6147
|
+
import { jsx as jsx47, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
6101
6148
|
var LIST_CLASSNAME = `k-list`;
|
|
6102
|
-
var
|
|
6103
|
-
var
|
|
6149
|
+
var states28 = [];
|
|
6150
|
+
var options26 = {
|
|
6104
6151
|
size: [Size.small, Size.medium, Size.large]
|
|
6105
6152
|
};
|
|
6106
|
-
var
|
|
6153
|
+
var defaultProps24 = {
|
|
6107
6154
|
size: Size.medium
|
|
6108
6155
|
};
|
|
6109
6156
|
var List = (props) => {
|
|
6110
6157
|
const {
|
|
6111
|
-
size =
|
|
6158
|
+
size = defaultProps24.size,
|
|
6112
6159
|
virtualization,
|
|
6113
6160
|
children,
|
|
6114
6161
|
optionLabel,
|
|
@@ -6125,7 +6172,7 @@ var List = (props) => {
|
|
|
6125
6172
|
listHeader = child.props.label;
|
|
6126
6173
|
child.props.children.map((optChild, index2) => {
|
|
6127
6174
|
listChildren.push(
|
|
6128
|
-
/* @__PURE__ */
|
|
6175
|
+
/* @__PURE__ */ jsx47(
|
|
6129
6176
|
ListItem,
|
|
6130
6177
|
{
|
|
6131
6178
|
...optChild.props
|
|
@@ -6141,7 +6188,7 @@ var List = (props) => {
|
|
|
6141
6188
|
groupLabel = child.props.label;
|
|
6142
6189
|
}
|
|
6143
6190
|
listChildren.push(
|
|
6144
|
-
/* @__PURE__ */
|
|
6191
|
+
/* @__PURE__ */ jsx47(
|
|
6145
6192
|
ListItem,
|
|
6146
6193
|
{
|
|
6147
6194
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -6153,14 +6200,14 @@ var List = (props) => {
|
|
|
6153
6200
|
);
|
|
6154
6201
|
});
|
|
6155
6202
|
}
|
|
6156
|
-
listGroup = /* @__PURE__ */
|
|
6203
|
+
listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
6157
6204
|
} else if (child.type === ListItem) {
|
|
6158
|
-
listChildren.push(/* @__PURE__ */
|
|
6159
|
-
listContent = /* @__PURE__ */
|
|
6205
|
+
listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
6206
|
+
listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
|
|
6160
6207
|
}
|
|
6161
6208
|
});
|
|
6162
6209
|
} else {
|
|
6163
|
-
listContent = /* @__PURE__ */
|
|
6210
|
+
listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
|
|
6164
6211
|
}
|
|
6165
6212
|
return /* @__PURE__ */ jsxs23(
|
|
6166
6213
|
"div",
|
|
@@ -6184,24 +6231,24 @@ var List = (props) => {
|
|
|
6184
6231
|
}
|
|
6185
6232
|
);
|
|
6186
6233
|
};
|
|
6187
|
-
List.states =
|
|
6188
|
-
List.options =
|
|
6234
|
+
List.states = states28;
|
|
6235
|
+
List.options = options26;
|
|
6189
6236
|
List.className = LIST_CLASSNAME;
|
|
6190
|
-
List.defaultProps =
|
|
6237
|
+
List.defaultProps = defaultProps24;
|
|
6191
6238
|
|
|
6192
6239
|
// src/list/list-angular.spec.tsx
|
|
6193
|
-
import { jsx as
|
|
6240
|
+
import { jsx as jsx48, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
6194
6241
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
6195
|
-
var
|
|
6196
|
-
var
|
|
6242
|
+
var states29 = [];
|
|
6243
|
+
var options27 = {
|
|
6197
6244
|
size: [Size.small, Size.medium, Size.large]
|
|
6198
6245
|
};
|
|
6199
|
-
var
|
|
6246
|
+
var defaultProps25 = {
|
|
6200
6247
|
size: Size.medium
|
|
6201
6248
|
};
|
|
6202
6249
|
var ListAngular = (props) => {
|
|
6203
6250
|
const {
|
|
6204
|
-
size =
|
|
6251
|
+
size = defaultProps25.size,
|
|
6205
6252
|
virtualization,
|
|
6206
6253
|
children,
|
|
6207
6254
|
...other
|
|
@@ -6217,7 +6264,7 @@ var ListAngular = (props) => {
|
|
|
6217
6264
|
listHeader = child.props.label;
|
|
6218
6265
|
child.props.children.map((optChild, index2) => {
|
|
6219
6266
|
listChildren.push(
|
|
6220
|
-
/* @__PURE__ */
|
|
6267
|
+
/* @__PURE__ */ jsx48(
|
|
6221
6268
|
ListItem,
|
|
6222
6269
|
{
|
|
6223
6270
|
...optChild.props
|
|
@@ -6228,7 +6275,7 @@ var ListAngular = (props) => {
|
|
|
6228
6275
|
});
|
|
6229
6276
|
} else {
|
|
6230
6277
|
listChildren.push(
|
|
6231
|
-
/* @__PURE__ */
|
|
6278
|
+
/* @__PURE__ */ jsx48(
|
|
6232
6279
|
ListGroupItem,
|
|
6233
6280
|
{
|
|
6234
6281
|
...child.props,
|
|
@@ -6239,7 +6286,7 @@ var ListAngular = (props) => {
|
|
|
6239
6286
|
);
|
|
6240
6287
|
child.props.children.map((optChild, index2) => {
|
|
6241
6288
|
listChildren.push(
|
|
6242
|
-
/* @__PURE__ */
|
|
6289
|
+
/* @__PURE__ */ jsx48(
|
|
6243
6290
|
ListItem,
|
|
6244
6291
|
{
|
|
6245
6292
|
...optChild.props
|
|
@@ -6249,14 +6296,14 @@ var ListAngular = (props) => {
|
|
|
6249
6296
|
);
|
|
6250
6297
|
});
|
|
6251
6298
|
}
|
|
6252
|
-
listGroup = /* @__PURE__ */
|
|
6299
|
+
listGroup = /* @__PURE__ */ jsx48(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
6253
6300
|
} else if (child.type === ListItem) {
|
|
6254
|
-
listChildren.push(/* @__PURE__ */
|
|
6255
|
-
listContent = /* @__PURE__ */
|
|
6301
|
+
listChildren.push(/* @__PURE__ */ jsx48(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
6302
|
+
listContent = /* @__PURE__ */ jsx48(ListContent, { virtualization, children: listChildren });
|
|
6256
6303
|
}
|
|
6257
6304
|
});
|
|
6258
6305
|
} else {
|
|
6259
|
-
listContent = /* @__PURE__ */
|
|
6306
|
+
listContent = /* @__PURE__ */ jsx48(NoData, { children: "No data found." });
|
|
6260
6307
|
}
|
|
6261
6308
|
return /* @__PURE__ */ jsxs24(
|
|
6262
6309
|
"div",
|
|
@@ -6279,15 +6326,15 @@ var ListAngular = (props) => {
|
|
|
6279
6326
|
}
|
|
6280
6327
|
);
|
|
6281
6328
|
};
|
|
6282
|
-
ListAngular.states =
|
|
6283
|
-
ListAngular.options =
|
|
6329
|
+
ListAngular.states = states29;
|
|
6330
|
+
ListAngular.options = options27;
|
|
6284
6331
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
6285
|
-
ListAngular.defaultProps =
|
|
6332
|
+
ListAngular.defaultProps = defaultProps25;
|
|
6286
6333
|
|
|
6287
6334
|
// src/checkbox/checkbox.spec.tsx
|
|
6288
|
-
import { jsx as
|
|
6335
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
6289
6336
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
6290
|
-
var
|
|
6337
|
+
var states30 = [
|
|
6291
6338
|
States.hover,
|
|
6292
6339
|
States.focus,
|
|
6293
6340
|
States.valid,
|
|
@@ -6297,11 +6344,11 @@ var states29 = [
|
|
|
6297
6344
|
States.checked,
|
|
6298
6345
|
States.indeterminate
|
|
6299
6346
|
];
|
|
6300
|
-
var
|
|
6347
|
+
var options28 = {
|
|
6301
6348
|
size: [Size.small, Size.medium, Size.large],
|
|
6302
6349
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
6303
6350
|
};
|
|
6304
|
-
var
|
|
6351
|
+
var defaultProps26 = {
|
|
6305
6352
|
size: Size.medium,
|
|
6306
6353
|
rounded: Roundness.medium
|
|
6307
6354
|
};
|
|
@@ -6316,11 +6363,11 @@ var Checkbox = (props) => {
|
|
|
6316
6363
|
invalid,
|
|
6317
6364
|
valid,
|
|
6318
6365
|
required,
|
|
6319
|
-
size =
|
|
6320
|
-
rounded =
|
|
6366
|
+
size = defaultProps26.size,
|
|
6367
|
+
rounded = defaultProps26.rounded,
|
|
6321
6368
|
...other
|
|
6322
6369
|
} = props;
|
|
6323
|
-
return /* @__PURE__ */
|
|
6370
|
+
return /* @__PURE__ */ jsx49("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx49(
|
|
6324
6371
|
"input",
|
|
6325
6372
|
{
|
|
6326
6373
|
...other,
|
|
@@ -6337,22 +6384,22 @@ var Checkbox = (props) => {
|
|
|
6337
6384
|
}
|
|
6338
6385
|
) });
|
|
6339
6386
|
};
|
|
6340
|
-
Checkbox.states =
|
|
6341
|
-
Checkbox.options =
|
|
6387
|
+
Checkbox.states = states30;
|
|
6388
|
+
Checkbox.options = options28;
|
|
6342
6389
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
6343
|
-
Checkbox.defaultProps =
|
|
6390
|
+
Checkbox.defaultProps = defaultProps26;
|
|
6344
6391
|
|
|
6345
6392
|
// src/list/list-item.spec.tsx
|
|
6346
|
-
import { jsx as
|
|
6393
|
+
import { jsx as jsx50, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
6347
6394
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
6348
|
-
var
|
|
6395
|
+
var states31 = [
|
|
6349
6396
|
States.hover,
|
|
6350
6397
|
States.focus,
|
|
6351
6398
|
States.selected,
|
|
6352
6399
|
States.disabled
|
|
6353
6400
|
];
|
|
6354
|
-
var
|
|
6355
|
-
var
|
|
6401
|
+
var options29 = {};
|
|
6402
|
+
var defaultProps27 = {};
|
|
6356
6403
|
var ListItem = (props) => {
|
|
6357
6404
|
const {
|
|
6358
6405
|
text,
|
|
@@ -6383,66 +6430,66 @@ var ListItem = (props) => {
|
|
|
6383
6430
|
})
|
|
6384
6431
|
),
|
|
6385
6432
|
children: [
|
|
6386
|
-
showCheckbox && /* @__PURE__ */
|
|
6387
|
-
showIcon && /* @__PURE__ */
|
|
6388
|
-
/* @__PURE__ */
|
|
6389
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */
|
|
6433
|
+
showCheckbox && /* @__PURE__ */ jsx50(Checkbox, { checked }),
|
|
6434
|
+
showIcon && /* @__PURE__ */ jsx50(Icon, { icon: iconName }),
|
|
6435
|
+
/* @__PURE__ */ jsx50("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
6436
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx50("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
6390
6437
|
]
|
|
6391
6438
|
}
|
|
6392
6439
|
);
|
|
6393
6440
|
};
|
|
6394
|
-
ListItem.states =
|
|
6395
|
-
ListItem.options =
|
|
6441
|
+
ListItem.states = states31;
|
|
6442
|
+
ListItem.options = options29;
|
|
6396
6443
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
6397
|
-
ListItem.defaultProps =
|
|
6444
|
+
ListItem.defaultProps = defaultProps27;
|
|
6398
6445
|
|
|
6399
6446
|
// src/list/list-content.tsx
|
|
6400
|
-
import { jsx as
|
|
6447
|
+
import { jsx as jsx51, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
6401
6448
|
var className15 = `k-list-content`;
|
|
6402
6449
|
var ListContent = (props) => {
|
|
6403
6450
|
const {
|
|
6404
6451
|
virtualization
|
|
6405
6452
|
} = props;
|
|
6406
6453
|
return /* @__PURE__ */ jsxs26("div", { className: classNames(className15, props.className), children: [
|
|
6407
|
-
/* @__PURE__ */
|
|
6408
|
-
virtualization && /* @__PURE__ */
|
|
6454
|
+
/* @__PURE__ */ jsx51("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
6455
|
+
virtualization && /* @__PURE__ */ jsx51("div", { className: "k-height-container", children: /* @__PURE__ */ jsx51("div", {}) })
|
|
6409
6456
|
] });
|
|
6410
6457
|
};
|
|
6411
6458
|
|
|
6412
6459
|
// src/list/list-header.tsx
|
|
6413
|
-
import { jsx as
|
|
6460
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
6414
6461
|
var className16 = `k-list-group-sticky-header`;
|
|
6415
|
-
var ListHeader = (props) => /* @__PURE__ */
|
|
6462
|
+
var ListHeader = (props) => /* @__PURE__ */ jsx52("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx52("div", { className: "k-list-header-text", children: props.children }) });
|
|
6416
6463
|
|
|
6417
6464
|
// src/list/list-group.tsx
|
|
6418
|
-
import { Fragment as Fragment17, jsx as
|
|
6465
|
+
import { Fragment as Fragment17, jsx as jsx53, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
6419
6466
|
var ListGroup = (props) => {
|
|
6420
6467
|
const {
|
|
6421
6468
|
virtualization,
|
|
6422
6469
|
label
|
|
6423
6470
|
} = props;
|
|
6424
6471
|
return /* @__PURE__ */ jsxs27(Fragment17, { children: [
|
|
6425
|
-
label && /* @__PURE__ */
|
|
6426
|
-
props.children && /* @__PURE__ */
|
|
6472
|
+
label && /* @__PURE__ */ jsx53(ListHeader, { children: label }),
|
|
6473
|
+
props.children && /* @__PURE__ */ jsx53(ListContent, { virtualization, children: props.children })
|
|
6427
6474
|
] });
|
|
6428
6475
|
};
|
|
6429
6476
|
|
|
6430
6477
|
// src/list/list-group-item.tsx
|
|
6431
|
-
import { jsx as
|
|
6478
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
6432
6479
|
var className17 = `k-list-group-item`;
|
|
6433
|
-
var ListGroupItem = (props) => /* @__PURE__ */
|
|
6480
|
+
var ListGroupItem = (props) => /* @__PURE__ */ jsx54("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx54("span", { className: "k-list-item-text", children: props.children }) });
|
|
6434
6481
|
|
|
6435
6482
|
// src/list/list-option-label.tsx
|
|
6436
|
-
import { jsx as
|
|
6483
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
6437
6484
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
6438
|
-
var
|
|
6485
|
+
var states32 = [
|
|
6439
6486
|
States.hover,
|
|
6440
6487
|
States.focus,
|
|
6441
6488
|
States.selected,
|
|
6442
6489
|
States.disabled
|
|
6443
6490
|
];
|
|
6444
|
-
var
|
|
6445
|
-
var
|
|
6491
|
+
var options30 = {};
|
|
6492
|
+
var defaultProps28 = {};
|
|
6446
6493
|
var ListOptionLabel = (props) => {
|
|
6447
6494
|
const {
|
|
6448
6495
|
text,
|
|
@@ -6452,7 +6499,7 @@ var ListOptionLabel = (props) => {
|
|
|
6452
6499
|
disabled,
|
|
6453
6500
|
...other
|
|
6454
6501
|
} = props;
|
|
6455
|
-
return /* @__PURE__ */
|
|
6502
|
+
return /* @__PURE__ */ jsx55(
|
|
6456
6503
|
"div",
|
|
6457
6504
|
{
|
|
6458
6505
|
...other,
|
|
@@ -6469,18 +6516,18 @@ var ListOptionLabel = (props) => {
|
|
|
6469
6516
|
}
|
|
6470
6517
|
);
|
|
6471
6518
|
};
|
|
6472
|
-
ListOptionLabel.states =
|
|
6473
|
-
ListOptionLabel.options =
|
|
6519
|
+
ListOptionLabel.states = states32;
|
|
6520
|
+
ListOptionLabel.options = options30;
|
|
6474
6521
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
6475
|
-
ListOptionLabel.defaultProps =
|
|
6522
|
+
ListOptionLabel.defaultProps = defaultProps28;
|
|
6476
6523
|
|
|
6477
6524
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
6478
|
-
import { jsx as
|
|
6525
|
+
import { jsx as jsx56, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
6479
6526
|
|
|
6480
6527
|
// src/searchbox/searchbox.spec.tsx
|
|
6481
|
-
import { jsx as
|
|
6528
|
+
import { jsx as jsx57, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
6482
6529
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
6483
|
-
var
|
|
6530
|
+
var states33 = [
|
|
6484
6531
|
States.hover,
|
|
6485
6532
|
States.focus,
|
|
6486
6533
|
States.valid,
|
|
@@ -6489,12 +6536,12 @@ var states32 = [
|
|
|
6489
6536
|
States.disabled,
|
|
6490
6537
|
States.loading
|
|
6491
6538
|
];
|
|
6492
|
-
var
|
|
6539
|
+
var options31 = {
|
|
6493
6540
|
size: [Size.small, Size.medium, Size.large],
|
|
6494
6541
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6495
6542
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6496
6543
|
};
|
|
6497
|
-
var
|
|
6544
|
+
var defaultProps29 = {
|
|
6498
6545
|
showIcon: true,
|
|
6499
6546
|
icon: "search",
|
|
6500
6547
|
size: Input.defaultProps.size,
|
|
@@ -6515,8 +6562,8 @@ var Searchbox = (props) => {
|
|
|
6515
6562
|
required,
|
|
6516
6563
|
loading,
|
|
6517
6564
|
disabled,
|
|
6518
|
-
showIcon =
|
|
6519
|
-
icon =
|
|
6565
|
+
showIcon = defaultProps29.showIcon,
|
|
6566
|
+
icon = defaultProps29.icon,
|
|
6520
6567
|
...other
|
|
6521
6568
|
} = props;
|
|
6522
6569
|
return /* @__PURE__ */ jsxs29(
|
|
@@ -6535,45 +6582,45 @@ var Searchbox = (props) => {
|
|
|
6535
6582
|
disabled,
|
|
6536
6583
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
6537
6584
|
children: [
|
|
6538
|
-
showIcon && /* @__PURE__ */
|
|
6539
|
-
/* @__PURE__ */
|
|
6540
|
-
/* @__PURE__ */
|
|
6541
|
-
/* @__PURE__ */
|
|
6542
|
-
/* @__PURE__ */
|
|
6585
|
+
showIcon && /* @__PURE__ */ jsx57(Icon, { className: "k-input-icon", icon }),
|
|
6586
|
+
/* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
|
|
6587
|
+
/* @__PURE__ */ jsx57(InputLoadingIcon, { ...props }),
|
|
6588
|
+
/* @__PURE__ */ jsx57(InputValidationIcon, { ...props }),
|
|
6589
|
+
/* @__PURE__ */ jsx57(InputClearValue, { ...props })
|
|
6543
6590
|
]
|
|
6544
6591
|
}
|
|
6545
6592
|
);
|
|
6546
6593
|
};
|
|
6547
|
-
Searchbox.states =
|
|
6548
|
-
Searchbox.options =
|
|
6594
|
+
Searchbox.states = states33;
|
|
6595
|
+
Searchbox.options = options31;
|
|
6549
6596
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
6550
|
-
Searchbox.defaultProps =
|
|
6597
|
+
Searchbox.defaultProps = defaultProps29;
|
|
6551
6598
|
|
|
6552
6599
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
6553
|
-
import { Fragment as Fragment18, jsx as
|
|
6600
|
+
import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
6554
6601
|
|
|
6555
6602
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
6556
|
-
import { jsx as
|
|
6603
|
+
import { jsx as jsx59, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
6557
6604
|
|
|
6558
6605
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
6559
|
-
import { Fragment as Fragment19, jsx as
|
|
6606
|
+
import { Fragment as Fragment19, jsx as jsx60, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
6560
6607
|
|
|
6561
6608
|
// src/spinbutton/spinbutton.spec.tsx
|
|
6562
|
-
import { jsx as
|
|
6609
|
+
import { jsx as jsx61, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
6563
6610
|
var SPINBUTTON_CLASSNAME = `k-spin-button`;
|
|
6564
|
-
var
|
|
6565
|
-
var
|
|
6611
|
+
var states34 = [];
|
|
6612
|
+
var options32 = {
|
|
6566
6613
|
size: [Size.small, Size.medium, Size.large],
|
|
6567
6614
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
|
|
6568
6615
|
};
|
|
6569
|
-
var
|
|
6616
|
+
var defaultProps30 = {
|
|
6570
6617
|
size: Size.medium,
|
|
6571
6618
|
fillMode: FillMode.solid
|
|
6572
6619
|
};
|
|
6573
6620
|
var SpinButton = (props) => {
|
|
6574
6621
|
const {
|
|
6575
|
-
size =
|
|
6576
|
-
fillMode =
|
|
6622
|
+
size = defaultProps30.size,
|
|
6623
|
+
fillMode = defaultProps30.fillMode,
|
|
6577
6624
|
...other
|
|
6578
6625
|
} = props;
|
|
6579
6626
|
return /* @__PURE__ */ jsxs33(
|
|
@@ -6585,7 +6632,7 @@ var SpinButton = (props) => {
|
|
|
6585
6632
|
props.className
|
|
6586
6633
|
),
|
|
6587
6634
|
children: [
|
|
6588
|
-
/* @__PURE__ */
|
|
6635
|
+
/* @__PURE__ */ jsx61(
|
|
6589
6636
|
Button,
|
|
6590
6637
|
{
|
|
6591
6638
|
className: "k-spinner-increase",
|
|
@@ -6595,7 +6642,7 @@ var SpinButton = (props) => {
|
|
|
6595
6642
|
fillMode
|
|
6596
6643
|
}
|
|
6597
6644
|
),
|
|
6598
|
-
/* @__PURE__ */
|
|
6645
|
+
/* @__PURE__ */ jsx61(
|
|
6599
6646
|
Button,
|
|
6600
6647
|
{
|
|
6601
6648
|
className: "k-spinner-decrease",
|
|
@@ -6609,15 +6656,15 @@ var SpinButton = (props) => {
|
|
|
6609
6656
|
}
|
|
6610
6657
|
);
|
|
6611
6658
|
};
|
|
6612
|
-
SpinButton.states =
|
|
6613
|
-
SpinButton.options =
|
|
6659
|
+
SpinButton.states = states34;
|
|
6660
|
+
SpinButton.options = options32;
|
|
6614
6661
|
SpinButton.className = SPINBUTTON_CLASSNAME;
|
|
6615
|
-
SpinButton.defaultProps =
|
|
6662
|
+
SpinButton.defaultProps = defaultProps30;
|
|
6616
6663
|
|
|
6617
6664
|
// src/numerictextbox/numerictextbox.spec.tsx
|
|
6618
|
-
import { jsx as
|
|
6665
|
+
import { jsx as jsx62, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
6619
6666
|
var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
|
|
6620
|
-
var
|
|
6667
|
+
var states35 = [
|
|
6621
6668
|
States.hover,
|
|
6622
6669
|
States.focus,
|
|
6623
6670
|
States.valid,
|
|
@@ -6627,12 +6674,12 @@ var states34 = [
|
|
|
6627
6674
|
States.disabled,
|
|
6628
6675
|
States.readonly
|
|
6629
6676
|
];
|
|
6630
|
-
var
|
|
6677
|
+
var options33 = {
|
|
6631
6678
|
size: [Size.small, Size.medium, Size.large],
|
|
6632
6679
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6633
6680
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6634
6681
|
};
|
|
6635
|
-
var
|
|
6682
|
+
var defaultProps31 = {
|
|
6636
6683
|
showSpinButton: true,
|
|
6637
6684
|
showClearButton: true,
|
|
6638
6685
|
size: Input.defaultProps.size,
|
|
@@ -6654,8 +6701,8 @@ var NumericTextbox = (props) => {
|
|
|
6654
6701
|
loading,
|
|
6655
6702
|
disabled,
|
|
6656
6703
|
readonly,
|
|
6657
|
-
showClearButton =
|
|
6658
|
-
showSpinButton =
|
|
6704
|
+
showClearButton = defaultProps31.showClearButton,
|
|
6705
|
+
showSpinButton = defaultProps31.showSpinButton,
|
|
6659
6706
|
...other
|
|
6660
6707
|
} = props;
|
|
6661
6708
|
return /* @__PURE__ */ jsxs34(
|
|
@@ -6675,8 +6722,8 @@ var NumericTextbox = (props) => {
|
|
|
6675
6722
|
readonly,
|
|
6676
6723
|
className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
|
|
6677
6724
|
children: [
|
|
6678
|
-
/* @__PURE__ */
|
|
6679
|
-
/* @__PURE__ */
|
|
6725
|
+
/* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
|
|
6726
|
+
/* @__PURE__ */ jsx62(
|
|
6680
6727
|
InputValidationIcon,
|
|
6681
6728
|
{
|
|
6682
6729
|
valid,
|
|
@@ -6685,14 +6732,14 @@ var NumericTextbox = (props) => {
|
|
|
6685
6732
|
disabled
|
|
6686
6733
|
}
|
|
6687
6734
|
),
|
|
6688
|
-
/* @__PURE__ */
|
|
6735
|
+
/* @__PURE__ */ jsx62(
|
|
6689
6736
|
InputLoadingIcon,
|
|
6690
6737
|
{
|
|
6691
6738
|
loading,
|
|
6692
6739
|
disabled
|
|
6693
6740
|
}
|
|
6694
6741
|
),
|
|
6695
|
-
showClearButton && /* @__PURE__ */
|
|
6742
|
+
showClearButton && /* @__PURE__ */ jsx62(
|
|
6696
6743
|
InputClearValue,
|
|
6697
6744
|
{
|
|
6698
6745
|
loading,
|
|
@@ -6701,7 +6748,7 @@ var NumericTextbox = (props) => {
|
|
|
6701
6748
|
value
|
|
6702
6749
|
}
|
|
6703
6750
|
),
|
|
6704
|
-
showSpinButton && /* @__PURE__ */
|
|
6751
|
+
showSpinButton && /* @__PURE__ */ jsx62(
|
|
6705
6752
|
SpinButton,
|
|
6706
6753
|
{
|
|
6707
6754
|
className: "k-input-spinner",
|
|
@@ -6713,15 +6760,15 @@ var NumericTextbox = (props) => {
|
|
|
6713
6760
|
}
|
|
6714
6761
|
);
|
|
6715
6762
|
};
|
|
6716
|
-
NumericTextbox.states =
|
|
6717
|
-
NumericTextbox.options =
|
|
6763
|
+
NumericTextbox.states = states35;
|
|
6764
|
+
NumericTextbox.options = options33;
|
|
6718
6765
|
NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
|
|
6719
|
-
NumericTextbox.defaultProps =
|
|
6766
|
+
NumericTextbox.defaultProps = defaultProps31;
|
|
6720
6767
|
|
|
6721
6768
|
// src/textbox/textbox.spec.tsx
|
|
6722
|
-
import { jsx as
|
|
6769
|
+
import { jsx as jsx63, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
6723
6770
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
6724
|
-
var
|
|
6771
|
+
var states36 = [
|
|
6725
6772
|
States.hover,
|
|
6726
6773
|
States.focus,
|
|
6727
6774
|
States.valid,
|
|
@@ -6731,12 +6778,12 @@ var states35 = [
|
|
|
6731
6778
|
States.loading,
|
|
6732
6779
|
States.readonly
|
|
6733
6780
|
];
|
|
6734
|
-
var
|
|
6781
|
+
var options34 = {
|
|
6735
6782
|
size: [Size.small, Size.medium, Size.large],
|
|
6736
6783
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6737
6784
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6738
6785
|
};
|
|
6739
|
-
var
|
|
6786
|
+
var defaultProps32 = {
|
|
6740
6787
|
showClearButton: true,
|
|
6741
6788
|
size: Input.defaultProps.size,
|
|
6742
6789
|
rounded: Input.defaultProps.rounded,
|
|
@@ -6759,7 +6806,7 @@ var Textbox = (props) => {
|
|
|
6759
6806
|
loading,
|
|
6760
6807
|
disabled,
|
|
6761
6808
|
readonly,
|
|
6762
|
-
showClearButton =
|
|
6809
|
+
showClearButton = defaultProps32.showClearButton,
|
|
6763
6810
|
...other
|
|
6764
6811
|
} = props;
|
|
6765
6812
|
return /* @__PURE__ */ jsxs35(
|
|
@@ -6779,9 +6826,9 @@ var Textbox = (props) => {
|
|
|
6779
6826
|
readonly,
|
|
6780
6827
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
6781
6828
|
children: [
|
|
6782
|
-
/* @__PURE__ */
|
|
6783
|
-
/* @__PURE__ */
|
|
6784
|
-
/* @__PURE__ */
|
|
6829
|
+
/* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
|
|
6830
|
+
/* @__PURE__ */ jsx63(InputInnerInput, { placeholder, value }),
|
|
6831
|
+
/* @__PURE__ */ jsx63(
|
|
6785
6832
|
InputValidationIcon,
|
|
6786
6833
|
{
|
|
6787
6834
|
valid,
|
|
@@ -6790,14 +6837,14 @@ var Textbox = (props) => {
|
|
|
6790
6837
|
disabled
|
|
6791
6838
|
}
|
|
6792
6839
|
),
|
|
6793
|
-
/* @__PURE__ */
|
|
6840
|
+
/* @__PURE__ */ jsx63(
|
|
6794
6841
|
InputLoadingIcon,
|
|
6795
6842
|
{
|
|
6796
6843
|
loading,
|
|
6797
6844
|
disabled
|
|
6798
6845
|
}
|
|
6799
6846
|
),
|
|
6800
|
-
showClearButton && /* @__PURE__ */
|
|
6847
|
+
showClearButton && /* @__PURE__ */ jsx63(
|
|
6801
6848
|
InputClearValue,
|
|
6802
6849
|
{
|
|
6803
6850
|
loading,
|
|
@@ -6806,20 +6853,20 @@ var Textbox = (props) => {
|
|
|
6806
6853
|
value
|
|
6807
6854
|
}
|
|
6808
6855
|
),
|
|
6809
|
-
/* @__PURE__ */
|
|
6856
|
+
/* @__PURE__ */ jsx63(InputSuffix, { children: suffix })
|
|
6810
6857
|
]
|
|
6811
6858
|
}
|
|
6812
6859
|
);
|
|
6813
6860
|
};
|
|
6814
|
-
Textbox.states =
|
|
6815
|
-
Textbox.options =
|
|
6861
|
+
Textbox.states = states36;
|
|
6862
|
+
Textbox.options = options34;
|
|
6816
6863
|
Textbox.className = TEXTBOX_CLASSNAME;
|
|
6817
|
-
Textbox.defaultProps =
|
|
6864
|
+
Textbox.defaultProps = defaultProps32;
|
|
6818
6865
|
|
|
6819
6866
|
// src/timepicker/timepicker.spec.tsx
|
|
6820
|
-
import { Fragment as Fragment20, jsx as
|
|
6867
|
+
import { Fragment as Fragment20, jsx as jsx64, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6821
6868
|
var TIMEPICKER_CLASSNAME = `k-timepicker`;
|
|
6822
|
-
var
|
|
6869
|
+
var states37 = [
|
|
6823
6870
|
States.hover,
|
|
6824
6871
|
States.focus,
|
|
6825
6872
|
States.valid,
|
|
@@ -6829,12 +6876,12 @@ var states36 = [
|
|
|
6829
6876
|
States.loading,
|
|
6830
6877
|
States.readonly
|
|
6831
6878
|
];
|
|
6832
|
-
var
|
|
6879
|
+
var options35 = {
|
|
6833
6880
|
size: [Size.small, Size.medium, Size.large],
|
|
6834
6881
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6835
6882
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6836
6883
|
};
|
|
6837
|
-
var
|
|
6884
|
+
var defaultProps33 = {
|
|
6838
6885
|
size: Input.defaultProps.size,
|
|
6839
6886
|
rounded: Input.defaultProps.rounded,
|
|
6840
6887
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -6877,9 +6924,9 @@ var TimePicker = (props) => {
|
|
|
6877
6924
|
readonly,
|
|
6878
6925
|
className: classNames(props.className, TIMEPICKER_CLASSNAME),
|
|
6879
6926
|
children: [
|
|
6880
|
-
/* @__PURE__ */
|
|
6881
|
-
/* @__PURE__ */
|
|
6882
|
-
/* @__PURE__ */
|
|
6927
|
+
/* @__PURE__ */ jsx64(InputPrefix, { children: prefix }),
|
|
6928
|
+
/* @__PURE__ */ jsx64(InputInnerInput, { placeholder, value }),
|
|
6929
|
+
/* @__PURE__ */ jsx64(
|
|
6883
6930
|
InputValidationIcon,
|
|
6884
6931
|
{
|
|
6885
6932
|
valid,
|
|
@@ -6888,14 +6935,14 @@ var TimePicker = (props) => {
|
|
|
6888
6935
|
disabled
|
|
6889
6936
|
}
|
|
6890
6937
|
),
|
|
6891
|
-
/* @__PURE__ */
|
|
6938
|
+
/* @__PURE__ */ jsx64(
|
|
6892
6939
|
InputLoadingIcon,
|
|
6893
6940
|
{
|
|
6894
6941
|
loading,
|
|
6895
6942
|
disabled
|
|
6896
6943
|
}
|
|
6897
6944
|
),
|
|
6898
|
-
/* @__PURE__ */
|
|
6945
|
+
/* @__PURE__ */ jsx64(
|
|
6899
6946
|
InputClearValue,
|
|
6900
6947
|
{
|
|
6901
6948
|
loading,
|
|
@@ -6904,8 +6951,8 @@ var TimePicker = (props) => {
|
|
|
6904
6951
|
value
|
|
6905
6952
|
}
|
|
6906
6953
|
),
|
|
6907
|
-
/* @__PURE__ */
|
|
6908
|
-
/* @__PURE__ */
|
|
6954
|
+
/* @__PURE__ */ jsx64(InputSuffix, { children: suffix }),
|
|
6955
|
+
/* @__PURE__ */ jsx64(
|
|
6909
6956
|
Button,
|
|
6910
6957
|
{
|
|
6911
6958
|
className: "k-input-button",
|
|
@@ -6918,96 +6965,96 @@ var TimePicker = (props) => {
|
|
|
6918
6965
|
]
|
|
6919
6966
|
}
|
|
6920
6967
|
),
|
|
6921
|
-
opened && /* @__PURE__ */ jsxs36(Popup, { className: "k-timepicker-popup", children: [
|
|
6922
|
-
/* @__PURE__ */
|
|
6968
|
+
opened && /* @__PURE__ */ jsxs36(Popup, { className: "k-list-container k-timepicker-popup", children: [
|
|
6969
|
+
/* @__PURE__ */ jsx64(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx64(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx64(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
6923
6970
|
/* @__PURE__ */ jsxs36(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
|
|
6924
|
-
/* @__PURE__ */
|
|
6925
|
-
/* @__PURE__ */
|
|
6971
|
+
/* @__PURE__ */ jsx64(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
6972
|
+
/* @__PURE__ */ jsx64(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
6926
6973
|
] })
|
|
6927
6974
|
] })
|
|
6928
6975
|
] });
|
|
6929
6976
|
};
|
|
6930
|
-
TimePicker.states =
|
|
6931
|
-
TimePicker.options =
|
|
6977
|
+
TimePicker.states = states37;
|
|
6978
|
+
TimePicker.options = options35;
|
|
6932
6979
|
TimePicker.className = TIMEPICKER_CLASSNAME;
|
|
6933
|
-
TimePicker.defaultProps =
|
|
6980
|
+
TimePicker.defaultProps = defaultProps33;
|
|
6934
6981
|
|
|
6935
6982
|
// src/grid/tests/grid-filter-row.tsx
|
|
6936
|
-
import { Fragment as Fragment21, jsx as
|
|
6937
|
-
var grid_filter_row_default = () => /* @__PURE__ */
|
|
6938
|
-
/* @__PURE__ */
|
|
6939
|
-
/* @__PURE__ */
|
|
6940
|
-
/* @__PURE__ */
|
|
6941
|
-
/* @__PURE__ */
|
|
6942
|
-
/* @__PURE__ */
|
|
6943
|
-
/* @__PURE__ */
|
|
6983
|
+
import { Fragment as Fragment21, jsx as jsx65, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6984
|
+
var grid_filter_row_default = () => /* @__PURE__ */ jsx65(Fragment21, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
|
|
6985
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
6986
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
6987
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
6988
|
+
/* @__PURE__ */ jsx65(ColorPicker, {}),
|
|
6989
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
6990
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6944
6991
|
] }) }) }) }) })
|
|
6945
6992
|
] }) }) }) }) }),
|
|
6946
|
-
/* @__PURE__ */
|
|
6947
|
-
/* @__PURE__ */
|
|
6948
|
-
/* @__PURE__ */
|
|
6949
|
-
/* @__PURE__ */
|
|
6950
|
-
/* @__PURE__ */
|
|
6951
|
-
/* @__PURE__ */
|
|
6952
|
-
/* @__PURE__ */
|
|
6953
|
-
/* @__PURE__ */
|
|
6993
|
+
/* @__PURE__ */ jsx65("div", {}),
|
|
6994
|
+
/* @__PURE__ */ jsx65("div", {}),
|
|
6995
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
6996
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
6997
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
6998
|
+
/* @__PURE__ */ jsx65(Autocomplete, { placeholder: "Autocomplete..." }),
|
|
6999
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7000
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6954
7001
|
] }) }) }) }) })
|
|
6955
7002
|
] }) }) }) }) }),
|
|
6956
|
-
/* @__PURE__ */
|
|
6957
|
-
/* @__PURE__ */
|
|
6958
|
-
/* @__PURE__ */
|
|
6959
|
-
/* @__PURE__ */
|
|
6960
|
-
/* @__PURE__ */
|
|
6961
|
-
/* @__PURE__ */
|
|
7003
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7004
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7005
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7006
|
+
/* @__PURE__ */ jsx65(Combobox, { placeholder: "Combobox..." }),
|
|
7007
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7008
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6962
7009
|
] }) }) }) }) })
|
|
6963
7010
|
] }) }) }) }) }),
|
|
6964
|
-
/* @__PURE__ */
|
|
6965
|
-
/* @__PURE__ */
|
|
6966
|
-
/* @__PURE__ */
|
|
6967
|
-
/* @__PURE__ */
|
|
6968
|
-
/* @__PURE__ */
|
|
6969
|
-
/* @__PURE__ */
|
|
7011
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7012
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7013
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7014
|
+
/* @__PURE__ */ jsx65(DropdownList, { placeholder: "DropdownList..." }),
|
|
7015
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7016
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6970
7017
|
] }) }) }) }) })
|
|
6971
7018
|
] }) }) }) }) }),
|
|
6972
|
-
/* @__PURE__ */
|
|
6973
|
-
/* @__PURE__ */
|
|
6974
|
-
/* @__PURE__ */
|
|
6975
|
-
/* @__PURE__ */
|
|
6976
|
-
/* @__PURE__ */
|
|
6977
|
-
/* @__PURE__ */
|
|
7019
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7020
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7021
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7022
|
+
/* @__PURE__ */ jsx65(NumericTextbox, { placeholder: "Numeric..." }),
|
|
7023
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7024
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6978
7025
|
] }) }) }) }) })
|
|
6979
7026
|
] }) }) }) }) }),
|
|
6980
|
-
/* @__PURE__ */
|
|
6981
|
-
/* @__PURE__ */
|
|
6982
|
-
/* @__PURE__ */
|
|
6983
|
-
/* @__PURE__ */
|
|
6984
|
-
/* @__PURE__ */
|
|
6985
|
-
/* @__PURE__ */
|
|
7027
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7028
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7029
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7030
|
+
/* @__PURE__ */ jsx65(Textbox, { placeholder: "Textbox..." }),
|
|
7031
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7032
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6986
7033
|
] }) }) }) }) })
|
|
6987
7034
|
] }) }) }) }) }),
|
|
6988
|
-
/* @__PURE__ */
|
|
6989
|
-
/* @__PURE__ */
|
|
6990
|
-
/* @__PURE__ */
|
|
6991
|
-
/* @__PURE__ */
|
|
6992
|
-
/* @__PURE__ */
|
|
6993
|
-
/* @__PURE__ */
|
|
6994
|
-
/* @__PURE__ */
|
|
7035
|
+
/* @__PURE__ */ jsx65("div", {}),
|
|
7036
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7037
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7038
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7039
|
+
/* @__PURE__ */ jsx65(DatePicker, { placeholder: "Datepicker..." }),
|
|
7040
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7041
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
6995
7042
|
] }) }) }) }) })
|
|
6996
7043
|
] }) }) }) }) }),
|
|
6997
|
-
/* @__PURE__ */
|
|
6998
|
-
/* @__PURE__ */
|
|
6999
|
-
/* @__PURE__ */
|
|
7000
|
-
/* @__PURE__ */
|
|
7001
|
-
/* @__PURE__ */
|
|
7002
|
-
/* @__PURE__ */
|
|
7044
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7045
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7046
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7047
|
+
/* @__PURE__ */ jsx65(TimePicker, { placeholder: "TimePicker..." }),
|
|
7048
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7049
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
7003
7050
|
] }) }) }) }) })
|
|
7004
7051
|
] }) }) }) }) }),
|
|
7005
|
-
/* @__PURE__ */
|
|
7006
|
-
/* @__PURE__ */
|
|
7007
|
-
/* @__PURE__ */
|
|
7008
|
-
/* @__PURE__ */
|
|
7009
|
-
/* @__PURE__ */
|
|
7010
|
-
/* @__PURE__ */
|
|
7052
|
+
/* @__PURE__ */ jsx65("div", { className: "section", children: /* @__PURE__ */ jsx65("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx65("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs37("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7053
|
+
/* @__PURE__ */ jsx65("colgroup", { children: /* @__PURE__ */ jsx65("col", {}) }),
|
|
7054
|
+
/* @__PURE__ */ jsx65("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx65("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx65("th", { className: "k-table-th", children: /* @__PURE__ */ jsx65("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs37("span", { children: [
|
|
7055
|
+
/* @__PURE__ */ jsx65(DateTimePicker, { placeholder: "DateTimePicker..." }),
|
|
7056
|
+
/* @__PURE__ */ jsx65(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7057
|
+
/* @__PURE__ */ jsx65(Button, { icon: "filter-clear", disabled: true })
|
|
7011
7058
|
] }) }) }) }) })
|
|
7012
7059
|
] }) }) }) }) })
|
|
7013
7060
|
] }) });
|