@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
|
@@ -8435,20 +8435,32 @@ ToolbarPopup.options = options53;
|
|
|
8435
8435
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
8436
8436
|
ToolbarPopup.defaultProps = defaultProps50;
|
|
8437
8437
|
|
|
8438
|
-
// src/
|
|
8438
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
8439
8439
|
var import_jsx_runtime149 = require("react/jsx-runtime");
|
|
8440
8440
|
|
|
8441
|
-
// src/
|
|
8441
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
8442
8442
|
var import_jsx_runtime150 = require("react/jsx-runtime");
|
|
8443
8443
|
|
|
8444
|
-
// src/
|
|
8444
|
+
// src/split-button/templates/text-split-button.tsx
|
|
8445
8445
|
var import_jsx_runtime151 = require("react/jsx-runtime");
|
|
8446
8446
|
|
|
8447
|
-
// src/
|
|
8447
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
8448
8448
|
var import_jsx_runtime152 = require("react/jsx-runtime");
|
|
8449
8449
|
|
|
8450
|
-
// src/
|
|
8450
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
8451
8451
|
var import_jsx_runtime153 = require("react/jsx-runtime");
|
|
8452
|
+
|
|
8453
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
8454
|
+
var import_jsx_runtime154 = require("react/jsx-runtime");
|
|
8455
|
+
|
|
8456
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
8457
|
+
var import_jsx_runtime155 = require("react/jsx-runtime");
|
|
8458
|
+
|
|
8459
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
8460
|
+
var import_jsx_runtime156 = require("react/jsx-runtime");
|
|
8461
|
+
|
|
8462
|
+
// src/window/window.spec.tsx
|
|
8463
|
+
var import_jsx_runtime157 = require("react/jsx-runtime");
|
|
8452
8464
|
var WINDOW_CLASSNAME = `k-window`;
|
|
8453
8465
|
var states58 = [];
|
|
8454
8466
|
var options54 = {
|
|
@@ -8469,7 +8481,7 @@ var Window = (props) => {
|
|
|
8469
8481
|
actionButtonsAlign,
|
|
8470
8482
|
...other
|
|
8471
8483
|
} = props;
|
|
8472
|
-
return /* @__PURE__ */ (0,
|
|
8484
|
+
return /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)(
|
|
8473
8485
|
"div",
|
|
8474
8486
|
{
|
|
8475
8487
|
...other,
|
|
@@ -8482,19 +8494,19 @@ var Window = (props) => {
|
|
|
8482
8494
|
}
|
|
8483
8495
|
),
|
|
8484
8496
|
children: [
|
|
8485
|
-
(title !== void 0 || actions) && /* @__PURE__ */ (0,
|
|
8486
|
-
title !== void 0 && /* @__PURE__ */ (0,
|
|
8487
|
-
actions && /* @__PURE__ */ (0,
|
|
8488
|
-
(actionName) => /* @__PURE__ */ (0,
|
|
8497
|
+
(title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("div", { className: "k-window-titlebar", children: [
|
|
8498
|
+
title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("span", { className: "k-window-title", children: title }),
|
|
8499
|
+
actions && /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(import_jsx_runtime157.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
|
|
8500
|
+
(actionName) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
|
|
8489
8501
|
) }) })
|
|
8490
8502
|
] }),
|
|
8491
|
-
/* @__PURE__ */ (0,
|
|
8503
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: classNames(
|
|
8492
8504
|
"k-window-content",
|
|
8493
8505
|
{
|
|
8494
8506
|
"k-hidden": minimized
|
|
8495
8507
|
}
|
|
8496
8508
|
), children: props.children }),
|
|
8497
|
-
actionButtons && /* @__PURE__ */ (0,
|
|
8509
|
+
actionButtons && /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
|
|
8498
8510
|
]
|
|
8499
8511
|
}
|
|
8500
8512
|
);
|
|
@@ -8505,7 +8517,7 @@ Window.className = WINDOW_CLASSNAME;
|
|
|
8505
8517
|
Window.defaultProps = defaultProps51;
|
|
8506
8518
|
|
|
8507
8519
|
// src/form/form-field.tsx
|
|
8508
|
-
var
|
|
8520
|
+
var import_jsx_runtime158 = require("react/jsx-runtime");
|
|
8509
8521
|
var FORMFIELD_CLASSNAME = "k-form-field";
|
|
8510
8522
|
var states59 = [
|
|
8511
8523
|
States.disabled
|
|
@@ -8523,7 +8535,7 @@ var FormField = (props) => {
|
|
|
8523
8535
|
dir,
|
|
8524
8536
|
colSpan
|
|
8525
8537
|
} = props;
|
|
8526
|
-
return /* @__PURE__ */ (0,
|
|
8538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
|
|
8527
8539
|
"div",
|
|
8528
8540
|
{
|
|
8529
8541
|
className: classNames(
|
|
@@ -8536,19 +8548,19 @@ var FormField = (props) => {
|
|
|
8536
8548
|
),
|
|
8537
8549
|
dir,
|
|
8538
8550
|
children: [
|
|
8539
|
-
label && /* @__PURE__ */ (0,
|
|
8551
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("label", { className: classNames(
|
|
8540
8552
|
"k-label",
|
|
8541
8553
|
"k-form-label"
|
|
8542
8554
|
), children: [
|
|
8543
8555
|
label,
|
|
8544
|
-
optional && /* @__PURE__ */ (0,
|
|
8545
|
-
info && /* @__PURE__ */ (0,
|
|
8556
|
+
optional && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
|
|
8557
|
+
info && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-field-info", children: "(field info)" })
|
|
8546
8558
|
] }),
|
|
8547
|
-
orientation === "horizontal" && !label && /* @__PURE__ */ (0,
|
|
8548
|
-
/* @__PURE__ */ (0,
|
|
8559
|
+
orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
|
|
8560
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("div", { className: "k-form-field-wrap", children: [
|
|
8549
8561
|
editor,
|
|
8550
|
-
hint && /* @__PURE__ */ (0,
|
|
8551
|
-
error && /* @__PURE__ */ (0,
|
|
8562
|
+
hint && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("div", { className: "k-form-hint", children: hint }),
|
|
8563
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("div", { className: "k-form-error", children: error })
|
|
8552
8564
|
] })
|
|
8553
8565
|
]
|
|
8554
8566
|
}
|
|
@@ -8557,7 +8569,7 @@ var FormField = (props) => {
|
|
|
8557
8569
|
FormField.className = FORMFIELD_CLASSNAME;
|
|
8558
8570
|
|
|
8559
8571
|
// src/form/fieldset.tsx
|
|
8560
|
-
var
|
|
8572
|
+
var import_jsx_runtime159 = require("react/jsx-runtime");
|
|
8561
8573
|
var FIELDSET_CLASSNAME = "k-form-fieldset";
|
|
8562
8574
|
var Fieldset = (props) => {
|
|
8563
8575
|
const {
|
|
@@ -8567,9 +8579,9 @@ var Fieldset = (props) => {
|
|
|
8567
8579
|
gapX,
|
|
8568
8580
|
gapY
|
|
8569
8581
|
} = props;
|
|
8570
|
-
return /* @__PURE__ */ (0,
|
|
8571
|
-
legend && /* @__PURE__ */ (0,
|
|
8572
|
-
layout === "grid" ? /* @__PURE__ */ (0,
|
|
8582
|
+
return /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
|
|
8583
|
+
legend && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("legend", { className: "k-form-legend", children: legend }),
|
|
8584
|
+
layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("div", { className: classNames(
|
|
8573
8585
|
"k-form-layout",
|
|
8574
8586
|
"k-d-grid",
|
|
8575
8587
|
{
|
|
@@ -8577,13 +8589,13 @@ var Fieldset = (props) => {
|
|
|
8577
8589
|
[`k-gap-x-${gapX}`]: gapX,
|
|
8578
8590
|
[`k-gap-y-${gapY}`]: gapY
|
|
8579
8591
|
}
|
|
8580
|
-
), children: props.children }) : /* @__PURE__ */ (0,
|
|
8592
|
+
), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(import_jsx_runtime159.Fragment, { children: props.children })
|
|
8581
8593
|
] });
|
|
8582
8594
|
};
|
|
8583
8595
|
Fieldset.className = FIELDSET_CLASSNAME;
|
|
8584
8596
|
|
|
8585
8597
|
// src/form/form.spec.tsx
|
|
8586
|
-
var
|
|
8598
|
+
var import_jsx_runtime160 = require("react/jsx-runtime");
|
|
8587
8599
|
var import_react2 = require("react");
|
|
8588
8600
|
var FORM_CLASSNAME = "k-form";
|
|
8589
8601
|
var states60 = [];
|
|
@@ -8607,7 +8619,7 @@ var Form = (props) => {
|
|
|
8607
8619
|
tag = defaultProps52.tag,
|
|
8608
8620
|
children
|
|
8609
8621
|
} = props;
|
|
8610
|
-
const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0,
|
|
8622
|
+
const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("form", { className: className17, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: className17, children: children2 });
|
|
8611
8623
|
const formChildren = [];
|
|
8612
8624
|
if (children) {
|
|
8613
8625
|
if (Array.isArray(children)) {
|
|
@@ -8626,7 +8638,7 @@ var Form = (props) => {
|
|
|
8626
8638
|
children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
|
|
8627
8639
|
}
|
|
8628
8640
|
}
|
|
8629
|
-
return /* @__PURE__ */ (0,
|
|
8641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)(Parent, { tag, className: classNames(
|
|
8630
8642
|
props.className,
|
|
8631
8643
|
FORM_CLASSNAME,
|
|
8632
8644
|
optionClassNames(FORM_CLASSNAME, {
|
|
@@ -8636,7 +8648,7 @@ var Form = (props) => {
|
|
|
8636
8648
|
[`${FORM_CLASSNAME}-${orientation}`]: orientation
|
|
8637
8649
|
}
|
|
8638
8650
|
), children: [
|
|
8639
|
-
layout === "grid" ? /* @__PURE__ */ (0,
|
|
8651
|
+
layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: classNames(
|
|
8640
8652
|
"k-form-layout",
|
|
8641
8653
|
"k-d-grid",
|
|
8642
8654
|
{
|
|
@@ -8644,8 +8656,8 @@ var Form = (props) => {
|
|
|
8644
8656
|
[`k-gap-x-${gapX}`]: gapX,
|
|
8645
8657
|
[`k-gap-y-${gapY}`]: gapY
|
|
8646
8658
|
}
|
|
8647
|
-
), children: formChildren }) : /* @__PURE__ */ (0,
|
|
8648
|
-
formButtons && /* @__PURE__ */ (0,
|
|
8659
|
+
), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(import_jsx_runtime160.Fragment, { children: formChildren }),
|
|
8660
|
+
formButtons && /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-form-buttons", children: formButtons })
|
|
8649
8661
|
] });
|
|
8650
8662
|
};
|
|
8651
8663
|
Form.states = states60;
|
|
@@ -8654,7 +8666,7 @@ Form.className = FORM_CLASSNAME;
|
|
|
8654
8666
|
Form.defaultProps = defaultProps52;
|
|
8655
8667
|
|
|
8656
8668
|
// src/grid/tests/grid-column-resizing-actions.tsx
|
|
8657
|
-
var
|
|
8669
|
+
var import_jsx_runtime161 = require("react/jsx-runtime");
|
|
8658
8670
|
var styles = `
|
|
8659
8671
|
.k-animation-container,
|
|
8660
8672
|
.k-popup {
|
|
@@ -8671,159 +8683,159 @@ var styles = `
|
|
|
8671
8683
|
margin-inline-end: 16px;
|
|
8672
8684
|
}
|
|
8673
8685
|
`;
|
|
8674
|
-
var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0,
|
|
8675
|
-
/* @__PURE__ */ (0,
|
|
8676
|
-
/* @__PURE__ */ (0,
|
|
8677
|
-
/* @__PURE__ */ (0,
|
|
8678
|
-
/* @__PURE__ */ (0,
|
|
8679
|
-
/* @__PURE__ */ (0,
|
|
8680
|
-
/* @__PURE__ */ (0,
|
|
8681
|
-
/* @__PURE__ */ (0,
|
|
8686
|
+
var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
|
|
8687
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("style", { children: styles }),
|
|
8688
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { id: "test-area", children: [
|
|
8689
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
|
|
8690
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(ChipList, { children: [
|
|
8691
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
|
|
8692
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "more" }),
|
|
8693
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "remove" })
|
|
8682
8694
|
] }) }),
|
|
8683
|
-
/* @__PURE__ */ (0,
|
|
8684
|
-
/* @__PURE__ */ (0,
|
|
8685
|
-
/* @__PURE__ */ (0,
|
|
8695
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
|
|
8696
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "more" }),
|
|
8697
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "remove" })
|
|
8686
8698
|
] }) })
|
|
8687
8699
|
] }) }),
|
|
8688
|
-
/* @__PURE__ */ (0,
|
|
8689
|
-
/* @__PURE__ */ (0,
|
|
8690
|
-
/* @__PURE__ */ (0,
|
|
8691
|
-
/* @__PURE__ */ (0,
|
|
8692
|
-
/* @__PURE__ */ (0,
|
|
8700
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
|
|
8701
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("colgroup", { children: [
|
|
8702
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
|
|
8703
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
|
|
8704
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {})
|
|
8693
8705
|
] }),
|
|
8694
|
-
/* @__PURE__ */ (0,
|
|
8695
|
-
/* @__PURE__ */ (0,
|
|
8696
|
-
/* @__PURE__ */ (0,
|
|
8697
|
-
/* @__PURE__ */ (0,
|
|
8698
|
-
/* @__PURE__ */ (0,
|
|
8706
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { children: [
|
|
8707
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8708
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
|
|
8709
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Product Id" }),
|
|
8710
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
|
|
8699
8711
|
] }),
|
|
8700
|
-
/* @__PURE__ */ (0,
|
|
8712
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
|
|
8701
8713
|
] }) }),
|
|
8702
|
-
/* @__PURE__ */ (0,
|
|
8703
|
-
/* @__PURE__ */ (0,
|
|
8704
|
-
/* @__PURE__ */ (0,
|
|
8705
|
-
/* @__PURE__ */ (0,
|
|
8714
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8715
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
|
|
8716
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
|
|
8717
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
|
|
8706
8718
|
] }),
|
|
8707
|
-
/* @__PURE__ */ (0,
|
|
8719
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
|
|
8708
8720
|
] }) }),
|
|
8709
|
-
/* @__PURE__ */ (0,
|
|
8710
|
-
/* @__PURE__ */ (0,
|
|
8711
|
-
/* @__PURE__ */ (0,
|
|
8712
|
-
/* @__PURE__ */ (0,
|
|
8721
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8722
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
|
|
8723
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
|
|
8724
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
|
|
8713
8725
|
] }),
|
|
8714
|
-
/* @__PURE__ */ (0,
|
|
8726
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
|
|
8715
8727
|
] }) }),
|
|
8716
|
-
/* @__PURE__ */ (0,
|
|
8717
|
-
/* @__PURE__ */ (0,
|
|
8718
|
-
/* @__PURE__ */ (0,
|
|
8719
|
-
/* @__PURE__ */ (0,
|
|
8728
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
|
|
8729
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
|
|
8730
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Category" }),
|
|
8731
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
|
|
8720
8732
|
] }),
|
|
8721
|
-
/* @__PURE__ */ (0,
|
|
8733
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
|
|
8722
8734
|
] }) })
|
|
8723
8735
|
] }) })
|
|
8724
8736
|
] }) }) }),
|
|
8725
|
-
/* @__PURE__ */ (0,
|
|
8726
|
-
/* @__PURE__ */ (0,
|
|
8727
|
-
/* @__PURE__ */ (0,
|
|
8728
|
-
/* @__PURE__ */ (0,
|
|
8729
|
-
/* @__PURE__ */ (0,
|
|
8737
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
|
|
8738
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("colgroup", { children: [
|
|
8739
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
|
|
8740
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
|
|
8741
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {})
|
|
8730
8742
|
] }),
|
|
8731
|
-
/* @__PURE__ */ (0,
|
|
8732
|
-
/* @__PURE__ */ (0,
|
|
8733
|
-
/* @__PURE__ */ (0,
|
|
8734
|
-
/* @__PURE__ */ (0,
|
|
8735
|
-
/* @__PURE__ */ (0,
|
|
8736
|
-
/* @__PURE__ */ (0,
|
|
8743
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableTbody, { children: [
|
|
8744
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
|
|
8745
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
|
|
8746
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "21.35" }),
|
|
8747
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
|
|
8748
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Condiments" })
|
|
8737
8749
|
] }),
|
|
8738
|
-
/* @__PURE__ */ (0,
|
|
8739
|
-
/* @__PURE__ */ (0,
|
|
8740
|
-
/* @__PURE__ */ (0,
|
|
8741
|
-
/* @__PURE__ */ (0,
|
|
8742
|
-
/* @__PURE__ */ (0,
|
|
8750
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { alt: true, children: [
|
|
8751
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Alice Mutton" }),
|
|
8752
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "39" }),
|
|
8753
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
|
|
8754
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
|
|
8743
8755
|
] }),
|
|
8744
|
-
/* @__PURE__ */ (0,
|
|
8745
|
-
/* @__PURE__ */ (0,
|
|
8746
|
-
/* @__PURE__ */ (0,
|
|
8747
|
-
/* @__PURE__ */ (0,
|
|
8748
|
-
/* @__PURE__ */ (0,
|
|
8756
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
|
|
8757
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
|
|
8758
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "123.79" }),
|
|
8759
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "1" }),
|
|
8760
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
|
|
8749
8761
|
] }),
|
|
8750
|
-
/* @__PURE__ */ (0,
|
|
8751
|
-
/* @__PURE__ */ (0,
|
|
8752
|
-
/* @__PURE__ */ (0,
|
|
8753
|
-
/* @__PURE__ */ (0,
|
|
8754
|
-
/* @__PURE__ */ (0,
|
|
8762
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { alt: true, children: [
|
|
8763
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Gorgonzola Telino" }),
|
|
8764
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "12.5" }),
|
|
8765
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
|
|
8766
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
|
|
8755
8767
|
] }),
|
|
8756
|
-
/* @__PURE__ */ (0,
|
|
8757
|
-
/* @__PURE__ */ (0,
|
|
8758
|
-
/* @__PURE__ */ (0,
|
|
8759
|
-
/* @__PURE__ */ (0,
|
|
8760
|
-
/* @__PURE__ */ (0,
|
|
8768
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
|
|
8769
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Perth Pasties" }),
|
|
8770
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "32.8" }),
|
|
8771
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
|
|
8772
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
|
|
8761
8773
|
] })
|
|
8762
8774
|
] })
|
|
8763
8775
|
] }) }),
|
|
8764
|
-
/* @__PURE__ */ (0,
|
|
8776
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
|
|
8765
8777
|
] }) }),
|
|
8766
|
-
/* @__PURE__ */ (0,
|
|
8767
|
-
/* @__PURE__ */ (0,
|
|
8768
|
-
/* @__PURE__ */ (0,
|
|
8769
|
-
/* @__PURE__ */ (0,
|
|
8778
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
|
|
8779
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
|
|
8780
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8781
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }),
|
|
8770
8782
|
"Sort ascending"
|
|
8771
8783
|
] }),
|
|
8772
|
-
/* @__PURE__ */ (0,
|
|
8773
|
-
/* @__PURE__ */ (0,
|
|
8784
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8785
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-desc-small" }),
|
|
8774
8786
|
"Sort descending"
|
|
8775
8787
|
] })
|
|
8776
8788
|
] }),
|
|
8777
|
-
/* @__PURE__ */ (0,
|
|
8778
|
-
/* @__PURE__ */ (0,
|
|
8789
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8790
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "columns" }),
|
|
8779
8791
|
"Columns",
|
|
8780
|
-
/* @__PURE__ */ (0,
|
|
8781
|
-
/* @__PURE__ */ (0,
|
|
8792
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
|
|
8793
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
|
|
8782
8794
|
] }) }) }),
|
|
8783
|
-
/* @__PURE__ */ (0,
|
|
8784
|
-
/* @__PURE__ */ (0,
|
|
8795
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8796
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "filter" }),
|
|
8785
8797
|
"Filter",
|
|
8786
|
-
/* @__PURE__ */ (0,
|
|
8787
|
-
/* @__PURE__ */ (0,
|
|
8798
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
|
|
8799
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
|
|
8788
8800
|
] }) }) }),
|
|
8789
|
-
/* @__PURE__ */ (0,
|
|
8790
|
-
/* @__PURE__ */ (0,
|
|
8801
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8802
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "group" }),
|
|
8791
8803
|
"Group column"
|
|
8792
8804
|
] }) }),
|
|
8793
|
-
/* @__PURE__ */ (0,
|
|
8794
|
-
/* @__PURE__ */ (0,
|
|
8805
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8806
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "arrows-left-right" }),
|
|
8795
8807
|
"Resize column",
|
|
8796
|
-
/* @__PURE__ */ (0,
|
|
8797
|
-
/* @__PURE__ */ (0,
|
|
8808
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
|
|
8809
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "window-restore" }) })
|
|
8798
8810
|
] }) }) }),
|
|
8799
|
-
/* @__PURE__ */ (0,
|
|
8800
|
-
/* @__PURE__ */ (0,
|
|
8811
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8812
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "group" }),
|
|
8801
8813
|
"Autosize all columns"
|
|
8802
8814
|
] }) }),
|
|
8803
|
-
/* @__PURE__ */ (0,
|
|
8804
|
-
/* @__PURE__ */ (0,
|
|
8815
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
|
|
8816
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "set-column-position" }),
|
|
8805
8817
|
"Set column position",
|
|
8806
|
-
/* @__PURE__ */ (0,
|
|
8807
|
-
/* @__PURE__ */ (0,
|
|
8818
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
|
|
8819
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
|
|
8808
8820
|
] }) }) })
|
|
8809
8821
|
] }),
|
|
8810
|
-
/* @__PURE__ */ (0,
|
|
8811
|
-
/* @__PURE__ */ (0,
|
|
8812
|
-
/* @__PURE__ */ (0,
|
|
8813
|
-
] }), children: /* @__PURE__ */ (0,
|
|
8814
|
-
/* @__PURE__ */ (0,
|
|
8822
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Window, { title: "Column Width", actions: ["x"], className: "k-grid-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
|
|
8823
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Button, { themeColor: "primary", children: "Apply" }),
|
|
8824
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Button, { children: "Cancel" })
|
|
8825
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Form, { children: [
|
|
8826
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
8815
8827
|
FormField,
|
|
8816
8828
|
{
|
|
8817
8829
|
label: "Value in px",
|
|
8818
|
-
editor: /* @__PURE__ */ (0,
|
|
8830
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Textbox, { value: "412" })
|
|
8819
8831
|
}
|
|
8820
8832
|
),
|
|
8821
|
-
/* @__PURE__ */ (0,
|
|
8833
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
8822
8834
|
FormField,
|
|
8823
8835
|
{
|
|
8824
|
-
editor: /* @__PURE__ */ (0,
|
|
8825
|
-
/* @__PURE__ */ (0,
|
|
8826
|
-
/* @__PURE__ */ (0,
|
|
8836
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
|
|
8837
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Checkbox, {}),
|
|
8838
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("label", { className: "k-checkbox-label", children: "Autofit to content" })
|
|
8827
8839
|
] })
|
|
8828
8840
|
}
|
|
8829
8841
|
)
|