@progress/kendo-themes-html 7.0.1 → 7.0.2-dev.1
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
|
@@ -4351,19 +4351,45 @@ ExpansionPanel.states = states4;
|
|
|
4351
4351
|
ExpansionPanel.options = options4;
|
|
4352
4352
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
4353
4353
|
ExpansionPanel.defaultProps = defaultProps4;
|
|
4354
|
+
var expansion_panel_spec_default = ExpansionPanel;
|
|
4355
|
+
|
|
4356
|
+
// src/expansion-panel/templates/expansion-panel-normal.tsx
|
|
4357
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
4358
|
+
var ExpansionPanelNormal = (props) => /* @__PURE__ */ jsx5(
|
|
4359
|
+
expansion_panel_spec_default,
|
|
4360
|
+
{
|
|
4361
|
+
children: [
|
|
4362
|
+
/* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4363
|
+
],
|
|
4364
|
+
...props
|
|
4365
|
+
}
|
|
4366
|
+
);
|
|
4367
|
+
|
|
4368
|
+
// src/expansion-panel/templates/expansion-panel-expanded.tsx
|
|
4369
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
4370
|
+
var ExpansionPanelExpanded = (props) => /* @__PURE__ */ jsx6(
|
|
4371
|
+
expansion_panel_spec_default,
|
|
4372
|
+
{
|
|
4373
|
+
expanded: true,
|
|
4374
|
+
children: [
|
|
4375
|
+
/* @__PURE__ */ jsx6("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4376
|
+
],
|
|
4377
|
+
...props
|
|
4378
|
+
}
|
|
4379
|
+
);
|
|
4354
4380
|
|
|
4355
4381
|
// src/expansion-panel/tests/expansion-panel-rtl.tsx
|
|
4356
|
-
import { Fragment as Fragment4, jsx as
|
|
4357
|
-
var expansion_panel_rtl_default = () => /* @__PURE__ */
|
|
4358
|
-
/* @__PURE__ */
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
/* @__PURE__ */
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4382
|
+
import { Fragment as Fragment4, jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
4383
|
+
var expansion_panel_rtl_default = () => /* @__PURE__ */ jsx7(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4384
|
+
/* @__PURE__ */ jsxs2("div", { children: [
|
|
4385
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
|
|
4386
|
+
/* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" })
|
|
4387
|
+
] }),
|
|
4388
|
+
/* @__PURE__ */ jsxs2("div", { children: [
|
|
4389
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle", dir: "rtl" })),
|
|
4390
|
+
/* @__PURE__ */ jsx7(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle", dir: "rtl" }),
|
|
4391
|
+
/* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, dir: "rtl", children: /* @__PURE__ */ jsx7("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." }) })
|
|
4392
|
+
] })
|
|
4367
4393
|
] }) });
|
|
4368
4394
|
export {
|
|
4369
4395
|
expansion_panel_rtl_default as default
|
|
@@ -4351,19 +4351,45 @@ ExpansionPanel.states = states4;
|
|
|
4351
4351
|
ExpansionPanel.options = options4;
|
|
4352
4352
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
4353
4353
|
ExpansionPanel.defaultProps = defaultProps4;
|
|
4354
|
+
var expansion_panel_spec_default = ExpansionPanel;
|
|
4355
|
+
|
|
4356
|
+
// src/expansion-panel/templates/expansion-panel-normal.tsx
|
|
4357
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
4358
|
+
var ExpansionPanelNormal = (props) => /* @__PURE__ */ jsx5(
|
|
4359
|
+
expansion_panel_spec_default,
|
|
4360
|
+
{
|
|
4361
|
+
children: [
|
|
4362
|
+
/* @__PURE__ */ jsx5("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4363
|
+
],
|
|
4364
|
+
...props
|
|
4365
|
+
}
|
|
4366
|
+
);
|
|
4367
|
+
|
|
4368
|
+
// src/expansion-panel/templates/expansion-panel-expanded.tsx
|
|
4369
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
4370
|
+
var ExpansionPanelExpanded = (props) => /* @__PURE__ */ jsx6(
|
|
4371
|
+
expansion_panel_spec_default,
|
|
4372
|
+
{
|
|
4373
|
+
expanded: true,
|
|
4374
|
+
children: [
|
|
4375
|
+
/* @__PURE__ */ jsx6("span", { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text." })
|
|
4376
|
+
],
|
|
4377
|
+
...props
|
|
4378
|
+
}
|
|
4379
|
+
);
|
|
4354
4380
|
|
|
4355
4381
|
// src/expansion-panel/tests/expansion-panel.tsx
|
|
4356
|
-
import { Fragment as Fragment4, jsx as
|
|
4357
|
-
var expansion_panel_default = () => /* @__PURE__ */
|
|
4358
|
-
/* @__PURE__ */
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
/* @__PURE__ */
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4382
|
+
import { Fragment as Fragment4, jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
4383
|
+
var expansion_panel_default = () => /* @__PURE__ */ jsx7(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4384
|
+
/* @__PURE__ */ jsxs2("div", { children: [
|
|
4385
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelExpanded, { ...{ [state]: true }, title: "Expanded panel - " + state, subtitle: "Subtitle" })),
|
|
4386
|
+
/* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Expanded panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" })
|
|
4387
|
+
] }),
|
|
4388
|
+
/* @__PURE__ */ jsxs2("div", { children: [
|
|
4389
|
+
["normal", ...ExpansionPanel.states].map((state) => /* @__PURE__ */ jsx7(ExpansionPanelNormal, { ...{ [state]: true }, title: "Collapsed panel - " + state, subtitle: "Subtitle" })),
|
|
4390
|
+
/* @__PURE__ */ jsx7(ExpansionPanelNormal, { title: "Collapsed panel - hover & focus", hover: true, focus: true, subtitle: "Subtitle" }),
|
|
4391
|
+
/* @__PURE__ */ jsx7(ExpansionPanelExpanded, { title: "Content with fixed height", subtitle: "Subtitle", contentStyle: { height: "100px" }, children: /* @__PURE__ */ jsx7("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." }) })
|
|
4392
|
+
] })
|
|
4367
4393
|
] }) });
|
|
4368
4394
|
export {
|
|
4369
4395
|
expansion_panel_default as default
|
|
@@ -7784,20 +7784,32 @@ ToolbarPopup.options = options47;
|
|
|
7784
7784
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7785
7785
|
ToolbarPopup.defaultProps = defaultProps45;
|
|
7786
7786
|
|
|
7787
|
-
// src/
|
|
7787
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7788
7788
|
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7789
7789
|
|
|
7790
|
-
// src/
|
|
7790
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7791
7791
|
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
7792
7792
|
|
|
7793
|
-
// src/
|
|
7793
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7794
7794
|
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
7795
7795
|
|
|
7796
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7797
|
+
import { jsx as jsx120, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7798
|
+
|
|
7799
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7800
|
+
import { Fragment as Fragment29, jsx as jsx121, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7801
|
+
|
|
7802
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7803
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
7804
|
+
|
|
7805
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7806
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
7807
|
+
|
|
7796
7808
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7797
|
-
import { jsx as
|
|
7809
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
7798
7810
|
|
|
7799
7811
|
// src/treeview/treeview.spec.tsx
|
|
7800
|
-
import { jsx as
|
|
7812
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
7801
7813
|
import { createElement as createElement2 } from "react";
|
|
7802
7814
|
var TREEVIEW_CLASSNAME = `k-treeview`;
|
|
7803
7815
|
var states51 = [];
|
|
@@ -7832,17 +7844,17 @@ var Treeview = (props) => {
|
|
|
7832
7844
|
} else {
|
|
7833
7845
|
if (children.type === TreeviewItem) {
|
|
7834
7846
|
listChildren.push(
|
|
7835
|
-
/* @__PURE__ */
|
|
7847
|
+
/* @__PURE__ */ jsx125(TreeviewItem, { ...children.props, dir })
|
|
7836
7848
|
);
|
|
7837
7849
|
}
|
|
7838
7850
|
if (children.type === TreeviewGroup) {
|
|
7839
7851
|
listChildren.push(
|
|
7840
|
-
/* @__PURE__ */
|
|
7852
|
+
/* @__PURE__ */ jsx125(TreeviewGroup, { ...children.props, dir })
|
|
7841
7853
|
);
|
|
7842
7854
|
}
|
|
7843
7855
|
}
|
|
7844
7856
|
}
|
|
7845
|
-
return /* @__PURE__ */
|
|
7857
|
+
return /* @__PURE__ */ jsx125(
|
|
7846
7858
|
"div",
|
|
7847
7859
|
{
|
|
7848
7860
|
...other,
|
|
@@ -7854,7 +7866,7 @@ var Treeview = (props) => {
|
|
|
7854
7866
|
size
|
|
7855
7867
|
})
|
|
7856
7868
|
),
|
|
7857
|
-
children: /* @__PURE__ */
|
|
7869
|
+
children: /* @__PURE__ */ jsx125(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
|
|
7858
7870
|
}
|
|
7859
7871
|
);
|
|
7860
7872
|
};
|
|
@@ -7864,7 +7876,7 @@ Treeview.className = TREEVIEW_CLASSNAME;
|
|
|
7864
7876
|
Treeview.defaultProps = defaultProps46;
|
|
7865
7877
|
|
|
7866
7878
|
// src/treeview/treeview-group.tsx
|
|
7867
|
-
import { jsx as
|
|
7879
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
7868
7880
|
import { createElement as createElement3 } from "react";
|
|
7869
7881
|
var className13 = `k-treeview-group`;
|
|
7870
7882
|
var TreeviewGroup = (props) => {
|
|
@@ -7885,16 +7897,16 @@ var TreeviewGroup = (props) => {
|
|
|
7885
7897
|
} else {
|
|
7886
7898
|
if (children.type === treeview_item_spec_default) {
|
|
7887
7899
|
listChildren.push(
|
|
7888
|
-
/* @__PURE__ */
|
|
7900
|
+
/* @__PURE__ */ jsx126(treeview_item_spec_default, { ...children.props, dir })
|
|
7889
7901
|
);
|
|
7890
7902
|
}
|
|
7891
7903
|
}
|
|
7892
7904
|
}
|
|
7893
|
-
return /* @__PURE__ */
|
|
7905
|
+
return /* @__PURE__ */ jsx126("ul", { className: classNames(props.className, className13), children: listChildren });
|
|
7894
7906
|
};
|
|
7895
7907
|
|
|
7896
7908
|
// src/treeview/treeview-leaf.tsx
|
|
7897
|
-
import { jsx as
|
|
7909
|
+
import { jsx as jsx127, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7898
7910
|
var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
|
|
7899
7911
|
var states52 = [
|
|
7900
7912
|
States.hover,
|
|
@@ -7912,7 +7924,7 @@ var TreeviewLeaf = (props) => {
|
|
|
7912
7924
|
selected,
|
|
7913
7925
|
...other
|
|
7914
7926
|
} = props;
|
|
7915
|
-
return /* @__PURE__ */
|
|
7927
|
+
return /* @__PURE__ */ jsxs49(
|
|
7916
7928
|
"span",
|
|
7917
7929
|
{
|
|
7918
7930
|
...other,
|
|
@@ -7926,8 +7938,8 @@ var TreeviewLeaf = (props) => {
|
|
|
7926
7938
|
})
|
|
7927
7939
|
),
|
|
7928
7940
|
children: [
|
|
7929
|
-
showIcon && /* @__PURE__ */
|
|
7930
|
-
/* @__PURE__ */
|
|
7941
|
+
showIcon && /* @__PURE__ */ jsx127(Icon, { icon }),
|
|
7942
|
+
/* @__PURE__ */ jsx127("span", { className: "k-treeview-leaf-text", children: text })
|
|
7931
7943
|
]
|
|
7932
7944
|
}
|
|
7933
7945
|
);
|
|
@@ -7938,7 +7950,7 @@ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
|
|
|
7938
7950
|
var treeview_leaf_default = TreeviewLeaf;
|
|
7939
7951
|
|
|
7940
7952
|
// src/treeview/treeview-item.spec.tsx
|
|
7941
|
-
import { Fragment as
|
|
7953
|
+
import { Fragment as Fragment30, jsx as jsx128, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7942
7954
|
import { createElement as createElement4 } from "react";
|
|
7943
7955
|
var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
|
|
7944
7956
|
var states53 = [
|
|
@@ -7981,12 +7993,12 @@ var TreeviewItem = (props) => {
|
|
|
7981
7993
|
} else {
|
|
7982
7994
|
if (children.type === TreeviewGroup) {
|
|
7983
7995
|
listChildren.push(
|
|
7984
|
-
/* @__PURE__ */
|
|
7996
|
+
/* @__PURE__ */ jsx128(TreeviewGroup, { ...children.props, dir, children: children.props.children })
|
|
7985
7997
|
);
|
|
7986
7998
|
}
|
|
7987
7999
|
}
|
|
7988
8000
|
}
|
|
7989
|
-
return /* @__PURE__ */
|
|
8001
|
+
return /* @__PURE__ */ jsxs50(
|
|
7990
8002
|
"li",
|
|
7991
8003
|
{
|
|
7992
8004
|
...other,
|
|
@@ -7995,19 +8007,19 @@ var TreeviewItem = (props) => {
|
|
|
7995
8007
|
TREEVIEWITEM_CLASSNAME
|
|
7996
8008
|
),
|
|
7997
8009
|
children: [
|
|
7998
|
-
/* @__PURE__ */
|
|
7999
|
-
_hasChildren && /* @__PURE__ */
|
|
8010
|
+
/* @__PURE__ */ jsxs50("span", { className: "k-treeview-mid", children: [
|
|
8011
|
+
_hasChildren && /* @__PURE__ */ jsx128(
|
|
8000
8012
|
"span",
|
|
8001
8013
|
{
|
|
8002
8014
|
className: classNames(
|
|
8003
8015
|
"k-treeview-toggle",
|
|
8004
8016
|
stateClassNames("k-treeview-toggle", { disabled })
|
|
8005
8017
|
),
|
|
8006
|
-
children: /* @__PURE__ */
|
|
8018
|
+
children: /* @__PURE__ */ jsx128(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
|
|
8007
8019
|
}
|
|
8008
8020
|
),
|
|
8009
|
-
showCheckbox && /* @__PURE__ */
|
|
8010
|
-
/* @__PURE__ */
|
|
8021
|
+
showCheckbox && /* @__PURE__ */ jsx128(Checkbox, { checked, disabled }),
|
|
8022
|
+
/* @__PURE__ */ jsx128(
|
|
8011
8023
|
treeview_leaf_default,
|
|
8012
8024
|
{
|
|
8013
8025
|
className: classNames(
|
|
@@ -8023,7 +8035,7 @@ var TreeviewItem = (props) => {
|
|
|
8023
8035
|
}
|
|
8024
8036
|
)
|
|
8025
8037
|
] }),
|
|
8026
|
-
expanded && _hasChildren && /* @__PURE__ */
|
|
8038
|
+
expanded && _hasChildren && /* @__PURE__ */ jsx128(Fragment30, { children: listChildren })
|
|
8027
8039
|
]
|
|
8028
8040
|
}
|
|
8029
8041
|
);
|
|
@@ -8035,19 +8047,19 @@ TreeviewItem.defaultProps = defaultProps47;
|
|
|
8035
8047
|
var treeview_item_spec_default = TreeviewItem;
|
|
8036
8048
|
|
|
8037
8049
|
// src/treeview/templates/treeview-normal.tsx
|
|
8038
|
-
import { jsx as
|
|
8050
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
8039
8051
|
|
|
8040
8052
|
// src/treeview/templates/treeview-hierarchy.tsx
|
|
8041
|
-
import { jsx as
|
|
8053
|
+
import { jsx as jsx130, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
8042
8054
|
|
|
8043
8055
|
// src/treeview/templates/treeview-icons.tsx
|
|
8044
|
-
import { jsx as
|
|
8056
|
+
import { jsx as jsx131, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
8045
8057
|
|
|
8046
8058
|
// src/treeview/templates/treeview-checkboxes.tsx
|
|
8047
|
-
import { jsx as
|
|
8059
|
+
import { jsx as jsx132, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
8048
8060
|
|
|
8049
8061
|
// src/filemanager/tests/filemanager-contextmenu.tsx
|
|
8050
|
-
import { Fragment as
|
|
8062
|
+
import { Fragment as Fragment31, jsx as jsx133, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
8051
8063
|
var styles = `
|
|
8052
8064
|
#filemanager-context-menu {
|
|
8053
8065
|
position: absolute;
|
|
@@ -8057,36 +8069,36 @@ var styles = `
|
|
|
8057
8069
|
overflow: visible;
|
|
8058
8070
|
}
|
|
8059
8071
|
`;
|
|
8060
|
-
var filemanager_contextmenu_default = () => /* @__PURE__ */
|
|
8061
|
-
/* @__PURE__ */
|
|
8062
|
-
/* @__PURE__ */
|
|
8063
|
-
/* @__PURE__ */
|
|
8064
|
-
/* @__PURE__ */
|
|
8065
|
-
/* @__PURE__ */
|
|
8066
|
-
/* @__PURE__ */
|
|
8067
|
-
/* @__PURE__ */
|
|
8072
|
+
var filemanager_contextmenu_default = () => /* @__PURE__ */ jsxs54(Fragment31, { children: [
|
|
8073
|
+
/* @__PURE__ */ jsx133("style", { children: styles }),
|
|
8074
|
+
/* @__PURE__ */ jsxs54("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
8075
|
+
/* @__PURE__ */ jsx133("span", { children: "File Manager ContextMenu" }),
|
|
8076
|
+
/* @__PURE__ */ jsxs54("div", { className: "k-widget k-filemanager", children: [
|
|
8077
|
+
/* @__PURE__ */ jsx133("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs54(Toolbar, { className: "k-filemanager-toolbar", children: [
|
|
8078
|
+
/* @__PURE__ */ jsx133(Button, { children: "New Folder" }),
|
|
8079
|
+
/* @__PURE__ */ jsx133(Button, { children: "Upload" })
|
|
8068
8080
|
] }) }),
|
|
8069
|
-
/* @__PURE__ */
|
|
8070
|
-
/* @__PURE__ */
|
|
8071
|
-
/* @__PURE__ */
|
|
8072
|
-
/* @__PURE__ */
|
|
8073
|
-
/* @__PURE__ */
|
|
8074
|
-
/* @__PURE__ */
|
|
8075
|
-
/* @__PURE__ */
|
|
8076
|
-
/* @__PURE__ */
|
|
8081
|
+
/* @__PURE__ */ jsxs54("div", { className: "k-filemanager-content-container", children: [
|
|
8082
|
+
/* @__PURE__ */ jsx133("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx133(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx133(TreeviewItem, { text: "Folder" }) }) }),
|
|
8083
|
+
/* @__PURE__ */ jsxs54("div", { className: "k-filemanager-content", children: [
|
|
8084
|
+
/* @__PURE__ */ jsx133(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx133(BreadcrumbContainer, { children: /* @__PURE__ */ jsx133(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx133(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx133(Icon, { icon: "home" }) }) }) }) }),
|
|
8085
|
+
/* @__PURE__ */ jsx133("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs54("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
|
|
8086
|
+
/* @__PURE__ */ jsxs54("div", { className: "k-listview-item", children: [
|
|
8087
|
+
/* @__PURE__ */ jsx133("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx133(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
|
|
8088
|
+
/* @__PURE__ */ jsx133("span", { className: "k-file-name", children: "Folder" })
|
|
8077
8089
|
] }),
|
|
8078
|
-
/* @__PURE__ */
|
|
8079
|
-
/* @__PURE__ */
|
|
8080
|
-
/* @__PURE__ */
|
|
8090
|
+
/* @__PURE__ */ jsxs54("div", { className: "k-listview-item", children: [
|
|
8091
|
+
/* @__PURE__ */ jsx133("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx133(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
|
|
8092
|
+
/* @__PURE__ */ jsx133("span", { className: "k-file-name", children: "file.png" })
|
|
8081
8093
|
] })
|
|
8082
8094
|
] }) })
|
|
8083
8095
|
] }),
|
|
8084
|
-
/* @__PURE__ */
|
|
8096
|
+
/* @__PURE__ */ jsx133("div", { className: "k-filemanager-preview", hidden: true })
|
|
8085
8097
|
] })
|
|
8086
8098
|
] }),
|
|
8087
|
-
/* @__PURE__ */
|
|
8088
|
-
/* @__PURE__ */
|
|
8089
|
-
/* @__PURE__ */
|
|
8099
|
+
/* @__PURE__ */ jsx133(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs54(MenuList, { children: [
|
|
8100
|
+
/* @__PURE__ */ jsx133(MenuItem, { text: "Rename", icon: "pencil" }),
|
|
8101
|
+
/* @__PURE__ */ jsx133(MenuItem, { text: "Delete", icon: "trash" })
|
|
8090
8102
|
] }) })
|
|
8091
8103
|
] })
|
|
8092
8104
|
] });
|
|
@@ -4507,20 +4507,22 @@ Dialog.defaultProps = defaultProps6;
|
|
|
4507
4507
|
var dialog_spec_default = Dialog;
|
|
4508
4508
|
|
|
4509
4509
|
// src/dialog/templates/dialog-normal.tsx
|
|
4510
|
-
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
4511
|
-
var DialogNormal = (
|
|
4510
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4511
|
+
var DialogNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4512
4512
|
dialog_spec_default,
|
|
4513
4513
|
{
|
|
4514
|
-
|
|
4515
|
-
|
|
4514
|
+
children: [
|
|
4515
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Dialog content" })
|
|
4516
|
+
],
|
|
4517
|
+
...props
|
|
4516
4518
|
}
|
|
4517
4519
|
);
|
|
4518
4520
|
|
|
4519
4521
|
// src/dialog/templates/dialog-modal.tsx
|
|
4520
|
-
import { Fragment as
|
|
4522
|
+
import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4521
4523
|
|
|
4522
4524
|
// src/upload/upload-dropzone.tsx
|
|
4523
|
-
import { Fragment as
|
|
4525
|
+
import { Fragment as Fragment8, jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4524
4526
|
var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
|
|
4525
4527
|
var states7 = [
|
|
4526
4528
|
States.hover
|
|
@@ -4531,28 +4533,28 @@ var UploadDropzone = (props) => {
|
|
|
4531
4533
|
status,
|
|
4532
4534
|
...other
|
|
4533
4535
|
} = props;
|
|
4534
|
-
let statusMsg = /* @__PURE__ */ jsx12(
|
|
4536
|
+
let statusMsg = /* @__PURE__ */ jsx12(Fragment8, {});
|
|
4535
4537
|
switch (status) {
|
|
4536
4538
|
case "uploading":
|
|
4537
|
-
statusMsg = /* @__PURE__ */ jsxs4(
|
|
4539
|
+
statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
|
|
4538
4540
|
/* @__PURE__ */ jsx12(Icon, { icon: "upload" }),
|
|
4539
4541
|
"Uploading..."
|
|
4540
4542
|
] });
|
|
4541
4543
|
break;
|
|
4542
4544
|
case "done":
|
|
4543
|
-
statusMsg = /* @__PURE__ */ jsxs4(
|
|
4545
|
+
statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
|
|
4544
4546
|
/* @__PURE__ */ jsx12(Icon, { icon: "check" }),
|
|
4545
4547
|
"Done"
|
|
4546
4548
|
] });
|
|
4547
4549
|
break;
|
|
4548
4550
|
case "failed":
|
|
4549
|
-
statusMsg = /* @__PURE__ */ jsxs4(
|
|
4551
|
+
statusMsg = /* @__PURE__ */ jsxs4(Fragment8, { children: [
|
|
4550
4552
|
/* @__PURE__ */ jsx12(Icon, { icon: "exclamation-circle" }),
|
|
4551
4553
|
"Done"
|
|
4552
4554
|
] });
|
|
4553
4555
|
break;
|
|
4554
4556
|
default:
|
|
4555
|
-
statusMsg = /* @__PURE__ */ jsx12(
|
|
4557
|
+
statusMsg = /* @__PURE__ */ jsx12(Fragment8, {});
|
|
4556
4558
|
break;
|
|
4557
4559
|
}
|
|
4558
4560
|
return /* @__PURE__ */ jsxs4(
|
|
@@ -4783,32 +4785,32 @@ import { jsx as jsx17 } from "react/jsx-runtime";
|
|
|
4783
4785
|
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4784
4786
|
|
|
4785
4787
|
// src/upload/upload-file.tsx
|
|
4786
|
-
import { Fragment as
|
|
4788
|
+
import { Fragment as Fragment9, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
4787
4789
|
|
|
4788
4790
|
// src/upload/upload-file-multiple.tsx
|
|
4789
|
-
import { Fragment as
|
|
4791
|
+
import { Fragment as Fragment10, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4790
4792
|
|
|
4791
4793
|
// src/filemanager/tests/filemanager-dialogs.tsx
|
|
4792
|
-
import { Fragment as
|
|
4794
|
+
import { Fragment as Fragment11, jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
4793
4795
|
var styles = `
|
|
4794
4796
|
.k-dialog {
|
|
4795
4797
|
width: 100%;
|
|
4796
4798
|
position: relative;
|
|
4797
4799
|
}
|
|
4798
4800
|
`;
|
|
4799
|
-
var filemanager_dialogs_default = () => /* @__PURE__ */ jsxs10(
|
|
4801
|
+
var filemanager_dialogs_default = () => /* @__PURE__ */ jsxs10(Fragment11, { children: [
|
|
4800
4802
|
/* @__PURE__ */ jsx21("style", { children: styles }),
|
|
4801
4803
|
/* @__PURE__ */ jsxs10("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4802
|
-
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Upload Files", actions: ["x"], actionButtonsAlign: "start", className: "k-filemanager-upload-dialog", actionButtons: /* @__PURE__ */ jsxs10(
|
|
4804
|
+
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Upload Files", actions: ["x"], actionButtonsAlign: "start", className: "k-filemanager-upload-dialog", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
|
|
4803
4805
|
/* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Upload" }),
|
|
4804
4806
|
/* @__PURE__ */ jsx21(Button, { children: "Cancel" })
|
|
4805
4807
|
] }), children: /* @__PURE__ */ jsx21(Upload, { async: true, empty: true, status: "upload" }) }) }),
|
|
4806
4808
|
/* @__PURE__ */ jsx21("span", { children: " " }),
|
|
4807
|
-
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(
|
|
4809
|
+
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsx21(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
|
|
4808
4810
|
/* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Confirm" }),
|
|
4809
4811
|
/* @__PURE__ */ jsx21(Button, { children: "Cancel" })
|
|
4810
4812
|
] }), children: /* @__PURE__ */ jsx21("p", { children: "Do you want to move or copy?" }) }) }),
|
|
4811
|
-
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsxs10(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(
|
|
4813
|
+
/* @__PURE__ */ jsx21("section", { children: /* @__PURE__ */ jsxs10(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs10(Fragment11, { children: [
|
|
4812
4814
|
/* @__PURE__ */ jsx21(Button, { themeColor: "primary", children: "Confirm" }),
|
|
4813
4815
|
/* @__PURE__ */ jsx21(Button, { children: "Cancel" })
|
|
4814
4816
|
] }), children: [
|