@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
|
@@ -7730,42 +7730,54 @@ ToolbarPopup.options = options47;
|
|
|
7730
7730
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7731
7731
|
ToolbarPopup.defaultProps = defaultProps44;
|
|
7732
7732
|
|
|
7733
|
-
// src/
|
|
7733
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7734
7734
|
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
7735
7735
|
|
|
7736
|
-
// src/
|
|
7736
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7737
7737
|
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
7738
|
-
var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx114(toolbar_spec_default, { ...other, resizable: true, children });
|
|
7739
7738
|
|
|
7740
|
-
// src/
|
|
7739
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7741
7740
|
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
7742
7741
|
|
|
7742
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7743
|
+
import { jsx as jsx116, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7744
|
+
|
|
7745
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7746
|
+
import { Fragment as Fragment29, jsx as jsx117, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7747
|
+
|
|
7748
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7749
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
7750
|
+
var ToolbarResizable = ({ children, ...other }) => /* @__PURE__ */ jsx118(toolbar_spec_default, { ...other, resizable: true, children });
|
|
7751
|
+
|
|
7752
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7753
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
7754
|
+
|
|
7743
7755
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7744
|
-
import { jsx as
|
|
7756
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
7745
7757
|
|
|
7746
7758
|
// src/toolbar/tests/toolbar-sizes.tsx
|
|
7747
|
-
import { Fragment as
|
|
7748
|
-
var toolbar_sizes_default = () => /* @__PURE__ */
|
|
7749
|
-
/* @__PURE__ */
|
|
7750
|
-
/* @__PURE__ */
|
|
7751
|
-
/* @__PURE__ */
|
|
7752
|
-
/* @__PURE__ */
|
|
7753
|
-
/* @__PURE__ */
|
|
7754
|
-
/* @__PURE__ */
|
|
7755
|
-
/* @__PURE__ */
|
|
7756
|
-
/* @__PURE__ */
|
|
7757
|
-
/* @__PURE__ */
|
|
7758
|
-
/* @__PURE__ */
|
|
7759
|
+
import { Fragment as Fragment30, jsx as jsx121, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7760
|
+
var toolbar_sizes_default = () => /* @__PURE__ */ jsx121(Fragment30, { children: /* @__PURE__ */ jsx121("div", { id: "test-area", className: "k-d-grid", children: Toolbar.options.size.map((size) => /* @__PURE__ */ jsxs50(Fragment30, { children: [
|
|
7761
|
+
/* @__PURE__ */ jsx121("span", { className: "k-colspan-all k-col-span-full", children: size }),
|
|
7762
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { size, children: [
|
|
7763
|
+
/* @__PURE__ */ jsx121(Button, { size, icon: "bold" }),
|
|
7764
|
+
/* @__PURE__ */ jsx121(Button, { size, children: "Button" }),
|
|
7765
|
+
/* @__PURE__ */ jsx121(Button, { size, className: "k-toggle-button", children: "Toggle" }),
|
|
7766
|
+
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7767
|
+
/* @__PURE__ */ jsxs50(ButtonGroup, { children: [
|
|
7768
|
+
/* @__PURE__ */ jsx121(Button, { size, icon: "align-left", children: "Left" }),
|
|
7769
|
+
/* @__PURE__ */ jsx121(Button, { size, icon: "align-center", children: "Center" }),
|
|
7770
|
+
/* @__PURE__ */ jsx121(Button, { size, icon: "align-right", children: "Right" })
|
|
7759
7771
|
] }),
|
|
7760
|
-
/* @__PURE__ */
|
|
7761
|
-
/* @__PURE__ */
|
|
7762
|
-
/* @__PURE__ */
|
|
7763
|
-
/* @__PURE__ */
|
|
7764
|
-
/* @__PURE__ */
|
|
7765
|
-
/* @__PURE__ */
|
|
7772
|
+
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7773
|
+
/* @__PURE__ */ jsx121(Button, { size, themeColor: "primary", children: "Primary" }),
|
|
7774
|
+
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7775
|
+
/* @__PURE__ */ jsxs50(ToolbarItem, { children: [
|
|
7776
|
+
/* @__PURE__ */ jsx121("label", { children: "Label:" }),
|
|
7777
|
+
/* @__PURE__ */ jsx121(ColorPicker, { size })
|
|
7766
7778
|
] }),
|
|
7767
|
-
/* @__PURE__ */
|
|
7768
|
-
/* @__PURE__ */
|
|
7779
|
+
/* @__PURE__ */ jsx121(Switch, { size, checked: true }),
|
|
7780
|
+
/* @__PURE__ */ jsx121(Button, { size, icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7769
7781
|
] }) })
|
|
7770
7782
|
] })) }) });
|
|
7771
7783
|
export {
|
|
@@ -7743,8 +7743,25 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
|
7743
7743
|
ToolbarPopup.defaultProps = defaultProps44;
|
|
7744
7744
|
|
|
7745
7745
|
// src/toolbar/templates/toolbar-normal.tsx
|
|
7746
|
-
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7747
|
-
var ToolbarNormal = (
|
|
7746
|
+
import { Fragment as Fragment29, jsx as jsx117, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7747
|
+
var ToolbarNormal = (props) => /* @__PURE__ */ jsx117(
|
|
7748
|
+
toolbar_spec_default,
|
|
7749
|
+
{
|
|
7750
|
+
children: [
|
|
7751
|
+
/* @__PURE__ */ jsxs49(Fragment29, { children: [
|
|
7752
|
+
/* @__PURE__ */ jsx117(Button, { children: "Button" }),
|
|
7753
|
+
/* @__PURE__ */ jsx117(MenuButton, { text: "Menu button" }),
|
|
7754
|
+
/* @__PURE__ */ jsx117(SplitButton, { children: "Split button" }),
|
|
7755
|
+
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7756
|
+
/* @__PURE__ */ jsx117(Button, { icon: "align-left", children: "Left" }),
|
|
7757
|
+
/* @__PURE__ */ jsx117(Button, { icon: "align-center", children: "Center" }),
|
|
7758
|
+
/* @__PURE__ */ jsx117(Button, { icon: "align-right", children: "Right" })
|
|
7759
|
+
] })
|
|
7760
|
+
] })
|
|
7761
|
+
],
|
|
7762
|
+
...props
|
|
7763
|
+
}
|
|
7764
|
+
);
|
|
7748
7765
|
|
|
7749
7766
|
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7750
7767
|
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
@@ -7757,15 +7774,15 @@ import { jsx as jsx119 } from "react/jsx-runtime";
|
|
|
7757
7774
|
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
7758
7775
|
|
|
7759
7776
|
// src/toolbar/tests/toolbar.tsx
|
|
7760
|
-
import { Fragment as
|
|
7761
|
-
var toolbar_default = () => /* @__PURE__ */ jsx121(
|
|
7777
|
+
import { Fragment as Fragment30, jsx as jsx121, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7778
|
+
var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment30, { children: /* @__PURE__ */ jsxs50("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
7762
7779
|
/* @__PURE__ */ jsx121("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
|
|
7763
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7780
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7764
7781
|
/* @__PURE__ */ jsx121(Button, { icon: "bold" }),
|
|
7765
7782
|
/* @__PURE__ */ jsx121(Button, { children: "Button" }),
|
|
7766
7783
|
/* @__PURE__ */ jsx121(Button, { className: "k-toggle-button", children: "Toggle" }),
|
|
7767
7784
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7768
|
-
/* @__PURE__ */
|
|
7785
|
+
/* @__PURE__ */ jsxs50(ButtonGroup, { children: [
|
|
7769
7786
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", children: "Left" }),
|
|
7770
7787
|
/* @__PURE__ */ jsx121(Button, { icon: "align-center", children: "Center" }),
|
|
7771
7788
|
/* @__PURE__ */ jsx121(Button, { icon: "align-right", children: "Right" })
|
|
@@ -7773,7 +7790,7 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7773
7790
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7774
7791
|
/* @__PURE__ */ jsx121(Button, { themeColor: "primary", children: "Primary" }),
|
|
7775
7792
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7776
|
-
/* @__PURE__ */
|
|
7793
|
+
/* @__PURE__ */ jsxs50(ToolbarItem, { children: [
|
|
7777
7794
|
/* @__PURE__ */ jsx121("label", { children: "Label:" }),
|
|
7778
7795
|
/* @__PURE__ */ jsx121(ColorPicker, {})
|
|
7779
7796
|
] }),
|
|
@@ -7781,12 +7798,12 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7781
7798
|
/* @__PURE__ */ jsx121(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7782
7799
|
] }) }),
|
|
7783
7800
|
/* @__PURE__ */ jsx121("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
|
|
7784
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */
|
|
7801
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7785
7802
|
/* @__PURE__ */ jsx121(Button, { icon: "bold" }),
|
|
7786
7803
|
/* @__PURE__ */ jsx121(Button, { children: "Button" }),
|
|
7787
7804
|
/* @__PURE__ */ jsx121(Button, { className: "k-toggle-button", children: "Toggle" }),
|
|
7788
7805
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7789
|
-
/* @__PURE__ */
|
|
7806
|
+
/* @__PURE__ */ jsxs50(ButtonGroup, { children: [
|
|
7790
7807
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", children: "Left" }),
|
|
7791
7808
|
/* @__PURE__ */ jsx121(Button, { icon: "align-center", children: "Center" }),
|
|
7792
7809
|
/* @__PURE__ */ jsx121(Button, { icon: "align-right", children: "Right" })
|
|
@@ -7794,7 +7811,7 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7794
7811
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7795
7812
|
/* @__PURE__ */ jsx121(Button, { themeColor: "primary", children: "Primary" }),
|
|
7796
7813
|
/* @__PURE__ */ jsx121(ToolbarSeparator, {}),
|
|
7797
|
-
/* @__PURE__ */
|
|
7814
|
+
/* @__PURE__ */ jsxs50(ToolbarItem, { children: [
|
|
7798
7815
|
/* @__PURE__ */ jsx121("label", { children: "Label:" }),
|
|
7799
7816
|
/* @__PURE__ */ jsx121(ColorPicker, {})
|
|
7800
7817
|
] }),
|
|
@@ -7802,7 +7819,7 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7802
7819
|
/* @__PURE__ */ jsx121(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7803
7820
|
] }) }),
|
|
7804
7821
|
/* @__PURE__ */ jsx121("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
|
|
7805
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7822
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7806
7823
|
/* @__PURE__ */ jsx121(Button, { children: "Normal" }),
|
|
7807
7824
|
/* @__PURE__ */ jsx121(Button, { hover: true, children: "Hover" }),
|
|
7808
7825
|
/* @__PURE__ */ jsx121(Button, { focus: true, children: "Focus" }),
|
|
@@ -7818,7 +7835,7 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7818
7835
|
/* @__PURE__ */ jsx121(Button, { icon: "bold", disabled: true }),
|
|
7819
7836
|
/* @__PURE__ */ jsx121(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
|
|
7820
7837
|
] }) }),
|
|
7821
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7838
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7822
7839
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
|
|
7823
7840
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
|
|
7824
7841
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
|
|
@@ -7827,7 +7844,7 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7827
7844
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
|
|
7828
7845
|
/* @__PURE__ */ jsx121(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
|
|
7829
7846
|
] }) }),
|
|
7830
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7847
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7831
7848
|
/* @__PURE__ */ jsx121(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
|
|
7832
7849
|
/* @__PURE__ */ jsx121(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
|
|
7833
7850
|
/* @__PURE__ */ jsx121(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
|
|
@@ -7837,11 +7854,11 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7837
7854
|
/* @__PURE__ */ jsx121(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
|
|
7838
7855
|
] }) }),
|
|
7839
7856
|
/* @__PURE__ */ jsx121("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
|
|
7840
|
-
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */
|
|
7857
|
+
/* @__PURE__ */ jsx121("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs50(ToolbarResizable, { children: [
|
|
7841
7858
|
/* @__PURE__ */ jsx121(Button, { disabled: true, focus: true, children: "Button" }),
|
|
7842
7859
|
/* @__PURE__ */ jsx121(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
|
|
7843
7860
|
/* @__PURE__ */ jsx121(SplitButton, { disabled: true, focus: true, children: "Split button" }),
|
|
7844
|
-
/* @__PURE__ */
|
|
7861
|
+
/* @__PURE__ */ jsxs50(ButtonGroup, { children: [
|
|
7845
7862
|
/* @__PURE__ */ jsx121(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
|
|
7846
7863
|
/* @__PURE__ */ jsx121(Button, { icon: "align-center", disabled: true, children: "Button 2" })
|
|
7847
7864
|
] }),
|
|
@@ -7849,28 +7866,8 @@ var toolbar_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @_
|
|
|
7849
7866
|
] }) }),
|
|
7850
7867
|
/* @__PURE__ */ jsx121("span", { children: "wrapped" }),
|
|
7851
7868
|
/* @__PURE__ */ jsx121("span", { children: "wrapped rtl" }),
|
|
7852
|
-
/* @__PURE__ */ jsx121("section", { children: /* @__PURE__ */
|
|
7853
|
-
|
|
7854
|
-
/* @__PURE__ */ jsx121(MenuButton, { text: "Menu button" }),
|
|
7855
|
-
/* @__PURE__ */ jsx121(SplitButton, { children: "Split button" }),
|
|
7856
|
-
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7857
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-left", children: "Left" }),
|
|
7858
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-center", children: "Center" }),
|
|
7859
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-right", children: "Right" }),
|
|
7860
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-justify", children: "Justify" })
|
|
7861
|
-
] })
|
|
7862
|
-
] }) }),
|
|
7863
|
-
/* @__PURE__ */ jsx121("section", { dir: "rtl", children: /* @__PURE__ */ jsxs49(ToolbarNormal, { children: [
|
|
7864
|
-
/* @__PURE__ */ jsx121(Button, { children: "Button" }),
|
|
7865
|
-
/* @__PURE__ */ jsx121(SplitButton, { children: "Split button" }),
|
|
7866
|
-
/* @__PURE__ */ jsx121(MenuButton, { text: "Menu button" }),
|
|
7867
|
-
/* @__PURE__ */ jsxs49(ButtonGroup, { children: [
|
|
7868
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-left", children: "Left" }),
|
|
7869
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-center", children: "Center" }),
|
|
7870
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-right", children: "Right" }),
|
|
7871
|
-
/* @__PURE__ */ jsx121(Button, { icon: "align-justify", children: "Justify" })
|
|
7872
|
-
] })
|
|
7873
|
-
] }) })
|
|
7869
|
+
/* @__PURE__ */ jsx121("section", { children: /* @__PURE__ */ jsx121(ToolbarNormal, {}) }),
|
|
7870
|
+
/* @__PURE__ */ jsx121("section", { dir: "rtl", children: /* @__PURE__ */ jsx121(ToolbarNormal, {}) })
|
|
7874
7871
|
] }) });
|
|
7875
7872
|
export {
|
|
7876
7873
|
toolbar_default as default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AppbarNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const BOTTOM_NAV_CLASSNAME = "k-bottom-nav";
|
|
2
|
+
declare const states: "disabled"[];
|
|
2
3
|
declare const options: {
|
|
3
4
|
fillMode: ("flat" | "solid")[];
|
|
4
5
|
themeColor: ("error" | "inverse" | "success" | "dark" | "light" | "primary" | "secondary" | "tertiary" | "info" | "warning")[];
|
|
@@ -12,16 +13,19 @@ export type KendoBottomNavProps = KendoBottomNavOptions & {
|
|
|
12
13
|
border?: boolean;
|
|
13
14
|
dir?: 'ltr' | 'rtl';
|
|
14
15
|
};
|
|
16
|
+
export type KendoBottomNavState = {
|
|
17
|
+
[K in (typeof states)[number]]?: boolean;
|
|
18
|
+
};
|
|
15
19
|
export declare const BottomNav: {
|
|
16
|
-
(props: KendoBottomNavProps & React.HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
states:
|
|
20
|
+
(props: KendoBottomNavProps & KendoBottomNavState & React.HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
states: "disabled"[];
|
|
18
22
|
options: {
|
|
19
23
|
fillMode: ("flat" | "solid")[];
|
|
20
24
|
themeColor: ("error" | "inverse" | "success" | "dark" | "light" | "primary" | "secondary" | "tertiary" | "info" | "warning")[];
|
|
21
25
|
};
|
|
22
26
|
className: string;
|
|
23
27
|
defaultProps: {
|
|
24
|
-
fillMode: "
|
|
28
|
+
fillMode: "flat";
|
|
25
29
|
themeColor: "primary";
|
|
26
30
|
flow: string;
|
|
27
31
|
border: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BottomNavIcons: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BottomNavLinks: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BottomNavNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const DialogNormal: (
|
|
1
|
+
export declare const DialogNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ExpansionPanelExpanded: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ExpansionPanelNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FilterNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -62,7 +62,10 @@ export * from './pager/index';
|
|
|
62
62
|
export * from './treeview/index';
|
|
63
63
|
export * from './card/index';
|
|
64
64
|
export * from './expansion-panel/index';
|
|
65
|
+
export * from './tilelayout/index';
|
|
65
66
|
export * from './listview/index';
|
|
67
|
+
export * from './filter/index';
|
|
68
|
+
export * from './scrollview/index';
|
|
66
69
|
export * from './editor/index';
|
|
67
70
|
export * from './table/index';
|
|
68
71
|
export * from './utils/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ScrollViewNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TileLayoutNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.2-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/react": "^18.0.2"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "1364f9c5bda2e0f5abdf6bd3705d4b99f86a89f3"
|
|
55
55
|
}
|
package/src/appbar/index.ts
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Appbar, AppbarSection } from '../../appbar';
|
|
2
|
+
import { Icon } from '../../icon';
|
|
3
|
+
|
|
4
|
+
export const AppbarNormal = (props) => (
|
|
5
|
+
<Appbar children={[
|
|
6
|
+
<>
|
|
7
|
+
<AppbarSection>
|
|
8
|
+
<Icon icon="menu" />
|
|
9
|
+
</AppbarSection>
|
|
10
|
+
<span className="k-spacer k-spacer-sized"></span>
|
|
11
|
+
<AppbarSection>
|
|
12
|
+
<h1 className="title">Page Title</h1>
|
|
13
|
+
</AppbarSection>
|
|
14
|
+
<AppbarSection>
|
|
15
|
+
<ul>
|
|
16
|
+
<li>Menu Item</li>
|
|
17
|
+
<li>Menu Item</li>
|
|
18
|
+
<li>Menu Item</li>
|
|
19
|
+
</ul>
|
|
20
|
+
</AppbarSection>
|
|
21
|
+
<span className="k-spacer"></span>
|
|
22
|
+
<AppbarSection>
|
|
23
|
+
<Icon icon="bell" />
|
|
24
|
+
<span className="k-appbar-separator"></span>
|
|
25
|
+
<Icon icon="user" />
|
|
26
|
+
</AppbarSection>
|
|
27
|
+
</>
|
|
28
|
+
]}
|
|
29
|
+
{...props} >
|
|
30
|
+
</Appbar>
|
|
31
|
+
);
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Appbar, AppbarNormal, AppbarSection } from '../../appbar';
|
|
2
|
+
import { Icon } from '../../icon';
|
|
3
|
+
import { Textbox } from '../../textbox';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
const styles = `
|
|
7
|
+
#test-area {
|
|
8
|
+
background-color: #f3f5f7;
|
|
9
|
+
}
|
|
10
|
+
.title {
|
|
11
|
+
font-size: 19px;
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
.k-icon {
|
|
15
|
+
margin-inline: 7px;
|
|
16
|
+
text-align: center;
|
|
17
|
+
}
|
|
18
|
+
ul {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
list-style-type: none;
|
|
21
|
+
padding: 0;
|
|
22
|
+
margin: 0;
|
|
23
|
+
display: flex;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
li {
|
|
27
|
+
margin: 0 12px;
|
|
28
|
+
}
|
|
29
|
+
`;
|
|
30
|
+
|
|
31
|
+
export default () =>(
|
|
32
|
+
<>
|
|
33
|
+
<style>{styles}</style>
|
|
34
|
+
<div id="test-area" className="k-d-grid k-grid-cols-1">
|
|
35
|
+
<span>RTL Appbar - sticky and inherit color</span>
|
|
36
|
+
<section>
|
|
37
|
+
<div style={{ background: "#1976d2", color: "#fff" }}>
|
|
38
|
+
<AppbarNormal positionMode={'sticky'} dir="rtl">
|
|
39
|
+
<AppbarSection>
|
|
40
|
+
<Icon icon="menu" />
|
|
41
|
+
</AppbarSection>
|
|
42
|
+
<span className="k-spacer k-spacer-sized" style={{ width: "8px" }}></span>
|
|
43
|
+
<AppbarSection>
|
|
44
|
+
<h1 className="title">Page Title</h1>
|
|
45
|
+
</AppbarSection>
|
|
46
|
+
<span className="k-spacer k-spacer-sized" style={{ width: "32px" }}></span>
|
|
47
|
+
<AppbarSection>
|
|
48
|
+
<ul>
|
|
49
|
+
<li>Menu Item</li>
|
|
50
|
+
<li>Menu Item</li>
|
|
51
|
+
<li>Menu Item</li>
|
|
52
|
+
</ul>
|
|
53
|
+
</AppbarSection>
|
|
54
|
+
|
|
55
|
+
<span className="k-spacer"></span>
|
|
56
|
+
|
|
57
|
+
<AppbarSection>
|
|
58
|
+
<Textbox placeholder="Search..." />
|
|
59
|
+
</AppbarSection>
|
|
60
|
+
|
|
61
|
+
<AppbarSection>
|
|
62
|
+
<Icon icon="sliders" />
|
|
63
|
+
<Icon icon="bell" />
|
|
64
|
+
<span className="k-appbar-separator"></span>
|
|
65
|
+
<Icon icon="user" />
|
|
66
|
+
</AppbarSection>
|
|
67
|
+
</AppbarNormal>
|
|
68
|
+
</div>
|
|
69
|
+
</section>
|
|
70
|
+
|
|
71
|
+
{[ ...Appbar.options.themeColor ].map((themeColor) => (
|
|
72
|
+
<>
|
|
73
|
+
<span>RTL Appbar - {themeColor} theme color</span>
|
|
74
|
+
<section>
|
|
75
|
+
<AppbarNormal fillMode="solid" themeColor={themeColor} dir="rtl">
|
|
76
|
+
<AppbarSection>
|
|
77
|
+
<Icon icon="menu" />
|
|
78
|
+
</AppbarSection>
|
|
79
|
+
<span className="k-spacer k-spacer-sized" style={{ width: "8px" }}></span>
|
|
80
|
+
<AppbarSection>
|
|
81
|
+
<h1 className="title">Page Title</h1>
|
|
82
|
+
</AppbarSection>
|
|
83
|
+
<span className="k-spacer k-spacer-sized" style={{ width: "32px" }}></span>
|
|
84
|
+
<AppbarSection>
|
|
85
|
+
<ul>
|
|
86
|
+
<li>Menu Item</li>
|
|
87
|
+
<li>Menu Item</li>
|
|
88
|
+
<li>Menu Item</li>
|
|
89
|
+
</ul>
|
|
90
|
+
</AppbarSection>
|
|
91
|
+
|
|
92
|
+
<span className="k-spacer"></span>
|
|
93
|
+
|
|
94
|
+
<AppbarSection>
|
|
95
|
+
<Textbox placeholder="Search..." />
|
|
96
|
+
</AppbarSection>
|
|
97
|
+
|
|
98
|
+
<AppbarSection>
|
|
99
|
+
<Icon icon="sliders" />
|
|
100
|
+
<Icon icon="bell" />
|
|
101
|
+
<span className="k-appbar-separator"></span>
|
|
102
|
+
<Icon icon="user" />
|
|
103
|
+
</AppbarSection>
|
|
104
|
+
</AppbarNormal>
|
|
105
|
+
</section>
|
|
106
|
+
</>
|
|
107
|
+
))}
|
|
108
|
+
</div>
|
|
109
|
+
</>
|
|
110
|
+
);
|