@progress/kendo-themes-html 7.0.1-dev.1 → 7.0.2-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/appbar/templates/appbar-normal.js +4367 -0
- package/dist/cjs/appbar/tests/appbar-rtl.js +5011 -0
- package/dist/cjs/appbar/tests/appbar.js +123 -310
- package/dist/cjs/bottom-nav/bottom-nav.spec.js +41 -3
- package/dist/cjs/bottom-nav/templates/bottom-nav-icons.js +4436 -0
- package/dist/cjs/bottom-nav/templates/bottom-nav-links.js +4436 -0
- package/dist/cjs/bottom-nav/templates/bottom-nav-normal.js +4436 -0
- package/dist/cjs/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +51 -182
- package/dist/cjs/bottom-nav/tests/bottom-nav-items.js +70 -44
- package/dist/cjs/bottom-nav/tests/bottom-nav-rtl.js +47 -21
- package/dist/cjs/bottom-nav/tests/bottom-nav-solid.js +4461 -0
- package/dist/cjs/bottom-nav/tests/bottom-nav.js +83 -35
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +410 -289
- package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
- package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +412 -291
- package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +412 -291
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
- package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +431 -310
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +422 -301
- package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +431 -310
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
- package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +431 -310
- package/dist/cjs/dialog/templates/dialog-normal.js +5 -3
- package/dist/cjs/dialog/tests/dialog-action-buttons.js +5 -3
- package/dist/cjs/dialog/tests/dialog-theme-colors.js +5 -3
- package/dist/cjs/dialog/tests/dialog.js +5 -3
- package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
- package/dist/cjs/dock-manager/tests/dock-manager.js +74 -62
- package/dist/cjs/editor/editor-toolbar.js +18 -6
- package/dist/cjs/editor/templates/editor-normal.js +7678 -3
- package/dist/cjs/editor/tests/editor-find-replace.js +119 -91
- package/dist/cjs/editor/tests/editor-states.js +51 -23
- package/dist/cjs/editor/tests/editor.js +232 -213
- package/dist/cjs/expansion-panel/expansion-panel.spec.js +3 -1
- package/dist/cjs/expansion-panel/templates/expansion-panel-expanded.js +4386 -0
- package/dist/cjs/expansion-panel/templates/expansion-panel-normal.js +4385 -0
- package/dist/cjs/expansion-panel/tests/expansion-panel-rtl.js +37 -11
- package/dist/cjs/expansion-panel/tests/expansion-panel.js +37 -11
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +65 -53
- package/dist/cjs/filemanager/tests/filemanager-dialogs.js +5 -3
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +65 -53
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +130 -118
- package/dist/cjs/filemanager/tests/filemanager-listview.js +84 -72
- package/dist/cjs/filemanager/tests/filemanager-preview.js +183 -171
- package/dist/cjs/filter/templates/filter-normal.js +8429 -0
- package/dist/cjs/filter/tests/filter.js +139 -67
- package/dist/cjs/floating-label/templates/floating-label-normal.js +4793 -2
- package/dist/cjs/floating-label/tests/floating-label-flat.js +76 -67
- package/dist/cjs/floating-label/tests/floating-label-outline.js +76 -67
- package/dist/cjs/floating-label/tests/floating-label-solid.js +76 -67
- package/dist/cjs/form/tests/form-field-dateinputs.js +318 -211
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +95 -83
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +52 -40
- package/dist/cjs/gantt/tests/gantt-react.js +384 -372
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +689 -677
- package/dist/cjs/gantt/tests/gantt.js +664 -652
- package/dist/cjs/grid/tests/grid-adaptive-search.js +25 -13
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +125 -113
- package/dist/cjs/grid/tests/grid-column-reordering.js +130 -118
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +150 -138
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +90 -78
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +88 -76
- package/dist/cjs/grid/tests/grid-editing.js +108 -96
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +116 -104
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +111 -99
- package/dist/cjs/grid/tests/grid-grouping-actions.js +91 -79
- package/dist/cjs/grid/tests/grid-grouping.js +207 -195
- package/dist/cjs/grid/tests/grid-row-reordering.js +114 -102
- package/dist/cjs/grid/tests/grid-rows-resizing.js +112 -100
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +216 -204
- package/dist/cjs/grid/tests/grid-size-sm.js +216 -204
- package/dist/cjs/grid/tests/grid-toolbar.js +85 -73
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +80 -68
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +68 -56
- package/dist/cjs/imageeditor/tests/imageeditor.js +35 -23
- package/dist/cjs/index.js +1996 -1429
- package/dist/cjs/listview/templates/listview-normal.js +13 -1
- package/dist/cjs/listview/tests/listview-layout.js +13 -1
- package/dist/cjs/listview/tests/listview-states.js +13 -1
- package/dist/cjs/listview/tests/listview.js +13 -1
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +38 -26
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +58 -46
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +98 -86
- package/dist/cjs/popover/templates/popover-normal.js +92 -0
- package/dist/cjs/popover/tests/popover.js +53 -48
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +159 -147
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +104 -92
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +140 -128
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +157 -145
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +312 -300
- package/dist/cjs/scheduler/tests/scheduler-angular.js +312 -300
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +170 -158
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +80 -68
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +149 -137
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +227 -215
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +712 -700
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +1647 -1635
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +533 -521
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +1448 -1436
- package/dist/cjs/scheduler/tests/scheduler-year.js +762 -750
- package/dist/cjs/scheduler/tests/scheduler.js +412 -400
- package/dist/cjs/scrollview/templates/scrollview-normal.js +4382 -0
- package/dist/cjs/scrollview/tests/scrollview-rtl.js +4412 -0
- package/dist/cjs/scrollview/tests/scrollview.js +21 -14
- package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
- package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +256 -244
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +235 -223
- package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +291 -279
- package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +160 -148
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +254 -242
- package/dist/cjs/taskboard/tests/taskboard-card.js +90 -78
- package/dist/cjs/taskboard/tests/taskboard-pane.js +162 -150
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +87 -75
- package/dist/cjs/taskboard/tests/taskboard.js +81 -69
- package/dist/cjs/tilelayout/templates/tilelayout-normal.js +4797 -0
- package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +36 -6
- package/dist/cjs/tilelayout/tests/tilelayout.js +29 -14
- package/dist/cjs/toolbar/templates/toolbar-normal.js +31 -2
- package/dist/cjs/toolbar/tests/toolbar-adaptive.js +42 -30
- package/dist/cjs/toolbar/tests/toolbar-components.js +18 -1
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +29 -17
- package/dist/cjs/toolbar/tests/toolbar-popup.js +52 -40
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +37 -25
- package/dist/cjs/toolbar/tests/toolbar.js +20 -23
- package/dist/esm/appbar/templates/appbar-normal.js +4351 -0
- package/dist/esm/appbar/tests/appbar-rtl.js +4995 -0
- package/dist/esm/appbar/tests/appbar.js +123 -310
- package/dist/esm/bottom-nav/bottom-nav.spec.js +41 -3
- package/dist/esm/bottom-nav/templates/bottom-nav-icons.js +4420 -0
- package/dist/esm/bottom-nav/templates/bottom-nav-links.js +4420 -0
- package/dist/esm/bottom-nav/templates/bottom-nav-normal.js +4420 -0
- package/dist/esm/bottom-nav/tests/{bottom-nav-colors.js → bottom-nav-flat.js} +48 -179
- package/dist/esm/bottom-nav/tests/bottom-nav-items.js +57 -31
- package/dist/esm/bottom-nav/tests/bottom-nav-rtl.js +43 -17
- package/dist/esm/bottom-nav/tests/bottom-nav-solid.js +4445 -0
- package/dist/esm/bottom-nav/tests/bottom-nav.js +82 -34
- package/dist/esm/daterangepicker/daterangepicker.spec.js +410 -289
- package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +412 -291
- package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +412 -291
- package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +412 -291
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +422 -301
- package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +431 -310
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +422 -301
- package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +431 -310
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +425 -304
- package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +431 -310
- package/dist/esm/dialog/templates/dialog-normal.js +6 -4
- package/dist/esm/dialog/tests/dialog-action-buttons.js +13 -11
- package/dist/esm/dialog/tests/dialog-in-window.js +5 -5
- package/dist/esm/dialog/tests/dialog-modal.js +6 -6
- package/dist/esm/dialog/tests/dialog-theme-colors.js +13 -11
- package/dist/esm/dialog/tests/dialog.js +14 -12
- package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +72 -60
- package/dist/esm/dock-manager/tests/dock-manager.js +74 -62
- package/dist/esm/editor/editor-toolbar.js +18 -6
- package/dist/esm/editor/templates/editor-normal.js +7684 -3
- package/dist/esm/editor/tests/editor-find-replace.js +119 -91
- package/dist/esm/editor/tests/editor-states.js +51 -23
- package/dist/esm/editor/tests/editor.js +232 -213
- package/dist/esm/expansion-panel/expansion-panel.spec.js +3 -1
- package/dist/esm/expansion-panel/templates/expansion-panel-expanded.js +4370 -0
- package/dist/esm/expansion-panel/templates/expansion-panel-normal.js +4369 -0
- package/dist/esm/expansion-panel/tests/expansion-panel-rtl.js +37 -11
- package/dist/esm/expansion-panel/tests/expansion-panel.js +37 -11
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +65 -53
- package/dist/esm/filemanager/tests/filemanager-dialogs.js +20 -18
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +65 -53
- package/dist/esm/filemanager/tests/filemanager-gridview.js +130 -118
- package/dist/esm/filemanager/tests/filemanager-listview.js +84 -72
- package/dist/esm/filemanager/tests/filemanager-preview.js +183 -171
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +7 -7
- package/dist/esm/filter/templates/filter-normal.js +8413 -0
- package/dist/esm/filter/tests/filter.js +139 -67
- package/dist/esm/floating-label/templates/floating-label-normal.js +4799 -2
- package/dist/esm/floating-label/tests/floating-label-flat.js +73 -64
- package/dist/esm/floating-label/tests/floating-label-outline.js +73 -64
- package/dist/esm/floating-label/tests/floating-label-solid.js +73 -64
- package/dist/esm/form/tests/form-field-dateinputs.js +318 -211
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -40
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +95 -83
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -40
- package/dist/esm/gantt/tests/gantt-react.js +384 -372
- package/dist/esm/gantt/tests/gantt-row-reordering.js +689 -677
- package/dist/esm/gantt/tests/gantt.js +664 -652
- package/dist/esm/grid/tests/grid-adaptive-search.js +25 -13
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +125 -113
- package/dist/esm/grid/tests/grid-column-reordering.js +130 -118
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +150 -138
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +90 -78
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +88 -76
- package/dist/esm/grid/tests/grid-editing.js +108 -96
- package/dist/esm/grid/tests/grid-filter-row-angular.js +116 -104
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +111 -99
- package/dist/esm/grid/tests/grid-grouping-actions.js +91 -79
- package/dist/esm/grid/tests/grid-grouping.js +207 -195
- package/dist/esm/grid/tests/grid-row-reordering.js +114 -102
- package/dist/esm/grid/tests/grid-rows-resizing.js +112 -100
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +216 -204
- package/dist/esm/grid/tests/grid-size-sm.js +216 -204
- package/dist/esm/grid/tests/grid-toolbar.js +85 -73
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +80 -68
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +68 -56
- package/dist/esm/imageeditor/tests/imageeditor.js +35 -23
- package/dist/esm/index.js +1972 -1415
- package/dist/esm/listview/templates/listview-normal.js +14 -2
- package/dist/esm/listview/tests/listview-layout.js +27 -15
- package/dist/esm/listview/tests/listview-states.js +18 -6
- package/dist/esm/listview/tests/listview.js +21 -9
- package/dist/esm/mediaplayer/tests/mediaplayer.js +38 -26
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -52
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +69 -57
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +58 -46
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +98 -86
- package/dist/esm/popover/templates/popover-normal.js +70 -0
- package/dist/esm/popover/tests/popover.js +49 -44
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +58 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +236 -224
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +159 -147
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +104 -92
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +140 -128
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +140 -128
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +196 -184
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +157 -145
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +157 -145
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +312 -300
- package/dist/esm/scheduler/tests/scheduler-angular.js +312 -300
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +170 -158
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +80 -68
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +149 -137
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +227 -215
- package/dist/esm/scheduler/tests/scheduler-react-day.js +712 -700
- package/dist/esm/scheduler/tests/scheduler-react-month.js +1647 -1635
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +619 -607
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +533 -521
- package/dist/esm/scheduler/tests/scheduler-react-week.js +1448 -1436
- package/dist/esm/scheduler/tests/scheduler-year.js +762 -750
- package/dist/esm/scheduler/tests/scheduler.js +412 -400
- package/dist/esm/scrollview/templates/scrollview-normal.js +4366 -0
- package/dist/esm/scrollview/tests/scrollview-rtl.js +4396 -0
- package/dist/esm/scrollview/tests/scrollview.js +19 -12
- package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +263 -251
- package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +256 -244
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +47 -35
- package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +235 -223
- package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +291 -279
- package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +263 -251
- package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +160 -148
- package/dist/esm/spreadsheet/tests/spreadsheet.js +254 -242
- package/dist/esm/taskboard/tests/taskboard-card.js +90 -78
- package/dist/esm/taskboard/tests/taskboard-pane.js +162 -150
- package/dist/esm/taskboard/tests/taskboard-rtl.js +87 -75
- package/dist/esm/taskboard/tests/taskboard.js +81 -69
- package/dist/esm/tilelayout/templates/tilelayout-normal.js +4771 -0
- package/dist/esm/tilelayout/tests/tilelayout-resizing.js +36 -6
- package/dist/esm/tilelayout/tests/tilelayout.js +30 -15
- package/dist/esm/toolbar/templates/toolbar-normal.js +31 -2
- package/dist/esm/toolbar/tests/toolbar-adaptive.js +42 -30
- package/dist/esm/toolbar/tests/toolbar-angular.js +9 -9
- package/dist/esm/toolbar/tests/toolbar-components.js +28 -11
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +29 -17
- package/dist/esm/toolbar/tests/toolbar-popup.js +52 -40
- package/dist/esm/toolbar/tests/toolbar-sizes.js +37 -25
- package/dist/esm/toolbar/tests/toolbar.js +34 -37
- package/dist/types/appbar/index.d.ts +1 -0
- package/dist/types/appbar/templates/appbar-normal.d.ts +1 -0
- package/dist/types/bottom-nav/bottom-nav.spec.d.ts +7 -3
- package/dist/types/bottom-nav/index.d.ts +3 -0
- package/dist/types/bottom-nav/templates/bottom-nav-icons.d.ts +1 -0
- package/dist/types/bottom-nav/templates/bottom-nav-links.d.ts +1 -0
- package/dist/types/bottom-nav/templates/bottom-nav-normal.d.ts +1 -0
- package/dist/types/bottom-nav/tests/bottom-nav-flat.d.ts +2 -0
- package/dist/types/bottom-nav/tests/bottom-nav-solid.d.ts +2 -0
- package/dist/types/dialog/templates/dialog-normal.d.ts +1 -1
- package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
- package/dist/types/expansion-panel/index.d.ts +2 -0
- package/dist/types/expansion-panel/templates/expansion-panel-expanded.d.ts +1 -0
- package/dist/types/expansion-panel/templates/expansion-panel-normal.d.ts +1 -0
- package/dist/types/filter/index.d.ts +1 -0
- package/dist/types/filter/templates/filter-normal.d.ts +1 -0
- package/dist/types/floating-label/templates/floating-label-normal.d.ts +1 -4
- package/dist/types/index.d.ts +3 -0
- package/dist/types/popover/index.d.ts +1 -0
- package/dist/types/popover/templates/popover-normal.d.ts +4 -0
- package/dist/types/scrollview/index.d.ts +1 -0
- package/dist/types/scrollview/templates/scrollview-normal.d.ts +1 -0
- package/dist/types/scrollview/tests/scrollview-rtl.d.ts +2 -0
- package/dist/types/tilelayout/index.d.ts +1 -0
- package/dist/types/tilelayout/templates/tilelayout-normal.d.ts +1 -0
- package/dist/types/toolbar/templates/toolbar-normal.d.ts +1 -4
- package/package.json +2 -2
- package/src/appbar/index.ts +1 -0
- package/src/appbar/templates/appbar-normal.tsx +31 -0
- package/src/appbar/tests/appbar-rtl.tsx +110 -0
- package/src/appbar/tests/appbar.tsx +41 -412
- package/src/bottom-nav/bottom-nav.spec.tsx +13 -4
- package/src/bottom-nav/index.ts +3 -0
- package/src/bottom-nav/templates/bottom-nav-icons.tsx +13 -0
- package/src/bottom-nav/templates/bottom-nav-links.tsx +13 -0
- package/src/bottom-nav/templates/bottom-nav-normal.tsx +13 -0
- package/src/bottom-nav/tests/bottom-nav-flat.tsx +35 -0
- package/src/bottom-nav/tests/bottom-nav-items.tsx +7 -7
- package/src/bottom-nav/tests/bottom-nav-rtl.tsx +5 -5
- package/src/bottom-nav/tests/bottom-nav-solid.tsx +32 -0
- package/src/bottom-nav/tests/bottom-nav.tsx +11 -11
- package/src/dialog/templates/dialog-normal.tsx +10 -5
- package/src/editor/templates/editor-normal.tsx +21 -2
- package/src/editor/tests/editor.tsx +1 -12
- package/src/expansion-panel/expansion-panel.spec.tsx +2 -0
- package/src/expansion-panel/index.ts +2 -0
- package/src/expansion-panel/templates/expansion-panel-expanded.tsx +14 -0
- package/src/expansion-panel/templates/expansion-panel-normal.tsx +13 -0
- package/src/expansion-panel/tests/expansion-panel-rtl.tsx +23 -53
- package/src/expansion-panel/tests/expansion-panel.tsx +23 -52
- package/src/filter/index.ts +1 -0
- package/src/filter/templates/filter-normal.tsx +95 -0
- package/src/filter/tests/filter.tsx +3 -3
- package/src/floating-label/templates/floating-label-normal.tsx +9 -3
- package/src/index.ts +11 -2
- package/src/listview/templates/listview-normal.tsx +12 -2
- package/src/popover/index.ts +1 -0
- package/src/popover/templates/popover-normal.tsx +7 -0
- package/src/popover/tests/popover.tsx +11 -11
- package/src/scrollview/index.ts +1 -0
- package/src/scrollview/templates/scrollview-normal.tsx +3 -0
- package/src/scrollview/tests/scrollview-rtl.tsx +36 -0
- package/src/scrollview/tests/scrollview.tsx +8 -7
- package/src/tilelayout/index.ts +1 -0
- package/src/tilelayout/templates/tilelayout-normal.tsx +14 -0
- package/src/tilelayout/tests/tilelayout-resizing.tsx +3 -3
- package/src/tilelayout/tests/tilelayout.tsx +3 -3
- package/src/toolbar/templates/toolbar-normal.tsx +18 -3
- package/src/toolbar/tests/toolbar.tsx +2 -22
- package/src/bottom-nav/tests/bottom-nav-colors.tsx +0 -205
- /package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts} +0 -0
|
@@ -8198,20 +8198,32 @@ ToolbarPopup.options = options51;
|
|
|
8198
8198
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
8199
8199
|
ToolbarPopup.defaultProps = defaultProps48;
|
|
8200
8200
|
|
|
8201
|
-
// src/
|
|
8201
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
8202
8202
|
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
8203
8203
|
|
|
8204
|
-
// src/
|
|
8204
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
8205
8205
|
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
8206
8206
|
|
|
8207
|
-
// src/
|
|
8207
|
+
// src/split-button/templates/text-split-button.tsx
|
|
8208
8208
|
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
8209
8209
|
|
|
8210
|
-
// src/
|
|
8210
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
8211
8211
|
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
8212
8212
|
|
|
8213
|
-
// src/
|
|
8213
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
8214
8214
|
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
8215
|
+
|
|
8216
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
8217
|
+
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
8218
|
+
|
|
8219
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
8220
|
+
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
8221
|
+
|
|
8222
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
8223
|
+
var import_jsx_runtime134 = require("react/jsx-runtime");
|
|
8224
|
+
|
|
8225
|
+
// src/grid/tests/grid-size-sm-comp-sm.tsx
|
|
8226
|
+
var import_jsx_runtime135 = require("react/jsx-runtime");
|
|
8215
8227
|
var styles = `
|
|
8216
8228
|
.k-grouping-header .k-grouping-dropclue {
|
|
8217
8229
|
left: 0;
|
|
@@ -8220,275 +8232,275 @@ var styles = `
|
|
|
8220
8232
|
position: relative;
|
|
8221
8233
|
}
|
|
8222
8234
|
`;
|
|
8223
|
-
var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0,
|
|
8224
|
-
/* @__PURE__ */ (0,
|
|
8225
|
-
/* @__PURE__ */ (0,
|
|
8226
|
-
/* @__PURE__ */ (0,
|
|
8227
|
-
/* @__PURE__ */ (0,
|
|
8228
|
-
/* @__PURE__ */ (0,
|
|
8229
|
-
/* @__PURE__ */ (0,
|
|
8230
|
-
/* @__PURE__ */ (0,
|
|
8231
|
-
/* @__PURE__ */ (0,
|
|
8235
|
+
var grid_size_sm_comp_sm_default = () => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
|
|
8236
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("style", { children: styles }),
|
|
8237
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
8238
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "col-2", children: "Grid" }),
|
|
8239
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
|
|
8240
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
|
|
8241
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8242
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "100px" } }),
|
|
8243
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8232
8244
|
] }),
|
|
8233
|
-
/* @__PURE__ */ (0,
|
|
8234
|
-
/* @__PURE__ */ (0,
|
|
8235
|
-
/* @__PURE__ */ (0,
|
|
8245
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8246
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
|
|
8247
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
|
|
8236
8248
|
] }) })
|
|
8237
8249
|
] }) }) }),
|
|
8238
|
-
/* @__PURE__ */ (0,
|
|
8239
|
-
/* @__PURE__ */ (0,
|
|
8240
|
-
/* @__PURE__ */ (0,
|
|
8241
|
-
/* @__PURE__ */ (0,
|
|
8250
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
|
|
8251
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8252
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "100px" } }),
|
|
8253
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8242
8254
|
] }),
|
|
8243
|
-
/* @__PURE__ */ (0,
|
|
8244
|
-
/* @__PURE__ */ (0,
|
|
8245
|
-
/* @__PURE__ */ (0,
|
|
8246
|
-
/* @__PURE__ */ (0,
|
|
8255
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
8256
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8257
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "1" }),
|
|
8258
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Row" })
|
|
8247
8259
|
] }),
|
|
8248
|
-
/* @__PURE__ */ (0,
|
|
8249
|
-
/* @__PURE__ */ (0,
|
|
8250
|
-
/* @__PURE__ */ (0,
|
|
8260
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
8261
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "2" }),
|
|
8262
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Alt row" })
|
|
8251
8263
|
] }),
|
|
8252
|
-
/* @__PURE__ */ (0,
|
|
8253
|
-
/* @__PURE__ */ (0,
|
|
8254
|
-
/* @__PURE__ */ (0,
|
|
8264
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8265
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "3" }),
|
|
8266
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
|
|
8255
8267
|
] }),
|
|
8256
|
-
/* @__PURE__ */ (0,
|
|
8257
|
-
/* @__PURE__ */ (0,
|
|
8258
|
-
/* @__PURE__ */ (0,
|
|
8268
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
8269
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "4" }),
|
|
8270
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Skeleton, { animation: false }) })
|
|
8259
8271
|
] }),
|
|
8260
|
-
/* @__PURE__ */ (0,
|
|
8261
|
-
/* @__PURE__ */ (0,
|
|
8262
|
-
/* @__PURE__ */ (0,
|
|
8272
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8273
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "5" }),
|
|
8274
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Skeleton, { animation: false }) })
|
|
8263
8275
|
] })
|
|
8264
8276
|
] })
|
|
8265
8277
|
] }) }),
|
|
8266
|
-
/* @__PURE__ */ (0,
|
|
8278
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Pager, { className: "k-grid-pager", size: "small" })
|
|
8267
8279
|
] }) }),
|
|
8268
|
-
/* @__PURE__ */ (0,
|
|
8269
|
-
/* @__PURE__ */ (0,
|
|
8270
|
-
/* @__PURE__ */ (0,
|
|
8271
|
-
/* @__PURE__ */ (0,
|
|
8272
|
-
/* @__PURE__ */ (0,
|
|
8273
|
-
/* @__PURE__ */ (0,
|
|
8274
|
-
/* @__PURE__ */ (0,
|
|
8275
|
-
/* @__PURE__ */ (0,
|
|
8276
|
-
/* @__PURE__ */ (0,
|
|
8280
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "col-2", children: "Filtering" }),
|
|
8281
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
|
|
8282
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
|
|
8283
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8284
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-hierarchy-col" }),
|
|
8285
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8286
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8287
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8288
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8277
8289
|
] }),
|
|
8278
|
-
/* @__PURE__ */ (0,
|
|
8279
|
-
/* @__PURE__ */ (0,
|
|
8280
|
-
/* @__PURE__ */ (0,
|
|
8281
|
-
/* @__PURE__ */ (0,
|
|
8282
|
-
/* @__PURE__ */ (0,
|
|
8283
|
-
/* @__PURE__ */ (0,
|
|
8290
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("thead", { className: "k-table-thead", children: [
|
|
8291
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8292
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-hierarchy-cell" }),
|
|
8293
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8294
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Default" }) }),
|
|
8295
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
|
|
8284
8296
|
] }) }),
|
|
8285
|
-
/* @__PURE__ */ (0,
|
|
8286
|
-
/* @__PURE__ */ (0,
|
|
8287
|
-
/* @__PURE__ */ (0,
|
|
8297
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8298
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Hover" }) }),
|
|
8299
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
|
|
8288
8300
|
] }) }),
|
|
8289
|
-
/* @__PURE__ */ (0,
|
|
8290
|
-
/* @__PURE__ */ (0,
|
|
8291
|
-
/* @__PURE__ */ (0,
|
|
8301
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8302
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Focus" }) }),
|
|
8303
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
|
|
8292
8304
|
] }) }),
|
|
8293
|
-
/* @__PURE__ */ (0,
|
|
8294
|
-
/* @__PURE__ */ (0,
|
|
8295
|
-
/* @__PURE__ */ (0,
|
|
8305
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8306
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Active" }) }),
|
|
8307
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
|
|
8296
8308
|
] }) }),
|
|
8297
|
-
/* @__PURE__ */ (0,
|
|
8298
|
-
/* @__PURE__ */ (0,
|
|
8299
|
-
/* @__PURE__ */ (0,
|
|
8300
|
-
/* @__PURE__ */ (0,
|
|
8309
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8310
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-link", children: [
|
|
8311
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Sorted" }),
|
|
8312
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "sort-asc-small" }) })
|
|
8301
8313
|
] }),
|
|
8302
|
-
/* @__PURE__ */ (0,
|
|
8314
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "filter" }) })
|
|
8303
8315
|
] }) })
|
|
8304
8316
|
] }),
|
|
8305
|
-
/* @__PURE__ */ (0,
|
|
8306
|
-
/* @__PURE__ */ (0,
|
|
8307
|
-
/* @__PURE__ */ (0,
|
|
8308
|
-
/* @__PURE__ */ (0,
|
|
8309
|
-
/* @__PURE__ */ (0,
|
|
8310
|
-
/* @__PURE__ */ (0,
|
|
8317
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-filter-row", children: [
|
|
8318
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell-wrapper" }) }) }),
|
|
8319
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
|
|
8320
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(NumericTextbox, { size: "small" }),
|
|
8321
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
|
|
8322
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
8311
8323
|
" ",
|
|
8312
|
-
/* @__PURE__ */ (0,
|
|
8324
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "filter-clear", disabled: true })
|
|
8313
8325
|
] })
|
|
8314
8326
|
] }) }) }),
|
|
8315
|
-
/* @__PURE__ */ (0,
|
|
8316
|
-
/* @__PURE__ */ (0,
|
|
8317
|
-
/* @__PURE__ */ (0,
|
|
8318
|
-
/* @__PURE__ */ (0,
|
|
8327
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
|
|
8328
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
|
|
8329
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
|
|
8330
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
8319
8331
|
" ",
|
|
8320
|
-
/* @__PURE__ */ (0,
|
|
8332
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "filter-clear" })
|
|
8321
8333
|
] })
|
|
8322
8334
|
] }) }) }),
|
|
8323
|
-
/* @__PURE__ */ (0,
|
|
8324
|
-
/* @__PURE__ */ (0,
|
|
8325
|
-
/* @__PURE__ */ (0,
|
|
8326
|
-
/* @__PURE__ */ (0,
|
|
8335
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
|
|
8336
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
|
|
8337
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
|
|
8338
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
8327
8339
|
" ",
|
|
8328
|
-
/* @__PURE__ */ (0,
|
|
8340
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "filter-clear" })
|
|
8329
8341
|
] })
|
|
8330
8342
|
] }) }) }),
|
|
8331
|
-
/* @__PURE__ */ (0,
|
|
8332
|
-
/* @__PURE__ */ (0,
|
|
8333
|
-
/* @__PURE__ */ (0,
|
|
8334
|
-
/* @__PURE__ */ (0,
|
|
8343
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-wrapper", children: [
|
|
8344
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { size: "small", showClearButton: false, value: "p" }),
|
|
8345
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-filtercell-operator", children: [
|
|
8346
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(DropdownList, { size: "small", className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
8335
8347
|
" ",
|
|
8336
|
-
/* @__PURE__ */ (0,
|
|
8348
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "filter-clear" })
|
|
8337
8349
|
] })
|
|
8338
8350
|
] }) }) }),
|
|
8339
|
-
/* @__PURE__ */ (0,
|
|
8351
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-filtercell-wrapper" }) }) })
|
|
8340
8352
|
] })
|
|
8341
8353
|
] })
|
|
8342
8354
|
] }) }) }),
|
|
8343
|
-
/* @__PURE__ */ (0,
|
|
8344
|
-
/* @__PURE__ */ (0,
|
|
8345
|
-
/* @__PURE__ */ (0,
|
|
8346
|
-
/* @__PURE__ */ (0,
|
|
8347
|
-
/* @__PURE__ */ (0,
|
|
8348
|
-
/* @__PURE__ */ (0,
|
|
8349
|
-
/* @__PURE__ */ (0,
|
|
8355
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", children: [
|
|
8356
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8357
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-hierarchy-col" }),
|
|
8358
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8359
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8360
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8361
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8350
8362
|
] }),
|
|
8351
|
-
/* @__PURE__ */ (0,
|
|
8352
|
-
/* @__PURE__ */ (0,
|
|
8353
|
-
/* @__PURE__ */ (0,
|
|
8354
|
-
/* @__PURE__ */ (0,
|
|
8355
|
-
/* @__PURE__ */ (0,
|
|
8356
|
-
/* @__PURE__ */ (0,
|
|
8357
|
-
/* @__PURE__ */ (0,
|
|
8358
|
-
/* @__PURE__ */ (0,
|
|
8363
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
8364
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", children: [
|
|
8365
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-down" }) }),
|
|
8366
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "1" }),
|
|
8367
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8368
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8369
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8370
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" })
|
|
8359
8371
|
] }),
|
|
8360
|
-
/* @__PURE__ */ (0,
|
|
8361
|
-
/* @__PURE__ */ (0,
|
|
8362
|
-
/* @__PURE__ */ (0,
|
|
8372
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-detail-row", children: [
|
|
8373
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
|
|
8374
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
|
|
8363
8375
|
] }),
|
|
8364
|
-
/* @__PURE__ */ (0,
|
|
8365
|
-
/* @__PURE__ */ (0,
|
|
8366
|
-
/* @__PURE__ */ (0,
|
|
8367
|
-
/* @__PURE__ */ (0,
|
|
8368
|
-
/* @__PURE__ */ (0,
|
|
8369
|
-
/* @__PURE__ */ (0,
|
|
8370
|
-
/* @__PURE__ */ (0,
|
|
8376
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
|
|
8377
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-right" }) }),
|
|
8378
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "2" }),
|
|
8379
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8380
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8381
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" }),
|
|
8382
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Text" })
|
|
8371
8383
|
] })
|
|
8372
8384
|
] })
|
|
8373
8385
|
] }) })
|
|
8374
8386
|
] }) }),
|
|
8375
|
-
/* @__PURE__ */ (0,
|
|
8376
|
-
/* @__PURE__ */ (0,
|
|
8377
|
-
/* @__PURE__ */ (0,
|
|
8378
|
-
/* @__PURE__ */ (0,
|
|
8379
|
-
/* @__PURE__ */ (0,
|
|
8380
|
-
/* @__PURE__ */ (0,
|
|
8381
|
-
/* @__PURE__ */ (0,
|
|
8382
|
-
/* @__PURE__ */ (0,
|
|
8383
|
-
/* @__PURE__ */ (0,
|
|
8387
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { children: "Editing" }),
|
|
8388
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
|
|
8389
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Toolbar, { className: "k-grid-toolbar", size: "small", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: "plus", size: "small", children: "Add new record" }) }),
|
|
8390
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
|
|
8391
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8392
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8393
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8394
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8395
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "300px" } })
|
|
8384
8396
|
] }),
|
|
8385
|
-
/* @__PURE__ */ (0,
|
|
8386
|
-
/* @__PURE__ */ (0,
|
|
8387
|
-
/* @__PURE__ */ (0,
|
|
8388
|
-
/* @__PURE__ */ (0,
|
|
8389
|
-
/* @__PURE__ */ (0,
|
|
8397
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8398
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
|
|
8399
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
|
|
8400
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
|
|
8401
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
|
|
8390
8402
|
] }) })
|
|
8391
8403
|
] }) }) }),
|
|
8392
|
-
/* @__PURE__ */ (0,
|
|
8393
|
-
/* @__PURE__ */ (0,
|
|
8394
|
-
/* @__PURE__ */ (0,
|
|
8395
|
-
/* @__PURE__ */ (0,
|
|
8396
|
-
/* @__PURE__ */ (0,
|
|
8397
|
-
/* @__PURE__ */ (0,
|
|
8404
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
|
|
8405
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8406
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8407
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8408
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8409
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { style: { width: "300px" } })
|
|
8398
8410
|
] }),
|
|
8399
|
-
/* @__PURE__ */ (0,
|
|
8400
|
-
/* @__PURE__ */ (0,
|
|
8401
|
-
/* @__PURE__ */ (0,
|
|
8402
|
-
/* @__PURE__ */ (0,
|
|
8403
|
-
/* @__PURE__ */ (0,
|
|
8404
|
-
/* @__PURE__ */ (0,
|
|
8405
|
-
/* @__PURE__ */ (0,
|
|
8406
|
-
/* @__PURE__ */ (0,
|
|
8407
|
-
/* @__PURE__ */ (0,
|
|
8411
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
8412
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
|
|
8413
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Textbox, { value: "Towel", required: true, size: "small" }) }),
|
|
8414
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td", children: [
|
|
8415
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(NumericTextbox, { invalid: true, size: "small" }),
|
|
8416
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-tooltip k-validator-tooltip k-tooltip-error k-invalid-msg", children: [
|
|
8417
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { className: "k-tooltip-icon", icon: "exclamation-circle" }),
|
|
8418
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-tooltip-content", children: "Price" }),
|
|
8419
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-callout k-callout-n" })
|
|
8408
8420
|
] })
|
|
8409
8421
|
] }),
|
|
8410
|
-
/* @__PURE__ */ (0,
|
|
8411
|
-
/* @__PURE__ */ (0,
|
|
8412
|
-
/* @__PURE__ */ (0,
|
|
8422
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td", children: [
|
|
8423
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
|
|
8424
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
|
|
8413
8425
|
] }),
|
|
8414
|
-
/* @__PURE__ */ (0,
|
|
8415
|
-
/* @__PURE__ */ (0,
|
|
8416
|
-
/* @__PURE__ */ (0,
|
|
8426
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
|
|
8427
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "check", themeColor: "primary", children: "Update" }),
|
|
8428
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "cancel", children: "Cancel" })
|
|
8417
8429
|
] })
|
|
8418
8430
|
] }),
|
|
8419
|
-
/* @__PURE__ */ (0,
|
|
8420
|
-
/* @__PURE__ */ (0,
|
|
8421
|
-
/* @__PURE__ */ (0,
|
|
8431
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
|
|
8432
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
|
|
8433
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-dirty" }),
|
|
8422
8434
|
"LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
|
|
8423
8435
|
] }),
|
|
8424
|
-
/* @__PURE__ */ (0,
|
|
8425
|
-
/* @__PURE__ */ (0,
|
|
8426
|
-
/* @__PURE__ */ (0,
|
|
8427
|
-
/* @__PURE__ */ (0,
|
|
8428
|
-
/* @__PURE__ */ (0,
|
|
8436
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "18" }),
|
|
8437
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
|
|
8438
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
|
|
8439
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
|
|
8440
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
|
|
8429
8441
|
] })
|
|
8430
8442
|
] }),
|
|
8431
|
-
/* @__PURE__ */ (0,
|
|
8432
|
-
/* @__PURE__ */ (0,
|
|
8433
|
-
/* @__PURE__ */ (0,
|
|
8434
|
-
/* @__PURE__ */ (0,
|
|
8435
|
-
/* @__PURE__ */ (0,
|
|
8436
|
-
/* @__PURE__ */ (0,
|
|
8437
|
-
/* @__PURE__ */ (0,
|
|
8443
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8444
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Chang" }),
|
|
8445
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "19" }),
|
|
8446
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
|
|
8447
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("td", { className: "k-table-td k-command-cell", children: [
|
|
8448
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "pencil", children: "Edit" }),
|
|
8449
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { size: "small", icon: "x", children: "Delete" })
|
|
8438
8450
|
] })
|
|
8439
8451
|
] })
|
|
8440
8452
|
] })
|
|
8441
8453
|
] }) })
|
|
8442
8454
|
] }) }),
|
|
8443
|
-
/* @__PURE__ */ (0,
|
|
8444
|
-
/* @__PURE__ */ (0,
|
|
8445
|
-
/* @__PURE__ */ (0,
|
|
8446
|
-
/* @__PURE__ */ (0,
|
|
8447
|
-
/* @__PURE__ */ (0,
|
|
8448
|
-
/* @__PURE__ */ (0,
|
|
8449
|
-
/* @__PURE__ */ (0,
|
|
8455
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { children: "Grouping" }),
|
|
8456
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
|
|
8457
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-grouping-header", children: [
|
|
8458
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grouping-dropclue" }),
|
|
8459
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(ChipList, { size: "small", children: [
|
|
8460
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(ChipAction, { type: "remove" }), children: "Price" }),
|
|
8461
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(ChipAction, { type: "remove" }), children: "Name" })
|
|
8450
8462
|
] }),
|
|
8451
|
-
/* @__PURE__ */ (0,
|
|
8463
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grouping-drop-container" })
|
|
8452
8464
|
] }),
|
|
8453
|
-
/* @__PURE__ */ (0,
|
|
8454
|
-
/* @__PURE__ */ (0,
|
|
8455
|
-
/* @__PURE__ */ (0,
|
|
8456
|
-
/* @__PURE__ */ (0,
|
|
8457
|
-
/* @__PURE__ */ (0,
|
|
8458
|
-
/* @__PURE__ */ (0,
|
|
8459
|
-
/* @__PURE__ */ (0,
|
|
8465
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-header-table", children: [
|
|
8466
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8467
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-group-col" }),
|
|
8468
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8469
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8470
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8471
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8460
8472
|
] }),
|
|
8461
|
-
/* @__PURE__ */ (0,
|
|
8462
|
-
/* @__PURE__ */ (0,
|
|
8463
|
-
/* @__PURE__ */ (0,
|
|
8464
|
-
/* @__PURE__ */ (0,
|
|
8465
|
-
/* @__PURE__ */ (0,
|
|
8466
|
-
/* @__PURE__ */ (0,
|
|
8473
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8474
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
|
|
8475
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
|
|
8476
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
|
|
8477
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
|
|
8478
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-column-title", children: "Units" }) }) }) })
|
|
8467
8479
|
] }) })
|
|
8468
8480
|
] }) }) }),
|
|
8469
|
-
/* @__PURE__ */ (0,
|
|
8470
|
-
/* @__PURE__ */ (0,
|
|
8471
|
-
/* @__PURE__ */ (0,
|
|
8472
|
-
/* @__PURE__ */ (0,
|
|
8473
|
-
/* @__PURE__ */ (0,
|
|
8474
|
-
/* @__PURE__ */ (0,
|
|
8475
|
-
/* @__PURE__ */ (0,
|
|
8481
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
|
|
8482
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("colgroup", { children: [
|
|
8483
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", { className: "k-group-col" }),
|
|
8484
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8485
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8486
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {}),
|
|
8487
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("col", {})
|
|
8476
8488
|
] }),
|
|
8477
|
-
/* @__PURE__ */ (0,
|
|
8478
|
-
/* @__PURE__ */ (0,
|
|
8479
|
-
/* @__PURE__ */ (0,
|
|
8489
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
8490
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("p", { className: "k-reset", children: [
|
|
8491
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
8480
8492
|
"Price: 19"
|
|
8481
8493
|
] }) }) }),
|
|
8482
|
-
/* @__PURE__ */ (0,
|
|
8483
|
-
/* @__PURE__ */ (0,
|
|
8494
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("p", { className: "k-reset", children: [
|
|
8495
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
8484
8496
|
"Price: 30"
|
|
8485
8497
|
] }) }) }),
|
|
8486
|
-
/* @__PURE__ */ (0,
|
|
8487
|
-
/* @__PURE__ */ (0,
|
|
8488
|
-
/* @__PURE__ */ (0,
|
|
8489
|
-
/* @__PURE__ */ (0,
|
|
8490
|
-
/* @__PURE__ */ (0,
|
|
8491
|
-
/* @__PURE__ */ (0,
|
|
8498
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("tr", { className: "k-table-row", children: [
|
|
8499
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
|
|
8500
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "Chai" }),
|
|
8501
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "30" }),
|
|
8502
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "false" }),
|
|
8503
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("td", { className: "k-table-td", children: "15" })
|
|
8492
8504
|
] })
|
|
8493
8505
|
] })
|
|
8494
8506
|
] }) })
|