@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
|
@@ -165,7 +165,6 @@ Editor.states = states;
|
|
|
165
165
|
Editor.options = options;
|
|
166
166
|
Editor.className = EDITOR_CLASSNAME;
|
|
167
167
|
Editor.defaultProps = defaultProps;
|
|
168
|
-
var editor_spec_default = Editor;
|
|
169
168
|
|
|
170
169
|
// src/icon/font-icon.spec.tsx
|
|
171
170
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
@@ -7689,27 +7688,39 @@ ToolbarPopup.options = options47;
|
|
|
7689
7688
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7690
7689
|
ToolbarPopup.defaultProps = defaultProps44;
|
|
7691
7690
|
|
|
7692
|
-
// src/
|
|
7691
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7693
7692
|
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
7694
7693
|
|
|
7695
|
-
// src/
|
|
7694
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7696
7695
|
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
7697
7696
|
|
|
7698
|
-
// src/
|
|
7697
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7699
7698
|
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
7700
7699
|
|
|
7701
|
-
// src/
|
|
7700
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7702
7701
|
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
7703
7702
|
|
|
7704
|
-
// src/
|
|
7703
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7705
7704
|
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
7705
|
+
|
|
7706
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7707
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
7708
|
+
|
|
7709
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7710
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
7711
|
+
|
|
7712
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7713
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
7714
|
+
|
|
7715
|
+
// src/editor/editor-toolbar.tsx
|
|
7716
|
+
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
7706
7717
|
var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
|
|
7707
7718
|
var EditorToolbar = (props) => {
|
|
7708
7719
|
const {
|
|
7709
7720
|
resizable,
|
|
7710
7721
|
...other
|
|
7711
7722
|
} = props;
|
|
7712
|
-
return /* @__PURE__ */ (0,
|
|
7723
|
+
return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
7713
7724
|
Toolbar,
|
|
7714
7725
|
{
|
|
7715
7726
|
...other,
|
|
@@ -7724,7 +7735,7 @@ var EditorToolbar = (props) => {
|
|
|
7724
7735
|
};
|
|
7725
7736
|
|
|
7726
7737
|
// src/editor/editor-content.tsx
|
|
7727
|
-
var
|
|
7738
|
+
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
7728
7739
|
var EDITORCONTENT_CLASSNAME = `k-editor-content`;
|
|
7729
7740
|
var states50 = [
|
|
7730
7741
|
States.focus
|
|
@@ -7734,7 +7745,7 @@ var EditorContent = (props) => {
|
|
|
7734
7745
|
focus,
|
|
7735
7746
|
...other
|
|
7736
7747
|
} = props;
|
|
7737
|
-
return /* @__PURE__ */ (0,
|
|
7748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
7738
7749
|
"div",
|
|
7739
7750
|
{
|
|
7740
7751
|
...other,
|
|
@@ -7751,11 +7762,28 @@ var EditorContent = (props) => {
|
|
|
7751
7762
|
};
|
|
7752
7763
|
|
|
7753
7764
|
// src/editor/templates/editor-normal.tsx
|
|
7754
|
-
var
|
|
7755
|
-
var EditorNormal = (props) => /* @__PURE__ */ (0,
|
|
7765
|
+
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
7766
|
+
var EditorNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
7767
|
+
Editor,
|
|
7768
|
+
{
|
|
7769
|
+
children: [
|
|
7770
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
|
|
7771
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(EditorToolbar, { resizable: true, children: [
|
|
7772
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(ButtonGroup, { children: [
|
|
7773
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Button, { icon: "undo" }),
|
|
7774
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Button, { icon: "redo" })
|
|
7775
|
+
] }),
|
|
7776
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7777
|
+
] }),
|
|
7778
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
|
|
7779
|
+
] })
|
|
7780
|
+
],
|
|
7781
|
+
...props
|
|
7782
|
+
}
|
|
7783
|
+
);
|
|
7756
7784
|
|
|
7757
7785
|
// src/editor/tests/editor.tsx
|
|
7758
|
-
var
|
|
7786
|
+
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
7759
7787
|
var styles = `
|
|
7760
7788
|
.k-editor .k-dialog-wrapper {
|
|
7761
7789
|
position: static;
|
|
@@ -7772,249 +7800,240 @@ var styles = `
|
|
|
7772
7800
|
position: relative;
|
|
7773
7801
|
}
|
|
7774
7802
|
`;
|
|
7775
|
-
var editor_default = () => /* @__PURE__ */ (0,
|
|
7776
|
-
/* @__PURE__ */ (0,
|
|
7777
|
-
/* @__PURE__ */ (0,
|
|
7778
|
-
/* @__PURE__ */ (0,
|
|
7779
|
-
/* @__PURE__ */ (0,
|
|
7780
|
-
/* @__PURE__ */ (0,
|
|
7781
|
-
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
/* @__PURE__ */ (0,
|
|
7785
|
-
|
|
7786
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7787
|
-
] }),
|
|
7788
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
|
|
7789
|
-
] }) }),
|
|
7790
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(EditorNormal, { style: { height: "300px" }, children: [
|
|
7791
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(EditorToolbar, { resizable: true, children: [
|
|
7792
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ButtonGroup, { children: [
|
|
7793
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "undo" }),
|
|
7794
|
-
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "redo" })
|
|
7803
|
+
var editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
|
|
7804
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("style", { children: styles }),
|
|
7805
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
7806
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "Editor with iFrame; responsive toolbar" }),
|
|
7807
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "Editor without iFrame; responsive toolbar" }),
|
|
7808
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(EditorNormal, { style: { height: "300px" } }) }),
|
|
7809
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorNormal, { style: { height: "300px" }, children: [
|
|
7810
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorToolbar, { resizable: true, children: [
|
|
7811
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7812
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "undo" }),
|
|
7813
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "redo" })
|
|
7795
7814
|
] }),
|
|
7796
|
-
/* @__PURE__ */ (0,
|
|
7815
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
7797
7816
|
] }),
|
|
7798
|
-
/* @__PURE__ */ (0,
|
|
7799
|
-
/* @__PURE__ */ (0,
|
|
7800
|
-
/* @__PURE__ */ (0,
|
|
7801
|
-
/* @__PURE__ */ (0,
|
|
7802
|
-
/* @__PURE__ */ (0,
|
|
7803
|
-
/* @__PURE__ */ (0,
|
|
7817
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "ProseMirror", children: [
|
|
7818
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("p", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("table", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("tbody", { children: [
|
|
7819
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("tr", { children: [
|
|
7820
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { className: "selectedCell", children: "cell 1" }),
|
|
7821
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { children: "cell 2" }),
|
|
7822
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { children: "cell 3" })
|
|
7804
7823
|
] }),
|
|
7805
|
-
/* @__PURE__ */ (0,
|
|
7806
|
-
/* @__PURE__ */ (0,
|
|
7807
|
-
/* @__PURE__ */ (0,
|
|
7808
|
-
/* @__PURE__ */ (0,
|
|
7824
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("tr", { children: [
|
|
7825
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { children: "cell 4" }),
|
|
7826
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { children: "cell 5" }),
|
|
7827
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("td", { children: "cell 6" })
|
|
7809
7828
|
] })
|
|
7810
7829
|
] }) }) }),
|
|
7811
|
-
/* @__PURE__ */ (0,
|
|
7812
|
-
/* @__PURE__ */ (0,
|
|
7813
|
-
/* @__PURE__ */ (0,
|
|
7814
|
-
/* @__PURE__ */ (0,
|
|
7815
|
-
/* @__PURE__ */ (0,
|
|
7816
|
-
/* @__PURE__ */ (0,
|
|
7817
|
-
/* @__PURE__ */ (0,
|
|
7818
|
-
/* @__PURE__ */ (0,
|
|
7819
|
-
/* @__PURE__ */ (0,
|
|
7820
|
-
/* @__PURE__ */ (0,
|
|
7821
|
-
/* @__PURE__ */ (0,
|
|
7830
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { style: { position: "relative" }, children: [
|
|
7831
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
|
|
7832
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-editor-resize-handles-wrapper ProseMirror-widget", style: { width: "100px", height: "110px", top: "0", left: "0" }, children: [
|
|
7833
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle southeast" }),
|
|
7834
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle east" }),
|
|
7835
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle south" }),
|
|
7836
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle north" }),
|
|
7837
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle west" }),
|
|
7838
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle southwest" }),
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle northwest" }),
|
|
7840
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-editor-resize-handle northeast" })
|
|
7822
7841
|
] })
|
|
7823
7842
|
] }),
|
|
7824
|
-
/* @__PURE__ */ (0,
|
|
7825
|
-
/* @__PURE__ */ (0,
|
|
7843
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
|
|
7844
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("p", { children: [
|
|
7826
7845
|
"In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
|
|
7827
|
-
/* @__PURE__ */ (0,
|
|
7846
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("strong", { children: "outputs identical HTML" }),
|
|
7828
7847
|
" across all major browsers, follows accessibility standards, and provides API for content manipulation."
|
|
7829
7848
|
] }),
|
|
7830
|
-
/* @__PURE__ */ (0,
|
|
7831
|
-
/* @__PURE__ */ (0,
|
|
7832
|
-
/* @__PURE__ */ (0,
|
|
7833
|
-
/* @__PURE__ */ (0,
|
|
7834
|
-
/* @__PURE__ */ (0,
|
|
7835
|
-
/* @__PURE__ */ (0,
|
|
7836
|
-
/* @__PURE__ */ (0,
|
|
7849
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("p", { children: "Features include:" }),
|
|
7850
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("ul", { children: [
|
|
7851
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Text formatting" }),
|
|
7852
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Bulleted and numbered lists" }),
|
|
7853
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Hyperlinks" }),
|
|
7854
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Cross-browser support" }),
|
|
7855
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Identical HTML output across browsers" })
|
|
7837
7856
|
] })
|
|
7838
7857
|
] }) })
|
|
7839
7858
|
] }) }),
|
|
7840
|
-
/* @__PURE__ */ (0,
|
|
7841
|
-
/* @__PURE__ */ (0,
|
|
7842
|
-
/* @__PURE__ */ (0,
|
|
7843
|
-
/* @__PURE__ */ (0,
|
|
7844
|
-
/* @__PURE__ */ (0,
|
|
7845
|
-
/* @__PURE__ */ (0,
|
|
7846
|
-
/* @__PURE__ */ (0,
|
|
7847
|
-
/* @__PURE__ */ (0,
|
|
7848
|
-
/* @__PURE__ */ (0,
|
|
7859
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
|
|
7860
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
|
|
7861
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorNormal, { style: { height: "350px" }, children: [
|
|
7862
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorToolbar, { children: [
|
|
7863
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7864
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "bold" }),
|
|
7865
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "italic" }),
|
|
7866
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "underline" }),
|
|
7867
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "strikethrough" })
|
|
7849
7868
|
] }),
|
|
7850
|
-
/* @__PURE__ */ (0,
|
|
7851
|
-
/* @__PURE__ */ (0,
|
|
7852
|
-
/* @__PURE__ */ (0,
|
|
7869
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7870
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "subscript" }),
|
|
7871
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "supscript" })
|
|
7853
7872
|
] }),
|
|
7854
|
-
/* @__PURE__ */ (0,
|
|
7855
|
-
/* @__PURE__ */ (0,
|
|
7856
|
-
/* @__PURE__ */ (0,
|
|
7857
|
-
/* @__PURE__ */ (0,
|
|
7858
|
-
/* @__PURE__ */ (0,
|
|
7873
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7874
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-left" }),
|
|
7875
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-center" }),
|
|
7876
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-right" }),
|
|
7877
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-justify" })
|
|
7859
7878
|
] }),
|
|
7860
|
-
/* @__PURE__ */ (0,
|
|
7861
|
-
/* @__PURE__ */ (0,
|
|
7862
|
-
/* @__PURE__ */ (0,
|
|
7879
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7880
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "indent" }),
|
|
7881
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "outdent" })
|
|
7863
7882
|
] }),
|
|
7864
|
-
/* @__PURE__ */ (0,
|
|
7865
|
-
/* @__PURE__ */ (0,
|
|
7866
|
-
/* @__PURE__ */ (0,
|
|
7883
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7884
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "list-ordered" }),
|
|
7885
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "list-unordered" })
|
|
7867
7886
|
] }),
|
|
7868
|
-
/* @__PURE__ */ (0,
|
|
7869
|
-
/* @__PURE__ */ (0,
|
|
7870
|
-
/* @__PURE__ */ (0,
|
|
7871
|
-
/* @__PURE__ */ (0,
|
|
7872
|
-
/* @__PURE__ */ (0,
|
|
7873
|
-
/* @__PURE__ */ (0,
|
|
7887
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Font Size" }) }),
|
|
7888
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Font Name" }) }),
|
|
7889
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Paragraph" }) }),
|
|
7890
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7891
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "undo" }),
|
|
7892
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "redo" })
|
|
7874
7893
|
] }),
|
|
7875
|
-
/* @__PURE__ */ (0,
|
|
7876
|
-
/* @__PURE__ */ (0,
|
|
7877
|
-
/* @__PURE__ */ (0,
|
|
7878
|
-
/* @__PURE__ */ (0,
|
|
7879
|
-
/* @__PURE__ */ (0,
|
|
7894
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7895
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "link" }),
|
|
7896
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "unlink" }),
|
|
7897
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "image" }),
|
|
7898
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "code" })
|
|
7880
7899
|
] }),
|
|
7881
|
-
/* @__PURE__ */ (0,
|
|
7882
|
-
/* @__PURE__ */ (0,
|
|
7883
|
-
/* @__PURE__ */ (0,
|
|
7884
|
-
/* @__PURE__ */ (0,
|
|
7885
|
-
/* @__PURE__ */ (0,
|
|
7886
|
-
/* @__PURE__ */ (0,
|
|
7900
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-add" }),
|
|
7901
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7902
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-row-insert-above" }),
|
|
7903
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-row-insert-below" }),
|
|
7904
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-insert-left" }),
|
|
7905
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-insert-right" })
|
|
7887
7906
|
] }),
|
|
7888
|
-
/* @__PURE__ */ (0,
|
|
7889
|
-
/* @__PURE__ */ (0,
|
|
7890
|
-
/* @__PURE__ */ (0,
|
|
7891
|
-
/* @__PURE__ */ (0,
|
|
7907
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7908
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-row-delete" }),
|
|
7909
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-delete" }),
|
|
7910
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-delete" })
|
|
7892
7911
|
] }),
|
|
7893
|
-
/* @__PURE__ */ (0,
|
|
7894
|
-
/* @__PURE__ */ (0,
|
|
7895
|
-
/* @__PURE__ */ (0,
|
|
7912
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { children: [
|
|
7913
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "cells-merge" }),
|
|
7914
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "cell-split-horizontally" })
|
|
7896
7915
|
] }),
|
|
7897
|
-
/* @__PURE__ */ (0,
|
|
7898
|
-
/* @__PURE__ */ (0,
|
|
7899
|
-
/* @__PURE__ */ (0,
|
|
7916
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
|
|
7917
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
|
|
7918
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "clear-css" })
|
|
7900
7919
|
] }),
|
|
7901
|
-
/* @__PURE__ */ (0,
|
|
7920
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
|
|
7902
7921
|
] }) }),
|
|
7903
|
-
/* @__PURE__ */ (0,
|
|
7904
|
-
/* @__PURE__ */ (0,
|
|
7905
|
-
/* @__PURE__ */ (0,
|
|
7906
|
-
/* @__PURE__ */ (0,
|
|
7907
|
-
/* @__PURE__ */ (0,
|
|
7908
|
-
/* @__PURE__ */ (0,
|
|
7909
|
-
/* @__PURE__ */ (0,
|
|
7922
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorNormal, { readonly: true, style: { height: "350px" }, children: [
|
|
7923
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(EditorToolbar, { children: [
|
|
7924
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7925
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "bold", disabled: true }),
|
|
7926
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "italic", disabled: true }),
|
|
7927
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "underline", disabled: true }),
|
|
7928
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "strikethrough", disabled: true })
|
|
7910
7929
|
] }),
|
|
7911
|
-
/* @__PURE__ */ (0,
|
|
7912
|
-
/* @__PURE__ */ (0,
|
|
7913
|
-
/* @__PURE__ */ (0,
|
|
7930
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7931
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "subscript", disabled: true }),
|
|
7932
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "supscript", disabled: true })
|
|
7914
7933
|
] }),
|
|
7915
|
-
/* @__PURE__ */ (0,
|
|
7916
|
-
/* @__PURE__ */ (0,
|
|
7917
|
-
/* @__PURE__ */ (0,
|
|
7918
|
-
/* @__PURE__ */ (0,
|
|
7919
|
-
/* @__PURE__ */ (0,
|
|
7934
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7935
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-left", disabled: true }),
|
|
7936
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-center", disabled: true }),
|
|
7937
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-right", disabled: true }),
|
|
7938
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "align-justify", disabled: true })
|
|
7920
7939
|
] }),
|
|
7921
|
-
/* @__PURE__ */ (0,
|
|
7922
|
-
/* @__PURE__ */ (0,
|
|
7923
|
-
/* @__PURE__ */ (0,
|
|
7940
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7941
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "indent", disabled: true }),
|
|
7942
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "outdent", disabled: true })
|
|
7924
7943
|
] }),
|
|
7925
|
-
/* @__PURE__ */ (0,
|
|
7926
|
-
/* @__PURE__ */ (0,
|
|
7927
|
-
/* @__PURE__ */ (0,
|
|
7944
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7945
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "list-ordered", disabled: true }),
|
|
7946
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "list-unordered", disabled: true })
|
|
7928
7947
|
] }),
|
|
7929
|
-
/* @__PURE__ */ (0,
|
|
7930
|
-
/* @__PURE__ */ (0,
|
|
7931
|
-
/* @__PURE__ */ (0,
|
|
7932
|
-
/* @__PURE__ */ (0,
|
|
7933
|
-
/* @__PURE__ */ (0,
|
|
7934
|
-
/* @__PURE__ */ (0,
|
|
7948
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Font Size", disabled: true }) }),
|
|
7949
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Font Name", disabled: true }) }),
|
|
7950
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(DropdownList, { value: "Paragraph", disabled: true }) }),
|
|
7951
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7952
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "undo", disabled: true }),
|
|
7953
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "redo", disabled: true })
|
|
7935
7954
|
] }),
|
|
7936
|
-
/* @__PURE__ */ (0,
|
|
7937
|
-
/* @__PURE__ */ (0,
|
|
7938
|
-
/* @__PURE__ */ (0,
|
|
7939
|
-
/* @__PURE__ */ (0,
|
|
7940
|
-
/* @__PURE__ */ (0,
|
|
7955
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7956
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "link", disabled: true }),
|
|
7957
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "unlink", disabled: true }),
|
|
7958
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "image", disabled: true }),
|
|
7959
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "code", disabled: true })
|
|
7941
7960
|
] }),
|
|
7942
|
-
/* @__PURE__ */ (0,
|
|
7943
|
-
/* @__PURE__ */ (0,
|
|
7944
|
-
/* @__PURE__ */ (0,
|
|
7945
|
-
/* @__PURE__ */ (0,
|
|
7946
|
-
/* @__PURE__ */ (0,
|
|
7961
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-add", disabled: true }),
|
|
7962
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7963
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-row-insert-below", disabled: true }),
|
|
7964
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-insert-left", disabled: true }),
|
|
7965
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-insert-right", disabled: true })
|
|
7947
7966
|
] }),
|
|
7948
|
-
/* @__PURE__ */ (0,
|
|
7949
|
-
/* @__PURE__ */ (0,
|
|
7950
|
-
/* @__PURE__ */ (0,
|
|
7951
|
-
/* @__PURE__ */ (0,
|
|
7967
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7968
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-row-delete", disabled: true }),
|
|
7969
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-column-delete", disabled: true }),
|
|
7970
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-delete", disabled: true })
|
|
7952
7971
|
] }),
|
|
7953
|
-
/* @__PURE__ */ (0,
|
|
7954
|
-
/* @__PURE__ */ (0,
|
|
7955
|
-
/* @__PURE__ */ (0,
|
|
7972
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
7973
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "cells-merge", disabled: true }),
|
|
7974
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "cell-split-horizontally", disabled: true })
|
|
7956
7975
|
] }),
|
|
7957
|
-
/* @__PURE__ */ (0,
|
|
7958
|
-
/* @__PURE__ */ (0,
|
|
7959
|
-
/* @__PURE__ */ (0,
|
|
7976
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
|
|
7977
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
|
|
7978
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "clear-css", disabled: true })
|
|
7960
7979
|
] }),
|
|
7961
|
-
/* @__PURE__ */ (0,
|
|
7962
|
-
/* @__PURE__ */ (0,
|
|
7963
|
-
/* @__PURE__ */ (0,
|
|
7980
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "ProseMirror", children: [
|
|
7981
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
|
|
7982
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("p", { children: [
|
|
7964
7983
|
"In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
|
|
7965
|
-
/* @__PURE__ */ (0,
|
|
7984
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("strong", { children: "outputs identical HTML" }),
|
|
7966
7985
|
" across all major browsers, follows accessibility standards, and provides API for content manipulation."
|
|
7967
7986
|
] }),
|
|
7968
|
-
/* @__PURE__ */ (0,
|
|
7969
|
-
/* @__PURE__ */ (0,
|
|
7970
|
-
/* @__PURE__ */ (0,
|
|
7971
|
-
/* @__PURE__ */ (0,
|
|
7972
|
-
/* @__PURE__ */ (0,
|
|
7973
|
-
/* @__PURE__ */ (0,
|
|
7974
|
-
/* @__PURE__ */ (0,
|
|
7987
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("p", { children: "Features include:" }),
|
|
7988
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("ul", { children: [
|
|
7989
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Text formatting" }),
|
|
7990
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Bulleted and numbered lists" }),
|
|
7991
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Hyperlinks" }),
|
|
7992
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Cross-browser support" }),
|
|
7993
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: "Identical HTML output across browsers" })
|
|
7975
7994
|
] })
|
|
7976
7995
|
] }) })
|
|
7977
7996
|
] }) }),
|
|
7978
|
-
/* @__PURE__ */ (0,
|
|
7979
|
-
/* @__PURE__ */ (0,
|
|
7980
|
-
/* @__PURE__ */ (0,
|
|
7981
|
-
/* @__PURE__ */ (0,
|
|
7982
|
-
/* @__PURE__ */ (0,
|
|
7983
|
-
/* @__PURE__ */ (0,
|
|
7984
|
-
/* @__PURE__ */ (0,
|
|
7985
|
-
/* @__PURE__ */ (0,
|
|
7986
|
-
/* @__PURE__ */ (0,
|
|
7987
|
-
/* @__PURE__ */ (0,
|
|
7988
|
-
/* @__PURE__ */ (0,
|
|
7989
|
-
/* @__PURE__ */ (0,
|
|
7990
|
-
/* @__PURE__ */ (0,
|
|
7991
|
-
/* @__PURE__ */ (0,
|
|
7992
|
-
/* @__PURE__ */ (0,
|
|
7993
|
-
/* @__PURE__ */ (0,
|
|
7994
|
-
/* @__PURE__ */ (0,
|
|
7995
|
-
/* @__PURE__ */ (0,
|
|
7996
|
-
/* @__PURE__ */ (0,
|
|
7997
|
-
/* @__PURE__ */ (0,
|
|
7998
|
-
/* @__PURE__ */ (0,
|
|
7999
|
-
/* @__PURE__ */ (0,
|
|
8000
|
-
/* @__PURE__ */ (0,
|
|
8001
|
-
/* @__PURE__ */ (0,
|
|
8002
|
-
/* @__PURE__ */ (0,
|
|
8003
|
-
/* @__PURE__ */ (0,
|
|
8004
|
-
/* @__PURE__ */ (0,
|
|
8005
|
-
/* @__PURE__ */ (0,
|
|
8006
|
-
/* @__PURE__ */ (0,
|
|
8007
|
-
/* @__PURE__ */ (0,
|
|
8008
|
-
/* @__PURE__ */ (0,
|
|
8009
|
-
/* @__PURE__ */ (0,
|
|
8010
|
-
/* @__PURE__ */ (0,
|
|
8011
|
-
/* @__PURE__ */ (0,
|
|
8012
|
-
/* @__PURE__ */ (0,
|
|
8013
|
-
/* @__PURE__ */ (0,
|
|
8014
|
-
/* @__PURE__ */ (0,
|
|
8015
|
-
/* @__PURE__ */ (0,
|
|
8016
|
-
/* @__PURE__ */ (0,
|
|
8017
|
-
/* @__PURE__ */ (0,
|
|
7997
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "Table Wizard" }),
|
|
7998
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", {}),
|
|
7999
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
|
|
8000
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8001
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8002
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8003
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8004
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8005
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8006
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8007
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8008
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8009
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8010
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8011
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8012
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8013
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8014
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8015
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8016
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8017
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8018
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
8019
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8020
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8021
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8022
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8023
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8024
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8025
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8026
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8027
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8028
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8029
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8030
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8031
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8032
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8033
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8034
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
8035
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-status", children: "Create a 3 x 5 table" }),
|
|
8036
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Button, { icon: "table-wizard", children: "Table Wizard" }) })
|
|
8018
8037
|
] }) })
|
|
8019
8038
|
] })
|
|
8020
8039
|
] });
|
|
@@ -19,7 +19,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
19
19
|
// src/expansion-panel/expansion-panel.spec.tsx
|
|
20
20
|
var expansion_panel_spec_exports = {};
|
|
21
21
|
__export(expansion_panel_spec_exports, {
|
|
22
|
-
ExpansionPanel: () => ExpansionPanel
|
|
22
|
+
ExpansionPanel: () => ExpansionPanel,
|
|
23
|
+
default: () => expansion_panel_spec_default
|
|
23
24
|
});
|
|
24
25
|
module.exports = __toCommonJS(expansion_panel_spec_exports);
|
|
25
26
|
|
|
@@ -4370,3 +4371,4 @@ ExpansionPanel.states = states4;
|
|
|
4370
4371
|
ExpansionPanel.options = options4;
|
|
4371
4372
|
ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
|
|
4372
4373
|
ExpansionPanel.defaultProps = defaultProps4;
|
|
4374
|
+
var expansion_panel_spec_default = ExpansionPanel;
|