@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
|
@@ -4370,17 +4370,43 @@ ExpansionPanel.states = states4;
|
|
|
4370
4370
|
ExpansionPanel.options = options4;
|
|
4371
4371
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
4372
4372
|
ExpansionPanel.defaultProps = defaultProps4;
|
|
4373
|
+
var expansion_panel_spec_default = ExpansionPanel;
|
|
4373
4374
|
|
|
4374
|
-
// src/expansion-panel/
|
|
4375
|
+
// src/expansion-panel/templates/expansion-panel-normal.tsx
|
|
4375
4376
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
4376
|
-
var
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4377
|
+
var ExpansionPanelNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
4378
|
+
expansion_panel_spec_default,
|
|
4379
|
+
{
|
|
4380
|
+
children: [
|
|
4381
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4382
|
+
],
|
|
4383
|
+
...props
|
|
4384
|
+
}
|
|
4385
|
+
);
|
|
4386
|
+
|
|
4387
|
+
// src/expansion-panel/templates/expansion-panel-expanded.tsx
|
|
4388
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
4389
|
+
var ExpansionPanelExpanded = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
4390
|
+
expansion_panel_spec_default,
|
|
4391
|
+
{
|
|
4392
|
+
expanded: true,
|
|
4393
|
+
children: [
|
|
4394
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4395
|
+
],
|
|
4396
|
+
...props
|
|
4397
|
+
}
|
|
4398
|
+
);
|
|
4399
|
+
|
|
4400
|
+
// src/expansion-panel/tests/expansion-panel-rtl.tsx
|
|
4401
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
4402
|
+
var expansion_panel_rtl_default = () => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_jsx_runtime7.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4403
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { children: [
|
|
4404
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
|
|
4405
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" })
|
|
4406
|
+
] }),
|
|
4407
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { children: [
|
|
4408
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
|
|
4409
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" }),
|
|
4410
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { style: { height: "100%", overflow: "auto" }, children: "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." }) })
|
|
4411
|
+
] })
|
|
4386
4412
|
] }) });
|
|
@@ -4370,17 +4370,43 @@ ExpansionPanel.states = states4;
|
|
|
4370
4370
|
ExpansionPanel.options = options4;
|
|
4371
4371
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
4372
4372
|
ExpansionPanel.defaultProps = defaultProps4;
|
|
4373
|
+
var expansion_panel_spec_default = ExpansionPanel;
|
|
4373
4374
|
|
|
4374
|
-
// src/expansion-panel/
|
|
4375
|
+
// src/expansion-panel/templates/expansion-panel-normal.tsx
|
|
4375
4376
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
4376
|
-
var
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4377
|
+
var ExpansionPanelNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
4378
|
+
expansion_panel_spec_default,
|
|
4379
|
+
{
|
|
4380
|
+
children: [
|
|
4381
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4382
|
+
],
|
|
4383
|
+
...props
|
|
4384
|
+
}
|
|
4385
|
+
);
|
|
4386
|
+
|
|
4387
|
+
// src/expansion-panel/templates/expansion-panel-expanded.tsx
|
|
4388
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
4389
|
+
var ExpansionPanelExpanded = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
4390
|
+
expansion_panel_spec_default,
|
|
4391
|
+
{
|
|
4392
|
+
expanded: true,
|
|
4393
|
+
children: [
|
|
4394
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4395
|
+
],
|
|
4396
|
+
...props
|
|
4397
|
+
}
|
|
4398
|
+
);
|
|
4399
|
+
|
|
4400
|
+
// src/expansion-panel/tests/expansion-panel.tsx
|
|
4401
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
4402
|
+
var expansion_panel_default = () => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_jsx_runtime7.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4403
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { children: [
|
|
4404
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle" })),
|
|
4405
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" })
|
|
4406
|
+
] }),
|
|
4407
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { children: [
|
|
4408
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle" })),
|
|
4409
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" }),
|
|
4410
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { style: { height: "100%", overflow: "auto" }, children: "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." }) })
|
|
4411
|
+
] })
|
|
4386
4412
|
] }) });
|
|
@@ -7803,20 +7803,32 @@ ToolbarPopup.options = options47;
|
|
|
7803
7803
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7804
7804
|
ToolbarPopup.defaultProps = defaultProps45;
|
|
7805
7805
|
|
|
7806
|
-
// src/
|
|
7806
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7807
7807
|
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
7808
7808
|
|
|
7809
|
-
// src/
|
|
7809
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7810
7810
|
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
7811
7811
|
|
|
7812
|
-
// src/
|
|
7812
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7813
7813
|
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
7814
7814
|
|
|
7815
|
-
// src/
|
|
7815
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7816
7816
|
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
7817
7817
|
|
|
7818
|
-
// src/
|
|
7818
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7819
7819
|
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
7820
|
+
|
|
7821
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7822
|
+
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
7823
|
+
|
|
7824
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7825
|
+
var import_jsx_runtime123 = require("react/jsx-runtime");
|
|
7826
|
+
|
|
7827
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7828
|
+
var import_jsx_runtime124 = require("react/jsx-runtime");
|
|
7829
|
+
|
|
7830
|
+
// src/treeview/treeview.spec.tsx
|
|
7831
|
+
var import_jsx_runtime125 = require("react/jsx-runtime");
|
|
7820
7832
|
var import_react2 = require("react");
|
|
7821
7833
|
var TREEVIEW_CLASSNAME = `k-treeview`;
|
|
7822
7834
|
var states51 = [];
|
|
@@ -7851,17 +7863,17 @@ var Treeview = (props) => {
|
|
|
7851
7863
|
} else {
|
|
7852
7864
|
if (children.type === TreeviewItem) {
|
|
7853
7865
|
listChildren.push(
|
|
7854
|
-
/* @__PURE__ */ (0,
|
|
7866
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewItem, { ...children.props, dir })
|
|
7855
7867
|
);
|
|
7856
7868
|
}
|
|
7857
7869
|
if (children.type === TreeviewGroup) {
|
|
7858
7870
|
listChildren.push(
|
|
7859
|
-
/* @__PURE__ */ (0,
|
|
7871
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewGroup, { ...children.props, dir })
|
|
7860
7872
|
);
|
|
7861
7873
|
}
|
|
7862
7874
|
}
|
|
7863
7875
|
}
|
|
7864
|
-
return /* @__PURE__ */ (0,
|
|
7876
|
+
return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
7865
7877
|
"div",
|
|
7866
7878
|
{
|
|
7867
7879
|
...other,
|
|
@@ -7873,7 +7885,7 @@ var Treeview = (props) => {
|
|
|
7873
7885
|
size
|
|
7874
7886
|
})
|
|
7875
7887
|
),
|
|
7876
|
-
children: /* @__PURE__ */ (0,
|
|
7888
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
|
|
7877
7889
|
}
|
|
7878
7890
|
);
|
|
7879
7891
|
};
|
|
@@ -7883,7 +7895,7 @@ Treeview.className = TREEVIEW_CLASSNAME;
|
|
|
7883
7895
|
Treeview.defaultProps = defaultProps46;
|
|
7884
7896
|
|
|
7885
7897
|
// src/treeview/treeview-group.tsx
|
|
7886
|
-
var
|
|
7898
|
+
var import_jsx_runtime126 = require("react/jsx-runtime");
|
|
7887
7899
|
var import_react3 = require("react");
|
|
7888
7900
|
var className13 = `k-treeview-group`;
|
|
7889
7901
|
var TreeviewGroup = (props) => {
|
|
@@ -7904,16 +7916,16 @@ var TreeviewGroup = (props) => {
|
|
|
7904
7916
|
} else {
|
|
7905
7917
|
if (children.type === treeview_item_spec_default) {
|
|
7906
7918
|
listChildren.push(
|
|
7907
|
-
/* @__PURE__ */ (0,
|
|
7919
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(treeview_item_spec_default, { ...children.props, dir })
|
|
7908
7920
|
);
|
|
7909
7921
|
}
|
|
7910
7922
|
}
|
|
7911
7923
|
}
|
|
7912
|
-
return /* @__PURE__ */ (0,
|
|
7924
|
+
return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
|
|
7913
7925
|
};
|
|
7914
7926
|
|
|
7915
7927
|
// src/treeview/treeview-leaf.tsx
|
|
7916
|
-
var
|
|
7928
|
+
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
7917
7929
|
var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
|
|
7918
7930
|
var states52 = [
|
|
7919
7931
|
States.hover,
|
|
@@ -7931,7 +7943,7 @@ var TreeviewLeaf = (props) => {
|
|
|
7931
7943
|
selected,
|
|
7932
7944
|
...other
|
|
7933
7945
|
} = props;
|
|
7934
|
-
return /* @__PURE__ */ (0,
|
|
7946
|
+
return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
|
|
7935
7947
|
"span",
|
|
7936
7948
|
{
|
|
7937
7949
|
...other,
|
|
@@ -7945,8 +7957,8 @@ var TreeviewLeaf = (props) => {
|
|
|
7945
7957
|
})
|
|
7946
7958
|
),
|
|
7947
7959
|
children: [
|
|
7948
|
-
showIcon && /* @__PURE__ */ (0,
|
|
7949
|
-
/* @__PURE__ */ (0,
|
|
7960
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Icon, { icon }),
|
|
7961
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-treeview-leaf-text", children: text })
|
|
7950
7962
|
]
|
|
7951
7963
|
}
|
|
7952
7964
|
);
|
|
@@ -7957,7 +7969,7 @@ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
|
|
|
7957
7969
|
var treeview_leaf_default = TreeviewLeaf;
|
|
7958
7970
|
|
|
7959
7971
|
// src/treeview/treeview-item.spec.tsx
|
|
7960
|
-
var
|
|
7972
|
+
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
7961
7973
|
var import_react4 = require("react");
|
|
7962
7974
|
var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
|
|
7963
7975
|
var states53 = [
|
|
@@ -8000,12 +8012,12 @@ var TreeviewItem = (props) => {
|
|
|
8000
8012
|
} else {
|
|
8001
8013
|
if (children.type === TreeviewGroup) {
|
|
8002
8014
|
listChildren.push(
|
|
8003
|
-
/* @__PURE__ */ (0,
|
|
8015
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
|
|
8004
8016
|
);
|
|
8005
8017
|
}
|
|
8006
8018
|
}
|
|
8007
8019
|
}
|
|
8008
|
-
return /* @__PURE__ */ (0,
|
|
8020
|
+
return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
|
|
8009
8021
|
"li",
|
|
8010
8022
|
{
|
|
8011
8023
|
...other,
|
|
@@ -8014,19 +8026,19 @@ var TreeviewItem = (props) => {
|
|
|
8014
8026
|
TREEVIEWITEM_CLASSNAME
|
|
8015
8027
|
),
|
|
8016
8028
|
children: [
|
|
8017
|
-
/* @__PURE__ */ (0,
|
|
8018
|
-
_hasChildren && /* @__PURE__ */ (0,
|
|
8029
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("span", { className: "k-treeview-mid", children: [
|
|
8030
|
+
_hasChildren && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
8019
8031
|
"span",
|
|
8020
8032
|
{
|
|
8021
8033
|
className: classNames(
|
|
8022
8034
|
"k-treeview-toggle",
|
|
8023
8035
|
stateClassNames("k-treeview-toggle", { disabled })
|
|
8024
8036
|
),
|
|
8025
|
-
children: /* @__PURE__ */ (0,
|
|
8037
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
|
|
8026
8038
|
}
|
|
8027
8039
|
),
|
|
8028
|
-
showCheckbox && /* @__PURE__ */ (0,
|
|
8029
|
-
/* @__PURE__ */ (0,
|
|
8040
|
+
showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Checkbox, { checked, disabled }),
|
|
8041
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
8030
8042
|
treeview_leaf_default,
|
|
8031
8043
|
{
|
|
8032
8044
|
className: classNames(
|
|
@@ -8042,7 +8054,7 @@ var TreeviewItem = (props) => {
|
|
|
8042
8054
|
}
|
|
8043
8055
|
)
|
|
8044
8056
|
] }),
|
|
8045
|
-
expanded && _hasChildren && /* @__PURE__ */ (0,
|
|
8057
|
+
expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_jsx_runtime128.Fragment, { children: listChildren })
|
|
8046
8058
|
]
|
|
8047
8059
|
}
|
|
8048
8060
|
);
|
|
@@ -8054,19 +8066,19 @@ TreeviewItem.defaultProps = defaultProps47;
|
|
|
8054
8066
|
var treeview_item_spec_default = TreeviewItem;
|
|
8055
8067
|
|
|
8056
8068
|
// src/treeview/templates/treeview-normal.tsx
|
|
8057
|
-
var
|
|
8069
|
+
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
8058
8070
|
|
|
8059
8071
|
// src/treeview/templates/treeview-hierarchy.tsx
|
|
8060
|
-
var
|
|
8072
|
+
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
8061
8073
|
|
|
8062
8074
|
// src/treeview/templates/treeview-icons.tsx
|
|
8063
|
-
var
|
|
8075
|
+
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
8064
8076
|
|
|
8065
8077
|
// src/treeview/templates/treeview-checkboxes.tsx
|
|
8066
|
-
var
|
|
8078
|
+
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
8067
8079
|
|
|
8068
8080
|
// src/filemanager/tests/filemanager-contextmenu.tsx
|
|
8069
|
-
var
|
|
8081
|
+
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
8070
8082
|
var styles = `
|
|
8071
8083
|
#filemanager-context-menu {
|
|
8072
8084
|
position: absolute;
|
|
@@ -8076,36 +8088,36 @@ var styles = `
|
|
|
8076
8088
|
overflow: visible;
|
|
8077
8089
|
}
|
|
8078
8090
|
`;
|
|
8079
|
-
var filemanager_contextmenu_default = () => /* @__PURE__ */ (0,
|
|
8080
|
-
/* @__PURE__ */ (0,
|
|
8081
|
-
/* @__PURE__ */ (0,
|
|
8082
|
-
/* @__PURE__ */ (0,
|
|
8083
|
-
/* @__PURE__ */ (0,
|
|
8084
|
-
/* @__PURE__ */ (0,
|
|
8085
|
-
/* @__PURE__ */ (0,
|
|
8086
|
-
/* @__PURE__ */ (0,
|
|
8091
|
+
var filemanager_contextmenu_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(import_jsx_runtime133.Fragment, { children: [
|
|
8092
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("style", { children: styles }),
|
|
8093
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
8094
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "File Manager ContextMenu" }),
|
|
8095
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-filemanager", children: [
|
|
8096
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-filemanager-toolbar", children: [
|
|
8097
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "New Folder" }),
|
|
8098
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Upload" })
|
|
8087
8099
|
] }) }),
|
|
8088
|
-
/* @__PURE__ */ (0,
|
|
8089
|
-
/* @__PURE__ */ (0,
|
|
8090
|
-
/* @__PURE__ */ (0,
|
|
8091
|
-
/* @__PURE__ */ (0,
|
|
8092
|
-
/* @__PURE__ */ (0,
|
|
8093
|
-
/* @__PURE__ */ (0,
|
|
8094
|
-
/* @__PURE__ */ (0,
|
|
8095
|
-
/* @__PURE__ */ (0,
|
|
8100
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content-container", children: [
|
|
8101
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TreeviewItem, { text: "Folder" }) }) }),
|
|
8102
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filemanager-content", children: [
|
|
8103
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbItem, { root: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "home" }) }) }) }) }),
|
|
8104
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
|
|
8105
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-listview-item", children: [
|
|
8106
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
|
|
8107
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "Folder" })
|
|
8096
8108
|
] }),
|
|
8097
|
-
/* @__PURE__ */ (0,
|
|
8098
|
-
/* @__PURE__ */ (0,
|
|
8099
|
-
/* @__PURE__ */ (0,
|
|
8109
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-listview-item", children: [
|
|
8110
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-preview", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
|
|
8111
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-file-name", children: "file.png" })
|
|
8100
8112
|
] })
|
|
8101
8113
|
] }) })
|
|
8102
8114
|
] }),
|
|
8103
|
-
/* @__PURE__ */ (0,
|
|
8115
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filemanager-preview", hidden: true })
|
|
8104
8116
|
] })
|
|
8105
8117
|
] }),
|
|
8106
|
-
/* @__PURE__ */ (0,
|
|
8107
|
-
/* @__PURE__ */ (0,
|
|
8108
|
-
/* @__PURE__ */ (0,
|
|
8118
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(MenuList, { children: [
|
|
8119
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuItem, { text: "Rename", icon: "pencil" }),
|
|
8120
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuItem, { text: "Delete", icon: "trash" })
|
|
8109
8121
|
] }) })
|
|
8110
8122
|
] })
|
|
8111
8123
|
] });
|
|
@@ -4527,11 +4527,13 @@ var dialog_spec_default = Dialog;
|
|
|
4527
4527
|
|
|
4528
4528
|
// src/dialog/templates/dialog-normal.tsx
|
|
4529
4529
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
4530
|
-
var DialogNormal = (
|
|
4530
|
+
var DialogNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
4531
4531
|
dialog_spec_default,
|
|
4532
4532
|
{
|
|
4533
|
-
|
|
4534
|
-
|
|
4533
|
+
children: [
|
|
4534
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Dialog content" })
|
|
4535
|
+
],
|
|
4536
|
+
...props
|
|
4535
4537
|
}
|
|
4536
4538
|
);
|
|
4537
4539
|
|