@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
|
@@ -7652,20 +7652,32 @@ ToolbarPopup.options = options46;
|
|
|
7652
7652
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7653
7653
|
ToolbarPopup.defaultProps = defaultProps43;
|
|
7654
7654
|
|
|
7655
|
-
// src/
|
|
7655
|
+
// src/split-button/templates/icon-split-button.tsx
|
|
7656
7656
|
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
7657
7657
|
|
|
7658
|
-
// src/
|
|
7658
|
+
// src/split-button/templates/icon-text-split-button.tsx
|
|
7659
7659
|
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
7660
7660
|
|
|
7661
|
-
// src/
|
|
7661
|
+
// src/split-button/templates/text-split-button.tsx
|
|
7662
7662
|
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
7663
7663
|
|
|
7664
|
-
// src/
|
|
7664
|
+
// src/split-button/templates/split-button-popup.tsx
|
|
7665
7665
|
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
7666
7666
|
|
|
7667
|
-
// src/
|
|
7667
|
+
// src/toolbar/templates/toolbar-normal.tsx
|
|
7668
7668
|
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
7669
|
+
|
|
7670
|
+
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7671
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
7672
|
+
|
|
7673
|
+
// src/toolbar/templates/toolbar-angular-normal.tsx
|
|
7674
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
7675
|
+
|
|
7676
|
+
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7677
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
7678
|
+
|
|
7679
|
+
// src/spreadsheet/tests/spreadsheet-formula.tsx
|
|
7680
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
7669
7681
|
var style = `
|
|
7670
7682
|
#test-area {
|
|
7671
7683
|
max-width: 1150px;
|
|
@@ -7676,245 +7688,245 @@ var style = `
|
|
|
7676
7688
|
white-space: normal !important;
|
|
7677
7689
|
}
|
|
7678
7690
|
`;
|
|
7679
|
-
var spreadsheet_formula_default = () => /* @__PURE__ */ (0,
|
|
7680
|
-
/* @__PURE__ */ (0,
|
|
7681
|
-
/* @__PURE__ */ (0,
|
|
7682
|
-
/* @__PURE__ */ (0,
|
|
7683
|
-
/* @__PURE__ */ (0,
|
|
7684
|
-
/* @__PURE__ */ (0,
|
|
7685
|
-
/* @__PURE__ */ (0,
|
|
7686
|
-
/* @__PURE__ */ (0,
|
|
7687
|
-
/* @__PURE__ */ (0,
|
|
7688
|
-
/* @__PURE__ */ (0,
|
|
7689
|
-
/* @__PURE__ */ (0,
|
|
7690
|
-
/* @__PURE__ */ (0,
|
|
7691
|
+
var spreadsheet_formula_default = () => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
|
|
7692
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("style", { children: style }),
|
|
7693
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { style: { width: "100%" }, className: "k-spreadsheet", children: [
|
|
7694
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-header", children: [
|
|
7695
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("ul", { id: "menu", className: "k-spreadsheet-menu k-widget k-reset k-header k-menu k-menu-horizontal", children: [
|
|
7696
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "File" }) }),
|
|
7697
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "Home" }) }),
|
|
7698
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "Insert" }) }),
|
|
7699
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "Format" }) }),
|
|
7700
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "Formulas" }) }),
|
|
7701
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "Data" }) }),
|
|
7702
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: "k-item k-menu-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link k-menu-link", children: "View" }) })
|
|
7691
7703
|
] }),
|
|
7692
|
-
/* @__PURE__ */ (0,
|
|
7704
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Toolbar, { className: "k-spreadsheet-toolbar k-toolbar-flat", resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "formula-fx", fillMode: "flat", children: "Insert Formula" }) })
|
|
7693
7705
|
] }),
|
|
7694
|
-
/* @__PURE__ */ (0,
|
|
7695
|
-
/* @__PURE__ */ (0,
|
|
7696
|
-
/* @__PURE__ */ (0,
|
|
7697
|
-
/* @__PURE__ */ (0,
|
|
7698
|
-
/* @__PURE__ */ (0,
|
|
7699
|
-
/* @__PURE__ */ (0,
|
|
7700
|
-
/* @__PURE__ */ (0,
|
|
7701
|
-
/* @__PURE__ */ (0,
|
|
7702
|
-
/* @__PURE__ */ (0,
|
|
7703
|
-
/* @__PURE__ */ (0,
|
|
7704
|
-
/* @__PURE__ */ (0,
|
|
7705
|
-
/* @__PURE__ */ (0,
|
|
7706
|
-
/* @__PURE__ */ (0,
|
|
7707
|
-
/* @__PURE__ */ (0,
|
|
7706
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
|
|
7707
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Combobox, { placeholder: "B6", fillMode: "flat" }) }),
|
|
7708
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
|
|
7709
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-separator k-separator-vertical" }),
|
|
7710
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { icon: "formula-fx", fillMode: "flat" }),
|
|
7711
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-separator k-separator-vertical" }),
|
|
7712
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-formula-input k-textbox k-input k-input-md k-input-flat k-rounded-md", children: [
|
|
7713
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-startexp", children: "=" }),
|
|
7714
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-func", children: "SUM" }),
|
|
7715
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-punc", children: "(" }),
|
|
7716
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3" }),
|
|
7717
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-op", children: "+" }),
|
|
7718
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C4" }),
|
|
7719
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-punc", children: ")" })
|
|
7708
7720
|
] })
|
|
7709
7721
|
] })
|
|
7710
7722
|
] }),
|
|
7711
|
-
/* @__PURE__ */ (0,
|
|
7712
|
-
/* @__PURE__ */ (0,
|
|
7713
|
-
/* @__PURE__ */ (0,
|
|
7714
|
-
/* @__PURE__ */ (0,
|
|
7715
|
-
/* @__PURE__ */ (0,
|
|
7716
|
-
/* @__PURE__ */ (0,
|
|
7717
|
-
/* @__PURE__ */ (0,
|
|
7718
|
-
/* @__PURE__ */ (0,
|
|
7719
|
-
/* @__PURE__ */ (0,
|
|
7720
|
-
/* @__PURE__ */ (0,
|
|
7721
|
-
/* @__PURE__ */ (0,
|
|
7722
|
-
/* @__PURE__ */ (0,
|
|
7723
|
-
/* @__PURE__ */ (0,
|
|
7724
|
-
/* @__PURE__ */ (0,
|
|
7725
|
-
/* @__PURE__ */ (0,
|
|
7726
|
-
/* @__PURE__ */ (0,
|
|
7727
|
-
/* @__PURE__ */ (0,
|
|
7728
|
-
/* @__PURE__ */ (0,
|
|
7729
|
-
/* @__PURE__ */ (0,
|
|
7730
|
-
/* @__PURE__ */ (0,
|
|
7731
|
-
/* @__PURE__ */ (0,
|
|
7732
|
-
/* @__PURE__ */ (0,
|
|
7733
|
-
/* @__PURE__ */ (0,
|
|
7734
|
-
/* @__PURE__ */ (0,
|
|
7735
|
-
/* @__PURE__ */ (0,
|
|
7736
|
-
/* @__PURE__ */ (0,
|
|
7737
|
-
/* @__PURE__ */ (0,
|
|
7738
|
-
/* @__PURE__ */ (0,
|
|
7739
|
-
/* @__PURE__ */ (0,
|
|
7740
|
-
/* @__PURE__ */ (0,
|
|
7741
|
-
/* @__PURE__ */ (0,
|
|
7742
|
-
/* @__PURE__ */ (0,
|
|
7743
|
-
/* @__PURE__ */ (0,
|
|
7744
|
-
/* @__PURE__ */ (0,
|
|
7745
|
-
/* @__PURE__ */ (0,
|
|
7746
|
-
/* @__PURE__ */ (0,
|
|
7747
|
-
/* @__PURE__ */ (0,
|
|
7748
|
-
/* @__PURE__ */ (0,
|
|
7749
|
-
/* @__PURE__ */ (0,
|
|
7750
|
-
/* @__PURE__ */ (0,
|
|
7751
|
-
/* @__PURE__ */ (0,
|
|
7752
|
-
/* @__PURE__ */ (0,
|
|
7753
|
-
/* @__PURE__ */ (0,
|
|
7754
|
-
/* @__PURE__ */ (0,
|
|
7755
|
-
/* @__PURE__ */ (0,
|
|
7756
|
-
/* @__PURE__ */ (0,
|
|
7757
|
-
/* @__PURE__ */ (0,
|
|
7758
|
-
/* @__PURE__ */ (0,
|
|
7759
|
-
/* @__PURE__ */ (0,
|
|
7760
|
-
/* @__PURE__ */ (0,
|
|
7761
|
-
/* @__PURE__ */ (0,
|
|
7762
|
-
/* @__PURE__ */ (0,
|
|
7763
|
-
/* @__PURE__ */ (0,
|
|
7764
|
-
/* @__PURE__ */ (0,
|
|
7765
|
-
/* @__PURE__ */ (0,
|
|
7766
|
-
/* @__PURE__ */ (0,
|
|
7767
|
-
/* @__PURE__ */ (0,
|
|
7768
|
-
/* @__PURE__ */ (0,
|
|
7769
|
-
/* @__PURE__ */ (0,
|
|
7770
|
-
/* @__PURE__ */ (0,
|
|
7771
|
-
/* @__PURE__ */ (0,
|
|
7772
|
-
/* @__PURE__ */ (0,
|
|
7773
|
-
/* @__PURE__ */ (0,
|
|
7774
|
-
/* @__PURE__ */ (0,
|
|
7775
|
-
/* @__PURE__ */ (0,
|
|
7776
|
-
/* @__PURE__ */ (0,
|
|
7777
|
-
/* @__PURE__ */ (0,
|
|
7778
|
-
/* @__PURE__ */ (0,
|
|
7779
|
-
/* @__PURE__ */ (0,
|
|
7780
|
-
/* @__PURE__ */ (0,
|
|
7781
|
-
/* @__PURE__ */ (0,
|
|
7782
|
-
/* @__PURE__ */ (0,
|
|
7783
|
-
/* @__PURE__ */ (0,
|
|
7784
|
-
/* @__PURE__ */ (0,
|
|
7785
|
-
/* @__PURE__ */ (0,
|
|
7786
|
-
/* @__PURE__ */ (0,
|
|
7787
|
-
/* @__PURE__ */ (0,
|
|
7788
|
-
/* @__PURE__ */ (0,
|
|
7789
|
-
/* @__PURE__ */ (0,
|
|
7790
|
-
/* @__PURE__ */ (0,
|
|
7791
|
-
/* @__PURE__ */ (0,
|
|
7792
|
-
/* @__PURE__ */ (0,
|
|
7793
|
-
/* @__PURE__ */ (0,
|
|
7794
|
-
/* @__PURE__ */ (0,
|
|
7795
|
-
/* @__PURE__ */ (0,
|
|
7796
|
-
/* @__PURE__ */ (0,
|
|
7797
|
-
/* @__PURE__ */ (0,
|
|
7798
|
-
/* @__PURE__ */ (0,
|
|
7799
|
-
/* @__PURE__ */ (0,
|
|
7800
|
-
/* @__PURE__ */ (0,
|
|
7801
|
-
/* @__PURE__ */ (0,
|
|
7802
|
-
/* @__PURE__ */ (0,
|
|
7803
|
-
/* @__PURE__ */ (0,
|
|
7804
|
-
/* @__PURE__ */ (0,
|
|
7805
|
-
/* @__PURE__ */ (0,
|
|
7806
|
-
/* @__PURE__ */ (0,
|
|
7807
|
-
/* @__PURE__ */ (0,
|
|
7808
|
-
/* @__PURE__ */ (0,
|
|
7809
|
-
/* @__PURE__ */ (0,
|
|
7810
|
-
/* @__PURE__ */ (0,
|
|
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,
|
|
7822
|
-
/* @__PURE__ */ (0,
|
|
7823
|
-
/* @__PURE__ */ (0,
|
|
7824
|
-
/* @__PURE__ */ (0,
|
|
7825
|
-
/* @__PURE__ */ (0,
|
|
7826
|
-
/* @__PURE__ */ (0,
|
|
7827
|
-
/* @__PURE__ */ (0,
|
|
7723
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-view", children: [
|
|
7724
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
|
|
7725
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { style: { top: 0, left: 0, height: "100%", width: "100%" }, className: "k-spreadsheet-pane k-top k-left", children: [
|
|
7726
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "30px", top: "30px" }, children: [
|
|
7727
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: 0, height: "405px" } }),
|
|
7728
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "405px" } }),
|
|
7729
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "405px" } }),
|
|
7730
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "405px" } }),
|
|
7731
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "405px" } }),
|
|
7732
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "405px" } }),
|
|
7733
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "405px" } }),
|
|
7734
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "405px" } }),
|
|
7735
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "405px" } }),
|
|
7736
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1007px", height: "405px" } }),
|
|
7737
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1071px", height: "405px" } }),
|
|
7738
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1135px", height: "405px" } }),
|
|
7739
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1199px", height: "405px" } }),
|
|
7740
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "1199px" } }),
|
|
7741
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "1199px" } }),
|
|
7742
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "1199px" } }),
|
|
7743
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "125px", width: "1199px" } }),
|
|
7744
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "1199px" } }),
|
|
7745
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "185px", width: "1199px" } }),
|
|
7746
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "1199px" } }),
|
|
7747
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "245px", width: "1199px" } }),
|
|
7748
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "1199px" } }),
|
|
7749
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "305px", width: "1199px" } }),
|
|
7750
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "335px", width: "1199px" } }),
|
|
7751
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "365px", width: "1199px" } }),
|
|
7752
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "395px", width: "1199px" } }),
|
|
7753
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "426px", width: "1199px" } }),
|
|
7754
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-disabled-mask", style: { top: "1px", width: "878px", left: "1px", height: "69px" } }),
|
|
7755
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { left: "1px", top: "1px", width: "878px", height: "69px", background: "rgb(96, 181, 255)", outline: "rgb(86, 163, 230) solid 1px", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "30px", whiteSpace: "pre", overflowWrap: "normal" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Invoice #52 - 06/23/2015" }) }),
|
|
7756
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "71px", width: "99px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "ID" }) }),
|
|
7757
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "71px", width: "214px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Product" }) }),
|
|
7758
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Quantity" }) }),
|
|
7759
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Price" }) }),
|
|
7760
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Tax" }) }),
|
|
7761
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "71px", width: "154px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Amount" }) }),
|
|
7762
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "71px", width: "63px", height: "24px" }, className: "k-spreadsheet-cell" }),
|
|
7763
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "96px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell k-left k-single", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "216321" }) }),
|
|
7764
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "96px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Calzone" }) }),
|
|
7765
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7766
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$12.39" }) }) }),
|
|
7767
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$2.48" }) }) }),
|
|
7768
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "96px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$14.87" }) }) }),
|
|
7769
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "96px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7770
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "126px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "546897" }) }),
|
|
7771
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "126px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Margarita" }) }),
|
|
7772
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
7773
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$8.79" }) }) }),
|
|
7774
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell k-spreadsheet-active-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$3.52" }) }) }),
|
|
7775
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "126px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$21.10" }) }) }),
|
|
7776
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "126px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7777
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "156px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "456231" }) }),
|
|
7778
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "156px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Pollo Formaggio" }) }),
|
|
7779
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7780
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$13.99" }) }) }),
|
|
7781
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$2.80" }) }) }),
|
|
7782
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "156px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$16.79" }) }) }),
|
|
7783
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "156px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7784
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "186px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "455873" }) }),
|
|
7785
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "186px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Greek Salad" }) }),
|
|
7786
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7787
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$9.49" }) }) }),
|
|
7788
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$1.90" }) }) }),
|
|
7789
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "186px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$11.39" }) }) }),
|
|
7790
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "186px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7791
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "216px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "456892" }) }),
|
|
7792
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "216px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Spinach and Blue Cheese" }) }),
|
|
7793
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
7794
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$11.49" }) }) }),
|
|
7795
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$6.89" }) }) }),
|
|
7796
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "216px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$41.36" }) }) }),
|
|
7797
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "216px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7798
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "246px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "546564" }) }),
|
|
7799
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "246px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Rigoletto" }) }),
|
|
7800
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7801
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$10.99" }) }) }),
|
|
7802
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$2.20" }) }) }),
|
|
7803
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "246px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$13.19" }) }) }),
|
|
7804
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "246px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7805
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "276px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "789455" }) }),
|
|
7806
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "276px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Creme Brulee" }) }),
|
|
7807
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
7808
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$6.99" }) }) }),
|
|
7809
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$6.99" }) }) }),
|
|
7810
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "276px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$41.94" }) }) }),
|
|
7811
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "276px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7812
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "306px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "123002" }) }),
|
|
7813
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "306px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Radeberger Beer" }) }),
|
|
7814
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
7815
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$4.99" }) }) }),
|
|
7816
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$3.99" }) }) }),
|
|
7817
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "306px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$23.95" }) }) }),
|
|
7818
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "306px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7819
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "336px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "564896" }) }),
|
|
7820
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "336px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "Budweiser Beer" }) }),
|
|
7821
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
7822
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$4.49" }) }) }),
|
|
7823
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$2.69" }) }) }),
|
|
7824
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "336px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { children: "$16.16" }) }) }),
|
|
7825
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "336px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7826
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "366px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7827
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "366px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7828
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7829
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7830
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7831
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "366px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7832
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "366px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7833
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "396px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7834
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "396px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7835
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7836
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7837
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7838
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "396px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
7839
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "396px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" })
|
|
7828
7840
|
] }),
|
|
7829
|
-
/* @__PURE__ */ (0,
|
|
7830
|
-
/* @__PURE__ */ (0,
|
|
7831
|
-
/* @__PURE__ */ (0,
|
|
7832
|
-
/* @__PURE__ */ (0,
|
|
7833
|
-
/* @__PURE__ */ (0,
|
|
7841
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "116px", height: "31px", top: "155px", left: "575px" } }) }),
|
|
7842
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-auto-fill-wrapper" }),
|
|
7843
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-selection-wrapper", children: [
|
|
7844
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-selection-highlight k-series-a", style: { width: "116px", height: "31px", top: "125px", left: "345px" } }),
|
|
7845
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-selection-highlight k-series-b", style: { width: "116px", height: "31px", top: "155px", left: "345px" } })
|
|
7834
7846
|
] }),
|
|
7835
|
-
/* @__PURE__ */ (0,
|
|
7836
|
-
/* @__PURE__ */ (0,
|
|
7837
|
-
/* @__PURE__ */ (0,
|
|
7838
|
-
/* @__PURE__ */ (0,
|
|
7839
|
-
/* @__PURE__ */ (0,
|
|
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,
|
|
7849
|
-
/* @__PURE__ */ (0,
|
|
7847
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-filter-wrapper" }),
|
|
7848
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "30px", top: "30px" }, children: [
|
|
7849
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7850
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
7851
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
7852
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-partial", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
7853
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
7854
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
|
|
7855
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
|
|
7856
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
|
|
7857
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
|
|
7858
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
|
|
7859
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
|
|
7860
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
|
|
7861
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "13" }) })
|
|
7850
7862
|
] }),
|
|
7851
|
-
/* @__PURE__ */ (0,
|
|
7852
|
-
/* @__PURE__ */ (0,
|
|
7853
|
-
/* @__PURE__ */ (0,
|
|
7854
|
-
/* @__PURE__ */ (0,
|
|
7855
|
-
/* @__PURE__ */ (0,
|
|
7856
|
-
/* @__PURE__ */ (0,
|
|
7857
|
-
/* @__PURE__ */ (0,
|
|
7858
|
-
/* @__PURE__ */ (0,
|
|
7859
|
-
/* @__PURE__ */ (0,
|
|
7860
|
-
/* @__PURE__ */ (0,
|
|
7861
|
-
/* @__PURE__ */ (0,
|
|
7862
|
-
/* @__PURE__ */ (0,
|
|
7863
|
-
/* @__PURE__ */ (0,
|
|
7863
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "30px", width: "1199px", height: "30px" }, children: [
|
|
7864
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "0px", width: "100px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
|
|
7865
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "100px", width: "215px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
|
|
7866
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "315px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
|
|
7867
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "430px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
|
|
7868
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
|
|
7869
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "660px", width: "155px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
|
|
7870
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "815px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
|
|
7871
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "H" }) }),
|
|
7872
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "943px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "I" }) }),
|
|
7873
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1007px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "J" }) }),
|
|
7874
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1071px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "K" }) }),
|
|
7875
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1135px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vertical-align-center", children: "L" }) })
|
|
7864
7876
|
] }),
|
|
7865
|
-
/* @__PURE__ */ (0,
|
|
7866
|
-
/* @__PURE__ */ (0,
|
|
7867
|
-
/* @__PURE__ */ (0,
|
|
7868
|
-
/* @__PURE__ */ (0,
|
|
7869
|
-
/* @__PURE__ */ (0,
|
|
7870
|
-
/* @__PURE__ */ (0,
|
|
7871
|
-
/* @__PURE__ */ (0,
|
|
7872
|
-
/* @__PURE__ */ (0,
|
|
7877
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", "data-role": "formulainput", style: { whiteSpace: "pre", top: "156px", left: "576px", width: "114px", height: "29px", display: "flex", alignItems: "center" }, children: [
|
|
7878
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-startexp", children: "=" }),
|
|
7879
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-func", children: "SUM" }),
|
|
7880
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-punc", children: "(" }),
|
|
7881
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3" }),
|
|
7882
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-op", children: "+" }),
|
|
7883
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C4" }),
|
|
7884
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-syntax-punc", children: ")" })
|
|
7873
7885
|
] })
|
|
7874
7886
|
] }),
|
|
7875
|
-
/* @__PURE__ */ (0,
|
|
7887
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { style: { width: "30px", height: "30px" }, className: "k-spreadsheet-top-corner" })
|
|
7876
7888
|
] }),
|
|
7877
|
-
/* @__PURE__ */ (0,
|
|
7878
|
-
/* @__PURE__ */ (0,
|
|
7879
|
-
/* @__PURE__ */ (0,
|
|
7880
|
-
/* @__PURE__ */ (0,
|
|
7889
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "6080px", width: "3663px" } }) }),
|
|
7890
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("table", { style: { left: "0px", top: "0px", height: "30px", width: "100px" }, className: "kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f", role: "presentation", children: [
|
|
7891
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", { style: { width: "100px" } }) }),
|
|
7892
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("tr", { style: { height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("td", { style: { backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", borderColor: "rgb(255, 255, 255)" }, children: "216321" }) }) })
|
|
7881
7893
|
] }) }),
|
|
7882
|
-
/* @__PURE__ */ (0,
|
|
7883
|
-
/* @__PURE__ */ (0,
|
|
7884
|
-
/* @__PURE__ */ (0,
|
|
7894
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
|
|
7895
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-list-group-sticky-header", style: { display: "none" } }),
|
|
7896
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-list-content k-list-scroller", unselectable: "on" })
|
|
7885
7897
|
] }),
|
|
7886
|
-
/* @__PURE__ */ (0,
|
|
7887
|
-
/* @__PURE__ */ (0,
|
|
7888
|
-
/* @__PURE__ */ (0,
|
|
7889
|
-
/* @__PURE__ */ (0,
|
|
7890
|
-
/* @__PURE__ */ (0,
|
|
7891
|
-
/* @__PURE__ */ (0,
|
|
7892
|
-
/* @__PURE__ */ (0,
|
|
7893
|
-
/* @__PURE__ */ (0,
|
|
7898
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-spreadsheet-sheets-bar", children: [
|
|
7899
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
|
|
7900
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
|
|
7901
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
|
|
7902
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
7903
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item k-first", children: [
|
|
7904
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 1" }),
|
|
7905
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7894
7906
|
] }),
|
|
7895
|
-
/* @__PURE__ */ (0,
|
|
7896
|
-
/* @__PURE__ */ (0,
|
|
7897
|
-
/* @__PURE__ */ (0,
|
|
7907
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item", children: [
|
|
7908
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 2" }),
|
|
7909
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7898
7910
|
] }),
|
|
7899
|
-
/* @__PURE__ */ (0,
|
|
7900
|
-
/* @__PURE__ */ (0,
|
|
7901
|
-
/* @__PURE__ */ (0,
|
|
7911
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item k-active", children: [
|
|
7912
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 3" }),
|
|
7913
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7902
7914
|
] }),
|
|
7903
|
-
/* @__PURE__ */ (0,
|
|
7904
|
-
/* @__PURE__ */ (0,
|
|
7905
|
-
/* @__PURE__ */ (0,
|
|
7915
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item k-focus", children: [
|
|
7916
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 4" }),
|
|
7917
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7906
7918
|
] }),
|
|
7907
|
-
/* @__PURE__ */ (0,
|
|
7908
|
-
/* @__PURE__ */ (0,
|
|
7909
|
-
/* @__PURE__ */ (0,
|
|
7919
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item", children: [
|
|
7920
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 5" }),
|
|
7921
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7910
7922
|
] }),
|
|
7911
|
-
/* @__PURE__ */ (0,
|
|
7912
|
-
/* @__PURE__ */ (0,
|
|
7913
|
-
/* @__PURE__ */ (0,
|
|
7923
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("li", { className: "k-item k-last k-disabled", children: [
|
|
7924
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-link", children: "Sheet 6" }),
|
|
7925
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7914
7926
|
] })
|
|
7915
7927
|
] }),
|
|
7916
|
-
/* @__PURE__ */ (0,
|
|
7917
|
-
/* @__PURE__ */ (0,
|
|
7928
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
|
|
7929
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
|
|
7918
7930
|
] }) })
|
|
7919
7931
|
] })
|
|
7920
7932
|
] }) })
|