@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 { BottomNavNormal, BottomNavItem } from '../../bottom-nav';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
const styles = `
|
|
@@ -14,22 +14,22 @@ export default () =>(
|
|
|
14
14
|
|
|
15
15
|
<section>
|
|
16
16
|
<h4>Bottom Navigation RTL Horizontal</h4>
|
|
17
|
-
<
|
|
17
|
+
<BottomNavNormal themeColor="primary" border dir="rtl">
|
|
18
18
|
<BottomNavItem icon="envelope" text="Normal" />
|
|
19
19
|
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
20
20
|
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
21
21
|
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
22
|
-
</
|
|
22
|
+
</BottomNavNormal>
|
|
23
23
|
</section>
|
|
24
24
|
|
|
25
25
|
<section>
|
|
26
26
|
<h4>Bottom Navigation RTL Vertical</h4>
|
|
27
|
-
<
|
|
27
|
+
<BottomNavNormal themeColor="primary" border flow="vertical" dir="rtl">
|
|
28
28
|
<BottomNavItem icon="envelope" text="Normal" />
|
|
29
29
|
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
30
30
|
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
31
31
|
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
32
|
-
</
|
|
32
|
+
</BottomNavNormal>
|
|
33
33
|
</section>
|
|
34
34
|
</div>
|
|
35
35
|
</>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BottomNav, BottomNavNormal, BottomNavItem } from '../../bottom-nav';
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
const styles = `
|
|
5
|
+
#test-area .colors {
|
|
6
|
+
padding: 10px;
|
|
7
|
+
gap: 10px;
|
|
8
|
+
}
|
|
9
|
+
`;
|
|
10
|
+
|
|
11
|
+
export default () =>(
|
|
12
|
+
<>
|
|
13
|
+
<style>{styles}</style>
|
|
14
|
+
<div id="test-area" className="k-d-grid">
|
|
15
|
+
<div className="colors k-d-grid">
|
|
16
|
+
{[ ...BottomNav.options.themeColor ].map((themeColor) => (
|
|
17
|
+
<>
|
|
18
|
+
<span>BottomNav {themeColor} theme color</span>
|
|
19
|
+
<section>
|
|
20
|
+
<BottomNavNormal fillMode="solid" themeColor={themeColor} border flow="vertical">
|
|
21
|
+
<BottomNavItem icon="envelope" text="Normal" />
|
|
22
|
+
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
23
|
+
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
24
|
+
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
25
|
+
</BottomNavNormal>
|
|
26
|
+
</section>
|
|
27
|
+
</>
|
|
28
|
+
))}
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
</>
|
|
32
|
+
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BottomNavNormal, BottomNavItem, BottomNavIcons, BottomNavLinks } from '../../bottom-nav';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
const styles = `
|
|
@@ -13,45 +13,45 @@ export default () =>(
|
|
|
13
13
|
<div id="test-area" className="k-d-grid k-grid-cols-1">
|
|
14
14
|
<section>
|
|
15
15
|
<h4>Horizontal</h4>
|
|
16
|
-
<
|
|
16
|
+
<BottomNavNormal themeColor="primary" border>
|
|
17
17
|
<BottomNavItem icon="envelope" text="Normal" />
|
|
18
18
|
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
19
19
|
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
20
20
|
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
21
|
-
</
|
|
21
|
+
</BottomNavNormal>
|
|
22
22
|
|
|
23
23
|
<h4>Vertical</h4>
|
|
24
|
-
<
|
|
24
|
+
<BottomNavNormal themeColor="primary" border flow="vertical">
|
|
25
25
|
<BottomNavItem icon="envelope" text="Normal" />
|
|
26
26
|
<BottomNavItem icon="envelope" text="Focused" focus />
|
|
27
27
|
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
28
28
|
<BottomNavItem icon="envelope" text="Disabled" disabled />
|
|
29
|
-
</
|
|
29
|
+
</BottomNavNormal>
|
|
30
30
|
|
|
31
31
|
<h4>Icons only</h4>
|
|
32
|
-
<
|
|
32
|
+
<BottomNavIcons themeColor="primary" border>
|
|
33
33
|
<BottomNavItem icon="envelope" />
|
|
34
34
|
<BottomNavItem icon="envelope" focus />
|
|
35
35
|
<BottomNavItem icon="envelope" selected />
|
|
36
36
|
<BottomNavItem icon="envelope" disabled />
|
|
37
|
-
</
|
|
37
|
+
</BottomNavIcons>
|
|
38
38
|
|
|
39
39
|
<h4>Overflow</h4>
|
|
40
40
|
<div style={{ width: "360px" }}>
|
|
41
|
-
<
|
|
41
|
+
<BottomNavNormal themeColor="primary" border flow="vertical">
|
|
42
42
|
<BottomNavItem icon="envelope" text="Normal" />
|
|
43
43
|
<BottomNavItem icon="envelope" text="Focused Long" focus />
|
|
44
44
|
<BottomNavItem icon="envelope" text="Selected" selected />
|
|
45
45
|
<BottomNavItem icon="envelope" text="Disabled Long Text" disabled />
|
|
46
|
-
</
|
|
46
|
+
</BottomNavNormal>
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
<h4>k-bottom-nav-link</h4>
|
|
50
50
|
<div style={{ width: "360px" }}>
|
|
51
|
-
<
|
|
51
|
+
<BottomNavLinks themeColor="primary" flow="vertical">
|
|
52
52
|
<BottomNavItem link="Inbox" selected />
|
|
53
53
|
<BottomNavItem link="Profile" />
|
|
54
|
-
</
|
|
54
|
+
</BottomNavLinks>
|
|
55
55
|
</div>
|
|
56
56
|
</section>
|
|
57
57
|
</div>
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import Dialog from "../dialog.spec";
|
|
2
2
|
|
|
3
|
-
export const DialogNormal = (
|
|
4
|
-
{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export const DialogNormal = (props) => (
|
|
4
|
+
<Dialog children={[
|
|
5
|
+
<>
|
|
6
|
+
Dialog content
|
|
7
|
+
</>
|
|
8
|
+
]}
|
|
9
|
+
{ ...props}
|
|
10
|
+
>
|
|
11
|
+
</Dialog>
|
|
12
|
+
);
|
|
@@ -1,3 +1,22 @@
|
|
|
1
|
-
import Editor from
|
|
1
|
+
import { EditorContent, EditorToolbar, Editor } from '../../editor';
|
|
2
|
+
import { Button } from '../../button';
|
|
3
|
+
import { ButtonGroup } from '../../button-group';
|
|
2
4
|
|
|
3
|
-
export const EditorNormal = (props
|
|
5
|
+
export const EditorNormal = (props) => (
|
|
6
|
+
<Editor children={[
|
|
7
|
+
<>
|
|
8
|
+
<EditorToolbar resizable>
|
|
9
|
+
<ButtonGroup>
|
|
10
|
+
<Button icon="undo"></Button>
|
|
11
|
+
<Button icon="redo"></Button>
|
|
12
|
+
</ButtonGroup>
|
|
13
|
+
<Button icon="more-vertical" className="k-toolbar-overflow-button" fillMode="flat" rounded={null}></Button>
|
|
14
|
+
</EditorToolbar>
|
|
15
|
+
<EditorContent>
|
|
16
|
+
<iframe className="k-iframe" frameBorder="0" src="editor-iFrameContent.html"></iframe>
|
|
17
|
+
</EditorContent>
|
|
18
|
+
</>
|
|
19
|
+
]}
|
|
20
|
+
{...props}>
|
|
21
|
+
</Editor>
|
|
22
|
+
);
|
|
@@ -31,18 +31,7 @@ export default () =>(
|
|
|
31
31
|
<span>Editor with iFrame; responsive toolbar</span>
|
|
32
32
|
<span>Editor without iFrame; responsive toolbar</span>
|
|
33
33
|
<section>
|
|
34
|
-
<EditorNormal style={{ height: "300px" }}
|
|
35
|
-
<EditorToolbar resizable>
|
|
36
|
-
<ButtonGroup>
|
|
37
|
-
<Button icon="undo"></Button>
|
|
38
|
-
<Button icon="redo"></Button>
|
|
39
|
-
</ButtonGroup>
|
|
40
|
-
<Button icon="more-vertical" className="k-toolbar-overflow-button" fillMode="flat" rounded={null}></Button>
|
|
41
|
-
</EditorToolbar>
|
|
42
|
-
<EditorContent>
|
|
43
|
-
<iframe className="k-iframe" frameBorder="0" src="editor-iFrameContent.html"></iframe>
|
|
44
|
-
</EditorContent>
|
|
45
|
-
</EditorNormal>
|
|
34
|
+
<EditorNormal style={{ height: "300px" }}/>
|
|
46
35
|
</section>
|
|
47
36
|
<section>
|
|
48
37
|
<EditorNormal style={{ height: "300px" }}>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import ExpansionPanel from "../expansion-panel.spec";
|
|
2
|
+
|
|
3
|
+
export const ExpansionPanelExpanded = (props) => (
|
|
4
|
+
<ExpansionPanel
|
|
5
|
+
expanded
|
|
6
|
+
children={[
|
|
7
|
+
<span>
|
|
8
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
|
|
9
|
+
</span>
|
|
10
|
+
]}
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
</ExpansionPanel>
|
|
14
|
+
);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import ExpansionPanel from "../expansion-panel.spec";
|
|
2
|
+
|
|
3
|
+
export const ExpansionPanelNormal = (props) => (
|
|
4
|
+
<ExpansionPanel
|
|
5
|
+
children={[
|
|
6
|
+
<span>
|
|
7
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
|
|
8
|
+
</span>
|
|
9
|
+
]}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
</ExpansionPanel>
|
|
13
|
+
);
|
|
@@ -1,59 +1,29 @@
|
|
|
1
|
-
import { ExpansionPanel } from '../../expansion-panel';
|
|
2
|
-
|
|
1
|
+
import { ExpansionPanel, ExpansionPanelNormal, ExpansionPanelExpanded } from '../../expansion-panel';
|
|
3
2
|
|
|
4
3
|
export default () =>(
|
|
5
4
|
<>
|
|
6
|
-
<div id="test-area">
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
</
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
<span>
|
|
29
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
30
|
-
</span>
|
|
31
|
-
</ExpansionPanel>
|
|
32
|
-
|
|
33
|
-
<ExpansionPanel title="Hover state" subtitle="South America" hover dir="rtl" >
|
|
34
|
-
<span>
|
|
35
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
36
|
-
</span>
|
|
37
|
-
</ExpansionPanel>
|
|
38
|
-
|
|
39
|
-
<ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus dir="rtl" >
|
|
40
|
-
<span>
|
|
41
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
42
|
-
</span>
|
|
43
|
-
</ExpansionPanel>
|
|
44
|
-
|
|
45
|
-
<ExpansionPanel title="Disabled panel" subtitle="South America" disabled dir="rtl" >
|
|
46
|
-
<span>
|
|
47
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
48
|
-
</span>
|
|
49
|
-
</ExpansionPanel>
|
|
50
|
-
|
|
51
|
-
<ExpansionPanel title="Content with fixed height" subtitle="South America" expanded dir="rtl" contentStyle={ { height: "100px" } } >
|
|
52
|
-
<div style={ { height: "100%", overflow: "auto" } }>
|
|
53
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
54
|
-
</div>
|
|
55
|
-
</ExpansionPanel>
|
|
56
|
-
|
|
5
|
+
<div id="test-area" className="k-d-grid k-grid-cols-2">
|
|
6
|
+
<div>
|
|
7
|
+
{[ 'normal', ...ExpansionPanel.states ].map((state) => (
|
|
8
|
+
<ExpansionPanelExpanded { ...{ [state]: true }} title={"Expanded panel - " + state} subtitle="Subtitle" dir="rtl" />
|
|
9
|
+
))}
|
|
10
|
+
|
|
11
|
+
<ExpansionPanelExpanded title="Expanded panel - hover & focus" hover focus subtitle="Subtitle" dir="rtl" />
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<div>
|
|
15
|
+
{[ 'normal', ...ExpansionPanel.states ].map((state) => (
|
|
16
|
+
<ExpansionPanelNormal { ...{ [state]: true }} title={"Collapsed panel - " + state} subtitle="Subtitle" dir="rtl" />
|
|
17
|
+
))}
|
|
18
|
+
|
|
19
|
+
<ExpansionPanelNormal title="Collapsed panel - hover & focus" hover focus subtitle="Subtitle" dir="rtl" />
|
|
20
|
+
|
|
21
|
+
<ExpansionPanelExpanded title="Content with fixed height" subtitle="Subtitle" contentStyle={ { height: "100px" } } dir="rtl">
|
|
22
|
+
<div style={ { height: "100%", overflow: "auto" } }>
|
|
23
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
24
|
+
</div>
|
|
25
|
+
</ExpansionPanelExpanded>
|
|
26
|
+
</div>
|
|
57
27
|
</div>
|
|
58
28
|
</>
|
|
59
29
|
);
|
|
@@ -1,58 +1,29 @@
|
|
|
1
|
-
import { ExpansionPanel } from '../../expansion-panel';
|
|
2
|
-
|
|
1
|
+
import { ExpansionPanel, ExpansionPanelNormal, ExpansionPanelExpanded } from '../../expansion-panel';
|
|
3
2
|
|
|
4
3
|
export default () =>(
|
|
5
4
|
<>
|
|
6
|
-
<div id="test-area">
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
</
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
<span>
|
|
29
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
30
|
-
</span>
|
|
31
|
-
</ExpansionPanel>
|
|
32
|
-
|
|
33
|
-
<ExpansionPanel title="Hover state" subtitle="South America" hover >
|
|
34
|
-
<span>
|
|
35
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
36
|
-
</span>
|
|
37
|
-
</ExpansionPanel>
|
|
38
|
-
|
|
39
|
-
<ExpansionPanel title="Hover & Focus state" subtitle="South America" hover focus >
|
|
40
|
-
<span>
|
|
41
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
42
|
-
</span>
|
|
43
|
-
</ExpansionPanel>
|
|
44
|
-
|
|
45
|
-
<ExpansionPanel title="Disabled panel" subtitle="South America" disabled >
|
|
46
|
-
<span>
|
|
47
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
48
|
-
</span>
|
|
49
|
-
</ExpansionPanel>
|
|
50
|
-
|
|
51
|
-
<ExpansionPanel title="Content with fixed height" subtitle="South America" expanded contentStyle={ { height: "100px" } } >
|
|
52
|
-
<div style={ { height: "100%", overflow: "auto" } }>
|
|
53
|
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
54
|
-
</div>
|
|
55
|
-
</ExpansionPanel>
|
|
5
|
+
<div id="test-area" className="k-d-grid k-grid-cols-2">
|
|
6
|
+
<div>
|
|
7
|
+
{[ 'normal', ...ExpansionPanel.states ].map((state) => (
|
|
8
|
+
<ExpansionPanelExpanded { ...{ [state]: true }} title={"Expanded panel - " + state} subtitle="Subtitle" />
|
|
9
|
+
))}
|
|
10
|
+
|
|
11
|
+
<ExpansionPanelExpanded title="Expanded panel - hover & focus" hover focus subtitle="Subtitle" />
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<div>
|
|
15
|
+
{[ 'normal', ...ExpansionPanel.states ].map((state) => (
|
|
16
|
+
<ExpansionPanelNormal { ...{ [state]: true }} title={"Collapsed panel - " + state} subtitle="Subtitle" />
|
|
17
|
+
))}
|
|
18
|
+
|
|
19
|
+
<ExpansionPanelNormal title="Collapsed panel - hover & focus" hover focus subtitle="Subtitle" />
|
|
20
|
+
|
|
21
|
+
<ExpansionPanelExpanded title="Content with fixed height" subtitle="Subtitle" contentStyle={ { height: "100px" } } >
|
|
22
|
+
<div style={ { height: "100%", overflow: "auto" } }>
|
|
23
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
24
|
+
</div>
|
|
25
|
+
</ExpansionPanelExpanded>
|
|
26
|
+
</div>
|
|
56
27
|
</div>
|
|
57
28
|
</>
|
|
58
29
|
);
|
package/src/filter/index.ts
CHANGED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Filter, FilterToolbar, FilterLines, FilterPreview, FilterItem } from "../../filter";
|
|
2
|
+
import { Button } from '../../button';
|
|
3
|
+
import { ButtonGroup } from '../../button-group';
|
|
4
|
+
import { DatePicker } from '../../datepicker';
|
|
5
|
+
import { DropdownList } from '../../dropdownlist';
|
|
6
|
+
import { NumericTextbox } from '../../numerictextbox';
|
|
7
|
+
import { Textbox } from '../../textbox';
|
|
8
|
+
import { Toolbar, ToolbarItem } from '../../toolbar';
|
|
9
|
+
|
|
10
|
+
export const FilterNormal = (props) => (
|
|
11
|
+
<Filter
|
|
12
|
+
children={[
|
|
13
|
+
<FilterToolbar>
|
|
14
|
+
<Toolbar>
|
|
15
|
+
<ButtonGroup>
|
|
16
|
+
<Button selected>And</Button>
|
|
17
|
+
<Button>Or</Button>
|
|
18
|
+
</ButtonGroup>
|
|
19
|
+
<Button icon="filter-add-expression">Add Expression</Button>
|
|
20
|
+
<Button icon="filter-add-group">Add Group</Button>
|
|
21
|
+
<Button fillMode="flat" icon="x"></Button>
|
|
22
|
+
</Toolbar>
|
|
23
|
+
</FilterToolbar>,
|
|
24
|
+
<FilterLines>
|
|
25
|
+
<FilterItem>
|
|
26
|
+
<FilterToolbar>
|
|
27
|
+
<Toolbar>
|
|
28
|
+
<ToolbarItem className="k-filter-field">
|
|
29
|
+
<DropdownList value="Name" />
|
|
30
|
+
</ToolbarItem>
|
|
31
|
+
<ToolbarItem className="k-filter-operator">
|
|
32
|
+
<DropdownList value="Is equal to" />
|
|
33
|
+
</ToolbarItem>
|
|
34
|
+
<ToolbarItem className="k-filter-value">
|
|
35
|
+
<Textbox placeholder="James"/>
|
|
36
|
+
</ToolbarItem>
|
|
37
|
+
<Button fillMode="flat" icon="x"></Button>
|
|
38
|
+
</Toolbar>
|
|
39
|
+
</FilterToolbar>
|
|
40
|
+
</FilterItem>
|
|
41
|
+
<FilterItem>
|
|
42
|
+
<FilterToolbar>
|
|
43
|
+
<Toolbar>
|
|
44
|
+
<ToolbarItem className="k-filter-field">
|
|
45
|
+
<DropdownList value="Price" />
|
|
46
|
+
</ToolbarItem>
|
|
47
|
+
<ToolbarItem className="k-filter-operator">
|
|
48
|
+
<DropdownList value="Is greater than" />
|
|
49
|
+
</ToolbarItem>
|
|
50
|
+
<ToolbarItem className="k-filter-value">
|
|
51
|
+
<NumericTextbox placeholder="100,00"/>
|
|
52
|
+
</ToolbarItem>
|
|
53
|
+
<Button fillMode="flat" icon="x"></Button>
|
|
54
|
+
</Toolbar>
|
|
55
|
+
</FilterToolbar>
|
|
56
|
+
</FilterItem>
|
|
57
|
+
<FilterItem>
|
|
58
|
+
<FilterToolbar>
|
|
59
|
+
<Toolbar>
|
|
60
|
+
<ToolbarItem className="k-filter-field">
|
|
61
|
+
<DropdownList value="First Ordered" />
|
|
62
|
+
</ToolbarItem>
|
|
63
|
+
<ToolbarItem className="k-filter-operator">
|
|
64
|
+
<DropdownList value="Is before" />
|
|
65
|
+
</ToolbarItem>
|
|
66
|
+
<ToolbarItem className="k-filter-value">
|
|
67
|
+
<DatePicker placeholder="1/21/2021" />
|
|
68
|
+
</ToolbarItem>
|
|
69
|
+
<Button fillMode="flat" icon="x"></Button>
|
|
70
|
+
</Toolbar>
|
|
71
|
+
</FilterToolbar>
|
|
72
|
+
</FilterItem>
|
|
73
|
+
</FilterLines>,
|
|
74
|
+
<FilterPreview
|
|
75
|
+
fields={[
|
|
76
|
+
{ name: "bracket", value: "(" },
|
|
77
|
+
{ name: "field", value: "Price" },
|
|
78
|
+
{ name: "criteria", value: "Is greater than" },
|
|
79
|
+
{ name: "value", value: "'100,00'" },
|
|
80
|
+
{ name: "operator", value: "AND" },
|
|
81
|
+
{ name: "bracket", value: "(" },
|
|
82
|
+
{ name: "bracket", value: "(" },
|
|
83
|
+
{ name: "field", value: "FirstOrdered" },
|
|
84
|
+
{ name: "criteria", value: "Is before" },
|
|
85
|
+
{ name: "value", value: "'Thursday Jan 21 2021'" },
|
|
86
|
+
{ name: "bracket", value: ")" },
|
|
87
|
+
{ name: "bracket", value: ")" },
|
|
88
|
+
{ name: "bracket", value: ")" },
|
|
89
|
+
]}>
|
|
90
|
+
</FilterPreview>
|
|
91
|
+
]}
|
|
92
|
+
{...props}
|
|
93
|
+
>
|
|
94
|
+
</Filter>
|
|
95
|
+
);
|
|
@@ -5,14 +5,14 @@ import { DropdownList } from '../../dropdownlist';
|
|
|
5
5
|
import { NumericTextbox } from '../../numerictextbox';
|
|
6
6
|
import { Textbox } from '../../textbox';
|
|
7
7
|
import { Toolbar, ToolbarItem } from '../../toolbar';
|
|
8
|
-
import {
|
|
8
|
+
import { FilterNormal, FilterToolbar, FilterLines, FilterPreview, FilterItem } from '../../filter';
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
export default () =>(
|
|
12
12
|
<>
|
|
13
13
|
<div id="test-area" className="k-d-grid">
|
|
14
14
|
|
|
15
|
-
<
|
|
15
|
+
<FilterNormal>
|
|
16
16
|
<FilterToolbar>
|
|
17
17
|
<Toolbar focus>
|
|
18
18
|
<ButtonGroup>
|
|
@@ -152,7 +152,7 @@ export default () =>(
|
|
|
152
152
|
{ name: "bracket", value: ")" },
|
|
153
153
|
]}>
|
|
154
154
|
</FilterPreview>
|
|
155
|
-
</
|
|
155
|
+
</FilterNormal>
|
|
156
156
|
</div>
|
|
157
157
|
</>
|
|
158
158
|
);
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import FloatingLabel from "../floating-label.spec";
|
|
2
|
+
import { Textbox } from '../../textbox';
|
|
2
3
|
|
|
3
|
-
export const FloatingLabelNormal = (
|
|
4
|
-
<FloatingLabel
|
|
5
|
-
|
|
4
|
+
export const FloatingLabelNormal = (props) => (
|
|
5
|
+
<FloatingLabel
|
|
6
|
+
label="Label"
|
|
7
|
+
children={[
|
|
8
|
+
<Textbox />
|
|
9
|
+
]}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
6
12
|
</FloatingLabel>
|
|
7
13
|
);
|
package/src/index.ts
CHANGED
|
@@ -92,7 +92,7 @@ export * from './card/index';
|
|
|
92
92
|
export * from './expansion-panel/index';
|
|
93
93
|
// export * from './panelbar/index';
|
|
94
94
|
// export * from './splitter/index';
|
|
95
|
-
|
|
95
|
+
export * from './tilelayout/index';
|
|
96
96
|
|
|
97
97
|
// Data management
|
|
98
98
|
// export * from './grid/index';
|
|
@@ -100,10 +100,19 @@ export * from './listview/index';
|
|
|
100
100
|
// export * from './spreadsheet/index';
|
|
101
101
|
// export * from './pivotgrid/index';
|
|
102
102
|
// export * from './treelist/index';
|
|
103
|
-
|
|
103
|
+
export * from './filter/index';
|
|
104
104
|
// export * from './filemanager/index';
|
|
105
105
|
// export * from './taskboard/index';
|
|
106
106
|
|
|
107
|
+
// Misc
|
|
108
|
+
// export * from './adaptive/index''
|
|
109
|
+
// export * from './chat/index';
|
|
110
|
+
// export * from './mediaplayer/index';
|
|
111
|
+
// export * from './timeline/index';
|
|
112
|
+
// export * from './pdf-viewer/index';
|
|
113
|
+
// export * from './scroller/index';
|
|
114
|
+
export * from './scrollview/index';
|
|
115
|
+
|
|
107
116
|
// Editors
|
|
108
117
|
export * from './editor/index';
|
|
109
118
|
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
import { ListView } from '../../listview';
|
|
1
|
+
import { ListView, ListViewItem } from '../../listview';
|
|
2
2
|
|
|
3
|
-
export const ListViewNormal = (props) =>
|
|
3
|
+
export const ListViewNormal = (props) => (
|
|
4
|
+
<ListView children={[
|
|
5
|
+
<>
|
|
6
|
+
<ListViewItem><div>Listview Item</div></ListViewItem>
|
|
7
|
+
<ListViewItem><div>Listview Item</div></ListViewItem>
|
|
8
|
+
<ListViewItem><div>Listview Item</div></ListViewItem>
|
|
9
|
+
</>
|
|
10
|
+
]}
|
|
11
|
+
{...props}>
|
|
12
|
+
</ListView>
|
|
13
|
+
);
|
package/src/popover/index.ts
CHANGED