@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
|
@@ -7902,20 +7902,32 @@ ToolbarPopup.options = options47;
|
|
|
7902
7902
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7903
7903
|
ToolbarPopup.defaultProps = defaultProps44;
|
|
7904
7904
|
|
|
7905
|
-
// src/
|
|
7905
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7906
7906
|
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7907
7907
|
|
|
7908
|
-
// src/
|
|
7908
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7909
7909
|
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
7910
7910
|
|
|
7911
|
-
// src/
|
|
7911
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7912
7912
|
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7913
7913
|
|
|
7914
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7915
|
+
import { jsx as jsx118, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7916
|
+
|
|
7917
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7918
|
+
import { Fragment as Fragment29, jsx as jsx119, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7919
|
+
|
|
7920
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7921
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
7922
|
+
|
|
7923
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7924
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
7925
|
+
|
|
7914
7926
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7915
|
-
import { jsx as
|
|
7927
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
7916
7928
|
|
|
7917
7929
|
// src/table/data-table.spec.tsx
|
|
7918
|
-
import { jsx as
|
|
7930
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
7919
7931
|
var DATATABLE_CLASSNAME = `k-data-table`;
|
|
7920
7932
|
var states50 = [];
|
|
7921
7933
|
var options48 = {
|
|
@@ -7929,7 +7941,7 @@ var DataTable = (props) => {
|
|
|
7929
7941
|
size = defaultProps45.size,
|
|
7930
7942
|
...other
|
|
7931
7943
|
} = props;
|
|
7932
|
-
return /* @__PURE__ */
|
|
7944
|
+
return /* @__PURE__ */ jsx123(
|
|
7933
7945
|
"div",
|
|
7934
7946
|
{
|
|
7935
7947
|
...other,
|
|
@@ -7950,16 +7962,16 @@ DataTable.className = DATATABLE_CLASSNAME;
|
|
|
7950
7962
|
DataTable.defaultProps = defaultProps45;
|
|
7951
7963
|
|
|
7952
7964
|
// src/table/table-header.tsx
|
|
7953
|
-
import { jsx as
|
|
7965
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
7954
7966
|
|
|
7955
7967
|
// src/table/table-body.tsx
|
|
7956
|
-
import { jsx as
|
|
7968
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
7957
7969
|
|
|
7958
7970
|
// src/table/table-footer.tsx
|
|
7959
|
-
import { jsx as
|
|
7971
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
7960
7972
|
|
|
7961
7973
|
// src/table/table.spec.tsx
|
|
7962
|
-
import { jsx as
|
|
7974
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
7963
7975
|
var TABLE_CLASSNAME = `k-table`;
|
|
7964
7976
|
var states51 = [];
|
|
7965
7977
|
var options49 = {
|
|
@@ -7971,7 +7983,7 @@ var Table = (props) => {
|
|
|
7971
7983
|
size,
|
|
7972
7984
|
...other
|
|
7973
7985
|
} = props;
|
|
7974
|
-
return /* @__PURE__ */
|
|
7986
|
+
return /* @__PURE__ */ jsx127(
|
|
7975
7987
|
"table",
|
|
7976
7988
|
{
|
|
7977
7989
|
...other,
|
|
@@ -7992,7 +8004,7 @@ Table.className = TABLE_CLASSNAME;
|
|
|
7992
8004
|
Table.defaultProps = defaultProps46;
|
|
7993
8005
|
|
|
7994
8006
|
// src/table/table-list.spec.tsx
|
|
7995
|
-
import { jsx as
|
|
8007
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
7996
8008
|
var TABLELIST_CLASSNAME = `k-table-list`;
|
|
7997
8009
|
var states52 = [];
|
|
7998
8010
|
var options50 = {
|
|
@@ -8005,7 +8017,7 @@ var TableList = (props) => {
|
|
|
8005
8017
|
virtualization,
|
|
8006
8018
|
...other
|
|
8007
8019
|
} = props;
|
|
8008
|
-
return /* @__PURE__ */
|
|
8020
|
+
return /* @__PURE__ */ jsx128(
|
|
8009
8021
|
"ul",
|
|
8010
8022
|
{
|
|
8011
8023
|
...other,
|
|
@@ -8030,9 +8042,9 @@ TableList.className = TABLELIST_CLASSNAME;
|
|
|
8030
8042
|
TableList.defaultProps = defaultProps47;
|
|
8031
8043
|
|
|
8032
8044
|
// src/table/table-thead.tsx
|
|
8033
|
-
import { jsx as
|
|
8045
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
8034
8046
|
var className13 = `k-table-thead`;
|
|
8035
|
-
var TableThead = (props) => /* @__PURE__ */
|
|
8047
|
+
var TableThead = (props) => /* @__PURE__ */ jsx129(
|
|
8036
8048
|
"thead",
|
|
8037
8049
|
{
|
|
8038
8050
|
className: classNames(
|
|
@@ -8044,9 +8056,9 @@ var TableThead = (props) => /* @__PURE__ */ jsx125(
|
|
|
8044
8056
|
);
|
|
8045
8057
|
|
|
8046
8058
|
// src/table/table-tbody.tsx
|
|
8047
|
-
import { jsx as
|
|
8059
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
8048
8060
|
var className14 = `k-table-tbody`;
|
|
8049
|
-
var TableTbody = (props) => /* @__PURE__ */
|
|
8061
|
+
var TableTbody = (props) => /* @__PURE__ */ jsx130(
|
|
8050
8062
|
"tbody",
|
|
8051
8063
|
{
|
|
8052
8064
|
className: classNames(
|
|
@@ -8058,10 +8070,10 @@ var TableTbody = (props) => /* @__PURE__ */ jsx126(
|
|
|
8058
8070
|
);
|
|
8059
8071
|
|
|
8060
8072
|
// src/table/table-tfoot.tsx
|
|
8061
|
-
import { jsx as
|
|
8073
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
8062
8074
|
|
|
8063
8075
|
// src/table/table-row.tsx
|
|
8064
|
-
import { jsx as
|
|
8076
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
8065
8077
|
var TABLEROW_CLASSNAME = `k-table-row`;
|
|
8066
8078
|
var states53 = [
|
|
8067
8079
|
States.hover,
|
|
@@ -8078,7 +8090,7 @@ var TableRow = (props) => {
|
|
|
8078
8090
|
alt,
|
|
8079
8091
|
...other
|
|
8080
8092
|
} = props;
|
|
8081
|
-
return /* @__PURE__ */
|
|
8093
|
+
return /* @__PURE__ */ jsx132(
|
|
8082
8094
|
"tr",
|
|
8083
8095
|
{
|
|
8084
8096
|
...other,
|
|
@@ -8101,7 +8113,7 @@ var TableRow = (props) => {
|
|
|
8101
8113
|
};
|
|
8102
8114
|
|
|
8103
8115
|
// src/table/table-list-row.tsx
|
|
8104
|
-
import { jsx as
|
|
8116
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
8105
8117
|
var states54 = [
|
|
8106
8118
|
States.hover,
|
|
8107
8119
|
States.focus,
|
|
@@ -8110,7 +8122,7 @@ var states54 = [
|
|
|
8110
8122
|
];
|
|
8111
8123
|
|
|
8112
8124
|
// src/table/table-th.tsx
|
|
8113
|
-
import { jsx as
|
|
8125
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
8114
8126
|
var className15 = `k-table-th`;
|
|
8115
8127
|
var TableTh = (props) => {
|
|
8116
8128
|
const {
|
|
@@ -8119,7 +8131,7 @@ var TableTh = (props) => {
|
|
|
8119
8131
|
...other
|
|
8120
8132
|
} = props;
|
|
8121
8133
|
const textOrChildren = text ? text : props.children;
|
|
8122
|
-
return /* @__PURE__ */
|
|
8134
|
+
return /* @__PURE__ */ jsx134(
|
|
8123
8135
|
"th",
|
|
8124
8136
|
{
|
|
8125
8137
|
colSpan: colspan,
|
|
@@ -8134,10 +8146,10 @@ var TableTh = (props) => {
|
|
|
8134
8146
|
};
|
|
8135
8147
|
|
|
8136
8148
|
// src/table/table-list-th.tsx
|
|
8137
|
-
import { jsx as
|
|
8149
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
8138
8150
|
|
|
8139
8151
|
// src/table/table-td.tsx
|
|
8140
|
-
import { jsx as
|
|
8152
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
8141
8153
|
var className16 = `k-table-td`;
|
|
8142
8154
|
var TableTd = (props) => {
|
|
8143
8155
|
const {
|
|
@@ -8146,7 +8158,7 @@ var TableTd = (props) => {
|
|
|
8146
8158
|
...other
|
|
8147
8159
|
} = props;
|
|
8148
8160
|
const textOrChildren = text ? text : props.children;
|
|
8149
|
-
return /* @__PURE__ */
|
|
8161
|
+
return /* @__PURE__ */ jsx136(
|
|
8150
8162
|
"td",
|
|
8151
8163
|
{
|
|
8152
8164
|
colSpan: colspan,
|
|
@@ -8161,119 +8173,119 @@ var TableTd = (props) => {
|
|
|
8161
8173
|
};
|
|
8162
8174
|
|
|
8163
8175
|
// src/table/table-list-td.tsx
|
|
8164
|
-
import { jsx as
|
|
8176
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
8165
8177
|
|
|
8166
8178
|
// src/table/table-group-header.tsx
|
|
8167
|
-
import { jsx as
|
|
8179
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
8168
8180
|
|
|
8169
8181
|
// src/table/table-group-sticky-header.tsx
|
|
8170
|
-
import { jsx as
|
|
8182
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
8171
8183
|
|
|
8172
8184
|
// src/table/table-group-row.tsx
|
|
8173
|
-
import { jsx as
|
|
8185
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
8174
8186
|
|
|
8175
8187
|
// src/table/table-list-group-row.tsx
|
|
8176
|
-
import { jsx as
|
|
8188
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
8177
8189
|
|
|
8178
8190
|
// src/table/templates/table-list.tsx
|
|
8179
|
-
import { jsx as
|
|
8191
|
+
import { jsx as jsx142, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
8180
8192
|
|
|
8181
8193
|
// src/table/templates/table-list-virtualization.tsx
|
|
8182
|
-
import { jsx as
|
|
8194
|
+
import { jsx as jsx143, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
8183
8195
|
|
|
8184
8196
|
// src/table/templates/data-table-normal.tsx
|
|
8185
|
-
import { jsx as
|
|
8197
|
+
import { jsx as jsx144, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
8186
8198
|
|
|
8187
8199
|
// src/table/templates/table-native.tsx
|
|
8188
|
-
import { jsx as
|
|
8200
|
+
import { jsx as jsx145, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
8189
8201
|
|
|
8190
8202
|
// src/grid/tests/grid-row-reordering.tsx
|
|
8191
|
-
import { Fragment as
|
|
8192
|
-
var grid_row_reordering_default = () => /* @__PURE__ */
|
|
8193
|
-
/* @__PURE__ */
|
|
8194
|
-
/* @__PURE__ */
|
|
8195
|
-
/* @__PURE__ */
|
|
8196
|
-
/* @__PURE__ */
|
|
8197
|
-
/* @__PURE__ */
|
|
8198
|
-
/* @__PURE__ */
|
|
8203
|
+
import { Fragment as Fragment30, jsx as jsx146, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
8204
|
+
var grid_row_reordering_default = () => /* @__PURE__ */ jsx146(Fragment30, { children: /* @__PURE__ */ jsx146("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx146("section", { children: /* @__PURE__ */ jsxs54("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
|
|
8205
|
+
/* @__PURE__ */ jsx146(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx146(Button, { className: "k-toolbar-button", themeColor: "primary", children: "Add New" }) }),
|
|
8206
|
+
/* @__PURE__ */ jsx146("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx146("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs54(Table, { size: "medium", className: "k-grid-header-table", children: [
|
|
8207
|
+
/* @__PURE__ */ jsxs54("colgroup", { children: [
|
|
8208
|
+
/* @__PURE__ */ jsx146("col", { className: "k-drag-col" }),
|
|
8209
|
+
/* @__PURE__ */ jsx146("col", {}),
|
|
8210
|
+
/* @__PURE__ */ jsx146("col", {})
|
|
8199
8211
|
] }),
|
|
8200
|
-
/* @__PURE__ */
|
|
8201
|
-
/* @__PURE__ */
|
|
8202
|
-
/* @__PURE__ */
|
|
8203
|
-
/* @__PURE__ */
|
|
8204
|
-
/* @__PURE__ */
|
|
8205
|
-
/* @__PURE__ */
|
|
8212
|
+
/* @__PURE__ */ jsx146(TableThead, { children: /* @__PURE__ */ jsxs54(TableRow, { children: [
|
|
8213
|
+
/* @__PURE__ */ jsx146(TableTh, { className: "k-drag-cell k-header" }),
|
|
8214
|
+
/* @__PURE__ */ jsx146(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs54("span", { className: "k-cell-inner", children: [
|
|
8215
|
+
/* @__PURE__ */ jsxs54("span", { className: "k-link", children: [
|
|
8216
|
+
/* @__PURE__ */ jsx146("span", { className: "k-column-title", children: "Product Id" }),
|
|
8217
|
+
/* @__PURE__ */ jsx146("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx146(Icon, { icon: "sort-asc-small" }) })
|
|
8206
8218
|
] }),
|
|
8207
|
-
/* @__PURE__ */
|
|
8219
|
+
/* @__PURE__ */ jsx146("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx146(Icon, { icon: "more-vertical" }) })
|
|
8208
8220
|
] }) }),
|
|
8209
|
-
/* @__PURE__ */
|
|
8210
|
-
/* @__PURE__ */
|
|
8211
|
-
/* @__PURE__ */
|
|
8212
|
-
/* @__PURE__ */
|
|
8221
|
+
/* @__PURE__ */ jsx146(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs54("span", { className: "k-cell-inner", children: [
|
|
8222
|
+
/* @__PURE__ */ jsxs54("span", { className: "k-link", children: [
|
|
8223
|
+
/* @__PURE__ */ jsx146("span", { className: "k-column-title", children: "Unit Price" }),
|
|
8224
|
+
/* @__PURE__ */ jsx146("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx146(Icon, { icon: "sort-asc-small" }) })
|
|
8213
8225
|
] }),
|
|
8214
|
-
/* @__PURE__ */
|
|
8226
|
+
/* @__PURE__ */ jsx146("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx146(Icon, { icon: "more-vertical" }) })
|
|
8215
8227
|
] }) }),
|
|
8216
|
-
/* @__PURE__ */
|
|
8217
|
-
/* @__PURE__ */
|
|
8218
|
-
/* @__PURE__ */
|
|
8219
|
-
/* @__PURE__ */
|
|
8228
|
+
/* @__PURE__ */ jsx146(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs54("span", { className: "k-cell-inner", children: [
|
|
8229
|
+
/* @__PURE__ */ jsxs54("span", { className: "k-link", children: [
|
|
8230
|
+
/* @__PURE__ */ jsx146("span", { className: "k-column-title", children: "Discontinued" }),
|
|
8231
|
+
/* @__PURE__ */ jsx146("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx146(Icon, { icon: "sort-asc-small" }) })
|
|
8220
8232
|
] }),
|
|
8221
|
-
/* @__PURE__ */
|
|
8233
|
+
/* @__PURE__ */ jsx146("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx146(Icon, { icon: "more-vertical" }) })
|
|
8222
8234
|
] }) }),
|
|
8223
|
-
/* @__PURE__ */
|
|
8224
|
-
/* @__PURE__ */
|
|
8225
|
-
/* @__PURE__ */
|
|
8226
|
-
/* @__PURE__ */
|
|
8235
|
+
/* @__PURE__ */ jsx146(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs54("span", { className: "k-cell-inner", children: [
|
|
8236
|
+
/* @__PURE__ */ jsxs54("span", { className: "k-link", children: [
|
|
8237
|
+
/* @__PURE__ */ jsx146("span", { className: "k-column-title", children: "Category" }),
|
|
8238
|
+
/* @__PURE__ */ jsx146("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx146(Icon, { icon: "sort-asc-small" }) })
|
|
8227
8239
|
] }),
|
|
8228
|
-
/* @__PURE__ */
|
|
8240
|
+
/* @__PURE__ */ jsx146("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx146(Icon, { icon: "more-vertical" }) })
|
|
8229
8241
|
] }) })
|
|
8230
8242
|
] }) })
|
|
8231
8243
|
] }) }) }),
|
|
8232
|
-
/* @__PURE__ */
|
|
8233
|
-
/* @__PURE__ */
|
|
8234
|
-
/* @__PURE__ */
|
|
8235
|
-
/* @__PURE__ */
|
|
8236
|
-
/* @__PURE__ */
|
|
8244
|
+
/* @__PURE__ */ jsx146("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs54(Table, { size: "medium", className: "k-grid-table", children: [
|
|
8245
|
+
/* @__PURE__ */ jsxs54("colgroup", { children: [
|
|
8246
|
+
/* @__PURE__ */ jsx146("col", { className: "k-drag-col" }),
|
|
8247
|
+
/* @__PURE__ */ jsx146("col", {}),
|
|
8248
|
+
/* @__PURE__ */ jsx146("col", {})
|
|
8237
8249
|
] }),
|
|
8238
|
-
/* @__PURE__ */
|
|
8239
|
-
/* @__PURE__ */
|
|
8240
|
-
/* @__PURE__ */
|
|
8241
|
-
/* @__PURE__ */
|
|
8242
|
-
/* @__PURE__ */
|
|
8243
|
-
/* @__PURE__ */
|
|
8244
|
-
/* @__PURE__ */
|
|
8250
|
+
/* @__PURE__ */ jsxs54(TableTbody, { children: [
|
|
8251
|
+
/* @__PURE__ */ jsxs54(TableRow, { className: "k-master-row", children: [
|
|
8252
|
+
/* @__PURE__ */ jsx146(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx146(Icon, { icon: "reorder" }) }),
|
|
8253
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Chef Anton's Gumbo" }),
|
|
8254
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "21.35" }),
|
|
8255
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "0" }),
|
|
8256
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Condiments" })
|
|
8245
8257
|
] }),
|
|
8246
|
-
/* @__PURE__ */
|
|
8247
|
-
/* @__PURE__ */
|
|
8248
|
-
/* @__PURE__ */
|
|
8249
|
-
/* @__PURE__ */
|
|
8250
|
-
/* @__PURE__ */
|
|
8251
|
-
/* @__PURE__ */
|
|
8258
|
+
/* @__PURE__ */ jsxs54(TableRow, { alt: true, children: [
|
|
8259
|
+
/* @__PURE__ */ jsx146(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx146(Icon, { icon: "reorder" }) }),
|
|
8260
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Alice Mutton" }),
|
|
8261
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "39" }),
|
|
8262
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "0" }),
|
|
8263
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Meat/Poultry" })
|
|
8252
8264
|
] }),
|
|
8253
|
-
/* @__PURE__ */
|
|
8254
|
-
/* @__PURE__ */
|
|
8255
|
-
/* @__PURE__ */
|
|
8256
|
-
/* @__PURE__ */
|
|
8257
|
-
/* @__PURE__ */
|
|
8258
|
-
/* @__PURE__ */
|
|
8265
|
+
/* @__PURE__ */ jsxs54(TableRow, { className: "k-master-row", children: [
|
|
8266
|
+
/* @__PURE__ */ jsx146(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx146(Icon, { icon: "reorder" }) }),
|
|
8267
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
|
|
8268
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "123.79" }),
|
|
8269
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "1" }),
|
|
8270
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Meat/Poultry" })
|
|
8259
8271
|
] }),
|
|
8260
|
-
/* @__PURE__ */
|
|
8261
|
-
/* @__PURE__ */
|
|
8262
|
-
/* @__PURE__ */
|
|
8263
|
-
/* @__PURE__ */
|
|
8264
|
-
/* @__PURE__ */
|
|
8265
|
-
/* @__PURE__ */
|
|
8272
|
+
/* @__PURE__ */ jsxs54(TableRow, { alt: true, children: [
|
|
8273
|
+
/* @__PURE__ */ jsx146(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx146(Icon, { icon: "reorder" }) }),
|
|
8274
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Gorgonzola Telino" }),
|
|
8275
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "12.5" }),
|
|
8276
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "0" }),
|
|
8277
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Meat/Poultry" })
|
|
8266
8278
|
] }),
|
|
8267
|
-
/* @__PURE__ */
|
|
8268
|
-
/* @__PURE__ */
|
|
8269
|
-
/* @__PURE__ */
|
|
8270
|
-
/* @__PURE__ */
|
|
8271
|
-
/* @__PURE__ */
|
|
8272
|
-
/* @__PURE__ */
|
|
8279
|
+
/* @__PURE__ */ jsxs54(TableRow, { className: "k-master-row", children: [
|
|
8280
|
+
/* @__PURE__ */ jsx146(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx146(Icon, { icon: "reorder" }) }),
|
|
8281
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Perth Pasties" }),
|
|
8282
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "32.8" }),
|
|
8283
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "0" }),
|
|
8284
|
+
/* @__PURE__ */ jsx146(TableTd, { children: "Meat/Poultry" })
|
|
8273
8285
|
] })
|
|
8274
8286
|
] })
|
|
8275
8287
|
] }) }),
|
|
8276
|
-
/* @__PURE__ */
|
|
8288
|
+
/* @__PURE__ */ jsx146(Pager, { refresh: false, className: "k-grid-pager" })
|
|
8277
8289
|
] }) }) }) });
|
|
8278
8290
|
export {
|
|
8279
8291
|
grid_row_reordering_default as default
|