@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
|
@@ -4736,27 +4736,74 @@ var InputSuffix = (props) => {
|
|
|
4736
4736
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(className8, props.className), children: props.children });
|
|
4737
4737
|
};
|
|
4738
4738
|
|
|
4739
|
-
// src/
|
|
4739
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4740
4740
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
4741
|
-
var
|
|
4741
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4742
4742
|
var states14 = [];
|
|
4743
4743
|
var options13 = {};
|
|
4744
|
-
var defaultProps11 = {
|
|
4744
|
+
var defaultProps11 = {
|
|
4745
|
+
positionMode: "absolute"
|
|
4746
|
+
};
|
|
4747
|
+
var AnimationContainer = (props) => {
|
|
4748
|
+
const {
|
|
4749
|
+
positionMode,
|
|
4750
|
+
animationStyle,
|
|
4751
|
+
offset,
|
|
4752
|
+
...other
|
|
4753
|
+
} = props;
|
|
4754
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
4755
|
+
"div",
|
|
4756
|
+
{
|
|
4757
|
+
...other,
|
|
4758
|
+
style: { ...offset, ...props.style },
|
|
4759
|
+
className: classNames(
|
|
4760
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4761
|
+
"k-animation-container-shown",
|
|
4762
|
+
{
|
|
4763
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4764
|
+
}
|
|
4765
|
+
),
|
|
4766
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4767
|
+
}
|
|
4768
|
+
);
|
|
4769
|
+
};
|
|
4770
|
+
AnimationContainer.states = states14;
|
|
4771
|
+
AnimationContainer.options = options13;
|
|
4772
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4773
|
+
AnimationContainer.defaultProps = defaultProps11;
|
|
4774
|
+
|
|
4775
|
+
// src/popup/popup.spec.tsx
|
|
4776
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
4777
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4778
|
+
var states15 = [];
|
|
4779
|
+
var options14 = {};
|
|
4780
|
+
var defaultProps12 = {
|
|
4781
|
+
positionMode: "absolute"
|
|
4782
|
+
};
|
|
4745
4783
|
var Popup = (props) => {
|
|
4746
4784
|
const {
|
|
4785
|
+
offset,
|
|
4786
|
+
positionMode,
|
|
4747
4787
|
...other
|
|
4748
4788
|
} = props;
|
|
4749
|
-
return /* @__PURE__ */ (0,
|
|
4789
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
4790
|
+
AnimationContainer,
|
|
4791
|
+
{
|
|
4792
|
+
positionMode,
|
|
4793
|
+
offset,
|
|
4794
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4795
|
+
}
|
|
4796
|
+
);
|
|
4750
4797
|
};
|
|
4751
|
-
Popup.states =
|
|
4752
|
-
Popup.options =
|
|
4798
|
+
Popup.states = states15;
|
|
4799
|
+
Popup.options = options14;
|
|
4753
4800
|
Popup.className = POPUP_CLASSNAME;
|
|
4754
|
-
Popup.defaultProps =
|
|
4801
|
+
Popup.defaultProps = defaultProps12;
|
|
4755
4802
|
|
|
4756
4803
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
4757
|
-
var
|
|
4804
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
4758
4805
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
4759
|
-
var
|
|
4806
|
+
var states16 = [
|
|
4760
4807
|
States.hover,
|
|
4761
4808
|
States.focus,
|
|
4762
4809
|
States.valid,
|
|
@@ -4766,12 +4813,12 @@ var states15 = [
|
|
|
4766
4813
|
States.loading,
|
|
4767
4814
|
States.readonly
|
|
4768
4815
|
];
|
|
4769
|
-
var
|
|
4816
|
+
var options15 = {
|
|
4770
4817
|
size: [Size.small, Size.medium, Size.large],
|
|
4771
4818
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4772
4819
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4773
4820
|
};
|
|
4774
|
-
var
|
|
4821
|
+
var defaultProps13 = {
|
|
4775
4822
|
showValue: true,
|
|
4776
4823
|
arrowIconName: "caret-alt-down",
|
|
4777
4824
|
size: Size.medium,
|
|
@@ -4781,7 +4828,7 @@ var defaultProps12 = {
|
|
|
4781
4828
|
var DropdownList = (props) => {
|
|
4782
4829
|
const {
|
|
4783
4830
|
valueIconName,
|
|
4784
|
-
arrowIconName =
|
|
4831
|
+
arrowIconName = defaultProps13.arrowIconName,
|
|
4785
4832
|
prefix,
|
|
4786
4833
|
suffix,
|
|
4787
4834
|
value,
|
|
@@ -4797,13 +4844,13 @@ var DropdownList = (props) => {
|
|
|
4797
4844
|
loading,
|
|
4798
4845
|
disabled,
|
|
4799
4846
|
readonly,
|
|
4800
|
-
showValue =
|
|
4847
|
+
showValue = defaultProps13.showValue,
|
|
4801
4848
|
popup,
|
|
4802
4849
|
opened,
|
|
4803
4850
|
...other
|
|
4804
4851
|
} = props;
|
|
4805
|
-
return /* @__PURE__ */ (0,
|
|
4806
|
-
/* @__PURE__ */ (0,
|
|
4852
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
|
|
4853
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
4807
4854
|
Picker,
|
|
4808
4855
|
{
|
|
4809
4856
|
...other,
|
|
@@ -4826,8 +4873,8 @@ var DropdownList = (props) => {
|
|
|
4826
4873
|
}
|
|
4827
4874
|
),
|
|
4828
4875
|
children: [
|
|
4829
|
-
/* @__PURE__ */ (0,
|
|
4830
|
-
/* @__PURE__ */ (0,
|
|
4876
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputPrefix, { children: prefix }),
|
|
4877
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
4831
4878
|
InputInnerSpan,
|
|
4832
4879
|
{
|
|
4833
4880
|
placeholder,
|
|
@@ -4836,7 +4883,7 @@ var DropdownList = (props) => {
|
|
|
4836
4883
|
valueIconName
|
|
4837
4884
|
}
|
|
4838
4885
|
),
|
|
4839
|
-
/* @__PURE__ */ (0,
|
|
4886
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
4840
4887
|
InputValidationIcon,
|
|
4841
4888
|
{
|
|
4842
4889
|
valid,
|
|
@@ -4845,15 +4892,15 @@ var DropdownList = (props) => {
|
|
|
4845
4892
|
disabled
|
|
4846
4893
|
}
|
|
4847
4894
|
),
|
|
4848
|
-
/* @__PURE__ */ (0,
|
|
4895
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
4849
4896
|
InputLoadingIcon,
|
|
4850
4897
|
{
|
|
4851
4898
|
loading,
|
|
4852
4899
|
disabled
|
|
4853
4900
|
}
|
|
4854
4901
|
),
|
|
4855
|
-
/* @__PURE__ */ (0,
|
|
4856
|
-
/* @__PURE__ */ (0,
|
|
4902
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputSuffix, { children: suffix }),
|
|
4903
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
4857
4904
|
Button,
|
|
4858
4905
|
{
|
|
4859
4906
|
className: "k-input-button",
|
|
@@ -4866,35 +4913,35 @@ var DropdownList = (props) => {
|
|
|
4866
4913
|
]
|
|
4867
4914
|
}
|
|
4868
4915
|
),
|
|
4869
|
-
opened && popup && /* @__PURE__ */ (0,
|
|
4916
|
+
opened && popup && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
4870
4917
|
] });
|
|
4871
4918
|
};
|
|
4872
|
-
DropdownList.states =
|
|
4873
|
-
DropdownList.options =
|
|
4919
|
+
DropdownList.states = states16;
|
|
4920
|
+
DropdownList.options = options15;
|
|
4874
4921
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
4875
|
-
DropdownList.defaultProps =
|
|
4922
|
+
DropdownList.defaultProps = defaultProps13;
|
|
4876
4923
|
|
|
4877
4924
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
4878
|
-
var
|
|
4925
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
4879
4926
|
|
|
4880
4927
|
// src/nodata/nodata.tsx
|
|
4881
|
-
var
|
|
4928
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
4882
4929
|
var className9 = `k-nodata`;
|
|
4883
|
-
var NoData = (props) => /* @__PURE__ */ (0,
|
|
4930
|
+
var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: classNames(className9, props.className), children: props.children });
|
|
4884
4931
|
|
|
4885
4932
|
// src/list/list.spec.tsx
|
|
4886
|
-
var
|
|
4933
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
4887
4934
|
var LIST_CLASSNAME = `k-list`;
|
|
4888
|
-
var
|
|
4889
|
-
var
|
|
4935
|
+
var states17 = [];
|
|
4936
|
+
var options16 = {
|
|
4890
4937
|
size: [Size.small, Size.medium, Size.large]
|
|
4891
4938
|
};
|
|
4892
|
-
var
|
|
4939
|
+
var defaultProps14 = {
|
|
4893
4940
|
size: Size.medium
|
|
4894
4941
|
};
|
|
4895
4942
|
var List = (props) => {
|
|
4896
4943
|
const {
|
|
4897
|
-
size =
|
|
4944
|
+
size = defaultProps14.size,
|
|
4898
4945
|
virtualization,
|
|
4899
4946
|
children,
|
|
4900
4947
|
optionLabel,
|
|
@@ -4911,7 +4958,7 @@ var List = (props) => {
|
|
|
4911
4958
|
listHeader = child.props.label;
|
|
4912
4959
|
child.props.children.map((optChild, index2) => {
|
|
4913
4960
|
listChildren.push(
|
|
4914
|
-
/* @__PURE__ */ (0,
|
|
4961
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
4915
4962
|
ListItem,
|
|
4916
4963
|
{
|
|
4917
4964
|
...optChild.props
|
|
@@ -4927,7 +4974,7 @@ var List = (props) => {
|
|
|
4927
4974
|
groupLabel = child.props.label;
|
|
4928
4975
|
}
|
|
4929
4976
|
listChildren.push(
|
|
4930
|
-
/* @__PURE__ */ (0,
|
|
4977
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
4931
4978
|
ListItem,
|
|
4932
4979
|
{
|
|
4933
4980
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -4939,16 +4986,16 @@ var List = (props) => {
|
|
|
4939
4986
|
);
|
|
4940
4987
|
});
|
|
4941
4988
|
}
|
|
4942
|
-
listGroup = /* @__PURE__ */ (0,
|
|
4989
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
4943
4990
|
} else if (child.type === ListItem) {
|
|
4944
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
4945
|
-
listContent = /* @__PURE__ */ (0,
|
|
4991
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
4992
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ListContent, { virtualization, children: listChildren });
|
|
4946
4993
|
}
|
|
4947
4994
|
});
|
|
4948
4995
|
} else {
|
|
4949
|
-
listContent = /* @__PURE__ */ (0,
|
|
4996
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(NoData, { children: "No data found." });
|
|
4950
4997
|
}
|
|
4951
|
-
return /* @__PURE__ */ (0,
|
|
4998
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
4952
4999
|
"div",
|
|
4953
5000
|
{
|
|
4954
5001
|
...other,
|
|
@@ -4970,24 +5017,24 @@ var List = (props) => {
|
|
|
4970
5017
|
}
|
|
4971
5018
|
);
|
|
4972
5019
|
};
|
|
4973
|
-
List.states =
|
|
4974
|
-
List.options =
|
|
5020
|
+
List.states = states17;
|
|
5021
|
+
List.options = options16;
|
|
4975
5022
|
List.className = LIST_CLASSNAME;
|
|
4976
|
-
List.defaultProps =
|
|
5023
|
+
List.defaultProps = defaultProps14;
|
|
4977
5024
|
|
|
4978
5025
|
// src/list/list-angular.spec.tsx
|
|
4979
|
-
var
|
|
5026
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
4980
5027
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
4981
|
-
var
|
|
4982
|
-
var
|
|
5028
|
+
var states18 = [];
|
|
5029
|
+
var options17 = {
|
|
4983
5030
|
size: [Size.small, Size.medium, Size.large]
|
|
4984
5031
|
};
|
|
4985
|
-
var
|
|
5032
|
+
var defaultProps15 = {
|
|
4986
5033
|
size: Size.medium
|
|
4987
5034
|
};
|
|
4988
5035
|
var ListAngular = (props) => {
|
|
4989
5036
|
const {
|
|
4990
|
-
size =
|
|
5037
|
+
size = defaultProps15.size,
|
|
4991
5038
|
virtualization,
|
|
4992
5039
|
children,
|
|
4993
5040
|
...other
|
|
@@ -5003,7 +5050,7 @@ var ListAngular = (props) => {
|
|
|
5003
5050
|
listHeader = child.props.label;
|
|
5004
5051
|
child.props.children.map((optChild, index2) => {
|
|
5005
5052
|
listChildren.push(
|
|
5006
|
-
/* @__PURE__ */ (0,
|
|
5053
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5007
5054
|
ListItem,
|
|
5008
5055
|
{
|
|
5009
5056
|
...optChild.props
|
|
@@ -5014,7 +5061,7 @@ var ListAngular = (props) => {
|
|
|
5014
5061
|
});
|
|
5015
5062
|
} else {
|
|
5016
5063
|
listChildren.push(
|
|
5017
|
-
/* @__PURE__ */ (0,
|
|
5064
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5018
5065
|
ListGroupItem,
|
|
5019
5066
|
{
|
|
5020
5067
|
...child.props,
|
|
@@ -5025,7 +5072,7 @@ var ListAngular = (props) => {
|
|
|
5025
5072
|
);
|
|
5026
5073
|
child.props.children.map((optChild, index2) => {
|
|
5027
5074
|
listChildren.push(
|
|
5028
|
-
/* @__PURE__ */ (0,
|
|
5075
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5029
5076
|
ListItem,
|
|
5030
5077
|
{
|
|
5031
5078
|
...optChild.props
|
|
@@ -5035,16 +5082,16 @@ var ListAngular = (props) => {
|
|
|
5035
5082
|
);
|
|
5036
5083
|
});
|
|
5037
5084
|
}
|
|
5038
|
-
listGroup = /* @__PURE__ */ (0,
|
|
5085
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5039
5086
|
} else if (child.type === ListItem) {
|
|
5040
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
5041
|
-
listContent = /* @__PURE__ */ (0,
|
|
5087
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5088
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListContent, { virtualization, children: listChildren });
|
|
5042
5089
|
}
|
|
5043
5090
|
});
|
|
5044
5091
|
} else {
|
|
5045
|
-
listContent = /* @__PURE__ */ (0,
|
|
5092
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(NoData, { children: "No data found." });
|
|
5046
5093
|
}
|
|
5047
|
-
return /* @__PURE__ */ (0,
|
|
5094
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
5048
5095
|
"div",
|
|
5049
5096
|
{
|
|
5050
5097
|
...other,
|
|
@@ -5065,22 +5112,22 @@ var ListAngular = (props) => {
|
|
|
5065
5112
|
}
|
|
5066
5113
|
);
|
|
5067
5114
|
};
|
|
5068
|
-
ListAngular.states =
|
|
5069
|
-
ListAngular.options =
|
|
5115
|
+
ListAngular.states = states18;
|
|
5116
|
+
ListAngular.options = options17;
|
|
5070
5117
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5071
|
-
ListAngular.defaultProps =
|
|
5118
|
+
ListAngular.defaultProps = defaultProps15;
|
|
5072
5119
|
|
|
5073
5120
|
// src/list/list-item.spec.tsx
|
|
5074
|
-
var
|
|
5121
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
5075
5122
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5076
|
-
var
|
|
5123
|
+
var states19 = [
|
|
5077
5124
|
States.hover,
|
|
5078
5125
|
States.focus,
|
|
5079
5126
|
States.selected,
|
|
5080
5127
|
States.disabled
|
|
5081
5128
|
];
|
|
5082
|
-
var
|
|
5083
|
-
var
|
|
5129
|
+
var options18 = {};
|
|
5130
|
+
var defaultProps16 = {};
|
|
5084
5131
|
var ListItem = (props) => {
|
|
5085
5132
|
const {
|
|
5086
5133
|
text,
|
|
@@ -5096,7 +5143,7 @@ var ListItem = (props) => {
|
|
|
5096
5143
|
...other
|
|
5097
5144
|
} = props;
|
|
5098
5145
|
const textOrChildren = text ? text : props.children;
|
|
5099
|
-
return /* @__PURE__ */ (0,
|
|
5146
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
5100
5147
|
"li",
|
|
5101
5148
|
{
|
|
5102
5149
|
...other,
|
|
@@ -5111,66 +5158,66 @@ var ListItem = (props) => {
|
|
|
5111
5158
|
})
|
|
5112
5159
|
),
|
|
5113
5160
|
children: [
|
|
5114
|
-
showCheckbox && /* @__PURE__ */ (0,
|
|
5115
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5116
|
-
/* @__PURE__ */ (0,
|
|
5117
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0,
|
|
5161
|
+
showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Checkbox, { checked }),
|
|
5162
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: iconName }),
|
|
5163
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
5164
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
5118
5165
|
]
|
|
5119
5166
|
}
|
|
5120
5167
|
);
|
|
5121
5168
|
};
|
|
5122
|
-
ListItem.states =
|
|
5123
|
-
ListItem.options =
|
|
5169
|
+
ListItem.states = states19;
|
|
5170
|
+
ListItem.options = options18;
|
|
5124
5171
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5125
|
-
ListItem.defaultProps =
|
|
5172
|
+
ListItem.defaultProps = defaultProps16;
|
|
5126
5173
|
|
|
5127
5174
|
// src/list/list-content.tsx
|
|
5128
|
-
var
|
|
5175
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
5129
5176
|
var className10 = `k-list-content`;
|
|
5130
5177
|
var ListContent = (props) => {
|
|
5131
5178
|
const {
|
|
5132
5179
|
virtualization
|
|
5133
5180
|
} = props;
|
|
5134
|
-
return /* @__PURE__ */ (0,
|
|
5135
|
-
/* @__PURE__ */ (0,
|
|
5136
|
-
virtualization && /* @__PURE__ */ (0,
|
|
5181
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: classNames(className10, props.className), children: [
|
|
5182
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5183
|
+
virtualization && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", {}) })
|
|
5137
5184
|
] });
|
|
5138
5185
|
};
|
|
5139
5186
|
|
|
5140
5187
|
// src/list/list-header.tsx
|
|
5141
|
-
var
|
|
5188
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
5142
5189
|
var className11 = `k-list-group-sticky-header`;
|
|
5143
|
-
var ListHeader = (props) => /* @__PURE__ */ (0,
|
|
5190
|
+
var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-list-header-text", children: props.children }) });
|
|
5144
5191
|
|
|
5145
5192
|
// src/list/list-group.tsx
|
|
5146
|
-
var
|
|
5193
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
5147
5194
|
var ListGroup = (props) => {
|
|
5148
5195
|
const {
|
|
5149
5196
|
virtualization,
|
|
5150
5197
|
label
|
|
5151
5198
|
} = props;
|
|
5152
|
-
return /* @__PURE__ */ (0,
|
|
5153
|
-
label && /* @__PURE__ */ (0,
|
|
5154
|
-
props.children && /* @__PURE__ */ (0,
|
|
5199
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
|
|
5200
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListHeader, { children: label }),
|
|
5201
|
+
props.children && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: props.children })
|
|
5155
5202
|
] });
|
|
5156
5203
|
};
|
|
5157
5204
|
|
|
5158
5205
|
// src/list/list-group-item.tsx
|
|
5159
|
-
var
|
|
5206
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
5160
5207
|
var className12 = `k-list-group-item`;
|
|
5161
|
-
var ListGroupItem = (props) => /* @__PURE__ */ (0,
|
|
5208
|
+
var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: props.children }) });
|
|
5162
5209
|
|
|
5163
5210
|
// src/list/list-option-label.tsx
|
|
5164
|
-
var
|
|
5211
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
5165
5212
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
5166
|
-
var
|
|
5213
|
+
var states20 = [
|
|
5167
5214
|
States.hover,
|
|
5168
5215
|
States.focus,
|
|
5169
5216
|
States.selected,
|
|
5170
5217
|
States.disabled
|
|
5171
5218
|
];
|
|
5172
|
-
var
|
|
5173
|
-
var
|
|
5219
|
+
var options19 = {};
|
|
5220
|
+
var defaultProps17 = {};
|
|
5174
5221
|
var ListOptionLabel = (props) => {
|
|
5175
5222
|
const {
|
|
5176
5223
|
text,
|
|
@@ -5180,7 +5227,7 @@ var ListOptionLabel = (props) => {
|
|
|
5180
5227
|
disabled,
|
|
5181
5228
|
...other
|
|
5182
5229
|
} = props;
|
|
5183
|
-
return /* @__PURE__ */ (0,
|
|
5230
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
5184
5231
|
"div",
|
|
5185
5232
|
{
|
|
5186
5233
|
...other,
|
|
@@ -5197,18 +5244,18 @@ var ListOptionLabel = (props) => {
|
|
|
5197
5244
|
}
|
|
5198
5245
|
);
|
|
5199
5246
|
};
|
|
5200
|
-
ListOptionLabel.states =
|
|
5201
|
-
ListOptionLabel.options =
|
|
5247
|
+
ListOptionLabel.states = states20;
|
|
5248
|
+
ListOptionLabel.options = options19;
|
|
5202
5249
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
5203
|
-
ListOptionLabel.defaultProps =
|
|
5250
|
+
ListOptionLabel.defaultProps = defaultProps17;
|
|
5204
5251
|
|
|
5205
5252
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
5206
|
-
var
|
|
5253
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
5207
5254
|
|
|
5208
5255
|
// src/searchbox/searchbox.spec.tsx
|
|
5209
|
-
var
|
|
5256
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
5210
5257
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
5211
|
-
var
|
|
5258
|
+
var states21 = [
|
|
5212
5259
|
States.hover,
|
|
5213
5260
|
States.focus,
|
|
5214
5261
|
States.valid,
|
|
@@ -5217,12 +5264,12 @@ var states20 = [
|
|
|
5217
5264
|
States.disabled,
|
|
5218
5265
|
States.loading
|
|
5219
5266
|
];
|
|
5220
|
-
var
|
|
5267
|
+
var options20 = {
|
|
5221
5268
|
size: [Size.small, Size.medium, Size.large],
|
|
5222
5269
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5223
5270
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5224
5271
|
};
|
|
5225
|
-
var
|
|
5272
|
+
var defaultProps18 = {
|
|
5226
5273
|
showIcon: true,
|
|
5227
5274
|
icon: "search",
|
|
5228
5275
|
size: Input.defaultProps.size,
|
|
@@ -5243,11 +5290,11 @@ var Searchbox = (props) => {
|
|
|
5243
5290
|
required,
|
|
5244
5291
|
loading,
|
|
5245
5292
|
disabled,
|
|
5246
|
-
showIcon =
|
|
5247
|
-
icon =
|
|
5293
|
+
showIcon = defaultProps18.showIcon,
|
|
5294
|
+
icon = defaultProps18.icon,
|
|
5248
5295
|
...other
|
|
5249
5296
|
} = props;
|
|
5250
|
-
return /* @__PURE__ */ (0,
|
|
5297
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
5251
5298
|
Input,
|
|
5252
5299
|
{
|
|
5253
5300
|
...other,
|
|
@@ -5263,33 +5310,33 @@ var Searchbox = (props) => {
|
|
|
5263
5310
|
disabled,
|
|
5264
5311
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
5265
5312
|
children: [
|
|
5266
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5267
|
-
/* @__PURE__ */ (0,
|
|
5268
|
-
/* @__PURE__ */ (0,
|
|
5269
|
-
/* @__PURE__ */ (0,
|
|
5270
|
-
/* @__PURE__ */ (0,
|
|
5313
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: "k-input-icon", icon }),
|
|
5314
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputInnerInput, { placeholder, value }),
|
|
5315
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputLoadingIcon, { ...props }),
|
|
5316
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputValidationIcon, { ...props }),
|
|
5317
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputClearValue, { ...props })
|
|
5271
5318
|
]
|
|
5272
5319
|
}
|
|
5273
5320
|
);
|
|
5274
5321
|
};
|
|
5275
|
-
Searchbox.states =
|
|
5276
|
-
Searchbox.options =
|
|
5322
|
+
Searchbox.states = states21;
|
|
5323
|
+
Searchbox.options = options20;
|
|
5277
5324
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
5278
|
-
Searchbox.defaultProps =
|
|
5325
|
+
Searchbox.defaultProps = defaultProps18;
|
|
5279
5326
|
|
|
5280
5327
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
5281
|
-
var
|
|
5328
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
5282
5329
|
|
|
5283
5330
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
5284
|
-
var
|
|
5331
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
5285
5332
|
|
|
5286
5333
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
5287
|
-
var
|
|
5334
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
5288
5335
|
|
|
5289
5336
|
// src/textbox/textbox.spec.tsx
|
|
5290
|
-
var
|
|
5337
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5291
5338
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5292
|
-
var
|
|
5339
|
+
var states22 = [
|
|
5293
5340
|
States.hover,
|
|
5294
5341
|
States.focus,
|
|
5295
5342
|
States.valid,
|
|
@@ -5299,12 +5346,12 @@ var states21 = [
|
|
|
5299
5346
|
States.loading,
|
|
5300
5347
|
States.readonly
|
|
5301
5348
|
];
|
|
5302
|
-
var
|
|
5349
|
+
var options21 = {
|
|
5303
5350
|
size: [Size.small, Size.medium, Size.large],
|
|
5304
5351
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5305
5352
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5306
5353
|
};
|
|
5307
|
-
var
|
|
5354
|
+
var defaultProps19 = {
|
|
5308
5355
|
showClearButton: true,
|
|
5309
5356
|
size: Input.defaultProps.size,
|
|
5310
5357
|
rounded: Input.defaultProps.rounded,
|
|
@@ -5327,10 +5374,10 @@ var Textbox = (props) => {
|
|
|
5327
5374
|
loading,
|
|
5328
5375
|
disabled,
|
|
5329
5376
|
readonly,
|
|
5330
|
-
showClearButton =
|
|
5377
|
+
showClearButton = defaultProps19.showClearButton,
|
|
5331
5378
|
...other
|
|
5332
5379
|
} = props;
|
|
5333
|
-
return /* @__PURE__ */ (0,
|
|
5380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
5334
5381
|
Input,
|
|
5335
5382
|
{
|
|
5336
5383
|
...other,
|
|
@@ -5347,9 +5394,9 @@ var Textbox = (props) => {
|
|
|
5347
5394
|
readonly,
|
|
5348
5395
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5349
5396
|
children: [
|
|
5350
|
-
/* @__PURE__ */ (0,
|
|
5351
|
-
/* @__PURE__ */ (0,
|
|
5352
|
-
/* @__PURE__ */ (0,
|
|
5397
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputPrefix, { children: prefix }),
|
|
5398
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
|
|
5399
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5353
5400
|
InputValidationIcon,
|
|
5354
5401
|
{
|
|
5355
5402
|
valid,
|
|
@@ -5358,14 +5405,14 @@ var Textbox = (props) => {
|
|
|
5358
5405
|
disabled
|
|
5359
5406
|
}
|
|
5360
5407
|
),
|
|
5361
|
-
/* @__PURE__ */ (0,
|
|
5408
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5362
5409
|
InputLoadingIcon,
|
|
5363
5410
|
{
|
|
5364
5411
|
loading,
|
|
5365
5412
|
disabled
|
|
5366
5413
|
}
|
|
5367
5414
|
),
|
|
5368
|
-
showClearButton && /* @__PURE__ */ (0,
|
|
5415
|
+
showClearButton && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5369
5416
|
InputClearValue,
|
|
5370
5417
|
{
|
|
5371
5418
|
loading,
|
|
@@ -5374,18 +5421,18 @@ var Textbox = (props) => {
|
|
|
5374
5421
|
value
|
|
5375
5422
|
}
|
|
5376
5423
|
),
|
|
5377
|
-
/* @__PURE__ */ (0,
|
|
5424
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputSuffix, { children: suffix })
|
|
5378
5425
|
]
|
|
5379
5426
|
}
|
|
5380
5427
|
);
|
|
5381
5428
|
};
|
|
5382
|
-
Textbox.states =
|
|
5383
|
-
Textbox.options =
|
|
5429
|
+
Textbox.states = states22;
|
|
5430
|
+
Textbox.options = options21;
|
|
5384
5431
|
Textbox.className = TEXTBOX_CLASSNAME;
|
|
5385
|
-
Textbox.defaultProps =
|
|
5432
|
+
Textbox.defaultProps = defaultProps19;
|
|
5386
5433
|
|
|
5387
5434
|
// src/grid/tests/grid-column-menu-rtl.tsx
|
|
5388
|
-
var
|
|
5435
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
5389
5436
|
var styles = `
|
|
5390
5437
|
.k-animation-container,
|
|
5391
5438
|
.k-popup {
|
|
@@ -5397,319 +5444,319 @@ var styles = `
|
|
|
5397
5444
|
width: 100%;
|
|
5398
5445
|
}
|
|
5399
5446
|
`;
|
|
5400
|
-
var grid_column_menu_rtl_default = () => /* @__PURE__ */ (0,
|
|
5401
|
-
/* @__PURE__ */ (0,
|
|
5402
|
-
/* @__PURE__ */ (0,
|
|
5403
|
-
/* @__PURE__ */ (0,
|
|
5404
|
-
/* @__PURE__ */ (0,
|
|
5405
|
-
/* @__PURE__ */ (0,
|
|
5406
|
-
/* @__PURE__ */ (0,
|
|
5407
|
-
/* @__PURE__ */ (0,
|
|
5408
|
-
/* @__PURE__ */ (0,
|
|
5409
|
-
/* @__PURE__ */ (0,
|
|
5447
|
+
var grid_column_menu_rtl_default = () => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
|
|
5448
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("style", { children: styles }),
|
|
5449
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3 k-rtl", dir: "rtl", children: [
|
|
5450
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Basic" }),
|
|
5451
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Columns expanded" }),
|
|
5452
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Columns grouped expanded" }),
|
|
5453
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5454
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5455
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5456
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5410
5457
|
"Sort ascending"
|
|
5411
5458
|
] }),
|
|
5412
|
-
/* @__PURE__ */ (0,
|
|
5413
|
-
/* @__PURE__ */ (0,
|
|
5459
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5460
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5414
5461
|
"Sort descending"
|
|
5415
5462
|
] })
|
|
5416
5463
|
] }),
|
|
5417
|
-
/* @__PURE__ */ (0,
|
|
5418
|
-
/* @__PURE__ */ (0,
|
|
5464
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5465
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5419
5466
|
"Columns"
|
|
5420
5467
|
] }) }),
|
|
5421
|
-
/* @__PURE__ */ (0,
|
|
5422
|
-
/* @__PURE__ */ (0,
|
|
5468
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5469
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5423
5470
|
"Filter"
|
|
5424
5471
|
] }) }),
|
|
5425
|
-
/* @__PURE__ */ (0,
|
|
5426
|
-
/* @__PURE__ */ (0,
|
|
5472
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5473
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5427
5474
|
"Group column"
|
|
5428
5475
|
] }) }),
|
|
5429
|
-
/* @__PURE__ */ (0,
|
|
5430
|
-
/* @__PURE__ */ (0,
|
|
5476
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5477
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5431
5478
|
"Set column position"
|
|
5432
5479
|
] }) })
|
|
5433
|
-
] }) })
|
|
5434
|
-
/* @__PURE__ */ (0,
|
|
5435
|
-
/* @__PURE__ */ (0,
|
|
5436
|
-
/* @__PURE__ */ (0,
|
|
5437
|
-
/* @__PURE__ */ (0,
|
|
5480
|
+
] }) }),
|
|
5481
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5482
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5483
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5484
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5438
5485
|
"Sort ascending"
|
|
5439
5486
|
] }),
|
|
5440
|
-
/* @__PURE__ */ (0,
|
|
5441
|
-
/* @__PURE__ */ (0,
|
|
5487
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5488
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5442
5489
|
"Sort descending"
|
|
5443
5490
|
] })
|
|
5444
5491
|
] }),
|
|
5445
|
-
/* @__PURE__ */ (0,
|
|
5446
|
-
/* @__PURE__ */ (0,
|
|
5447
|
-
/* @__PURE__ */ (0,
|
|
5492
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-widget k-expander", children: [
|
|
5493
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5494
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5448
5495
|
"Columns",
|
|
5449
|
-
/* @__PURE__ */ (0,
|
|
5450
|
-
/* @__PURE__ */ (0,
|
|
5496
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5497
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" }) })
|
|
5451
5498
|
] }),
|
|
5452
|
-
/* @__PURE__ */ (0,
|
|
5453
|
-
/* @__PURE__ */ (0,
|
|
5454
|
-
/* @__PURE__ */ (0,
|
|
5455
|
-
/* @__PURE__ */ (0,
|
|
5456
|
-
/* @__PURE__ */ (0,
|
|
5499
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-content k-columns-item", style: { width: "100%", height: "auto", overflow: "hidden" }, children: [
|
|
5500
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-column-list", children: [
|
|
5501
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5502
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5503
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 1" })
|
|
5457
5504
|
] }),
|
|
5458
|
-
/* @__PURE__ */ (0,
|
|
5459
|
-
/* @__PURE__ */ (0,
|
|
5460
|
-
/* @__PURE__ */ (0,
|
|
5505
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5506
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5507
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 2" })
|
|
5461
5508
|
] }),
|
|
5462
|
-
/* @__PURE__ */ (0,
|
|
5463
|
-
/* @__PURE__ */ (0,
|
|
5464
|
-
/* @__PURE__ */ (0,
|
|
5509
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5510
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5511
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 3" })
|
|
5465
5512
|
] }),
|
|
5466
|
-
/* @__PURE__ */ (0,
|
|
5467
|
-
/* @__PURE__ */ (0,
|
|
5468
|
-
/* @__PURE__ */ (0,
|
|
5513
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5514
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5515
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 4" })
|
|
5469
5516
|
] })
|
|
5470
5517
|
] }) }),
|
|
5471
|
-
/* @__PURE__ */ (0,
|
|
5472
|
-
/* @__PURE__ */ (0,
|
|
5473
|
-
/* @__PURE__ */ (0,
|
|
5518
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(ActionButtons, { alignment: "stretched", children: [
|
|
5519
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { themeColor: "primary", children: "Apply" }),
|
|
5520
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { children: "Reset" })
|
|
5474
5521
|
] })
|
|
5475
5522
|
] })
|
|
5476
5523
|
] }) }),
|
|
5477
|
-
/* @__PURE__ */ (0,
|
|
5478
|
-
/* @__PURE__ */ (0,
|
|
5524
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5525
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5479
5526
|
"Filter",
|
|
5480
|
-
/* @__PURE__ */ (0,
|
|
5481
|
-
/* @__PURE__ */ (0,
|
|
5527
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5528
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5482
5529
|
] }) }) }),
|
|
5483
|
-
/* @__PURE__ */ (0,
|
|
5484
|
-
/* @__PURE__ */ (0,
|
|
5530
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5531
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5485
5532
|
"Group column"
|
|
5486
5533
|
] }) }),
|
|
5487
|
-
/* @__PURE__ */ (0,
|
|
5488
|
-
/* @__PURE__ */ (0,
|
|
5534
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5535
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5489
5536
|
"Set column position",
|
|
5490
|
-
/* @__PURE__ */ (0,
|
|
5491
|
-
/* @__PURE__ */ (0,
|
|
5537
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5538
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5492
5539
|
] }) }) })
|
|
5493
|
-
] }) })
|
|
5494
|
-
/* @__PURE__ */ (0,
|
|
5495
|
-
/* @__PURE__ */ (0,
|
|
5496
|
-
/* @__PURE__ */ (0,
|
|
5497
|
-
/* @__PURE__ */ (0,
|
|
5540
|
+
] }) }),
|
|
5541
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5542
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5543
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5544
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5498
5545
|
"Sort ascending"
|
|
5499
5546
|
] }),
|
|
5500
|
-
/* @__PURE__ */ (0,
|
|
5501
|
-
/* @__PURE__ */ (0,
|
|
5547
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5548
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5502
5549
|
"Sort descending"
|
|
5503
5550
|
] })
|
|
5504
5551
|
] }),
|
|
5505
|
-
/* @__PURE__ */ (0,
|
|
5506
|
-
/* @__PURE__ */ (0,
|
|
5507
|
-
/* @__PURE__ */ (0,
|
|
5552
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-widget k-expander", children: [
|
|
5553
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5554
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5508
5555
|
"Columns",
|
|
5509
|
-
/* @__PURE__ */ (0,
|
|
5510
|
-
/* @__PURE__ */ (0,
|
|
5556
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5557
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" }) })
|
|
5511
5558
|
] }),
|
|
5512
|
-
/* @__PURE__ */ (0,
|
|
5513
|
-
/* @__PURE__ */ (0,
|
|
5514
|
-
/* @__PURE__ */ (0,
|
|
5515
|
-
/* @__PURE__ */ (0,
|
|
5516
|
-
/* @__PURE__ */ (0,
|
|
5517
|
-
/* @__PURE__ */ (0,
|
|
5559
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-content k-columns-item", style: { width: "100%", height: "auto", overflow: "hidden" }, children: [
|
|
5560
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-column-list", children: [
|
|
5561
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-column-menu-group-header", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-column-menu-group-header-text", children: "Group 1" }) }),
|
|
5562
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5563
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5564
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 1" })
|
|
5518
5565
|
] }),
|
|
5519
|
-
/* @__PURE__ */ (0,
|
|
5520
|
-
/* @__PURE__ */ (0,
|
|
5521
|
-
/* @__PURE__ */ (0,
|
|
5566
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5567
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5568
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 2" })
|
|
5522
5569
|
] }),
|
|
5523
|
-
/* @__PURE__ */ (0,
|
|
5524
|
-
/* @__PURE__ */ (0,
|
|
5525
|
-
/* @__PURE__ */ (0,
|
|
5526
|
-
/* @__PURE__ */ (0,
|
|
5570
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-column-menu-group-header", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-column-menu-group-header-text", children: "Group 2" }) }),
|
|
5571
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5572
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5573
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 3" })
|
|
5527
5574
|
] }),
|
|
5528
|
-
/* @__PURE__ */ (0,
|
|
5529
|
-
/* @__PURE__ */ (0,
|
|
5530
|
-
/* @__PURE__ */ (0,
|
|
5575
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-column-list-item", children: [
|
|
5576
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5577
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-label", children: "Column 4" })
|
|
5531
5578
|
] })
|
|
5532
5579
|
] }) }),
|
|
5533
|
-
/* @__PURE__ */ (0,
|
|
5534
|
-
/* @__PURE__ */ (0,
|
|
5535
|
-
/* @__PURE__ */ (0,
|
|
5580
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(ActionButtons, { alignment: "stretched", children: [
|
|
5581
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { themeColor: "primary", children: "Apply" }),
|
|
5582
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { children: "Reset" })
|
|
5536
5583
|
] })
|
|
5537
5584
|
] })
|
|
5538
5585
|
] }) }),
|
|
5539
|
-
/* @__PURE__ */ (0,
|
|
5540
|
-
/* @__PURE__ */ (0,
|
|
5586
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5587
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5541
5588
|
"Filter",
|
|
5542
|
-
/* @__PURE__ */ (0,
|
|
5543
|
-
/* @__PURE__ */ (0,
|
|
5589
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5590
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5544
5591
|
] }) }) }),
|
|
5545
|
-
/* @__PURE__ */ (0,
|
|
5546
|
-
/* @__PURE__ */ (0,
|
|
5592
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5593
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5547
5594
|
"Group column"
|
|
5548
5595
|
] }) }),
|
|
5549
|
-
/* @__PURE__ */ (0,
|
|
5550
|
-
/* @__PURE__ */ (0,
|
|
5596
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5597
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5551
5598
|
"Set column position",
|
|
5552
|
-
/* @__PURE__ */ (0,
|
|
5553
|
-
/* @__PURE__ */ (0,
|
|
5599
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5600
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5554
5601
|
] }) }) })
|
|
5555
|
-
] }) })
|
|
5556
|
-
/* @__PURE__ */ (0,
|
|
5557
|
-
/* @__PURE__ */ (0,
|
|
5558
|
-
/* @__PURE__ */ (0,
|
|
5559
|
-
/* @__PURE__ */ (0,
|
|
5560
|
-
/* @__PURE__ */ (0,
|
|
5561
|
-
/* @__PURE__ */ (0,
|
|
5562
|
-
/* @__PURE__ */ (0,
|
|
5602
|
+
] }) }),
|
|
5603
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Column position expanded" }),
|
|
5604
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Filter expanded" }),
|
|
5605
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Filter multi expanded" }),
|
|
5606
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5607
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5608
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5609
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5563
5610
|
"Sort ascending"
|
|
5564
5611
|
] }),
|
|
5565
|
-
/* @__PURE__ */ (0,
|
|
5566
|
-
/* @__PURE__ */ (0,
|
|
5612
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5613
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5567
5614
|
"Sort descending"
|
|
5568
5615
|
] })
|
|
5569
5616
|
] }),
|
|
5570
|
-
/* @__PURE__ */ (0,
|
|
5571
|
-
/* @__PURE__ */ (0,
|
|
5617
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5618
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5572
5619
|
"Columns",
|
|
5573
|
-
/* @__PURE__ */ (0,
|
|
5574
|
-
/* @__PURE__ */ (0,
|
|
5620
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5621
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5575
5622
|
] }) }) }),
|
|
5576
|
-
/* @__PURE__ */ (0,
|
|
5577
|
-
/* @__PURE__ */ (0,
|
|
5623
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5624
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5578
5625
|
"Filter",
|
|
5579
|
-
/* @__PURE__ */ (0,
|
|
5580
|
-
/* @__PURE__ */ (0,
|
|
5626
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5627
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5581
5628
|
] }) }) }),
|
|
5582
|
-
/* @__PURE__ */ (0,
|
|
5583
|
-
/* @__PURE__ */ (0,
|
|
5629
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5630
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5584
5631
|
"Group column"
|
|
5585
5632
|
] }) }),
|
|
5586
|
-
/* @__PURE__ */ (0,
|
|
5587
|
-
/* @__PURE__ */ (0,
|
|
5588
|
-
/* @__PURE__ */ (0,
|
|
5633
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-widget k-expander", children: [
|
|
5634
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5635
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5589
5636
|
"Set column position",
|
|
5590
|
-
/* @__PURE__ */ (0,
|
|
5591
|
-
/* @__PURE__ */ (0,
|
|
5637
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5638
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" }) })
|
|
5592
5639
|
] }),
|
|
5593
|
-
/* @__PURE__ */ (0,
|
|
5594
|
-
/* @__PURE__ */ (0,
|
|
5595
|
-
/* @__PURE__ */ (0,
|
|
5640
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-column-list", children: [
|
|
5641
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-column-list-item", children: [
|
|
5642
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "lock" }),
|
|
5596
5643
|
"Lock column"
|
|
5597
5644
|
] }),
|
|
5598
|
-
/* @__PURE__ */ (0,
|
|
5599
|
-
/* @__PURE__ */ (0,
|
|
5645
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-column-list-item", children: [
|
|
5646
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "lock" }),
|
|
5600
5647
|
"Unlock column"
|
|
5601
5648
|
] })
|
|
5602
5649
|
] }) })
|
|
5603
5650
|
] }) })
|
|
5604
|
-
] }) })
|
|
5605
|
-
/* @__PURE__ */ (0,
|
|
5606
|
-
/* @__PURE__ */ (0,
|
|
5607
|
-
/* @__PURE__ */ (0,
|
|
5608
|
-
/* @__PURE__ */ (0,
|
|
5651
|
+
] }) }),
|
|
5652
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5653
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5654
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5655
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5609
5656
|
"Sort ascending"
|
|
5610
5657
|
] }),
|
|
5611
|
-
/* @__PURE__ */ (0,
|
|
5612
|
-
/* @__PURE__ */ (0,
|
|
5658
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5659
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5613
5660
|
"Sort descending"
|
|
5614
5661
|
] })
|
|
5615
5662
|
] }),
|
|
5616
|
-
/* @__PURE__ */ (0,
|
|
5617
|
-
/* @__PURE__ */ (0,
|
|
5663
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5664
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5618
5665
|
"Columns",
|
|
5619
|
-
/* @__PURE__ */ (0,
|
|
5620
|
-
/* @__PURE__ */ (0,
|
|
5666
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5667
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5621
5668
|
] }) }) }),
|
|
5622
|
-
/* @__PURE__ */ (0,
|
|
5623
|
-
/* @__PURE__ */ (0,
|
|
5624
|
-
/* @__PURE__ */ (0,
|
|
5669
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-widget k-expander", children: [
|
|
5670
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5671
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5625
5672
|
"Filter",
|
|
5626
|
-
/* @__PURE__ */ (0,
|
|
5627
|
-
/* @__PURE__ */ (0,
|
|
5673
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5674
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" }) })
|
|
5628
5675
|
] }),
|
|
5629
|
-
/* @__PURE__ */ (0,
|
|
5630
|
-
/* @__PURE__ */ (0,
|
|
5631
|
-
/* @__PURE__ */ (0,
|
|
5632
|
-
/* @__PURE__ */ (0,
|
|
5633
|
-
/* @__PURE__ */ (0,
|
|
5634
|
-
/* @__PURE__ */ (0,
|
|
5635
|
-
/* @__PURE__ */ (0,
|
|
5636
|
-
/* @__PURE__ */ (0,
|
|
5637
|
-
/* @__PURE__ */ (0,
|
|
5676
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-filter-menu-container", children: [
|
|
5677
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(DropdownList, { value: "Contains" }),
|
|
5678
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Textbox, { placeholder: "Filter..." }),
|
|
5679
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
|
|
5680
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(DropdownList, { value: "Contains" }),
|
|
5681
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Textbox, { placeholder: "Filter..." }),
|
|
5682
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(ActionButtons, { alignment: "stretched", children: [
|
|
5683
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { themeColor: "primary", children: "Filter" }),
|
|
5684
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { children: "Clear" })
|
|
5638
5685
|
] })
|
|
5639
5686
|
] }) }) })
|
|
5640
5687
|
] }) }),
|
|
5641
|
-
/* @__PURE__ */ (0,
|
|
5642
|
-
/* @__PURE__ */ (0,
|
|
5688
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5689
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5643
5690
|
"Group column"
|
|
5644
5691
|
] }) }),
|
|
5645
|
-
/* @__PURE__ */ (0,
|
|
5646
|
-
/* @__PURE__ */ (0,
|
|
5692
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5693
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5647
5694
|
"Set column position",
|
|
5648
|
-
/* @__PURE__ */ (0,
|
|
5649
|
-
/* @__PURE__ */ (0,
|
|
5695
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5696
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5650
5697
|
] }) }) })
|
|
5651
|
-
] }) })
|
|
5652
|
-
/* @__PURE__ */ (0,
|
|
5653
|
-
/* @__PURE__ */ (0,
|
|
5654
|
-
/* @__PURE__ */ (0,
|
|
5655
|
-
/* @__PURE__ */ (0,
|
|
5698
|
+
] }) }),
|
|
5699
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
5700
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
5701
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5702
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
5656
5703
|
"Sort ascending"
|
|
5657
5704
|
] }),
|
|
5658
|
-
/* @__PURE__ */ (0,
|
|
5659
|
-
/* @__PURE__ */ (0,
|
|
5705
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5706
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
5660
5707
|
"Sort descending"
|
|
5661
5708
|
] })
|
|
5662
5709
|
] }),
|
|
5663
|
-
/* @__PURE__ */ (0,
|
|
5664
|
-
/* @__PURE__ */ (0,
|
|
5710
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5711
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "columns" }),
|
|
5665
5712
|
"Columns",
|
|
5666
|
-
/* @__PURE__ */ (0,
|
|
5667
|
-
/* @__PURE__ */ (0,
|
|
5713
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5714
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5668
5715
|
] }) }) }),
|
|
5669
|
-
/* @__PURE__ */ (0,
|
|
5670
|
-
/* @__PURE__ */ (0,
|
|
5671
|
-
/* @__PURE__ */ (0,
|
|
5716
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-widget k-expander", children: [
|
|
5717
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5718
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "filter" }),
|
|
5672
5719
|
"Filter",
|
|
5673
|
-
/* @__PURE__ */ (0,
|
|
5674
|
-
/* @__PURE__ */ (0,
|
|
5720
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5721
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" }) })
|
|
5675
5722
|
] }),
|
|
5676
|
-
/* @__PURE__ */ (0,
|
|
5677
|
-
/* @__PURE__ */ (0,
|
|
5678
|
-
/* @__PURE__ */ (0,
|
|
5679
|
-
/* @__PURE__ */ (0,
|
|
5680
|
-
/* @__PURE__ */ (0,
|
|
5681
|
-
/* @__PURE__ */ (0,
|
|
5723
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-filter-menu-container", children: [
|
|
5724
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Searchbox, { placeholder: "Search..." }),
|
|
5725
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("ul", { className: "k-reset k-multicheck-wrap", children: [
|
|
5726
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: "k-item k-check-all-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-label k-checkbox-label", children: [
|
|
5727
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5728
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Select All" })
|
|
5682
5729
|
] }) }),
|
|
5683
|
-
/* @__PURE__ */ (0,
|
|
5684
|
-
/* @__PURE__ */ (0,
|
|
5685
|
-
/* @__PURE__ */ (0,
|
|
5730
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-label k-checkbox-label", children: [
|
|
5731
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5732
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Chai" })
|
|
5686
5733
|
] }) }),
|
|
5687
|
-
/* @__PURE__ */ (0,
|
|
5688
|
-
/* @__PURE__ */ (0,
|
|
5689
|
-
/* @__PURE__ */ (0,
|
|
5734
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-label k-checkbox-label", children: [
|
|
5735
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5736
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Chang" })
|
|
5690
5737
|
] }) }),
|
|
5691
|
-
/* @__PURE__ */ (0,
|
|
5692
|
-
/* @__PURE__ */ (0,
|
|
5693
|
-
/* @__PURE__ */ (0,
|
|
5738
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("label", { className: "k-label k-checkbox-label", children: [
|
|
5739
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, {}),
|
|
5740
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: "Aniseed Syrup Aniseed Syrup Aniseed Syrup Aniseed Syrup " })
|
|
5694
5741
|
] }) })
|
|
5695
5742
|
] }),
|
|
5696
|
-
/* @__PURE__ */ (0,
|
|
5697
|
-
/* @__PURE__ */ (0,
|
|
5698
|
-
/* @__PURE__ */ (0,
|
|
5699
|
-
/* @__PURE__ */ (0,
|
|
5743
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-filter-selected-items", children: "0 selected items" }),
|
|
5744
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(ActionButtons, { alignment: "stretched", children: [
|
|
5745
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { themeColor: "primary", children: "Filter" }),
|
|
5746
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { children: "Clear" })
|
|
5700
5747
|
] })
|
|
5701
5748
|
] }) }) })
|
|
5702
5749
|
] }) }),
|
|
5703
|
-
/* @__PURE__ */ (0,
|
|
5704
|
-
/* @__PURE__ */ (0,
|
|
5750
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5751
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "group" }),
|
|
5705
5752
|
"Group column"
|
|
5706
5753
|
] }) }),
|
|
5707
|
-
/* @__PURE__ */ (0,
|
|
5708
|
-
/* @__PURE__ */ (0,
|
|
5754
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
5755
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "set-column-position" }),
|
|
5709
5756
|
"Set column position",
|
|
5710
|
-
/* @__PURE__ */ (0,
|
|
5711
|
-
/* @__PURE__ */ (0,
|
|
5757
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
|
|
5758
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" }) })
|
|
5712
5759
|
] }) }) })
|
|
5713
|
-
] }) })
|
|
5760
|
+
] }) })
|
|
5714
5761
|
] })
|
|
5715
5762
|
] });
|