@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PopoverNormal } from '../../popover';
|
|
2
2
|
import { Button } from '../../button';
|
|
3
3
|
import { ActionButtons } from '../../action-buttons';
|
|
4
4
|
|
|
@@ -21,44 +21,44 @@ export default () =>(
|
|
|
21
21
|
<span>Empty body fixed height</span>
|
|
22
22
|
|
|
23
23
|
<section>
|
|
24
|
-
<
|
|
24
|
+
<PopoverNormal callout="top" title="Title" body={<>Body content</>}>
|
|
25
25
|
<ActionButtons className="k-popover-actions" alignment="stretched">
|
|
26
26
|
<Button fillMode="flat">Action</Button>
|
|
27
27
|
<Button fillMode="flat" themeColor="primary">Primary</Button>
|
|
28
28
|
</ActionButtons>
|
|
29
|
-
</
|
|
29
|
+
</PopoverNormal>
|
|
30
30
|
</section>
|
|
31
31
|
|
|
32
32
|
<section>
|
|
33
|
-
<
|
|
33
|
+
<PopoverNormal callout="right" title="Title" body={<>Body content</>}>
|
|
34
34
|
<ActionButtons className="k-popover-actions" alignment="stretched">
|
|
35
35
|
<Button fillMode="flat">Action</Button>
|
|
36
36
|
<Button fillMode="flat" themeColor="primary">Primary</Button>
|
|
37
37
|
</ActionButtons>
|
|
38
|
-
</
|
|
38
|
+
</PopoverNormal>
|
|
39
39
|
</section>
|
|
40
40
|
|
|
41
41
|
<section>
|
|
42
|
-
<
|
|
42
|
+
<PopoverNormal callout="bottom" title="Title" body={<>Body content</>}>
|
|
43
43
|
<ActionButtons className="k-popover-actions" alignment="stretched">
|
|
44
44
|
<Button fillMode="flat">Action</Button>
|
|
45
45
|
<Button fillMode="flat" themeColor="primary">Primary</Button>
|
|
46
46
|
</ActionButtons>
|
|
47
|
-
</
|
|
47
|
+
</PopoverNormal>
|
|
48
48
|
</section>
|
|
49
49
|
|
|
50
50
|
<section>
|
|
51
|
-
<
|
|
51
|
+
<PopoverNormal callout="left" title="Title" body={<>Body content</>}>
|
|
52
52
|
<ActionButtons className="k-popover-actions" alignment="stretched">
|
|
53
53
|
<Button fillMode="flat">Action</Button>
|
|
54
54
|
<Button fillMode="flat" themeColor="primary">Primary</Button>
|
|
55
55
|
</ActionButtons>
|
|
56
|
-
</
|
|
56
|
+
</PopoverNormal>
|
|
57
57
|
</section>
|
|
58
58
|
|
|
59
59
|
<section>
|
|
60
|
-
<
|
|
61
|
-
</
|
|
60
|
+
<PopoverNormal callout="left" title="Title" style={{ height: "150px" }}>
|
|
61
|
+
</PopoverNormal>
|
|
62
62
|
</section>
|
|
63
63
|
</div>
|
|
64
64
|
</>
|
package/src/scrollview/index.ts
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ScrollViewNormal } from '../../scrollview';
|
|
2
|
+
|
|
3
|
+
const style = `
|
|
4
|
+
.k-scrollview {
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 300px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.k-scrollview { background: gray !important; }
|
|
10
|
+
.k-scrollview-dark { background: white !important; }
|
|
11
|
+
.k-scrollview-light { background: black !important; }
|
|
12
|
+
`;
|
|
13
|
+
|
|
14
|
+
export default () =>(
|
|
15
|
+
<>
|
|
16
|
+
<style>{style}</style>
|
|
17
|
+
<div id="test-area" className="k-d-grid k-grid-cols-3">
|
|
18
|
+
|
|
19
|
+
<span>RTL - Light mode</span>
|
|
20
|
+
<span>RTL - Normal</span>
|
|
21
|
+
<span>RTL - Dark mode</span>
|
|
22
|
+
|
|
23
|
+
<ScrollViewNormal mode="light" rtl />
|
|
24
|
+
<ScrollViewNormal rtl />
|
|
25
|
+
<ScrollViewNormal mode="dark" rtl />
|
|
26
|
+
|
|
27
|
+
<span>RTL Pager disabled</span>
|
|
28
|
+
<span></span>
|
|
29
|
+
<span></span>
|
|
30
|
+
|
|
31
|
+
<ScrollViewNormal mode="light" pager={false} rtl />
|
|
32
|
+
<ScrollViewNormal pager={false} rtl />
|
|
33
|
+
<ScrollViewNormal mode="dark" pager={false} rtl />
|
|
34
|
+
</div>
|
|
35
|
+
</>
|
|
36
|
+
);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ScrollViewNormal } from '../../scrollview';
|
|
3
2
|
|
|
4
3
|
const style = `
|
|
5
4
|
.k-scrollview {
|
|
@@ -21,15 +20,17 @@ export default () =>(
|
|
|
21
20
|
<span>Normal</span>
|
|
22
21
|
<span>Dark mode</span>
|
|
23
22
|
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
<
|
|
23
|
+
<ScrollViewNormal mode="light" />
|
|
24
|
+
<ScrollViewNormal />
|
|
25
|
+
<ScrollViewNormal mode="dark" />
|
|
27
26
|
|
|
28
|
-
<span>
|
|
27
|
+
<span>Pager disabled</span>
|
|
29
28
|
<span></span>
|
|
30
29
|
<span></span>
|
|
31
30
|
|
|
32
|
-
<
|
|
31
|
+
<ScrollViewNormal mode="light" pager={false} />
|
|
32
|
+
<ScrollViewNormal pager={false} />
|
|
33
|
+
<ScrollViewNormal mode="dark" pager={false} />
|
|
33
34
|
</div>
|
|
34
35
|
</>
|
|
35
36
|
);
|
package/src/tilelayout/index.ts
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TileLayout, TileLayoutItem } from "../../tilelayout";
|
|
2
|
+
|
|
3
|
+
export const TileLayoutNormal = (props) => (
|
|
4
|
+
<TileLayout
|
|
5
|
+
children={[
|
|
6
|
+
<TileLayoutItem header="Title goes here" body="Content goes here" />,
|
|
7
|
+
<TileLayoutItem header="Title goes here" body="Content goes here" />,
|
|
8
|
+
<TileLayoutItem header="Title goes here" body="Content goes here" />,
|
|
9
|
+
<TileLayoutItem header="Title goes here" body="Content goes here" />
|
|
10
|
+
]}
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
</TileLayout>
|
|
14
|
+
);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TileLayoutNormal } from '../../tilelayout';
|
|
2
2
|
import { TileLayoutItem } from '../tilelayout-item.spec';
|
|
3
3
|
|
|
4
4
|
export default () => (
|
|
5
5
|
<>
|
|
6
6
|
<div id="test-area">
|
|
7
|
-
<
|
|
7
|
+
<TileLayoutNormal columns={4} gap="16px" columnWidth="1fr">
|
|
8
8
|
<TileLayoutItem resize="horizontal" header="Card Title" body="Horizontally resizable card" />
|
|
9
9
|
<TileLayoutItem resize="vertical" header="Card Title" body="Vertically resizable card" />
|
|
10
10
|
<TileLayoutItem resize={true} header="Card Title" body="Horizontally and Vertically resizable card" />
|
|
11
11
|
<TileLayoutItem header="Card Title" body="Non-resizable card" />
|
|
12
|
-
</
|
|
12
|
+
</TileLayoutNormal>
|
|
13
13
|
</div>
|
|
14
14
|
</>
|
|
15
15
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TileLayoutNormal } from '../../tilelayout';
|
|
2
2
|
import { TileLayoutItem } from '../tilelayout-item.spec';
|
|
3
3
|
import TileLayoutItemHint from '../tilelayout-item-hint.spec';
|
|
4
4
|
|
|
5
5
|
export default () => (
|
|
6
6
|
<>
|
|
7
7
|
<div id="test-area">
|
|
8
|
-
<
|
|
8
|
+
<TileLayoutNormal
|
|
9
9
|
columns={5}
|
|
10
10
|
columnWidth="1fr"
|
|
11
11
|
rowHeight="1fr"
|
|
@@ -27,7 +27,7 @@ export default () => (
|
|
|
27
27
|
body="Content goes here"
|
|
28
28
|
style={{ order: "9", gridColumnEnd: "span 1", gridRowEnd: "span 2" }}
|
|
29
29
|
/>
|
|
30
|
-
</
|
|
30
|
+
</TileLayoutNormal>
|
|
31
31
|
</div>
|
|
32
32
|
</>
|
|
33
33
|
);
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
import ToolBar from "../toolbar.spec";
|
|
2
|
+
import { Button } from '../../button';
|
|
3
|
+
import { ButtonGroup } from '../../button-group';
|
|
4
|
+
import { MenuButton } from '../../menu-button';
|
|
5
|
+
import { SplitButton } from '../../split-button';
|
|
2
6
|
|
|
3
|
-
export const ToolbarNormal = (
|
|
4
|
-
<ToolBar {
|
|
5
|
-
|
|
7
|
+
export const ToolbarNormal = (props) => (
|
|
8
|
+
<ToolBar children={[
|
|
9
|
+
<>
|
|
10
|
+
<Button>Button</Button>
|
|
11
|
+
<MenuButton text="Menu button"></MenuButton>
|
|
12
|
+
<SplitButton>Split button</SplitButton>
|
|
13
|
+
<ButtonGroup>
|
|
14
|
+
<Button icon="align-left">Left</Button>
|
|
15
|
+
<Button icon="align-center">Center</Button>
|
|
16
|
+
<Button icon="align-right">Right</Button>
|
|
17
|
+
</ButtonGroup>
|
|
18
|
+
</>
|
|
19
|
+
]}
|
|
20
|
+
{...props}>
|
|
6
21
|
</ToolBar>
|
|
7
22
|
);
|
|
@@ -119,31 +119,11 @@ export default () =>(
|
|
|
119
119
|
<span>wrapped</span>
|
|
120
120
|
<span>wrapped rtl</span>
|
|
121
121
|
<section>
|
|
122
|
-
<ToolbarNormal
|
|
123
|
-
<Button>Button</Button>
|
|
124
|
-
<MenuButton text="Menu button"></MenuButton>
|
|
125
|
-
<SplitButton>Split button</SplitButton>
|
|
126
|
-
<ButtonGroup>
|
|
127
|
-
<Button icon="align-left">Left</Button>
|
|
128
|
-
<Button icon="align-center">Center</Button>
|
|
129
|
-
<Button icon="align-right">Right</Button>
|
|
130
|
-
<Button icon="align-justify">Justify</Button>
|
|
131
|
-
</ButtonGroup>
|
|
132
|
-
</ToolbarNormal>
|
|
122
|
+
<ToolbarNormal />
|
|
133
123
|
</section>
|
|
134
124
|
|
|
135
125
|
<section dir="rtl">
|
|
136
|
-
<ToolbarNormal
|
|
137
|
-
<Button>Button</Button>
|
|
138
|
-
<SplitButton>Split button</SplitButton>
|
|
139
|
-
<MenuButton text="Menu button"></MenuButton>
|
|
140
|
-
<ButtonGroup>
|
|
141
|
-
<Button icon="align-left">Left</Button>
|
|
142
|
-
<Button icon="align-center">Center</Button>
|
|
143
|
-
<Button icon="align-right">Right</Button>
|
|
144
|
-
<Button icon="align-justify">Justify</Button>
|
|
145
|
-
</ButtonGroup>
|
|
146
|
-
</ToolbarNormal>
|
|
126
|
+
<ToolbarNormal />
|
|
147
127
|
</section>
|
|
148
128
|
|
|
149
129
|
</div>
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
import { BottomNav, BottomNavItem } from '../../bottom-nav';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const styles = `
|
|
5
|
-
#test-area .colors {
|
|
6
|
-
padding: 10px 20px;
|
|
7
|
-
gap: 20px;
|
|
8
|
-
}
|
|
9
|
-
#test-area .colors-flat {
|
|
10
|
-
background-color: rgb(234, 234, 234);
|
|
11
|
-
}
|
|
12
|
-
`;
|
|
13
|
-
|
|
14
|
-
export default () =>(
|
|
15
|
-
<>
|
|
16
|
-
<style>{styles}</style>
|
|
17
|
-
<div id="test-area" className="k-d-grid">
|
|
18
|
-
<h2>Solid Colors</h2>
|
|
19
|
-
<div className="colors k-d-grid k-grid-cols-2">
|
|
20
|
-
<section>
|
|
21
|
-
<span className="k-col-start-1">Primary ThemeColor</span>
|
|
22
|
-
<BottomNav themeColor="primary" flow="vertical">
|
|
23
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
24
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
25
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
26
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
27
|
-
</BottomNav>
|
|
28
|
-
</section>
|
|
29
|
-
|
|
30
|
-
<section>
|
|
31
|
-
<span>Secondary ThemeColor</span>
|
|
32
|
-
<BottomNav themeColor="secondary" flow="vertical">
|
|
33
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
34
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
35
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
36
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
37
|
-
</BottomNav>
|
|
38
|
-
</section>
|
|
39
|
-
|
|
40
|
-
<section>
|
|
41
|
-
<span>Tertiary ThemeColor</span>
|
|
42
|
-
<BottomNav themeColor="tertiary" flow="vertical">
|
|
43
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
44
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
45
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
46
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
47
|
-
</BottomNav>
|
|
48
|
-
</section>
|
|
49
|
-
|
|
50
|
-
<section>
|
|
51
|
-
<span>Info ThemeColor</span>
|
|
52
|
-
<BottomNav themeColor="info" flow="vertical">
|
|
53
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
54
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
55
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
56
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
57
|
-
</BottomNav>
|
|
58
|
-
</section>
|
|
59
|
-
|
|
60
|
-
<section>
|
|
61
|
-
<span>Success ThemeColor</span>
|
|
62
|
-
<BottomNav themeColor="success" flow="vertical">
|
|
63
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
64
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
65
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
66
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
67
|
-
</BottomNav>
|
|
68
|
-
</section>
|
|
69
|
-
|
|
70
|
-
<section>
|
|
71
|
-
<span>Warning ThemeColor</span>
|
|
72
|
-
<BottomNav themeColor="warning" flow="vertical">
|
|
73
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
74
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
75
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
76
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
77
|
-
</BottomNav>
|
|
78
|
-
</section>
|
|
79
|
-
|
|
80
|
-
<section>
|
|
81
|
-
<span>Error ThemeColor</span>
|
|
82
|
-
<BottomNav themeColor="error" flow="vertical">
|
|
83
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
84
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
85
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
86
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
87
|
-
</BottomNav>
|
|
88
|
-
</section>
|
|
89
|
-
|
|
90
|
-
<section>
|
|
91
|
-
<span>Dark ThemeColor</span>
|
|
92
|
-
<BottomNav themeColor="dark" flow="vertical">
|
|
93
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
94
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
95
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
96
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
97
|
-
</BottomNav>
|
|
98
|
-
</section>
|
|
99
|
-
|
|
100
|
-
<section>
|
|
101
|
-
<span>Light ThemeColor</span>
|
|
102
|
-
<BottomNav themeColor="light" flow="vertical">
|
|
103
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
104
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
105
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
106
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
107
|
-
</BottomNav>
|
|
108
|
-
</section>
|
|
109
|
-
</div>
|
|
110
|
-
|
|
111
|
-
<h2>Flat Colors</h2>
|
|
112
|
-
<div className="colors colors-flat k-d-grid k-grid-cols-2">
|
|
113
|
-
<section>
|
|
114
|
-
<span>Primary ThemeColor</span>
|
|
115
|
-
<BottomNav fillMode="flat" themeColor="primary" border flow="vertical">
|
|
116
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
117
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
118
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
119
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
120
|
-
</BottomNav>
|
|
121
|
-
</section>
|
|
122
|
-
|
|
123
|
-
<section>
|
|
124
|
-
<span>Secondary ThemeColor</span>
|
|
125
|
-
<BottomNav fillMode="flat" themeColor="secondary" border flow="vertical">
|
|
126
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
127
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
128
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
129
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
130
|
-
</BottomNav>
|
|
131
|
-
</section>
|
|
132
|
-
|
|
133
|
-
<section>
|
|
134
|
-
<span>Tertiary ThemeColor</span>
|
|
135
|
-
<BottomNav fillMode="flat" themeColor="tertiary" border flow="vertical">
|
|
136
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
137
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
138
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
139
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
140
|
-
</BottomNav>
|
|
141
|
-
</section>
|
|
142
|
-
|
|
143
|
-
<section>
|
|
144
|
-
<span>Info ThemeColor</span>
|
|
145
|
-
<BottomNav fillMode="flat" themeColor="info" border flow="vertical">
|
|
146
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
147
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
148
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
149
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
150
|
-
</BottomNav>
|
|
151
|
-
</section>
|
|
152
|
-
|
|
153
|
-
<section>
|
|
154
|
-
<span>Success ThemeColor</span>
|
|
155
|
-
<BottomNav fillMode="flat" themeColor="success" border flow="vertical">
|
|
156
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
157
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
158
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
159
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
160
|
-
</BottomNav>
|
|
161
|
-
</section>
|
|
162
|
-
|
|
163
|
-
<section>
|
|
164
|
-
<span>Warning ThemeColor</span>
|
|
165
|
-
<BottomNav fillMode="flat" themeColor="warning" border flow="vertical">
|
|
166
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
167
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
168
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
169
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
170
|
-
</BottomNav>
|
|
171
|
-
</section>
|
|
172
|
-
|
|
173
|
-
<section>
|
|
174
|
-
<span>Error ThemeColor</span>
|
|
175
|
-
<BottomNav fillMode="flat" themeColor="error" border flow="vertical">
|
|
176
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
177
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
178
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
179
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
180
|
-
</BottomNav>
|
|
181
|
-
</section>
|
|
182
|
-
|
|
183
|
-
<section>
|
|
184
|
-
<span>Dark ThemeColor</span>
|
|
185
|
-
<BottomNav fillMode="flat" themeColor="dark" border flow="vertical">
|
|
186
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
187
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
188
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
189
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
190
|
-
</BottomNav>
|
|
191
|
-
</section>
|
|
192
|
-
|
|
193
|
-
<section>
|
|
194
|
-
<span>Light ThemeColor</span>
|
|
195
|
-
<BottomNav fillMode="flat" themeColor="light" border flow="vertical">
|
|
196
|
-
<BottomNavItem icon="envelope" text="Normal" />
|
|
197
|
-
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
198
|
-
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
199
|
-
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
200
|
-
</BottomNav>
|
|
201
|
-
</section>
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
</>
|
|
205
|
-
);
|
/package/dist/types/{bottom-nav/tests/bottom-nav-colors.d.ts → appbar/tests/appbar-rtl.d.ts}
RENAMED
|
File without changes
|