@progress/kendo-themes-html 7.0.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
|
@@ -4737,13 +4737,43 @@ TileLayoutItem.options = options7;
|
|
|
4737
4737
|
TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
|
|
4738
4738
|
TileLayoutItem.defaultProps = defaultProps7;
|
|
4739
4739
|
|
|
4740
|
+
// src/tilelayout/tilelayout-item-hint.spec.tsx
|
|
4741
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
4742
|
+
var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
|
|
4743
|
+
var states9 = [];
|
|
4744
|
+
var options8 = {};
|
|
4745
|
+
var defaultProps8 = {};
|
|
4746
|
+
var TileLayoutItemHint = (props) => {
|
|
4747
|
+
const { style } = props;
|
|
4748
|
+
return /* @__PURE__ */ jsx19("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
|
|
4749
|
+
};
|
|
4750
|
+
TileLayoutItemHint.states = states9;
|
|
4751
|
+
TileLayoutItemHint.options = options8;
|
|
4752
|
+
TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
|
|
4753
|
+
TileLayoutItemHint.defaultProps = defaultProps8;
|
|
4754
|
+
|
|
4755
|
+
// src/tilelayout/templates/tilelayout-normal.tsx
|
|
4756
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
4757
|
+
var TileLayoutNormal = (props) => /* @__PURE__ */ jsx20(
|
|
4758
|
+
TileLayout,
|
|
4759
|
+
{
|
|
4760
|
+
children: [
|
|
4761
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4762
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4763
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4764
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" })
|
|
4765
|
+
],
|
|
4766
|
+
...props
|
|
4767
|
+
}
|
|
4768
|
+
);
|
|
4769
|
+
|
|
4740
4770
|
// src/tilelayout/tests/tilelayout-resizing.tsx
|
|
4741
|
-
import { Fragment as Fragment9, jsx as
|
|
4742
|
-
var tilelayout_resizing_default = () => /* @__PURE__ */
|
|
4743
|
-
/* @__PURE__ */
|
|
4744
|
-
/* @__PURE__ */
|
|
4745
|
-
/* @__PURE__ */
|
|
4746
|
-
/* @__PURE__ */
|
|
4771
|
+
import { Fragment as Fragment9, jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4772
|
+
var tilelayout_resizing_default = () => /* @__PURE__ */ jsx21(Fragment9, { children: /* @__PURE__ */ jsx21("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(TileLayoutNormal, { columns: 4, gap: "16px", columnWidth: "1fr", children: [
|
|
4773
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { resize: "horizontal", header: "Card Title", body: "Horizontally resizable card" }),
|
|
4774
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { resize: "vertical", header: "Card Title", body: "Vertically resizable card" }),
|
|
4775
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { resize: true, header: "Card Title", body: "Horizontally and Vertically resizable card" }),
|
|
4776
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Card Title", body: "Non-resizable card" })
|
|
4747
4777
|
] }) }) });
|
|
4748
4778
|
export {
|
|
4749
4779
|
tilelayout_resizing_default as default
|
|
@@ -4753,10 +4753,25 @@ TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
|
|
|
4753
4753
|
TileLayoutItemHint.defaultProps = defaultProps8;
|
|
4754
4754
|
var tilelayout_item_hint_spec_default = TileLayoutItemHint;
|
|
4755
4755
|
|
|
4756
|
-
// src/tilelayout/
|
|
4757
|
-
import {
|
|
4758
|
-
var
|
|
4756
|
+
// src/tilelayout/templates/tilelayout-normal.tsx
|
|
4757
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
4758
|
+
var TileLayoutNormal = (props) => /* @__PURE__ */ jsx20(
|
|
4759
4759
|
TileLayout,
|
|
4760
|
+
{
|
|
4761
|
+
children: [
|
|
4762
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4763
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4764
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" }),
|
|
4765
|
+
/* @__PURE__ */ jsx20(TileLayoutItem, { header: "Title goes here", body: "Content goes here" })
|
|
4766
|
+
],
|
|
4767
|
+
...props
|
|
4768
|
+
}
|
|
4769
|
+
);
|
|
4770
|
+
|
|
4771
|
+
// src/tilelayout/tests/tilelayout.tsx
|
|
4772
|
+
import { Fragment as Fragment9, jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4773
|
+
var tilelayout_default = () => /* @__PURE__ */ jsx21(Fragment9, { children: /* @__PURE__ */ jsx21("div", { id: "test-area", children: /* @__PURE__ */ jsxs6(
|
|
4774
|
+
TileLayoutNormal,
|
|
4760
4775
|
{
|
|
4761
4776
|
columns: 5,
|
|
4762
4777
|
columnWidth: "1fr",
|
|
@@ -4764,20 +4779,20 @@ var tilelayout_default = () => /* @__PURE__ */ jsx20(Fragment9, { children: /* @
|
|
|
4764
4779
|
gap: "16px",
|
|
4765
4780
|
style: { width: "1000px" },
|
|
4766
4781
|
children: [
|
|
4767
|
-
/* @__PURE__ */
|
|
4768
|
-
/* @__PURE__ */
|
|
4769
|
-
/* @__PURE__ */
|
|
4770
|
-
/* @__PURE__ */
|
|
4771
|
-
/* @__PURE__ */
|
|
4772
|
-
/* @__PURE__ */
|
|
4773
|
-
/* @__PURE__ */
|
|
4774
|
-
/* @__PURE__ */
|
|
4775
|
-
/* @__PURE__ */
|
|
4776
|
-
/* @__PURE__ */
|
|
4777
|
-
/* @__PURE__ */
|
|
4782
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "0", gridColumnEnd: "span 1", gridRowEnd: "span 1" }, focus: true }),
|
|
4783
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "1", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
|
|
4784
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "2", gridColumnEnd: "span 1", gridRowEnd: "span 2", width: "250px", position: "absolute", height: "198px", left: "410px", top: "16px", zIndex: 1 } }),
|
|
4785
|
+
/* @__PURE__ */ jsx21(tilelayout_item_hint_spec_default, { style: { order: "2", gridColumnEnd: "span 2", gridRowEnd: "span 2" } }),
|
|
4786
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "3", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
|
|
4787
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "4", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
|
|
4788
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "5", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
|
|
4789
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "6", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
|
|
4790
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "7", gridColumnEnd: "span 1", gridRowEnd: "span 2" } }),
|
|
4791
|
+
/* @__PURE__ */ jsx21(TileLayoutItem, { header: "Title goes here", body: "Content goes here", style: { order: "8", gridColumnEnd: "span 1", gridRowEnd: "span 1" } }),
|
|
4792
|
+
/* @__PURE__ */ jsx21(
|
|
4778
4793
|
TileLayoutItem,
|
|
4779
4794
|
{
|
|
4780
|
-
header: /* @__PURE__ */
|
|
4795
|
+
header: /* @__PURE__ */ jsx21("h5", { className: "k-card-title", children: "Header element" }),
|
|
4781
4796
|
body: "Content goes here",
|
|
4782
4797
|
style: { order: "9", gridColumnEnd: "span 1", gridRowEnd: "span 2" }
|
|
4783
4798
|
}
|
|
@@ -7398,9 +7398,38 @@ Toolbar.className = TOOLBAR_CLASSNAME;
|
|
|
7398
7398
|
Toolbar.defaultProps = defaultProps40;
|
|
7399
7399
|
var toolbar_spec_default = Toolbar;
|
|
7400
7400
|
|
|
7401
|
-
// src/
|
|
7401
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7402
7402
|
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
7403
|
-
|
|
7403
|
+
|
|
7404
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7405
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
7406
|
+
|
|
7407
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7408
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
7409
|
+
|
|
7410
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7411
|
+
import { jsx as jsx109, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7412
|
+
|
|
7413
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7414
|
+
import { Fragment as Fragment29, jsx as jsx110, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7415
|
+
var ToolbarNormal = (props) => /* @__PURE__ */ jsx110(
|
|
7416
|
+
toolbar_spec_default,
|
|
7417
|
+
{
|
|
7418
|
+
children: [
|
|
7419
|
+
/* @__PURE__ */ jsxs48(Fragment29, { children: [
|
|
7420
|
+
/* @__PURE__ */ jsx110(Button, { children: "Button" }),
|
|
7421
|
+
/* @__PURE__ */ jsx110(MenuButton, { text: "Menu button" }),
|
|
7422
|
+
/* @__PURE__ */ jsx110(SplitButton, { children: "Split button" }),
|
|
7423
|
+
/* @__PURE__ */ jsxs48(ButtonGroup, { children: [
|
|
7424
|
+
/* @__PURE__ */ jsx110(Button, { icon: "align-left", children: "Left" }),
|
|
7425
|
+
/* @__PURE__ */ jsx110(Button, { icon: "align-center", children: "Center" }),
|
|
7426
|
+
/* @__PURE__ */ jsx110(Button, { icon: "align-right", children: "Right" })
|
|
7427
|
+
] })
|
|
7428
|
+
] })
|
|
7429
|
+
],
|
|
7430
|
+
...props
|
|
7431
|
+
}
|
|
7432
|
+
);
|
|
7404
7433
|
export {
|
|
7405
7434
|
ToolbarNormal
|
|
7406
7435
|
};
|
|
@@ -7634,21 +7634,33 @@ ToolbarPopup.options = options46;
|
|
|
7634
7634
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7635
7635
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7636
7636
|
|
|
7637
|
-
// src/
|
|
7637
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7638
7638
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7639
7639
|
|
|
7640
|
-
// src/
|
|
7640
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7641
7641
|
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
7642
|
-
var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx111(toolbar_spec_default, { ...other, resizable: true, children });
|
|
7643
7642
|
|
|
7644
|
-
// src/
|
|
7643
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7645
7644
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7646
7645
|
|
|
7646
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7647
|
+
import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7648
|
+
|
|
7649
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7650
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7651
|
+
|
|
7652
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7653
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7654
|
+
var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx115(toolbar_spec_default, { ...other, resizable: true, children });
|
|
7655
|
+
|
|
7656
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7657
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
7658
|
+
|
|
7647
7659
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7648
|
-
import { jsx as
|
|
7660
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7649
7661
|
|
|
7650
7662
|
// src/toolbar/tests/toolbar-adaptive.tsx
|
|
7651
|
-
import { Fragment as
|
|
7663
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7652
7664
|
var styles = `
|
|
7653
7665
|
#test-area {
|
|
7654
7666
|
--kendo-actionsheet-height: 300px;
|
|
@@ -7662,32 +7674,32 @@ var styles = `
|
|
|
7662
7674
|
transform: translateZ(0);
|
|
7663
7675
|
}
|
|
7664
7676
|
`;
|
|
7665
|
-
var toolbar_adaptive_default = () => /* @__PURE__ */
|
|
7666
|
-
/* @__PURE__ */
|
|
7667
|
-
/* @__PURE__ */
|
|
7668
|
-
/* @__PURE__ */
|
|
7669
|
-
/* @__PURE__ */
|
|
7670
|
-
/* @__PURE__ */
|
|
7671
|
-
/* @__PURE__ */
|
|
7672
|
-
/* @__PURE__ */
|
|
7673
|
-
/* @__PURE__ */
|
|
7674
|
-
/* @__PURE__ */
|
|
7677
|
+
var toolbar_adaptive_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
|
|
7678
|
+
/* @__PURE__ */ jsx118("style", { children: styles }),
|
|
7679
|
+
/* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid", children: [
|
|
7680
|
+
/* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "Screen width <= 500px" }),
|
|
7681
|
+
/* @__PURE__ */ jsxs49("section", { className: "k-colspan-all k-col-span-full", children: [
|
|
7682
|
+
/* @__PURE__ */ jsxs49(ToolbarResizable, { size: "large", children: [
|
|
7683
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7684
|
+
/* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-left", children: "Left" }),
|
|
7685
|
+
/* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-center", children: "Center" }),
|
|
7686
|
+
/* @__PURE__ */ jsx118(Button, { size: "large", icon: "align-right", children: "Right" })
|
|
7675
7687
|
] }),
|
|
7676
|
-
/* @__PURE__ */
|
|
7688
|
+
/* @__PURE__ */ jsx118(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7677
7689
|
] }),
|
|
7678
|
-
/* @__PURE__ */
|
|
7679
|
-
/* @__PURE__ */
|
|
7680
|
-
/* @__PURE__ */
|
|
7681
|
-
/* @__PURE__ */
|
|
7682
|
-
/* @__PURE__ */
|
|
7683
|
-
/* @__PURE__ */
|
|
7684
|
-
/* @__PURE__ */
|
|
7685
|
-
/* @__PURE__ */
|
|
7686
|
-
/* @__PURE__ */
|
|
7687
|
-
/* @__PURE__ */
|
|
7688
|
-
/* @__PURE__ */
|
|
7689
|
-
/* @__PURE__ */
|
|
7690
|
-
/* @__PURE__ */
|
|
7690
|
+
/* @__PURE__ */ jsxs49(ActionSheet, { adaptive: true, overlay: false, children: [
|
|
7691
|
+
/* @__PURE__ */ jsx118(ActionSheetHeader, { title: "Toolbar title", className: "k-text-center" }),
|
|
7692
|
+
/* @__PURE__ */ jsxs49(MenuList, { size: "large", children: [
|
|
7693
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Left", icon: "align-left" }),
|
|
7694
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Center", icon: "align-center" }),
|
|
7695
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Right", icon: "align-right" }),
|
|
7696
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Justify", icon: "align-justify" }),
|
|
7697
|
+
/* @__PURE__ */ jsx118(MenuSeparator, {}),
|
|
7698
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Font color" }),
|
|
7699
|
+
/* @__PURE__ */ jsx118(MenuSeparator, {}),
|
|
7700
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Cut", icon: "cut" }),
|
|
7701
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Copy", icon: "copy" }),
|
|
7702
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Paste", icon: "paste" })
|
|
7691
7703
|
] })
|
|
7692
7704
|
] })
|
|
7693
7705
|
] })
|
|
@@ -7649,7 +7649,7 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
|
7649
7649
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7650
7650
|
|
|
7651
7651
|
// src/toolbar/templates/toolbar-normal.tsx
|
|
7652
|
-
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
7652
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7653
7653
|
|
|
7654
7654
|
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7655
7655
|
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
@@ -7662,17 +7662,17 @@ var ToolbarAngularNormal = ({ children, ...other }) => /* @__PURE__ */ jsx116(to
|
|
|
7662
7662
|
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7663
7663
|
|
|
7664
7664
|
// src/toolbar/tests/toolbar-angular.tsx
|
|
7665
|
-
import { Fragment as
|
|
7666
|
-
var toolbar_angular_default = () => /* @__PURE__ */ jsx118(
|
|
7665
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7666
|
+
var toolbar_angular_default = () => /* @__PURE__ */ jsx118(Fragment30, { children: /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
7667
7667
|
/* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "Angular specific rendering and spacing" }),
|
|
7668
|
-
/* @__PURE__ */ jsx118("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7668
|
+
/* @__PURE__ */ jsx118("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
|
|
7669
7669
|
/* @__PURE__ */ jsx118(Button, { children: "Button" }),
|
|
7670
7670
|
/* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
|
|
7671
7671
|
/* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
|
|
7672
7672
|
/* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
|
|
7673
7673
|
/* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
|
|
7674
7674
|
/* @__PURE__ */ jsx118("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx118(ToolbarSeparator, {}) }),
|
|
7675
|
-
/* @__PURE__ */
|
|
7675
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7676
7676
|
/* @__PURE__ */ jsx118(Button, { icon: "align-left" }),
|
|
7677
7677
|
/* @__PURE__ */ jsx118(Button, { icon: "align-center" }),
|
|
7678
7678
|
/* @__PURE__ */ jsx118(Button, { icon: "align-right" }),
|
|
@@ -7681,22 +7681,22 @@ var toolbar_angular_default = () => /* @__PURE__ */ jsx118(Fragment29, { childre
|
|
|
7681
7681
|
] }) }),
|
|
7682
7682
|
/* @__PURE__ */ jsx118("span", { children: "wrapped" }),
|
|
7683
7683
|
/* @__PURE__ */ jsx118("span", { children: "rtl" }),
|
|
7684
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7684
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
|
|
7685
7685
|
/* @__PURE__ */ jsx118(Button, { children: "Button" }),
|
|
7686
7686
|
/* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
|
|
7687
7687
|
/* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
|
|
7688
|
-
/* @__PURE__ */
|
|
7688
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7689
7689
|
/* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Left" }),
|
|
7690
7690
|
/* @__PURE__ */ jsx118(Button, { icon: "align-center", children: "Center" }),
|
|
7691
7691
|
/* @__PURE__ */ jsx118(Button, { icon: "align-right", children: "Right" }),
|
|
7692
7692
|
/* @__PURE__ */ jsx118(Button, { icon: "align-justify", children: "Justify" })
|
|
7693
7693
|
] })
|
|
7694
7694
|
] }) }),
|
|
7695
|
-
/* @__PURE__ */ jsx118("section", { dir: "rtl", children: /* @__PURE__ */
|
|
7695
|
+
/* @__PURE__ */ jsx118("section", { dir: "rtl", children: /* @__PURE__ */ jsxs49(ToolbarAngularNormal, { children: [
|
|
7696
7696
|
/* @__PURE__ */ jsx118(Button, { children: "Button" }),
|
|
7697
7697
|
/* @__PURE__ */ jsx118(SplitButton, { children: "Split button" }),
|
|
7698
7698
|
/* @__PURE__ */ jsx118(MenuButton, { text: "Menu button" }),
|
|
7699
|
-
/* @__PURE__ */
|
|
7699
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7700
7700
|
/* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Left" }),
|
|
7701
7701
|
/* @__PURE__ */ jsx118(Button, { icon: "align-center", children: "Center" }),
|
|
7702
7702
|
/* @__PURE__ */ jsx118(Button, { icon: "align-right", children: "Right" }),
|
|
@@ -7647,8 +7647,25 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
|
7647
7647
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7648
7648
|
|
|
7649
7649
|
// src/toolbar/templates/toolbar-normal.tsx
|
|
7650
|
-
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
7651
|
-
var ToolbarNormal = (
|
|
7650
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7651
|
+
var ToolbarNormal = (props) => /* @__PURE__ */ jsx114(
|
|
7652
|
+
toolbar_spec_default,
|
|
7653
|
+
{
|
|
7654
|
+
children: [
|
|
7655
|
+
/* @__PURE__ */ jsxs48(Fragment29, { children: [
|
|
7656
|
+
/* @__PURE__ */ jsx114(Button, { children: "Button" }),
|
|
7657
|
+
/* @__PURE__ */ jsx114(MenuButton, { text: "Menu button" }),
|
|
7658
|
+
/* @__PURE__ */ jsx114(SplitButton, { children: "Split button" }),
|
|
7659
|
+
/* @__PURE__ */ jsxs48(ButtonGroup, { children: [
|
|
7660
|
+
/* @__PURE__ */ jsx114(Button, { icon: "align-left", children: "Left" }),
|
|
7661
|
+
/* @__PURE__ */ jsx114(Button, { icon: "align-center", children: "Center" }),
|
|
7662
|
+
/* @__PURE__ */ jsx114(Button, { icon: "align-right", children: "Right" })
|
|
7663
|
+
] })
|
|
7664
|
+
] })
|
|
7665
|
+
],
|
|
7666
|
+
...props
|
|
7667
|
+
}
|
|
7668
|
+
);
|
|
7652
7669
|
|
|
7653
7670
|
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7654
7671
|
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
@@ -7660,25 +7677,25 @@ import { jsx as jsx116 } from "react/jsx-runtime";
|
|
|
7660
7677
|
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7661
7678
|
|
|
7662
7679
|
// src/toolbar/tests/toolbar-components.tsx
|
|
7663
|
-
import { Fragment as
|
|
7664
|
-
var toolbar_components_default = () => /* @__PURE__ */ jsx118(
|
|
7680
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7681
|
+
var toolbar_components_default = () => /* @__PURE__ */ jsx118(Fragment30, { children: /* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid", children: [
|
|
7665
7682
|
/* @__PURE__ */ jsx118("span", { children: "Menu button" }),
|
|
7666
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7683
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7667
7684
|
/* @__PURE__ */ jsx118(MenuButton, { text: "Normal" }),
|
|
7668
7685
|
/* @__PURE__ */ jsx118(MenuButton, { hover: true, text: "Hover" }),
|
|
7669
7686
|
/* @__PURE__ */ jsx118(MenuButton, { focus: true, text: "Focus" }),
|
|
7670
7687
|
/* @__PURE__ */ jsx118(MenuButton, { disabled: true, text: "Disabled" })
|
|
7671
7688
|
] }) }),
|
|
7672
7689
|
/* @__PURE__ */ jsx118("span", { children: "Split button" }),
|
|
7673
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7690
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7674
7691
|
/* @__PURE__ */ jsx118(SplitButton, { children: "Normal" }),
|
|
7675
7692
|
/* @__PURE__ */ jsx118(SplitButton, { hover: true, children: "Hover" }),
|
|
7676
7693
|
/* @__PURE__ */ jsx118(SplitButton, { focus: true, children: "Focus" }),
|
|
7677
7694
|
/* @__PURE__ */ jsx118(SplitButton, { disabled: true, children: "Disabled" })
|
|
7678
7695
|
] }) }),
|
|
7679
7696
|
/* @__PURE__ */ jsx118("span", { children: "Button group" }),
|
|
7680
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7681
|
-
/* @__PURE__ */
|
|
7697
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7698
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7682
7699
|
/* @__PURE__ */ jsx118(Button, { icon: "align-left", children: "Normal" }),
|
|
7683
7700
|
/* @__PURE__ */ jsx118(Button, { icon: "align-center", hover: true, children: "Hover" }),
|
|
7684
7701
|
/* @__PURE__ */ jsx118(Button, { icon: "align-right", focus: true, children: "Focus" }),
|
|
@@ -7686,20 +7703,20 @@ var toolbar_components_default = () => /* @__PURE__ */ jsx118(Fragment29, { chil
|
|
|
7686
7703
|
/* @__PURE__ */ jsx118(Button, { icon: "bold", selected: true, children: "Selected" }),
|
|
7687
7704
|
/* @__PURE__ */ jsx118(Button, { icon: "italic", disabled: true, children: "Disabled" })
|
|
7688
7705
|
] }),
|
|
7689
|
-
/* @__PURE__ */
|
|
7706
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7690
7707
|
/* @__PURE__ */ jsx118(Button, { children: "Adjacent" }),
|
|
7691
7708
|
/* @__PURE__ */ jsx118(Button, { children: "Button group" })
|
|
7692
7709
|
] })
|
|
7693
7710
|
] }) }),
|
|
7694
7711
|
/* @__PURE__ */ jsx118("span", { children: "Dropdownlist in Toolbar" }),
|
|
7695
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7712
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7696
7713
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Normal" }) }),
|
|
7697
7714
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Hover", hover: true }) }),
|
|
7698
7715
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Focus", focus: true }) }),
|
|
7699
7716
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(DropdownList, { value: "Disabled", disabled: true }) })
|
|
7700
7717
|
] }) }),
|
|
7701
7718
|
/* @__PURE__ */ jsx118("span", { children: "Combobox in Toolbar" }),
|
|
7702
|
-
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */
|
|
7719
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7703
7720
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Normal" }) }),
|
|
7704
7721
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Hover", hover: true }) }),
|
|
7705
7722
|
/* @__PURE__ */ jsx118("div", { children: /* @__PURE__ */ jsx118(Combobox, { value: "Focus", focus: true }) }),
|
|
@@ -7633,20 +7633,32 @@ ToolbarPopup.options = options46;
|
|
|
7633
7633
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7634
7634
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7635
7635
|
|
|
7636
|
-
// src/
|
|
7636
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7637
7637
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7638
7638
|
|
|
7639
|
-
// src/
|
|
7639
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7640
7640
|
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
7641
7641
|
|
|
7642
|
-
// src/
|
|
7642
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7643
7643
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7644
7644
|
|
|
7645
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7646
|
+
import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7647
|
+
|
|
7648
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7649
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7650
|
+
|
|
7651
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7652
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7653
|
+
|
|
7654
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7655
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
7656
|
+
|
|
7645
7657
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7646
|
-
import { jsx as
|
|
7658
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7647
7659
|
|
|
7648
7660
|
// src/toolbar/tests/toolbar-popup-size.tsx
|
|
7649
|
-
import { Fragment as
|
|
7661
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7650
7662
|
var style = `
|
|
7651
7663
|
.k-animation-container {
|
|
7652
7664
|
width: min-content;
|
|
@@ -7654,18 +7666,18 @@ var style = `
|
|
|
7654
7666
|
overflow: visible;
|
|
7655
7667
|
}
|
|
7656
7668
|
`;
|
|
7657
|
-
var toolbar_popup_size_default = () => /* @__PURE__ */
|
|
7658
|
-
/* @__PURE__ */
|
|
7659
|
-
/* @__PURE__ */
|
|
7660
|
-
/* @__PURE__ */
|
|
7661
|
-
/* @__PURE__ */
|
|
7662
|
-
/* @__PURE__ */
|
|
7663
|
-
MenuList.options.size.map((size) => /* @__PURE__ */
|
|
7664
|
-
/* @__PURE__ */
|
|
7665
|
-
/* @__PURE__ */
|
|
7666
|
-
/* @__PURE__ */
|
|
7667
|
-
/* @__PURE__ */
|
|
7668
|
-
/* @__PURE__ */
|
|
7669
|
+
var toolbar_popup_size_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
|
|
7670
|
+
/* @__PURE__ */ jsx118("style", { children: style }),
|
|
7671
|
+
/* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
|
|
7672
|
+
/* @__PURE__ */ jsx118("span", { children: "Small" }),
|
|
7673
|
+
/* @__PURE__ */ jsx118("span", { children: "Medium" }),
|
|
7674
|
+
/* @__PURE__ */ jsx118("span", { children: "Large" }),
|
|
7675
|
+
MenuList.options.size.map((size) => /* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { size, children: [
|
|
7676
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
|
|
7677
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
|
|
7678
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
|
|
7679
|
+
/* @__PURE__ */ jsx118(MenuSeparator, {}),
|
|
7680
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
|
|
7669
7681
|
] }) }) }))
|
|
7670
7682
|
] })
|
|
7671
7683
|
] });
|
|
@@ -7633,20 +7633,32 @@ ToolbarPopup.options = options46;
|
|
|
7633
7633
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7634
7634
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7635
7635
|
|
|
7636
|
-
// src/
|
|
7636
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7637
7637
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7638
7638
|
|
|
7639
|
-
// src/
|
|
7639
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7640
7640
|
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
7641
7641
|
|
|
7642
|
-
// src/
|
|
7642
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7643
7643
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7644
7644
|
|
|
7645
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7646
|
+
import { jsx as jsx113, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7647
|
+
|
|
7648
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7649
|
+
import { Fragment as Fragment29, jsx as jsx114, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7650
|
+
|
|
7651
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7652
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7653
|
+
|
|
7654
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7655
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
7656
|
+
|
|
7645
7657
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7646
|
-
import { jsx as
|
|
7658
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7647
7659
|
|
|
7648
7660
|
// src/toolbar/tests/toolbar-popup.tsx
|
|
7649
|
-
import { Fragment as
|
|
7661
|
+
import { Fragment as Fragment30, jsx as jsx118, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7650
7662
|
var style = `
|
|
7651
7663
|
.k-animation-container {
|
|
7652
7664
|
width: min-content;
|
|
@@ -7654,46 +7666,46 @@ var style = `
|
|
|
7654
7666
|
overflow: visible;
|
|
7655
7667
|
}
|
|
7656
7668
|
`;
|
|
7657
|
-
var toolbar_popup_default = () => /* @__PURE__ */
|
|
7658
|
-
/* @__PURE__ */
|
|
7659
|
-
/* @__PURE__ */
|
|
7660
|
-
/* @__PURE__ */
|
|
7661
|
-
/* @__PURE__ */
|
|
7662
|
-
/* @__PURE__ */
|
|
7663
|
-
/* @__PURE__ */
|
|
7664
|
-
/* @__PURE__ */
|
|
7665
|
-
/* @__PURE__ */
|
|
7666
|
-
/* @__PURE__ */
|
|
7669
|
+
var toolbar_popup_default = () => /* @__PURE__ */ jsxs49(Fragment30, { children: [
|
|
7670
|
+
/* @__PURE__ */ jsx118("style", { children: style }),
|
|
7671
|
+
/* @__PURE__ */ jsxs49("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
|
|
7672
|
+
/* @__PURE__ */ jsx118("span", { children: "Normal" }),
|
|
7673
|
+
/* @__PURE__ */ jsx118("span", { children: "With Icon" }),
|
|
7674
|
+
/* @__PURE__ */ jsx118("span", { children: "With Separator" }),
|
|
7675
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7676
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
|
|
7677
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
|
|
7678
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" })
|
|
7667
7679
|
] }) }) }),
|
|
7668
|
-
/* @__PURE__ */
|
|
7669
|
-
/* @__PURE__ */
|
|
7670
|
-
/* @__PURE__ */
|
|
7671
|
-
/* @__PURE__ */
|
|
7680
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7681
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1", icon: "plus" }),
|
|
7682
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2", icon: "plus" }),
|
|
7683
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3", icon: "plus" })
|
|
7672
7684
|
] }) }) }),
|
|
7673
|
-
/* @__PURE__ */
|
|
7674
|
-
/* @__PURE__ */
|
|
7675
|
-
/* @__PURE__ */
|
|
7676
|
-
/* @__PURE__ */
|
|
7677
|
-
/* @__PURE__ */
|
|
7678
|
-
/* @__PURE__ */
|
|
7685
|
+
/* @__PURE__ */ jsx118("section", { children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7686
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
|
|
7687
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
|
|
7688
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
|
|
7689
|
+
/* @__PURE__ */ jsx118(MenuSeparator, {}),
|
|
7690
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
|
|
7679
7691
|
] }) }) }),
|
|
7680
|
-
/* @__PURE__ */
|
|
7681
|
-
/* @__PURE__ */
|
|
7682
|
-
/* @__PURE__ */
|
|
7683
|
-
/* @__PURE__ */
|
|
7684
|
-
/* @__PURE__ */
|
|
7692
|
+
/* @__PURE__ */ jsx118("span", { className: "k-colspan-all k-col-span-full", children: "rtl" }),
|
|
7693
|
+
/* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7694
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
|
|
7695
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
|
|
7696
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" })
|
|
7685
7697
|
] }) }) }),
|
|
7686
|
-
/* @__PURE__ */
|
|
7687
|
-
/* @__PURE__ */
|
|
7688
|
-
/* @__PURE__ */
|
|
7689
|
-
/* @__PURE__ */
|
|
7698
|
+
/* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7699
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1", icon: "plus" }),
|
|
7700
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2", icon: "plus" }),
|
|
7701
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3", icon: "plus" })
|
|
7690
7702
|
] }) }) }),
|
|
7691
|
-
/* @__PURE__ */
|
|
7692
|
-
/* @__PURE__ */
|
|
7693
|
-
/* @__PURE__ */
|
|
7694
|
-
/* @__PURE__ */
|
|
7695
|
-
/* @__PURE__ */
|
|
7696
|
-
/* @__PURE__ */
|
|
7703
|
+
/* @__PURE__ */ jsx118("section", { className: "k-rtl", dir: "rtl", children: /* @__PURE__ */ jsx118(ToolbarPopup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs49(MenuList, { children: [
|
|
7704
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 1" }),
|
|
7705
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 2" }),
|
|
7706
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item 3" }),
|
|
7707
|
+
/* @__PURE__ */ jsx118(MenuSeparator, {}),
|
|
7708
|
+
/* @__PURE__ */ jsx118(MenuItem, { text: "Item after separator", icon: "plus" })
|
|
7697
7709
|
] }) }) })
|
|
7698
7710
|
] })
|
|
7699
7711
|
] });
|