@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
|
@@ -4885,31 +4885,78 @@ Textbox.options = options14;
|
|
|
4885
4885
|
Textbox.className = TEXTBOX_CLASSNAME;
|
|
4886
4886
|
Textbox.defaultProps = defaultProps12;
|
|
4887
4887
|
|
|
4888
|
-
// src/
|
|
4888
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4889
4889
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
4890
|
-
var
|
|
4890
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4891
4891
|
var states16 = [];
|
|
4892
4892
|
var options15 = {};
|
|
4893
|
-
var defaultProps13 = {
|
|
4893
|
+
var defaultProps13 = {
|
|
4894
|
+
positionMode: "absolute"
|
|
4895
|
+
};
|
|
4896
|
+
var AnimationContainer = (props) => {
|
|
4897
|
+
const {
|
|
4898
|
+
positionMode,
|
|
4899
|
+
animationStyle,
|
|
4900
|
+
offset,
|
|
4901
|
+
...other
|
|
4902
|
+
} = props;
|
|
4903
|
+
return /* @__PURE__ */ jsx22(
|
|
4904
|
+
"div",
|
|
4905
|
+
{
|
|
4906
|
+
...other,
|
|
4907
|
+
style: { ...offset, ...props.style },
|
|
4908
|
+
className: classNames(
|
|
4909
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4910
|
+
"k-animation-container-shown",
|
|
4911
|
+
{
|
|
4912
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4913
|
+
}
|
|
4914
|
+
),
|
|
4915
|
+
children: /* @__PURE__ */ jsx22("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4916
|
+
}
|
|
4917
|
+
);
|
|
4918
|
+
};
|
|
4919
|
+
AnimationContainer.states = states16;
|
|
4920
|
+
AnimationContainer.options = options15;
|
|
4921
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4922
|
+
AnimationContainer.defaultProps = defaultProps13;
|
|
4923
|
+
|
|
4924
|
+
// src/popup/popup.spec.tsx
|
|
4925
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
4926
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4927
|
+
var states17 = [];
|
|
4928
|
+
var options16 = {};
|
|
4929
|
+
var defaultProps14 = {
|
|
4930
|
+
positionMode: "absolute"
|
|
4931
|
+
};
|
|
4894
4932
|
var Popup = (props) => {
|
|
4895
4933
|
const {
|
|
4934
|
+
offset,
|
|
4935
|
+
positionMode,
|
|
4896
4936
|
...other
|
|
4897
4937
|
} = props;
|
|
4898
|
-
return /* @__PURE__ */
|
|
4938
|
+
return /* @__PURE__ */ jsx23(
|
|
4939
|
+
AnimationContainer,
|
|
4940
|
+
{
|
|
4941
|
+
positionMode,
|
|
4942
|
+
offset,
|
|
4943
|
+
children: /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4944
|
+
}
|
|
4945
|
+
);
|
|
4899
4946
|
};
|
|
4900
|
-
Popup.states =
|
|
4901
|
-
Popup.options =
|
|
4947
|
+
Popup.states = states17;
|
|
4948
|
+
Popup.options = options16;
|
|
4902
4949
|
Popup.className = POPUP_CLASSNAME;
|
|
4903
|
-
Popup.defaultProps =
|
|
4950
|
+
Popup.defaultProps = defaultProps14;
|
|
4904
4951
|
|
|
4905
4952
|
// src/calendar/calendar.spec.tsx
|
|
4906
|
-
import { jsx as
|
|
4953
|
+
import { jsx as jsx24, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4907
4954
|
var CALENDAR_CLASSNAME = `k-calendar`;
|
|
4908
|
-
var
|
|
4909
|
-
var
|
|
4955
|
+
var states18 = [];
|
|
4956
|
+
var options17 = {
|
|
4910
4957
|
size: [Size.small, Size.medium, Size.large]
|
|
4911
4958
|
};
|
|
4912
|
-
var
|
|
4959
|
+
var defaultProps15 = {
|
|
4913
4960
|
size: Size.medium,
|
|
4914
4961
|
viewsCount: 1,
|
|
4915
4962
|
orientation: "horizontal",
|
|
@@ -4918,11 +4965,11 @@ var defaultProps14 = {
|
|
|
4918
4965
|
};
|
|
4919
4966
|
var Calendar = (props) => {
|
|
4920
4967
|
const {
|
|
4921
|
-
size =
|
|
4922
|
-
orientation =
|
|
4923
|
-
calendarView =
|
|
4924
|
-
calendarHeaderText =
|
|
4925
|
-
viewsCount =
|
|
4968
|
+
size = defaultProps15.size,
|
|
4969
|
+
orientation = defaultProps15.orientation,
|
|
4970
|
+
calendarView = defaultProps15.calendarView,
|
|
4971
|
+
calendarHeaderText = defaultProps15.calendarHeaderText,
|
|
4972
|
+
viewsCount = defaultProps15.viewsCount,
|
|
4926
4973
|
showWeek,
|
|
4927
4974
|
showOtherMonth,
|
|
4928
4975
|
showCalendarCaption,
|
|
@@ -4947,7 +4994,7 @@ var Calendar = (props) => {
|
|
|
4947
4994
|
}
|
|
4948
4995
|
),
|
|
4949
4996
|
children: [
|
|
4950
|
-
/* @__PURE__ */
|
|
4997
|
+
/* @__PURE__ */ jsx24(
|
|
4951
4998
|
CalendarHeader,
|
|
4952
4999
|
{
|
|
4953
5000
|
showToday: showCalendarFooter ? false : true,
|
|
@@ -4957,7 +5004,7 @@ var Calendar = (props) => {
|
|
|
4957
5004
|
dir
|
|
4958
5005
|
}
|
|
4959
5006
|
),
|
|
4960
|
-
/* @__PURE__ */
|
|
5007
|
+
/* @__PURE__ */ jsx24(
|
|
4961
5008
|
CalendarView,
|
|
4962
5009
|
{
|
|
4963
5010
|
calendarView,
|
|
@@ -4969,19 +5016,19 @@ var Calendar = (props) => {
|
|
|
4969
5016
|
selectedRange
|
|
4970
5017
|
}
|
|
4971
5018
|
),
|
|
4972
|
-
showCalendarFooter && /* @__PURE__ */
|
|
5019
|
+
showCalendarFooter && /* @__PURE__ */ jsx24(CalendarFooter, {})
|
|
4973
5020
|
]
|
|
4974
5021
|
}
|
|
4975
5022
|
);
|
|
4976
5023
|
};
|
|
4977
|
-
Calendar.states =
|
|
4978
|
-
Calendar.options =
|
|
5024
|
+
Calendar.states = states18;
|
|
5025
|
+
Calendar.options = options17;
|
|
4979
5026
|
Calendar.className = CALENDAR_CLASSNAME;
|
|
4980
|
-
Calendar.defaultProps =
|
|
5027
|
+
Calendar.defaultProps = defaultProps15;
|
|
4981
5028
|
|
|
4982
5029
|
// src/calendar/calendar-cell.tsx
|
|
4983
|
-
import { jsx as
|
|
4984
|
-
var
|
|
5030
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
5031
|
+
var states19 = [
|
|
4985
5032
|
States.hover,
|
|
4986
5033
|
States.focus,
|
|
4987
5034
|
States.active,
|
|
@@ -5030,21 +5077,21 @@ var CalendarCell = (props) => {
|
|
|
5030
5077
|
}
|
|
5031
5078
|
];
|
|
5032
5079
|
if (headerCell) {
|
|
5033
|
-
return /* @__PURE__ */
|
|
5080
|
+
return /* @__PURE__ */ jsx25("th", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5034
5081
|
}
|
|
5035
5082
|
if (weekCell) {
|
|
5036
|
-
return /* @__PURE__ */
|
|
5083
|
+
return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5037
5084
|
}
|
|
5038
|
-
return /* @__PURE__ */
|
|
5085
|
+
return /* @__PURE__ */ jsx25("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx25("span", { className: "k-link", children: text }) });
|
|
5039
5086
|
};
|
|
5040
5087
|
|
|
5041
5088
|
// src/calendar/calendar-header.tsx
|
|
5042
|
-
import { jsx as
|
|
5089
|
+
import { jsx as jsx26, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
5043
5090
|
var className9 = `k-calendar-header`;
|
|
5044
|
-
var
|
|
5091
|
+
var options18 = {
|
|
5045
5092
|
size: [Size.small, Size.medium, Size.large]
|
|
5046
5093
|
};
|
|
5047
|
-
var
|
|
5094
|
+
var defaultProps16 = {
|
|
5048
5095
|
calendarHeaderText: "October 2021",
|
|
5049
5096
|
showToday: true,
|
|
5050
5097
|
orientation: "horizontal",
|
|
@@ -5052,10 +5099,10 @@ var defaultProps15 = {
|
|
|
5052
5099
|
};
|
|
5053
5100
|
var CalendarHeader = (props) => {
|
|
5054
5101
|
const {
|
|
5055
|
-
calendarHeaderText =
|
|
5056
|
-
showToday =
|
|
5057
|
-
orientation =
|
|
5058
|
-
size =
|
|
5102
|
+
calendarHeaderText = defaultProps16.calendarHeaderText,
|
|
5103
|
+
showToday = defaultProps16.showToday,
|
|
5104
|
+
orientation = defaultProps16.orientation,
|
|
5105
|
+
size = defaultProps16.size,
|
|
5059
5106
|
dir,
|
|
5060
5107
|
...other
|
|
5061
5108
|
} = props;
|
|
@@ -5073,12 +5120,12 @@ var CalendarHeader = (props) => {
|
|
|
5073
5120
|
}
|
|
5074
5121
|
),
|
|
5075
5122
|
children: [
|
|
5076
|
-
/* @__PURE__ */
|
|
5077
|
-
/* @__PURE__ */
|
|
5123
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
|
|
5124
|
+
/* @__PURE__ */ jsx26("span", { className: "k-spacer" }),
|
|
5078
5125
|
/* @__PURE__ */ jsxs6("span", { className: "k-calendar-nav", children: [
|
|
5079
|
-
/* @__PURE__ */
|
|
5080
|
-
showToday && /* @__PURE__ */
|
|
5081
|
-
/* @__PURE__ */
|
|
5126
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
|
|
5127
|
+
showToday && /* @__PURE__ */ jsx26(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
|
|
5128
|
+
/* @__PURE__ */ jsx26(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
|
|
5082
5129
|
] })
|
|
5083
5130
|
]
|
|
5084
5131
|
}
|
|
@@ -5086,12 +5133,12 @@ var CalendarHeader = (props) => {
|
|
|
5086
5133
|
};
|
|
5087
5134
|
|
|
5088
5135
|
// src/calendar/calendar-footer.tsx
|
|
5089
|
-
import { jsx as
|
|
5136
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
5090
5137
|
var className10 = `k-calendar-footer`;
|
|
5091
|
-
var CalendarFooter = (props) => /* @__PURE__ */
|
|
5138
|
+
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" }) });
|
|
5092
5139
|
|
|
5093
5140
|
// src/calendar/calendar-table.tsx
|
|
5094
|
-
import { jsx as
|
|
5141
|
+
import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
5095
5142
|
var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
|
|
5096
5143
|
var CalendarTable = (props) => {
|
|
5097
5144
|
const {
|
|
@@ -5112,25 +5159,25 @@ var CalendarTable = (props) => {
|
|
|
5112
5159
|
CALENDARTABLE_CLASSNAME
|
|
5113
5160
|
),
|
|
5114
5161
|
children: [
|
|
5115
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5162
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2022" }),
|
|
5116
5163
|
/* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
|
|
5117
5164
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5118
|
-
/* @__PURE__ */
|
|
5119
|
-
/* @__PURE__ */
|
|
5120
|
-
/* @__PURE__ */
|
|
5121
|
-
/* @__PURE__ */
|
|
5165
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jan" }),
|
|
5166
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Feb" }),
|
|
5167
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Mar" }),
|
|
5168
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Apr" })
|
|
5122
5169
|
] }),
|
|
5123
5170
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5124
|
-
/* @__PURE__ */
|
|
5125
|
-
/* @__PURE__ */
|
|
5126
|
-
/* @__PURE__ */
|
|
5127
|
-
/* @__PURE__ */
|
|
5171
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "May" }),
|
|
5172
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jun", hover: true }),
|
|
5173
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Jul", focus: true }),
|
|
5174
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Au", selected: true })
|
|
5128
5175
|
] }),
|
|
5129
5176
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5130
|
-
/* @__PURE__ */
|
|
5131
|
-
/* @__PURE__ */
|
|
5132
|
-
/* @__PURE__ */
|
|
5133
|
-
/* @__PURE__ */
|
|
5177
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Sep" }),
|
|
5178
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Oct", today: true }),
|
|
5179
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Nov" }),
|
|
5180
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "Dec" })
|
|
5134
5181
|
] })
|
|
5135
5182
|
] })
|
|
5136
5183
|
]
|
|
@@ -5147,25 +5194,25 @@ var CalendarTable = (props) => {
|
|
|
5147
5194
|
CALENDARTABLE_CLASSNAME
|
|
5148
5195
|
),
|
|
5149
5196
|
children: [
|
|
5150
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5197
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
|
|
5151
5198
|
/* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
|
|
5152
5199
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5153
|
-
/* @__PURE__ */
|
|
5154
|
-
/* @__PURE__ */
|
|
5155
|
-
/* @__PURE__ */
|
|
5156
|
-
/* @__PURE__ */
|
|
5200
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" }),
|
|
5201
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2020" }),
|
|
5202
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2021", today: true }),
|
|
5203
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2022" })
|
|
5157
5204
|
] }),
|
|
5158
5205
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5159
|
-
/* @__PURE__ */
|
|
5160
|
-
/* @__PURE__ */
|
|
5161
|
-
/* @__PURE__ */
|
|
5162
|
-
/* @__PURE__ */
|
|
5206
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2023" }),
|
|
5207
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2024", hover: true }),
|
|
5208
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2025", focus: true }),
|
|
5209
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2026", selected: true })
|
|
5163
5210
|
] }),
|
|
5164
5211
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5165
|
-
/* @__PURE__ */
|
|
5166
|
-
/* @__PURE__ */
|
|
5167
|
-
/* @__PURE__ */
|
|
5168
|
-
/* @__PURE__ */
|
|
5212
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2027" }),
|
|
5213
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2028" }),
|
|
5214
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2029" }),
|
|
5215
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
|
|
5169
5216
|
] })
|
|
5170
5217
|
] })
|
|
5171
5218
|
]
|
|
@@ -5182,25 +5229,25 @@ var CalendarTable = (props) => {
|
|
|
5182
5229
|
CALENDARTABLE_CLASSNAME
|
|
5183
5230
|
),
|
|
5184
5231
|
children: [
|
|
5185
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5232
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
|
|
5186
5233
|
/* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
|
|
5187
5234
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5188
|
-
/* @__PURE__ */
|
|
5189
|
-
/* @__PURE__ */
|
|
5190
|
-
/* @__PURE__ */
|
|
5191
|
-
/* @__PURE__ */
|
|
5235
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1990 - 1999" }),
|
|
5236
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2000 - 2009" }),
|
|
5237
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2010 - 2019", today: true }),
|
|
5238
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2020 - 2029" })
|
|
5192
5239
|
] }),
|
|
5193
5240
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5194
|
-
/* @__PURE__ */
|
|
5195
|
-
/* @__PURE__ */
|
|
5196
|
-
/* @__PURE__ */
|
|
5197
|
-
/* @__PURE__ */
|
|
5241
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2030 - 2039" }),
|
|
5242
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2040 - 2049", hover: true }),
|
|
5243
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2050 - 2059", focus: true }),
|
|
5244
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2060 - 2069", selected: true })
|
|
5198
5245
|
] }),
|
|
5199
5246
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5200
|
-
/* @__PURE__ */
|
|
5201
|
-
/* @__PURE__ */
|
|
5202
|
-
/* @__PURE__ */
|
|
5203
|
-
/* @__PURE__ */
|
|
5247
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2070 - 2079" }),
|
|
5248
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2080 - 2089" }),
|
|
5249
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2090 - 2099" }),
|
|
5250
|
+
/* @__PURE__ */ jsx28(CalendarCell, { className: "k-out-of-range" })
|
|
5204
5251
|
] })
|
|
5205
5252
|
] })
|
|
5206
5253
|
]
|
|
@@ -5216,68 +5263,68 @@ var CalendarTable = (props) => {
|
|
|
5216
5263
|
CALENDARTABLE_CLASSNAME
|
|
5217
5264
|
),
|
|
5218
5265
|
children: [
|
|
5219
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5220
|
-
/* @__PURE__ */
|
|
5266
|
+
showCalendarCaption && /* @__PURE__ */ jsx28("caption", { className: "k-calendar-caption", children: "October 2021" }),
|
|
5267
|
+
/* @__PURE__ */ jsx28(CalendarTableHead, { showWeek }),
|
|
5221
5268
|
/* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
|
|
5222
5269
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5223
|
-
showWeek && /* @__PURE__ */
|
|
5224
|
-
/* @__PURE__ */
|
|
5225
|
-
/* @__PURE__ */
|
|
5226
|
-
/* @__PURE__ */
|
|
5227
|
-
/* @__PURE__ */
|
|
5228
|
-
/* @__PURE__ */
|
|
5229
|
-
/* @__PURE__ */
|
|
5230
|
-
/* @__PURE__ */
|
|
5270
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "39", weekCell: true }),
|
|
5271
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
|
|
5272
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1" }),
|
|
5273
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2" }),
|
|
5274
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "3" }),
|
|
5275
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "4" }),
|
|
5276
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "5" }),
|
|
5277
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "6", weekend: true })
|
|
5231
5278
|
] }),
|
|
5232
5279
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5233
|
-
showWeek && /* @__PURE__ */
|
|
5234
|
-
/* @__PURE__ */
|
|
5235
|
-
/* @__PURE__ */
|
|
5236
|
-
/* @__PURE__ */
|
|
5237
|
-
/* @__PURE__ */
|
|
5238
|
-
/* @__PURE__ */
|
|
5239
|
-
/* @__PURE__ */
|
|
5240
|
-
/* @__PURE__ */
|
|
5280
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "40", weekCell: true }),
|
|
5281
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "7", weekend: true }),
|
|
5282
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "8", hover: true }),
|
|
5283
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "9", focus: true }),
|
|
5284
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "10", selected: true }),
|
|
5285
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "11", hover: true, focus: true }),
|
|
5286
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "12", hover: true, selected: true }),
|
|
5287
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "13", weekend: true })
|
|
5241
5288
|
] }),
|
|
5242
5289
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5243
|
-
showWeek && /* @__PURE__ */
|
|
5244
|
-
/* @__PURE__ */
|
|
5245
|
-
/* @__PURE__ */
|
|
5246
|
-
/* @__PURE__ */
|
|
5247
|
-
/* @__PURE__ */
|
|
5248
|
-
/* @__PURE__ */
|
|
5249
|
-
/* @__PURE__ */
|
|
5250
|
-
/* @__PURE__ */
|
|
5290
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "41", weekCell: true }),
|
|
5291
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "14", weekend: true }),
|
|
5292
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "15" }),
|
|
5293
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "16", today: true }),
|
|
5294
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "17" }),
|
|
5295
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "18" }),
|
|
5296
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "19" }),
|
|
5297
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "20", weekend: true })
|
|
5251
5298
|
] }),
|
|
5252
5299
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5253
|
-
showWeek && /* @__PURE__ */
|
|
5254
|
-
/* @__PURE__ */
|
|
5255
|
-
/* @__PURE__ */
|
|
5256
|
-
/* @__PURE__ */
|
|
5257
|
-
/* @__PURE__ */
|
|
5258
|
-
/* @__PURE__ */
|
|
5259
|
-
/* @__PURE__ */
|
|
5260
|
-
/* @__PURE__ */
|
|
5300
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "42", weekCell: true }),
|
|
5301
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "21", weekend: true }),
|
|
5302
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "22" }),
|
|
5303
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "23" }),
|
|
5304
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "24" }),
|
|
5305
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
|
|
5306
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "26", rangeMid: selectedRange }),
|
|
5307
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
|
|
5261
5308
|
] }),
|
|
5262
5309
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5263
|
-
showWeek && /* @__PURE__ */
|
|
5264
|
-
/* @__PURE__ */
|
|
5265
|
-
/* @__PURE__ */
|
|
5266
|
-
/* @__PURE__ */
|
|
5267
|
-
/* @__PURE__ */
|
|
5268
|
-
/* @__PURE__ */
|
|
5269
|
-
/* @__PURE__ */
|
|
5270
|
-
/* @__PURE__ */
|
|
5310
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "43", weekCell: true }),
|
|
5311
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
|
|
5312
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
|
|
5313
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "30" }),
|
|
5314
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "31" }),
|
|
5315
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
|
|
5316
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
|
|
5317
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
|
|
5271
5318
|
] }),
|
|
5272
5319
|
/* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
|
|
5273
|
-
showWeek && /* @__PURE__ */
|
|
5274
|
-
/* @__PURE__ */
|
|
5275
|
-
/* @__PURE__ */
|
|
5276
|
-
/* @__PURE__ */
|
|
5277
|
-
/* @__PURE__ */
|
|
5278
|
-
/* @__PURE__ */
|
|
5279
|
-
/* @__PURE__ */
|
|
5280
|
-
/* @__PURE__ */
|
|
5320
|
+
showWeek && /* @__PURE__ */ jsx28(CalendarCell, { text: "44", weekCell: true }),
|
|
5321
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
|
|
5322
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
|
|
5323
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
|
|
5324
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
|
|
5325
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
|
|
5326
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
|
|
5327
|
+
/* @__PURE__ */ jsx28(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
|
|
5281
5328
|
] })
|
|
5282
5329
|
] })
|
|
5283
5330
|
]
|
|
@@ -5286,52 +5333,52 @@ var CalendarTable = (props) => {
|
|
|
5286
5333
|
};
|
|
5287
5334
|
|
|
5288
5335
|
// src/calendar/calendar-table-head.tsx
|
|
5289
|
-
import { jsx as
|
|
5336
|
+
import { jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
5290
5337
|
var className11 = `k-calendar-thead`;
|
|
5291
5338
|
var CalendarTableHead = (props) => {
|
|
5292
5339
|
const {
|
|
5293
5340
|
showWeek,
|
|
5294
5341
|
...other
|
|
5295
5342
|
} = props;
|
|
5296
|
-
return /* @__PURE__ */
|
|
5343
|
+
return /* @__PURE__ */ jsx29(
|
|
5297
5344
|
"thead",
|
|
5298
5345
|
{
|
|
5299
5346
|
...other,
|
|
5300
5347
|
className: classNames(props.className, className11),
|
|
5301
5348
|
children: /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
|
|
5302
|
-
showWeek && /* @__PURE__ */
|
|
5303
|
-
/* @__PURE__ */
|
|
5304
|
-
/* @__PURE__ */
|
|
5305
|
-
/* @__PURE__ */
|
|
5306
|
-
/* @__PURE__ */
|
|
5307
|
-
/* @__PURE__ */
|
|
5308
|
-
/* @__PURE__ */
|
|
5309
|
-
/* @__PURE__ */
|
|
5349
|
+
showWeek && /* @__PURE__ */ jsx29(CalendarCell, { weekCell: true, headerCell: true }),
|
|
5350
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Su", headerCell: true }),
|
|
5351
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Mo", headerCell: true }),
|
|
5352
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Tu", headerCell: true }),
|
|
5353
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "We", headerCell: true }),
|
|
5354
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Th", headerCell: true }),
|
|
5355
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Fr", headerCell: true }),
|
|
5356
|
+
/* @__PURE__ */ jsx29(CalendarCell, { text: "Sa", headerCell: true })
|
|
5310
5357
|
] })
|
|
5311
5358
|
}
|
|
5312
5359
|
);
|
|
5313
5360
|
};
|
|
5314
5361
|
|
|
5315
5362
|
// src/calendar/calendar-view.tsx
|
|
5316
|
-
import { jsx as
|
|
5363
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
5317
5364
|
var className12 = `k-calendar-view`;
|
|
5318
|
-
var
|
|
5365
|
+
var defaultProps17 = {
|
|
5319
5366
|
viewsCount: 1,
|
|
5320
5367
|
orientation: "horizontal",
|
|
5321
5368
|
calendarView: "month"
|
|
5322
5369
|
};
|
|
5323
5370
|
var CalendarView = (props) => {
|
|
5324
5371
|
const {
|
|
5325
|
-
orientation =
|
|
5326
|
-
calendarView =
|
|
5327
|
-
viewsCount =
|
|
5372
|
+
orientation = defaultProps17.orientation,
|
|
5373
|
+
calendarView = defaultProps17.calendarView,
|
|
5374
|
+
viewsCount = defaultProps17.viewsCount,
|
|
5328
5375
|
showWeek,
|
|
5329
5376
|
showOtherMonth,
|
|
5330
5377
|
showCalendarCaption,
|
|
5331
5378
|
selectedRange,
|
|
5332
5379
|
...other
|
|
5333
5380
|
} = props;
|
|
5334
|
-
return /* @__PURE__ */
|
|
5381
|
+
return /* @__PURE__ */ jsx30(
|
|
5335
5382
|
"div",
|
|
5336
5383
|
{
|
|
5337
5384
|
...other,
|
|
@@ -5347,7 +5394,7 @@ var CalendarView = (props) => {
|
|
|
5347
5394
|
}
|
|
5348
5395
|
),
|
|
5349
5396
|
children: [...Array(viewsCount)].map(
|
|
5350
|
-
(_e, i) => /* @__PURE__ */
|
|
5397
|
+
(_e, i) => /* @__PURE__ */ jsx30(
|
|
5351
5398
|
CalendarTable,
|
|
5352
5399
|
{
|
|
5353
5400
|
calendarView,
|
|
@@ -5364,9 +5411,9 @@ var CalendarView = (props) => {
|
|
|
5364
5411
|
};
|
|
5365
5412
|
|
|
5366
5413
|
// src/datepicker/datepicker.spec.tsx
|
|
5367
|
-
import { Fragment as Fragment11, jsx as
|
|
5414
|
+
import { Fragment as Fragment11, jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
5368
5415
|
var DATEPICKER_CLASSNAME = `k-datepicker`;
|
|
5369
|
-
var
|
|
5416
|
+
var states20 = [
|
|
5370
5417
|
States.hover,
|
|
5371
5418
|
States.focus,
|
|
5372
5419
|
States.valid,
|
|
@@ -5376,12 +5423,12 @@ var states19 = [
|
|
|
5376
5423
|
States.loading,
|
|
5377
5424
|
States.readonly
|
|
5378
5425
|
];
|
|
5379
|
-
var
|
|
5426
|
+
var options19 = {
|
|
5380
5427
|
size: [Size.small, Size.medium, Size.large],
|
|
5381
5428
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5382
5429
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5383
5430
|
};
|
|
5384
|
-
var
|
|
5431
|
+
var defaultProps18 = {
|
|
5385
5432
|
size: Input.defaultProps.size,
|
|
5386
5433
|
rounded: Input.defaultProps.rounded,
|
|
5387
5434
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -5426,9 +5473,9 @@ var DatePicker = (props) => {
|
|
|
5426
5473
|
readonly,
|
|
5427
5474
|
className: classNames(props.className, DATEPICKER_CLASSNAME),
|
|
5428
5475
|
children: [
|
|
5429
|
-
/* @__PURE__ */
|
|
5430
|
-
/* @__PURE__ */
|
|
5431
|
-
/* @__PURE__ */
|
|
5476
|
+
/* @__PURE__ */ jsx31(InputPrefix, { children: prefix }),
|
|
5477
|
+
/* @__PURE__ */ jsx31(InputInnerInput, { placeholder, value }),
|
|
5478
|
+
/* @__PURE__ */ jsx31(
|
|
5432
5479
|
InputValidationIcon,
|
|
5433
5480
|
{
|
|
5434
5481
|
valid,
|
|
@@ -5437,14 +5484,14 @@ var DatePicker = (props) => {
|
|
|
5437
5484
|
disabled
|
|
5438
5485
|
}
|
|
5439
5486
|
),
|
|
5440
|
-
/* @__PURE__ */
|
|
5487
|
+
/* @__PURE__ */ jsx31(
|
|
5441
5488
|
InputLoadingIcon,
|
|
5442
5489
|
{
|
|
5443
5490
|
loading,
|
|
5444
5491
|
disabled
|
|
5445
5492
|
}
|
|
5446
5493
|
),
|
|
5447
|
-
/* @__PURE__ */
|
|
5494
|
+
/* @__PURE__ */ jsx31(
|
|
5448
5495
|
InputClearValue,
|
|
5449
5496
|
{
|
|
5450
5497
|
loading,
|
|
@@ -5453,8 +5500,8 @@ var DatePicker = (props) => {
|
|
|
5453
5500
|
value
|
|
5454
5501
|
}
|
|
5455
5502
|
),
|
|
5456
|
-
/* @__PURE__ */
|
|
5457
|
-
/* @__PURE__ */
|
|
5503
|
+
/* @__PURE__ */ jsx31(InputSuffix, { children: suffix }),
|
|
5504
|
+
/* @__PURE__ */ jsx31(
|
|
5458
5505
|
Button,
|
|
5459
5506
|
{
|
|
5460
5507
|
className: "k-input-button",
|
|
@@ -5467,30 +5514,30 @@ var DatePicker = (props) => {
|
|
|
5467
5514
|
]
|
|
5468
5515
|
}
|
|
5469
5516
|
),
|
|
5470
|
-
opened && /* @__PURE__ */
|
|
5517
|
+
opened && /* @__PURE__ */ jsx31(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx31(Calendar, { dir }) })
|
|
5471
5518
|
] });
|
|
5472
5519
|
};
|
|
5473
|
-
DatePicker.states =
|
|
5474
|
-
DatePicker.options =
|
|
5520
|
+
DatePicker.states = states20;
|
|
5521
|
+
DatePicker.options = options19;
|
|
5475
5522
|
DatePicker.className = DATEPICKER_CLASSNAME;
|
|
5476
|
-
DatePicker.defaultProps =
|
|
5523
|
+
DatePicker.defaultProps = defaultProps18;
|
|
5477
5524
|
|
|
5478
5525
|
// src/spinbutton/spinbutton.spec.tsx
|
|
5479
|
-
import { jsx as
|
|
5526
|
+
import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5480
5527
|
var SPINBUTTON_CLASSNAME = `k-spin-button`;
|
|
5481
|
-
var
|
|
5482
|
-
var
|
|
5528
|
+
var states21 = [];
|
|
5529
|
+
var options20 = {
|
|
5483
5530
|
size: [Size.small, Size.medium, Size.large],
|
|
5484
5531
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
|
|
5485
5532
|
};
|
|
5486
|
-
var
|
|
5533
|
+
var defaultProps19 = {
|
|
5487
5534
|
size: Size.medium,
|
|
5488
5535
|
fillMode: FillMode.solid
|
|
5489
5536
|
};
|
|
5490
5537
|
var SpinButton = (props) => {
|
|
5491
5538
|
const {
|
|
5492
|
-
size =
|
|
5493
|
-
fillMode =
|
|
5539
|
+
size = defaultProps19.size,
|
|
5540
|
+
fillMode = defaultProps19.fillMode,
|
|
5494
5541
|
...other
|
|
5495
5542
|
} = props;
|
|
5496
5543
|
return /* @__PURE__ */ jsxs10(
|
|
@@ -5502,7 +5549,7 @@ var SpinButton = (props) => {
|
|
|
5502
5549
|
props.className
|
|
5503
5550
|
),
|
|
5504
5551
|
children: [
|
|
5505
|
-
/* @__PURE__ */
|
|
5552
|
+
/* @__PURE__ */ jsx32(
|
|
5506
5553
|
Button,
|
|
5507
5554
|
{
|
|
5508
5555
|
className: "k-spinner-increase",
|
|
@@ -5512,7 +5559,7 @@ var SpinButton = (props) => {
|
|
|
5512
5559
|
fillMode
|
|
5513
5560
|
}
|
|
5514
5561
|
),
|
|
5515
|
-
/* @__PURE__ */
|
|
5562
|
+
/* @__PURE__ */ jsx32(
|
|
5516
5563
|
Button,
|
|
5517
5564
|
{
|
|
5518
5565
|
className: "k-spinner-decrease",
|
|
@@ -5526,15 +5573,15 @@ var SpinButton = (props) => {
|
|
|
5526
5573
|
}
|
|
5527
5574
|
);
|
|
5528
5575
|
};
|
|
5529
|
-
SpinButton.states =
|
|
5530
|
-
SpinButton.options =
|
|
5576
|
+
SpinButton.states = states21;
|
|
5577
|
+
SpinButton.options = options20;
|
|
5531
5578
|
SpinButton.className = SPINBUTTON_CLASSNAME;
|
|
5532
|
-
SpinButton.defaultProps =
|
|
5579
|
+
SpinButton.defaultProps = defaultProps19;
|
|
5533
5580
|
|
|
5534
5581
|
// src/numerictextbox/numerictextbox.spec.tsx
|
|
5535
|
-
import { jsx as
|
|
5582
|
+
import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5536
5583
|
var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
|
|
5537
|
-
var
|
|
5584
|
+
var states22 = [
|
|
5538
5585
|
States.hover,
|
|
5539
5586
|
States.focus,
|
|
5540
5587
|
States.valid,
|
|
@@ -5544,12 +5591,12 @@ var states21 = [
|
|
|
5544
5591
|
States.disabled,
|
|
5545
5592
|
States.readonly
|
|
5546
5593
|
];
|
|
5547
|
-
var
|
|
5594
|
+
var options21 = {
|
|
5548
5595
|
size: [Size.small, Size.medium, Size.large],
|
|
5549
5596
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5550
5597
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5551
5598
|
};
|
|
5552
|
-
var
|
|
5599
|
+
var defaultProps20 = {
|
|
5553
5600
|
showSpinButton: true,
|
|
5554
5601
|
showClearButton: true,
|
|
5555
5602
|
size: Input.defaultProps.size,
|
|
@@ -5571,8 +5618,8 @@ var NumericTextbox = (props) => {
|
|
|
5571
5618
|
loading,
|
|
5572
5619
|
disabled,
|
|
5573
5620
|
readonly,
|
|
5574
|
-
showClearButton =
|
|
5575
|
-
showSpinButton =
|
|
5621
|
+
showClearButton = defaultProps20.showClearButton,
|
|
5622
|
+
showSpinButton = defaultProps20.showSpinButton,
|
|
5576
5623
|
...other
|
|
5577
5624
|
} = props;
|
|
5578
5625
|
return /* @__PURE__ */ jsxs11(
|
|
@@ -5592,8 +5639,8 @@ var NumericTextbox = (props) => {
|
|
|
5592
5639
|
readonly,
|
|
5593
5640
|
className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
|
|
5594
5641
|
children: [
|
|
5595
|
-
/* @__PURE__ */
|
|
5596
|
-
/* @__PURE__ */
|
|
5642
|
+
/* @__PURE__ */ jsx33(InputInnerInput, { placeholder, value }),
|
|
5643
|
+
/* @__PURE__ */ jsx33(
|
|
5597
5644
|
InputValidationIcon,
|
|
5598
5645
|
{
|
|
5599
5646
|
valid,
|
|
@@ -5602,14 +5649,14 @@ var NumericTextbox = (props) => {
|
|
|
5602
5649
|
disabled
|
|
5603
5650
|
}
|
|
5604
5651
|
),
|
|
5605
|
-
/* @__PURE__ */
|
|
5652
|
+
/* @__PURE__ */ jsx33(
|
|
5606
5653
|
InputLoadingIcon,
|
|
5607
5654
|
{
|
|
5608
5655
|
loading,
|
|
5609
5656
|
disabled
|
|
5610
5657
|
}
|
|
5611
5658
|
),
|
|
5612
|
-
showClearButton && /* @__PURE__ */
|
|
5659
|
+
showClearButton && /* @__PURE__ */ jsx33(
|
|
5613
5660
|
InputClearValue,
|
|
5614
5661
|
{
|
|
5615
5662
|
loading,
|
|
@@ -5618,7 +5665,7 @@ var NumericTextbox = (props) => {
|
|
|
5618
5665
|
value
|
|
5619
5666
|
}
|
|
5620
5667
|
),
|
|
5621
|
-
showSpinButton && /* @__PURE__ */
|
|
5668
|
+
showSpinButton && /* @__PURE__ */ jsx33(
|
|
5622
5669
|
SpinButton,
|
|
5623
5670
|
{
|
|
5624
5671
|
className: "k-input-spinner",
|
|
@@ -5630,15 +5677,15 @@ var NumericTextbox = (props) => {
|
|
|
5630
5677
|
}
|
|
5631
5678
|
);
|
|
5632
5679
|
};
|
|
5633
|
-
NumericTextbox.states =
|
|
5634
|
-
NumericTextbox.options =
|
|
5680
|
+
NumericTextbox.states = states22;
|
|
5681
|
+
NumericTextbox.options = options21;
|
|
5635
5682
|
NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
|
|
5636
|
-
NumericTextbox.defaultProps =
|
|
5683
|
+
NumericTextbox.defaultProps = defaultProps20;
|
|
5637
5684
|
|
|
5638
5685
|
// src/checkbox/checkbox.spec.tsx
|
|
5639
|
-
import { jsx as
|
|
5686
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
5640
5687
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5641
|
-
var
|
|
5688
|
+
var states23 = [
|
|
5642
5689
|
States.hover,
|
|
5643
5690
|
States.focus,
|
|
5644
5691
|
States.valid,
|
|
@@ -5648,11 +5695,11 @@ var states22 = [
|
|
|
5648
5695
|
States.checked,
|
|
5649
5696
|
States.indeterminate
|
|
5650
5697
|
];
|
|
5651
|
-
var
|
|
5698
|
+
var options22 = {
|
|
5652
5699
|
size: [Size.small, Size.medium, Size.large],
|
|
5653
5700
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
5654
5701
|
};
|
|
5655
|
-
var
|
|
5702
|
+
var defaultProps21 = {
|
|
5656
5703
|
size: Size.medium,
|
|
5657
5704
|
rounded: Roundness.medium
|
|
5658
5705
|
};
|
|
@@ -5667,11 +5714,11 @@ var Checkbox = (props) => {
|
|
|
5667
5714
|
invalid,
|
|
5668
5715
|
valid,
|
|
5669
5716
|
required,
|
|
5670
|
-
size =
|
|
5671
|
-
rounded =
|
|
5717
|
+
size = defaultProps21.size,
|
|
5718
|
+
rounded = defaultProps21.rounded,
|
|
5672
5719
|
...other
|
|
5673
5720
|
} = props;
|
|
5674
|
-
return /* @__PURE__ */
|
|
5721
|
+
return /* @__PURE__ */ jsx34("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx34(
|
|
5675
5722
|
"input",
|
|
5676
5723
|
{
|
|
5677
5724
|
...other,
|
|
@@ -5688,29 +5735,29 @@ var Checkbox = (props) => {
|
|
|
5688
5735
|
}
|
|
5689
5736
|
) });
|
|
5690
5737
|
};
|
|
5691
|
-
Checkbox.states =
|
|
5692
|
-
Checkbox.options =
|
|
5738
|
+
Checkbox.states = states23;
|
|
5739
|
+
Checkbox.options = options22;
|
|
5693
5740
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
5694
|
-
Checkbox.defaultProps =
|
|
5741
|
+
Checkbox.defaultProps = defaultProps21;
|
|
5695
5742
|
|
|
5696
5743
|
// src/form/fieldset.tsx
|
|
5697
|
-
import { jsx as
|
|
5744
|
+
import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5698
5745
|
var FIELDSET_CLASSNAME = "k-form-fieldset";
|
|
5699
5746
|
var Fieldset = (props) => {
|
|
5700
5747
|
const {
|
|
5701
5748
|
legend
|
|
5702
5749
|
} = props;
|
|
5703
5750
|
return /* @__PURE__ */ jsxs12("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
|
|
5704
|
-
legend && /* @__PURE__ */
|
|
5751
|
+
legend && /* @__PURE__ */ jsx35("legend", { className: "k-form-legend", children: legend }),
|
|
5705
5752
|
props.children
|
|
5706
5753
|
] });
|
|
5707
5754
|
};
|
|
5708
5755
|
Fieldset.className = FIELDSET_CLASSNAME;
|
|
5709
5756
|
|
|
5710
5757
|
// src/form/form-field.tsx
|
|
5711
|
-
import { jsx as
|
|
5758
|
+
import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5712
5759
|
var FORMFIELD_CLASSNAME = "k-form-field";
|
|
5713
|
-
var
|
|
5760
|
+
var states24 = [
|
|
5714
5761
|
States.disabled
|
|
5715
5762
|
];
|
|
5716
5763
|
var FormField = (props) => {
|
|
@@ -5740,14 +5787,14 @@ var FormField = (props) => {
|
|
|
5740
5787
|
"k-form-label"
|
|
5741
5788
|
), children: [
|
|
5742
5789
|
label,
|
|
5743
|
-
optional && /* @__PURE__ */
|
|
5744
|
-
info && /* @__PURE__ */
|
|
5790
|
+
optional && /* @__PURE__ */ jsx36("span", { className: "k-label-optional", children: "(Optional)" }),
|
|
5791
|
+
info && /* @__PURE__ */ jsx36("span", { className: "k-field-info", children: "(field info)" })
|
|
5745
5792
|
] }),
|
|
5746
|
-
orientation === "horizontal" && !label && /* @__PURE__ */
|
|
5793
|
+
orientation === "horizontal" && !label && /* @__PURE__ */ jsx36("span", { className: "k-label k-form-label k-label-empty" }),
|
|
5747
5794
|
/* @__PURE__ */ jsxs13("div", { className: "k-form-field-wrap", children: [
|
|
5748
5795
|
editor,
|
|
5749
|
-
hint && /* @__PURE__ */
|
|
5750
|
-
error && /* @__PURE__ */
|
|
5796
|
+
hint && /* @__PURE__ */ jsx36("div", { className: "k-form-hint", children: hint }),
|
|
5797
|
+
error && /* @__PURE__ */ jsx36("div", { className: "k-form-error", children: error })
|
|
5751
5798
|
] })
|
|
5752
5799
|
]
|
|
5753
5800
|
}
|
|
@@ -5756,33 +5803,33 @@ var FormField = (props) => {
|
|
|
5756
5803
|
FormField.className = FORMFIELD_CLASSNAME;
|
|
5757
5804
|
|
|
5758
5805
|
// src/form/form.spec.tsx
|
|
5759
|
-
import { jsx as
|
|
5806
|
+
import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5760
5807
|
import { createElement } from "react";
|
|
5761
5808
|
var FORM_CLASSNAME = "k-form";
|
|
5762
|
-
var
|
|
5763
|
-
var
|
|
5809
|
+
var states25 = [];
|
|
5810
|
+
var options23 = {
|
|
5764
5811
|
size: [Size.small, Size.medium, Size.large]
|
|
5765
5812
|
};
|
|
5766
|
-
var
|
|
5813
|
+
var defaultProps22 = {
|
|
5767
5814
|
size: Size.medium,
|
|
5768
5815
|
layout: "basic",
|
|
5769
5816
|
tag: "form"
|
|
5770
5817
|
};
|
|
5771
5818
|
var Form = (props) => {
|
|
5772
5819
|
const {
|
|
5773
|
-
size =
|
|
5820
|
+
size = defaultProps22.size,
|
|
5774
5821
|
orientation,
|
|
5775
|
-
layout =
|
|
5822
|
+
layout = defaultProps22.layout,
|
|
5776
5823
|
formButtons,
|
|
5777
5824
|
legend,
|
|
5778
5825
|
cols,
|
|
5779
5826
|
gapX,
|
|
5780
5827
|
gapY,
|
|
5781
|
-
tag =
|
|
5828
|
+
tag = defaultProps22.tag,
|
|
5782
5829
|
children
|
|
5783
5830
|
} = props;
|
|
5784
5831
|
const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
|
|
5785
|
-
const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */
|
|
5832
|
+
const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx37("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx37("div", { className: className13, children: children2 });
|
|
5786
5833
|
const formChildren = [];
|
|
5787
5834
|
if (children) {
|
|
5788
5835
|
if (Array.isArray(children)) {
|
|
@@ -5796,7 +5843,7 @@ var Form = (props) => {
|
|
|
5796
5843
|
}
|
|
5797
5844
|
});
|
|
5798
5845
|
} else {
|
|
5799
|
-
children.type === FormField && formChildren.push(/* @__PURE__ */
|
|
5846
|
+
children.type === FormField && formChildren.push(/* @__PURE__ */ jsx37(FormField, { ...children.props, orientation }));
|
|
5800
5847
|
}
|
|
5801
5848
|
}
|
|
5802
5849
|
return /* @__PURE__ */ jsxs14(Parent, { tag, className: classNames(
|
|
@@ -5809,11 +5856,11 @@ var Form = (props) => {
|
|
|
5809
5856
|
[`${FORM_CLASSNAME}-${orientation}`]: orientation
|
|
5810
5857
|
}
|
|
5811
5858
|
), children: [
|
|
5812
|
-
/* @__PURE__ */
|
|
5859
|
+
/* @__PURE__ */ jsx37(
|
|
5813
5860
|
ConditionalWrapper,
|
|
5814
5861
|
{
|
|
5815
5862
|
condition: layout === "grid",
|
|
5816
|
-
wrapper: (children2) => /* @__PURE__ */
|
|
5863
|
+
wrapper: (children2) => /* @__PURE__ */ jsx37(Fieldset, { legend, children: /* @__PURE__ */ jsx37("div", { className: classNames(
|
|
5817
5864
|
"k-form-layout",
|
|
5818
5865
|
"k-d-grid",
|
|
5819
5866
|
{
|
|
@@ -5825,16 +5872,16 @@ var Form = (props) => {
|
|
|
5825
5872
|
children: formChildren
|
|
5826
5873
|
}
|
|
5827
5874
|
),
|
|
5828
|
-
formButtons && /* @__PURE__ */
|
|
5875
|
+
formButtons && /* @__PURE__ */ jsx37("div", { className: "k-form-buttons", children: formButtons })
|
|
5829
5876
|
] });
|
|
5830
5877
|
};
|
|
5831
|
-
Form.states =
|
|
5832
|
-
Form.options =
|
|
5878
|
+
Form.states = states25;
|
|
5879
|
+
Form.options = options23;
|
|
5833
5880
|
Form.className = FORM_CLASSNAME;
|
|
5834
|
-
Form.defaultProps =
|
|
5881
|
+
Form.defaultProps = defaultProps22;
|
|
5835
5882
|
|
|
5836
5883
|
// src/gantt/tests/gantt-editing-popup-other.tsx
|
|
5837
|
-
import { Fragment as Fragment12, jsx as
|
|
5884
|
+
import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5838
5885
|
var styles = `
|
|
5839
5886
|
.k-window {
|
|
5840
5887
|
min-width: 580px;
|
|
@@ -5842,56 +5889,56 @@ var styles = `
|
|
|
5842
5889
|
}
|
|
5843
5890
|
`;
|
|
5844
5891
|
var gantt_editing_popup_other_default = () => /* @__PURE__ */ jsxs15(Fragment12, { children: [
|
|
5845
|
-
/* @__PURE__ */
|
|
5846
|
-
/* @__PURE__ */
|
|
5847
|
-
/* @__PURE__ */
|
|
5848
|
-
/* @__PURE__ */
|
|
5849
|
-
/* @__PURE__ */
|
|
5850
|
-
/* @__PURE__ */
|
|
5892
|
+
/* @__PURE__ */ jsx38("style", { children: styles }),
|
|
5893
|
+
/* @__PURE__ */ jsx38("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx38("section", { children: /* @__PURE__ */ jsx38(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtons: /* @__PURE__ */ jsxs15(Fragment12, { children: [
|
|
5894
|
+
/* @__PURE__ */ jsx38(Button, { icon: "save", themeColor: "primary", children: "Save" }),
|
|
5895
|
+
/* @__PURE__ */ jsx38(Button, { icon: "cancel", children: "Cancel" }),
|
|
5896
|
+
/* @__PURE__ */ jsx38("span", { className: "k-spacer" }),
|
|
5897
|
+
/* @__PURE__ */ jsx38(Button, { icon: "trash", fillMode: "flat", themeColor: "primary", children: "Delete" })
|
|
5851
5898
|
] }), children: /* @__PURE__ */ jsxs15("div", { className: "k-tabstrip k-tabstrip-top", children: [
|
|
5852
|
-
/* @__PURE__ */
|
|
5853
|
-
/* @__PURE__ */
|
|
5854
|
-
/* @__PURE__ */
|
|
5855
|
-
/* @__PURE__ */
|
|
5856
|
-
/* @__PURE__ */
|
|
5857
|
-
/* @__PURE__ */
|
|
5899
|
+
/* @__PURE__ */ jsx38("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs15("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5900
|
+
/* @__PURE__ */ jsx38("li", { className: "k-item k-first", children: /* @__PURE__ */ jsx38("span", { className: "k-link", children: "General" }) }),
|
|
5901
|
+
/* @__PURE__ */ jsx38("li", { className: "k-item", children: /* @__PURE__ */ jsx38("span", { className: "k-link", children: "Resources" }) }),
|
|
5902
|
+
/* @__PURE__ */ jsx38("li", { className: "k-item", children: /* @__PURE__ */ jsx38("span", { className: "k-link", children: "Predecessors" }) }),
|
|
5903
|
+
/* @__PURE__ */ jsx38("li", { className: "k-item", children: /* @__PURE__ */ jsx38("span", { className: "k-link", children: "Successors" }) }),
|
|
5904
|
+
/* @__PURE__ */ jsx38("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ jsx38("span", { className: "k-link", children: "Other" }) })
|
|
5858
5905
|
] }) }),
|
|
5859
|
-
/* @__PURE__ */
|
|
5860
|
-
/* @__PURE__ */
|
|
5906
|
+
/* @__PURE__ */ jsx38("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs15(Form, { tag: "div", orientation: "vertical", children: [
|
|
5907
|
+
/* @__PURE__ */ jsx38(
|
|
5861
5908
|
FormField,
|
|
5862
5909
|
{
|
|
5863
5910
|
label: "Notes",
|
|
5864
5911
|
optional: true,
|
|
5865
|
-
editor: /* @__PURE__ */
|
|
5912
|
+
editor: /* @__PURE__ */ jsx38(Textarea, { placeholder: "Placeholder" })
|
|
5866
5913
|
}
|
|
5867
5914
|
),
|
|
5868
|
-
/* @__PURE__ */
|
|
5915
|
+
/* @__PURE__ */ jsx38(
|
|
5869
5916
|
FormField,
|
|
5870
5917
|
{
|
|
5871
5918
|
label: "Text data field label",
|
|
5872
|
-
editor: /* @__PURE__ */
|
|
5919
|
+
editor: /* @__PURE__ */ jsx38(Textbox, { placeholder: "Placeholder" })
|
|
5873
5920
|
}
|
|
5874
5921
|
),
|
|
5875
|
-
/* @__PURE__ */
|
|
5922
|
+
/* @__PURE__ */ jsx38(
|
|
5876
5923
|
FormField,
|
|
5877
5924
|
{
|
|
5878
5925
|
label: "Date data field label",
|
|
5879
|
-
editor: /* @__PURE__ */
|
|
5926
|
+
editor: /* @__PURE__ */ jsx38(DatePicker, { placeholder: "dd/MM/yyyy" })
|
|
5880
5927
|
}
|
|
5881
5928
|
),
|
|
5882
|
-
/* @__PURE__ */
|
|
5929
|
+
/* @__PURE__ */ jsx38(
|
|
5883
5930
|
FormField,
|
|
5884
5931
|
{
|
|
5885
5932
|
label: "Numeric data field label",
|
|
5886
|
-
editor: /* @__PURE__ */
|
|
5933
|
+
editor: /* @__PURE__ */ jsx38(NumericTextbox, { placeholder: "##,##" })
|
|
5887
5934
|
}
|
|
5888
5935
|
),
|
|
5889
|
-
/* @__PURE__ */
|
|
5936
|
+
/* @__PURE__ */ jsx38(
|
|
5890
5937
|
FormField,
|
|
5891
5938
|
{
|
|
5892
5939
|
editor: /* @__PURE__ */ jsxs15(Fragment12, { children: [
|
|
5893
|
-
/* @__PURE__ */
|
|
5894
|
-
/* @__PURE__ */
|
|
5940
|
+
/* @__PURE__ */ jsx38(Checkbox, { checked: true }),
|
|
5941
|
+
/* @__PURE__ */ jsx38("label", { className: "k-checkbox-label", children: "Boolean data field label" })
|
|
5895
5942
|
] })
|
|
5896
5943
|
}
|
|
5897
5944
|
)
|