@progress/kendo-themes-html 7.1.0-dev.8 → 7.1.0-dev.9

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.
Files changed (471) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1269 -783
  2. package/dist/cjs/captcha/captcha.spec.js +5 -2
  3. package/dist/cjs/captcha/templates/captcha-normal.js +5 -2
  4. package/dist/cjs/captcha/tests/captcha-rtl.js +5 -2
  5. package/dist/cjs/captcha/tests/captcha.js +5 -2
  6. package/dist/cjs/card/tests/card-horizontal.js +9 -2
  7. package/dist/cjs/coloreditor/color-editor.spec.js +10 -4
  8. package/dist/cjs/coloreditor/templates/coloreditor-group.js +10 -4
  9. package/dist/cjs/coloreditor/templates/coloreditor-normal.js +10 -4
  10. package/dist/cjs/coloreditor/templates/coloreditor-palette-group.js +10 -4
  11. package/dist/cjs/coloreditor/templates/coloreditor-palette.js +10 -4
  12. package/dist/cjs/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  13. package/dist/cjs/coloreditor/tests/coloreditor-rtl.js +10 -4
  14. package/dist/cjs/coloreditor/tests/coloreditor-states.js +10 -4
  15. package/dist/cjs/coloreditor/tests/coloreditor.js +10 -4
  16. package/dist/cjs/colorgradient/color-gradient.spec.js +10 -4
  17. package/dist/cjs/colorgradient/templates/colorgradient-contrast.js +10 -4
  18. package/dist/cjs/colorgradient/templates/colorgradient-normal.js +10 -4
  19. package/dist/cjs/colorgradient/tests/colorgradient-contrast.js +10 -4
  20. package/dist/cjs/colorgradient/tests/colorgradient-draghandle.js +10 -4
  21. package/dist/cjs/colorgradient/tests/colorgradient-modes.js +10 -4
  22. package/dist/cjs/colorgradient/tests/colorgradient-rtl.js +10 -4
  23. package/dist/cjs/colorgradient/tests/colorgradient-states.js +10 -4
  24. package/dist/cjs/colorgradient/tests/colorgradient.js +10 -4
  25. package/dist/cjs/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  26. package/dist/cjs/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  27. package/dist/cjs/colorpicker/tests/colorpicker-opened.js +10 -4
  28. package/dist/cjs/colorpicker/tests/colorpicker-size.js +10 -4
  29. package/dist/cjs/colorpicker/tests/colorpicker-states.js +10 -4
  30. package/dist/cjs/colorpicker/tests/colorpicker.js +10 -4
  31. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1269 -783
  32. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  33. package/dist/cjs/dock-manager/tests/dock-manager.js +10 -4
  34. package/dist/cjs/dropzone/dropzone.spec.js +7 -1
  35. package/dist/cjs/dropzone/templates/dropzone-normal.js +7 -1
  36. package/dist/cjs/dropzone/templates/dropzone-with-note.js +7 -1
  37. package/dist/cjs/dropzone/tests/dropzone-states.js +7 -1
  38. package/dist/cjs/dropzone/tests/dropzone.js +7 -1
  39. package/dist/cjs/editor/editor-toolbar.js +10 -4
  40. package/dist/cjs/editor/templates/editor-normal.js +10 -4
  41. package/dist/cjs/editor/tests/editor-find-replace.js +10 -4
  42. package/dist/cjs/editor/tests/editor-states.js +10 -4
  43. package/dist/cjs/editor/tests/editor-table-wizard.js +10 -4
  44. package/dist/cjs/editor/tests/editor.js +10 -4
  45. package/dist/cjs/filemanager/{tests/filemanager-preview.js → file-info.js} +2863 -2037
  46. package/dist/cjs/filemanager/file-preview.js +4357 -0
  47. package/dist/cjs/filemanager/filemanager-breadcrumb.spec.js +4498 -0
  48. package/dist/cjs/filemanager/filemanager-drag-hint.js +4356 -0
  49. package/dist/cjs/filemanager/filemanager-listview.spec.js +6190 -0
  50. package/dist/cjs/filemanager/filemanager-toolbar.spec.js +7892 -0
  51. package/dist/cjs/filemanager/filemanager-treeview.spec.js +4765 -0
  52. package/dist/cjs/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +759 -697
  53. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +9564 -0
  54. package/dist/cjs/filemanager/templates/filemanager-grid.js +9563 -0
  55. package/dist/cjs/filemanager/templates/filemanager-normal.js +9436 -0
  56. package/dist/cjs/filemanager/templates/filemanager-preview.js +9437 -0
  57. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +2317 -1235
  58. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +2944 -1865
  59. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +16757 -0
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +3240 -2085
  61. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +16629 -0
  62. package/dist/cjs/filemanager/tests/filemanager-listview.js +2947 -1887
  63. package/dist/cjs/filter/templates/filter-normal.js +10 -4
  64. package/dist/cjs/filter/templates/filter-preview.js +10 -4
  65. package/dist/cjs/filter/tests/filter-preview.js +10 -4
  66. package/dist/cjs/filter/tests/filter.js +10 -4
  67. package/dist/cjs/form/tests/form-field-dropdowns.js +1268 -782
  68. package/dist/cjs/form/tests/form-field-inputs-rtl.js +10 -4
  69. package/dist/cjs/form/tests/form-field-inputs.js +10 -4
  70. package/dist/cjs/gantt/tests/gantt-dep-validation-tooltip.js +4443 -53
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  72. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +10 -4
  73. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +10 -4
  74. package/dist/cjs/gantt/tests/gantt-react.js +10 -4
  75. package/dist/cjs/gantt/tests/gantt-row-reordering.js +12 -6
  76. package/dist/cjs/gantt/tests/gantt.js +12 -6
  77. package/dist/cjs/grid/tests/grid-adaptive-search.js +10 -4
  78. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +10 -4
  79. package/dist/cjs/grid/tests/grid-column-reordering.js +10 -4
  80. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +10 -4
  81. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1341 -855
  82. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +10 -4
  83. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +10 -4
  84. package/dist/cjs/grid/tests/grid-editing.js +10 -4
  85. package/dist/cjs/grid/tests/grid-filter-row-angular.js +10 -4
  86. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +10 -4
  87. package/dist/cjs/grid/tests/grid-filter-row.js +10 -4
  88. package/dist/cjs/grid/tests/grid-grouping-actions.js +10 -4
  89. package/dist/cjs/grid/tests/grid-grouping.js +10 -4
  90. package/dist/cjs/grid/tests/grid-row-reordering.js +10 -4
  91. package/dist/cjs/grid/tests/grid-rows-resizing.js +10 -4
  92. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +10 -4
  93. package/dist/cjs/grid/tests/grid-size-sm.js +10 -4
  94. package/dist/cjs/grid/tests/grid-toolbar.js +10 -4
  95. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  96. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  97. package/dist/cjs/imageeditor/tests/imageeditor.js +10 -4
  98. package/dist/cjs/index.js +2755 -2009
  99. package/dist/cjs/mediaplayer/tests/mediaplayer.js +31 -12
  100. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1244 -758
  101. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1244 -758
  102. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1250 -764
  103. package/dist/cjs/multiselect/tests/multiselect-flat.js +1274 -788
  104. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1250 -764
  105. package/dist/cjs/multiselect/tests/multiselect-opened.js +1252 -766
  106. package/dist/cjs/multiselect/tests/multiselect-outline.js +1274 -788
  107. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1281 -795
  108. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1253 -767
  109. package/dist/cjs/multiselect/tests/multiselect-solid.js +1274 -788
  110. package/dist/cjs/pdf-viewer/pdf-viewer.spec.js +111 -99
  111. package/dist/cjs/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  112. package/dist/cjs/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  113. package/dist/cjs/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  114. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  115. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  116. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +111 -99
  117. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  118. package/dist/cjs/prompt/templates/prompt-more-actions.js +10 -4
  119. package/dist/cjs/prompt/templates/prompt-normal.js +10 -4
  120. package/dist/cjs/prompt/templates/prompt-output.js +10 -4
  121. package/dist/cjs/prompt/templates/prompt-popup.js +10 -4
  122. package/dist/cjs/prompt/templates/prompt-settings.js +10 -4
  123. package/dist/cjs/prompt/templates/prompt-suggestions.js +10 -4
  124. package/dist/cjs/prompt/tests/prompt-more-actions.js +10 -4
  125. package/dist/cjs/prompt/tests/prompt-normal.js +10 -4
  126. package/dist/cjs/prompt/tests/prompt-output.js +10 -4
  127. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  128. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  129. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +10 -4
  130. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +10 -4
  131. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  132. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +10 -4
  133. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  134. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  135. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +10 -4
  136. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +10 -4
  137. package/dist/cjs/scheduler/tests/scheduler-angular.js +10 -4
  138. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1283 -797
  139. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1297 -811
  140. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +10 -4
  141. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  142. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +10 -4
  143. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +10 -4
  144. package/dist/cjs/scheduler/tests/scheduler-react-day.js +10 -4
  145. package/dist/cjs/scheduler/tests/scheduler-react-month.js +10 -4
  146. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  147. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +10 -4
  148. package/dist/cjs/scheduler/tests/scheduler-react-week.js +10 -4
  149. package/dist/cjs/scheduler/tests/scheduler-year.js +10 -4
  150. package/dist/cjs/scheduler/tests/scheduler.js +10 -4
  151. package/dist/cjs/slider/slider.spec.js +8 -4
  152. package/dist/cjs/slider/templates/slider-gradient-vertical.js +10 -4
  153. package/dist/cjs/slider/templates/slider-gradient.js +10 -4
  154. package/dist/cjs/slider/templates/slider-normal.js +8 -4
  155. package/dist/cjs/slider/templates/slider-range-vertical.js +8 -4
  156. package/dist/cjs/slider/templates/slider-range.js +8 -4
  157. package/dist/cjs/slider/templates/slider-vertical.js +8 -4
  158. package/dist/cjs/slider/tests/slider-css-vars.js +8 -4
  159. package/dist/cjs/slider/tests/slider-tick-absolute-position.js +8 -4
  160. package/dist/cjs/slider/tests/slider.js +8 -4
  161. package/dist/cjs/splitter/index.js +4542 -0
  162. package/dist/cjs/splitter/splitter-pane.js +72 -0
  163. package/dist/cjs/splitter/splitter-splitbar.js +4405 -0
  164. package/dist/cjs/splitter/splitter.spec.js +4503 -0
  165. package/dist/cjs/splitter/templates/splitter-normal.js +4522 -0
  166. package/dist/cjs/splitter/templates/splitter-vertical.js +4523 -0
  167. package/dist/cjs/splitter/tests/splitter-splitbar-states.js +4532 -0
  168. package/dist/cjs/splitter/tests/splitter-splitbar.js +4533 -0
  169. package/dist/cjs/splitter/tests/splitter.js +278 -102
  170. package/dist/cjs/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  171. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  172. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  173. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  174. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  175. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +322 -223
  176. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  177. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  178. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  179. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +10 -4
  180. package/dist/cjs/spreadsheet/tests/spreadsheet.js +333 -242
  181. package/dist/cjs/taskboard/tests/taskboard-card.js +10 -4
  182. package/dist/cjs/taskboard/tests/taskboard-pane.js +10 -4
  183. package/dist/cjs/taskboard/tests/taskboard-rtl.js +10 -4
  184. package/dist/cjs/taskboard/tests/taskboard.js +10 -4
  185. package/dist/cjs/toolbar/templates/toolbar-angular-normal.js +10 -4
  186. package/dist/cjs/toolbar/templates/toolbar-angular-resizable.js +10 -4
  187. package/dist/cjs/toolbar/templates/toolbar-normal.js +10 -4
  188. package/dist/cjs/toolbar/templates/toolbar-resizable.js +10 -4
  189. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +10 -4
  190. package/dist/cjs/toolbar/tests/toolbar-angular.js +10 -4
  191. package/dist/cjs/toolbar/tests/toolbar-components.js +10 -4
  192. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +10 -4
  193. package/dist/cjs/toolbar/tests/toolbar-popup.js +10 -4
  194. package/dist/cjs/toolbar/tests/toolbar-sizes.js +10 -4
  195. package/dist/cjs/toolbar/tests/toolbar.js +10 -4
  196. package/dist/cjs/toolbar/toolbar-angular.spec.js +10 -4
  197. package/dist/cjs/toolbar/toolbar.spec.js +10 -4
  198. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1222 -736
  199. package/dist/esm/captcha/captcha.spec.js +5 -2
  200. package/dist/esm/captcha/templates/captcha-normal.js +5 -2
  201. package/dist/esm/captcha/tests/captcha-rtl.js +5 -2
  202. package/dist/esm/captcha/tests/captcha.js +5 -2
  203. package/dist/esm/card/tests/card-horizontal.js +9 -2
  204. package/dist/esm/coloreditor/color-editor.spec.js +10 -4
  205. package/dist/esm/coloreditor/templates/coloreditor-group.js +10 -4
  206. package/dist/esm/coloreditor/templates/coloreditor-normal.js +10 -4
  207. package/dist/esm/coloreditor/templates/coloreditor-palette-group.js +10 -4
  208. package/dist/esm/coloreditor/templates/coloreditor-palette.js +10 -4
  209. package/dist/esm/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  210. package/dist/esm/coloreditor/tests/coloreditor-rtl.js +10 -4
  211. package/dist/esm/coloreditor/tests/coloreditor-states.js +10 -4
  212. package/dist/esm/coloreditor/tests/coloreditor.js +10 -4
  213. package/dist/esm/colorgradient/color-gradient.spec.js +10 -4
  214. package/dist/esm/colorgradient/templates/colorgradient-contrast.js +10 -4
  215. package/dist/esm/colorgradient/templates/colorgradient-normal.js +10 -4
  216. package/dist/esm/colorgradient/tests/colorgradient-contrast.js +10 -4
  217. package/dist/esm/colorgradient/tests/colorgradient-draghandle.js +10 -4
  218. package/dist/esm/colorgradient/tests/colorgradient-modes.js +10 -4
  219. package/dist/esm/colorgradient/tests/colorgradient-rtl.js +10 -4
  220. package/dist/esm/colorgradient/tests/colorgradient-states.js +10 -4
  221. package/dist/esm/colorgradient/tests/colorgradient.js +10 -4
  222. package/dist/esm/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  223. package/dist/esm/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  224. package/dist/esm/colorpicker/tests/colorpicker-opened.js +10 -4
  225. package/dist/esm/colorpicker/tests/colorpicker-size.js +10 -4
  226. package/dist/esm/colorpicker/tests/colorpicker-states.js +10 -4
  227. package/dist/esm/colorpicker/tests/colorpicker.js +10 -4
  228. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1222 -736
  229. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  230. package/dist/esm/dock-manager/tests/dock-manager.js +10 -4
  231. package/dist/esm/dropzone/dropzone.spec.js +7 -1
  232. package/dist/esm/dropzone/templates/dropzone-normal.js +7 -1
  233. package/dist/esm/dropzone/templates/dropzone-with-note.js +7 -1
  234. package/dist/esm/dropzone/tests/dropzone-states.js +7 -1
  235. package/dist/esm/dropzone/tests/dropzone.js +7 -1
  236. package/dist/esm/editor/editor-toolbar.js +10 -4
  237. package/dist/esm/editor/templates/editor-normal.js +10 -4
  238. package/dist/esm/editor/tests/editor-find-replace.js +10 -4
  239. package/dist/esm/editor/tests/editor-states.js +10 -4
  240. package/dist/esm/editor/tests/editor-table-wizard.js +10 -4
  241. package/dist/esm/editor/tests/editor.js +10 -4
  242. package/dist/esm/filemanager/{tests/filemanager-preview.js → file-info.js} +2527 -1701
  243. package/dist/esm/filemanager/file-preview.js +4341 -0
  244. package/dist/esm/filemanager/filemanager-breadcrumb.spec.js +4482 -0
  245. package/dist/esm/filemanager/filemanager-drag-hint.js +4340 -0
  246. package/dist/esm/filemanager/filemanager-listview.spec.js +6174 -0
  247. package/dist/esm/filemanager/filemanager-toolbar.spec.js +7876 -0
  248. package/dist/esm/filemanager/filemanager-treeview.spec.js +4749 -0
  249. package/dist/esm/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +764 -702
  250. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +9548 -0
  251. package/dist/esm/filemanager/templates/filemanager-grid.js +9547 -0
  252. package/dist/esm/filemanager/templates/filemanager-normal.js +9420 -0
  253. package/dist/esm/filemanager/templates/filemanager-preview.js +9421 -0
  254. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +2333 -1251
  255. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +2592 -1513
  256. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +16731 -0
  257. package/dist/esm/filemanager/tests/filemanager-gridview.js +3159 -2004
  258. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +16603 -0
  259. package/dist/esm/filemanager/tests/filemanager-listview.js +2594 -1534
  260. package/dist/esm/filter/templates/filter-normal.js +10 -4
  261. package/dist/esm/filter/templates/filter-preview.js +10 -4
  262. package/dist/esm/filter/tests/filter-preview.js +10 -4
  263. package/dist/esm/filter/tests/filter.js +10 -4
  264. package/dist/esm/form/tests/form-field-dropdowns.js +1221 -735
  265. package/dist/esm/form/tests/form-field-inputs-rtl.js +10 -4
  266. package/dist/esm/form/tests/form-field-inputs.js +10 -4
  267. package/dist/esm/gantt/tests/gantt-dep-validation-tooltip.js +4448 -54
  268. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  269. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +10 -4
  270. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +10 -4
  271. package/dist/esm/gantt/tests/gantt-react.js +10 -4
  272. package/dist/esm/gantt/tests/gantt-row-reordering.js +12 -6
  273. package/dist/esm/gantt/tests/gantt.js +12 -6
  274. package/dist/esm/grid/tests/grid-adaptive-search.js +10 -4
  275. package/dist/esm/grid/tests/grid-column-reordering-actions.js +10 -4
  276. package/dist/esm/grid/tests/grid-column-reordering.js +10 -4
  277. package/dist/esm/grid/tests/grid-column-resizing-actions.js +10 -4
  278. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1294 -808
  279. package/dist/esm/grid/tests/grid-editing-inline-angular.js +10 -4
  280. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +10 -4
  281. package/dist/esm/grid/tests/grid-editing.js +10 -4
  282. package/dist/esm/grid/tests/grid-filter-row-angular.js +10 -4
  283. package/dist/esm/grid/tests/grid-filter-row-blazor.js +10 -4
  284. package/dist/esm/grid/tests/grid-filter-row.js +10 -4
  285. package/dist/esm/grid/tests/grid-grouping-actions.js +10 -4
  286. package/dist/esm/grid/tests/grid-grouping.js +10 -4
  287. package/dist/esm/grid/tests/grid-row-reordering.js +10 -4
  288. package/dist/esm/grid/tests/grid-rows-resizing.js +10 -4
  289. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +10 -4
  290. package/dist/esm/grid/tests/grid-size-sm.js +10 -4
  291. package/dist/esm/grid/tests/grid-toolbar.js +10 -4
  292. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  293. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  294. package/dist/esm/imageeditor/tests/imageeditor.js +10 -4
  295. package/dist/esm/index.js +2759 -2013
  296. package/dist/esm/mediaplayer/tests/mediaplayer.js +31 -12
  297. package/dist/esm/multiselect/templates/multiselect-prefix.js +1197 -711
  298. package/dist/esm/multiselect/templates/multiselect-suffix.js +1197 -711
  299. package/dist/esm/multiselect/tests/multiselect-adaptive.js +1203 -717
  300. package/dist/esm/multiselect/tests/multiselect-flat.js +1227 -741
  301. package/dist/esm/multiselect/tests/multiselect-grouping.js +1203 -717
  302. package/dist/esm/multiselect/tests/multiselect-opened.js +1205 -719
  303. package/dist/esm/multiselect/tests/multiselect-outline.js +1227 -741
  304. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1234 -748
  305. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1206 -720
  306. package/dist/esm/multiselect/tests/multiselect-solid.js +1227 -741
  307. package/dist/esm/pdf-viewer/pdf-viewer.spec.js +111 -99
  308. package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  309. package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  310. package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  311. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  312. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  313. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +111 -99
  314. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  315. package/dist/esm/prompt/templates/prompt-more-actions.js +10 -4
  316. package/dist/esm/prompt/templates/prompt-normal.js +10 -4
  317. package/dist/esm/prompt/templates/prompt-output.js +10 -4
  318. package/dist/esm/prompt/templates/prompt-popup.js +10 -4
  319. package/dist/esm/prompt/templates/prompt-settings.js +10 -4
  320. package/dist/esm/prompt/templates/prompt-suggestions.js +10 -4
  321. package/dist/esm/prompt/tests/prompt-more-actions.js +10 -4
  322. package/dist/esm/prompt/tests/prompt-normal.js +10 -4
  323. package/dist/esm/prompt/tests/prompt-output.js +10 -4
  324. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  325. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  326. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +10 -4
  327. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +10 -4
  328. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  329. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +10 -4
  330. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  331. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  332. package/dist/esm/scheduler/tests/scheduler-angular-month.js +10 -4
  333. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +10 -4
  334. package/dist/esm/scheduler/tests/scheduler-angular.js +10 -4
  335. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1234 -748
  336. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1248 -762
  337. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +10 -4
  338. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  339. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +10 -4
  340. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +10 -4
  341. package/dist/esm/scheduler/tests/scheduler-react-day.js +10 -4
  342. package/dist/esm/scheduler/tests/scheduler-react-month.js +10 -4
  343. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  344. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +10 -4
  345. package/dist/esm/scheduler/tests/scheduler-react-week.js +10 -4
  346. package/dist/esm/scheduler/tests/scheduler-year.js +10 -4
  347. package/dist/esm/scheduler/tests/scheduler.js +10 -4
  348. package/dist/esm/slider/slider.spec.js +8 -4
  349. package/dist/esm/slider/templates/slider-gradient-vertical.js +10 -4
  350. package/dist/esm/slider/templates/slider-gradient.js +10 -4
  351. package/dist/esm/slider/templates/slider-normal.js +8 -4
  352. package/dist/esm/slider/templates/slider-range-vertical.js +8 -4
  353. package/dist/esm/slider/templates/slider-range.js +8 -4
  354. package/dist/esm/slider/templates/slider-vertical.js +8 -4
  355. package/dist/esm/slider/tests/slider-css-vars.js +8 -4
  356. package/dist/esm/slider/tests/slider-tick-absolute-position.js +8 -4
  357. package/dist/esm/slider/tests/slider.js +8 -4
  358. package/dist/esm/splitter/index.js +4526 -0
  359. package/dist/esm/splitter/splitter-pane.js +50 -0
  360. package/dist/esm/splitter/splitter-splitbar.js +4389 -0
  361. package/dist/esm/splitter/splitter.spec.js +4487 -0
  362. package/dist/esm/splitter/templates/splitter-normal.js +4506 -0
  363. package/dist/esm/splitter/templates/splitter-vertical.js +4507 -0
  364. package/dist/esm/splitter/tests/splitter-splitbar-states.js +4516 -0
  365. package/dist/esm/splitter/tests/splitter-splitbar.js +4517 -0
  366. package/dist/esm/splitter/tests/splitter.js +278 -102
  367. package/dist/esm/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  368. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  369. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  370. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  371. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  372. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +322 -223
  373. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  374. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  375. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  376. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +10 -4
  377. package/dist/esm/spreadsheet/tests/spreadsheet.js +333 -242
  378. package/dist/esm/taskboard/tests/taskboard-card.js +10 -4
  379. package/dist/esm/taskboard/tests/taskboard-pane.js +10 -4
  380. package/dist/esm/taskboard/tests/taskboard-rtl.js +10 -4
  381. package/dist/esm/taskboard/tests/taskboard.js +10 -4
  382. package/dist/esm/toolbar/templates/toolbar-angular-normal.js +10 -4
  383. package/dist/esm/toolbar/templates/toolbar-angular-resizable.js +10 -4
  384. package/dist/esm/toolbar/templates/toolbar-normal.js +10 -4
  385. package/dist/esm/toolbar/templates/toolbar-resizable.js +10 -4
  386. package/dist/esm/toolbar/tests/toolbar-adaptive.js +10 -4
  387. package/dist/esm/toolbar/tests/toolbar-angular.js +10 -4
  388. package/dist/esm/toolbar/tests/toolbar-components.js +10 -4
  389. package/dist/esm/toolbar/tests/toolbar-popup-size.js +10 -4
  390. package/dist/esm/toolbar/tests/toolbar-popup.js +10 -4
  391. package/dist/esm/toolbar/tests/toolbar-sizes.js +10 -4
  392. package/dist/esm/toolbar/tests/toolbar.js +10 -4
  393. package/dist/esm/toolbar/toolbar-angular.spec.js +10 -4
  394. package/dist/esm/toolbar/toolbar.spec.js +10 -4
  395. package/dist/types/captcha/captcha.spec.d.ts +4 -1
  396. package/dist/types/dropzone/dropzone.spec.d.ts +3 -2
  397. package/dist/types/filemanager/file-info.d.ts +21 -0
  398. package/dist/types/filemanager/file-preview.d.ts +21 -0
  399. package/dist/types/filemanager/filemanager-breadcrumb.spec.d.ts +10 -0
  400. package/dist/types/filemanager/filemanager-drag-hint.d.ts +14 -0
  401. package/dist/types/filemanager/filemanager-listview.spec.d.ts +10 -0
  402. package/dist/types/filemanager/filemanager-toolbar.spec.d.ts +10 -0
  403. package/dist/types/filemanager/filemanager-treeview.spec.d.ts +10 -0
  404. package/dist/types/filemanager/filemanager.spec.d.ts +18 -0
  405. package/dist/types/filemanager/index.d.ts +12 -0
  406. package/dist/types/filemanager/templates/filemanager-grid-preview.d.ts +1 -0
  407. package/dist/types/filemanager/templates/filemanager-grid.d.ts +1 -0
  408. package/dist/types/filemanager/templates/filemanager-normal.d.ts +1 -0
  409. package/dist/types/filemanager/templates/filemanager-preview.d.ts +1 -0
  410. package/dist/types/index.d.ts +2 -0
  411. package/dist/types/slider/slider.spec.d.ts +4 -0
  412. package/dist/types/splitter/index.d.ts +5 -0
  413. package/dist/types/splitter/splitter-pane.d.ts +22 -0
  414. package/dist/types/splitter/splitter-splitbar.d.ts +21 -0
  415. package/dist/types/splitter/splitter.spec.d.ts +14 -0
  416. package/dist/types/splitter/templates/splitter-normal.d.ts +1 -0
  417. package/dist/types/splitter/templates/splitter-vertical.d.ts +1 -0
  418. package/dist/types/splitter/tests/splitter-splitbar-states.d.ts +2 -0
  419. package/dist/types/splitter/tests/splitter-splitbar.d.ts +2 -0
  420. package/dist/types/tooltip/tooltip.spec.d.ts +1 -1
  421. package/package.json +2 -2
  422. package/src/captcha/captcha.spec.tsx +7 -2
  423. package/src/card/tests/card-horizontal.tsx +12 -2
  424. package/src/dropzone/dropzone.spec.tsx +6 -0
  425. package/src/filemanager/file-info.tsx +103 -0
  426. package/src/filemanager/file-preview.tsx +58 -0
  427. package/src/filemanager/filemanager-breadcrumb.spec.tsx +39 -0
  428. package/src/filemanager/filemanager-drag-hint.tsx +49 -0
  429. package/src/filemanager/filemanager-listview.spec.tsx +42 -0
  430. package/src/filemanager/filemanager-toolbar.spec.tsx +39 -0
  431. package/src/filemanager/filemanager-treeview.spec.tsx +39 -0
  432. package/src/filemanager/filemanager.spec.tsx +84 -0
  433. package/src/filemanager/index.ts +12 -0
  434. package/src/filemanager/templates/filemanager-grid-preview.tsx +133 -0
  435. package/src/filemanager/templates/filemanager-grid.tsx +128 -0
  436. package/src/filemanager/templates/filemanager-normal.tsx +69 -0
  437. package/src/filemanager/templates/filemanager-preview.tsx +74 -0
  438. package/src/filemanager/tests/filemanager-contextmenu.tsx +3 -55
  439. package/src/filemanager/tests/filemanager-drag-hint.tsx +4 -61
  440. package/src/filemanager/tests/filemanager-gridview-preview.tsx +210 -0
  441. package/src/filemanager/tests/filemanager-gridview.tsx +51 -189
  442. package/src/filemanager/tests/filemanager-listview-preview.tsx +92 -0
  443. package/src/filemanager/tests/filemanager-listview.tsx +28 -108
  444. package/src/gantt/tests/gantt-dep-validation-tooltip.tsx +79 -61
  445. package/src/gantt/tests/gantt-row-reordering.tsx +3 -3
  446. package/src/gantt/tests/gantt.tsx +3 -3
  447. package/src/index.ts +2 -2
  448. package/src/mediaplayer/tests/mediaplayer.tsx +3 -16
  449. package/src/slider/slider.spec.tsx +10 -4
  450. package/src/slider/templates/slider-gradient-vertical.tsx +2 -0
  451. package/src/slider/templates/slider-gradient.tsx +2 -0
  452. package/src/splitter/index.tsx +5 -0
  453. package/src/splitter/splitter-pane.tsx +59 -0
  454. package/src/splitter/splitter-splitbar.tsx +82 -0
  455. package/src/splitter/splitter.spec.tsx +74 -0
  456. package/src/splitter/templates/splitter-normal.tsx +20 -0
  457. package/src/splitter/templates/splitter-vertical.tsx +21 -0
  458. package/src/splitter/tests/splitter-splitbar-states.tsx +39 -0
  459. package/src/splitter/tests/splitter-splitbar.tsx +79 -0
  460. package/src/splitter/tests/splitter.tsx +31 -82
  461. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +2 -1
  462. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +2 -1
  463. package/src/spreadsheet/tests/spreadsheet-formula.tsx +2 -1
  464. package/src/spreadsheet/tests/spreadsheet-jquery.tsx +3 -2
  465. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +2 -1
  466. package/src/spreadsheet/tests/spreadsheet.tsx +2 -1
  467. package/src/tooltip/tooltip.spec.tsx +1 -1
  468. package/src/filemanager/tests/filemanager-preview.tsx +0 -366
  469. package/src/filemanager/tests/filemanager-toolbar.tsx +0 -41
  470. /package/dist/types/filemanager/tests/{filemanager-preview.d.ts → filemanager-gridview-preview.d.ts} +0 -0
  471. /package/dist/types/filemanager/tests/{filemanager-toolbar.d.ts → filemanager-listview-preview.d.ts} +0 -0
@@ -110,6 +110,18 @@ var States = {
110
110
  "checked": "checked",
111
111
  "readonly": "readonly"
112
112
  };
113
+ var kendoThemeMaps = {
114
+ calloutMap: {
115
+ top: "n",
116
+ bottom: "s",
117
+ left: "w",
118
+ right: "e"
119
+ },
120
+ orientationMap: {
121
+ vertical: "vstack",
122
+ horizontal: "hstack"
123
+ }
124
+ };
113
125
 
114
126
  // src/icon/font-icon.spec.tsx
115
127
  import { Fragment, jsx } from "react/jsx-runtime";
@@ -6437,7 +6449,9 @@ var defaultProps32 = {
6437
6449
  orientation: "horizontal",
6438
6450
  readonly: false,
6439
6451
  disabled: false,
6440
- handlePosition: "end"
6452
+ handlePosition: "end",
6453
+ showButtons: true,
6454
+ showTicks: true
6441
6455
  };
6442
6456
  var Slider = (props) => {
6443
6457
  const {
@@ -6446,6 +6460,8 @@ var Slider = (props) => {
6446
6460
  readonly = defaultProps32.readonly,
6447
6461
  disabled = defaultProps32.disabled,
6448
6462
  handlePosition = defaultProps32.handlePosition,
6463
+ showButtons = defaultProps32.showButtons,
6464
+ showTicks = defaultProps32.showTicks,
6449
6465
  hover,
6450
6466
  focus,
6451
6467
  active,
@@ -6474,9 +6490,9 @@ var Slider = (props) => {
6474
6490
  "k-range-slider": type === "range"
6475
6491
  }
6476
6492
  ), dir, children: [
6477
- type !== "gradient" && /* @__PURE__ */ jsx83(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6493
+ showButtons && /* @__PURE__ */ jsx83(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6478
6494
  /* @__PURE__ */ jsxs36("div", { className: "k-slider-track-wrap", children: [
6479
- type !== "gradient" && /* @__PURE__ */ jsx83("ul", { className: "k-reset k-slider-items", children: props.children }),
6495
+ showTicks && /* @__PURE__ */ jsx83("ul", { className: "k-reset k-slider-items", children: props.children }),
6480
6496
  /* @__PURE__ */ jsxs36("div", { className: "k-slider-track", style: trackStyle, children: [
6481
6497
  /* @__PURE__ */ jsx83("div", { className: "k-slider-selection" }),
6482
6498
  type === "range" && /* @__PURE__ */ jsx83("span", { className: classNames(
@@ -6499,7 +6515,7 @@ var Slider = (props) => {
6499
6515
  ) })
6500
6516
  ] })
6501
6517
  ] }),
6502
- type !== "gradient" && /* @__PURE__ */ jsx83(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6518
+ showButtons && /* @__PURE__ */ jsx83(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6503
6519
  ] });
6504
6520
  };
6505
6521
  Slider.states = states33;
@@ -6559,6 +6575,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx90(
6559
6575
  {
6560
6576
  type: "gradient",
6561
6577
  orientation: "vertical",
6578
+ showButtons: false,
6579
+ showTicks: false,
6562
6580
  children: /* @__PURE__ */ jsxs42(Fragment32, { children: [
6563
6581
  /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "0" }),
6564
6582
  /* @__PURE__ */ jsx90(SliderTick, {}),
@@ -7837,8 +7855,89 @@ import { jsx as jsx128 } from "react/jsx-runtime";
7837
7855
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7838
7856
  import { jsx as jsx129 } from "react/jsx-runtime";
7839
7857
 
7858
+ // src/tooltip/tooltip.spec.tsx
7859
+ import { jsx as jsx130, jsxs as jsxs53 } from "react/jsx-runtime";
7860
+ var TOOLTIP_CLASSNAME = `k-tooltip`;
7861
+ var states49 = [];
7862
+ var options47 = {
7863
+ themeColor: [
7864
+ ThemeColor.primary,
7865
+ ThemeColor.secondary,
7866
+ ThemeColor.tertiary,
7867
+ ThemeColor.success,
7868
+ ThemeColor.warning,
7869
+ ThemeColor.error,
7870
+ ThemeColor.info,
7871
+ ThemeColor.light,
7872
+ ThemeColor.dark,
7873
+ ThemeColor.inverse
7874
+ ]
7875
+ };
7876
+ var defaultProps47 = {
7877
+ closable: false
7878
+ };
7879
+ var Tooltip = (props) => {
7880
+ const {
7881
+ callout,
7882
+ closable,
7883
+ themeColor,
7884
+ title,
7885
+ content,
7886
+ icon,
7887
+ ...other
7888
+ } = props;
7889
+ return /* @__PURE__ */ jsxs53(
7890
+ "div",
7891
+ {
7892
+ ...other,
7893
+ className: classNames(
7894
+ props.className,
7895
+ TOOLTIP_CLASSNAME,
7896
+ optionClassNames(TOOLTIP_CLASSNAME, {
7897
+ themeColor
7898
+ }),
7899
+ {
7900
+ "k-tooltip-closable": closable
7901
+ }
7902
+ ),
7903
+ children: [
7904
+ icon && /* @__PURE__ */ jsx130(Icon, { className: "k-tooltip-icon", icon }),
7905
+ /* @__PURE__ */ jsxs53("div", { className: "k-tooltip-content", children: [
7906
+ title && /* @__PURE__ */ jsx130("div", { className: "k-tooltip-title", children: title }),
7907
+ content
7908
+ ] }),
7909
+ closable && /* @__PURE__ */ jsx130("div", { className: "k-tooltip-button", children: /* @__PURE__ */ jsx130(Icon, { icon: "x" }) }),
7910
+ callout && /* @__PURE__ */ jsx130("div", { className: classNames(
7911
+ "k-callout",
7912
+ {
7913
+ [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
7914
+ }
7915
+ ) })
7916
+ ]
7917
+ }
7918
+ );
7919
+ };
7920
+ Tooltip.states = states49;
7921
+ Tooltip.options = options47;
7922
+ Tooltip.className = TOOLTIP_CLASSNAME;
7923
+ Tooltip.defaultProps = defaultProps47;
7924
+ var tooltip_spec_default = Tooltip;
7925
+
7926
+ // src/tooltip/templates/tooltip-normal.tsx
7927
+ import { jsx as jsx131 } from "react/jsx-runtime";
7928
+ var TooltipNormal = (props) => /* @__PURE__ */ jsx131(
7929
+ tooltip_spec_default,
7930
+ {
7931
+ content: "Tooltip Content",
7932
+ ...props
7933
+ }
7934
+ );
7935
+
7936
+ // src/tooltip/templates/tooltip-closable.tsx
7937
+ import { jsx as jsx132 } from "react/jsx-runtime";
7938
+
7840
7939
  // src/spreadsheet/tests/spreadsheet-jquery.tsx
7841
- import { Fragment as Fragment42, jsx as jsx130, jsxs as jsxs53 } from "react/jsx-runtime";
7940
+ import { Fragment as Fragment42, jsx as jsx133, jsxs as jsxs54 } from "react/jsx-runtime";
7842
7941
  var style = `
7843
7942
  .k-spreadsheet-view {
7844
7943
  overflow: hidden;
@@ -7855,308 +7954,308 @@ var style = `
7855
7954
  white-space: normal;
7856
7955
  }
7857
7956
  `;
7858
- var spreadsheet_jquery_default = () => /* @__PURE__ */ jsxs53(Fragment42, { children: [
7859
- /* @__PURE__ */ jsx130("style", { children: style }),
7860
- /* @__PURE__ */ jsx130("div", { id: "test-area", children: /* @__PURE__ */ jsxs53("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet k-spreadsheet-legacy", children: [
7861
- /* @__PURE__ */ jsxs53("div", { className: "k-tabstrip-wrapper", children: [
7862
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
7863
- /* @__PURE__ */ jsx130(Button, { icon: "undo" }),
7864
- /* @__PURE__ */ jsx130(Button, { icon: "redo" })
7957
+ var spreadsheet_jquery_default = () => /* @__PURE__ */ jsxs54(Fragment42, { children: [
7958
+ /* @__PURE__ */ jsx133("style", { children: style }),
7959
+ /* @__PURE__ */ jsx133("div", { id: "test-area", children: /* @__PURE__ */ jsxs54("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet k-spreadsheet-legacy", children: [
7960
+ /* @__PURE__ */ jsxs54("div", { className: "k-tabstrip-wrapper", children: [
7961
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
7962
+ /* @__PURE__ */ jsx133(Button, { icon: "undo" }),
7963
+ /* @__PURE__ */ jsx133(Button, { icon: "redo" })
7865
7964
  ] }),
7866
- /* @__PURE__ */ jsxs53("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
7867
- /* @__PURE__ */ jsx130("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs53("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
7868
- /* @__PURE__ */ jsxs53("li", { className: "k-item k-first k-tab-on-top k-active", children: [
7869
- /* @__PURE__ */ jsx130("span", { className: "k-loading k-complete" }),
7870
- /* @__PURE__ */ jsx130("span", { className: "k-link", children: "Home" })
7965
+ /* @__PURE__ */ jsxs54("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
7966
+ /* @__PURE__ */ jsx133("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs54("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
7967
+ /* @__PURE__ */ jsxs54("li", { className: "k-item k-first k-tab-on-top k-active", children: [
7968
+ /* @__PURE__ */ jsx133("span", { className: "k-loading k-complete" }),
7969
+ /* @__PURE__ */ jsx133("span", { className: "k-link", children: "Home" })
7871
7970
  ] }),
7872
- /* @__PURE__ */ jsxs53("li", { className: "k-item", children: [
7873
- /* @__PURE__ */ jsx130("span", { className: "k-loading k-complete" }),
7874
- /* @__PURE__ */ jsx130("span", { className: "k-link", children: "Insert" })
7971
+ /* @__PURE__ */ jsxs54("li", { className: "k-item", children: [
7972
+ /* @__PURE__ */ jsx133("span", { className: "k-loading k-complete" }),
7973
+ /* @__PURE__ */ jsx133("span", { className: "k-link", children: "Insert" })
7875
7974
  ] }),
7876
- /* @__PURE__ */ jsxs53("li", { className: "k-item k-last", children: [
7877
- /* @__PURE__ */ jsx130("span", { className: "k-loading k-complete" }),
7878
- /* @__PURE__ */ jsx130("span", { className: "k-link", children: "Data" })
7975
+ /* @__PURE__ */ jsxs54("li", { className: "k-item k-last", children: [
7976
+ /* @__PURE__ */ jsx133("span", { className: "k-loading k-complete" }),
7977
+ /* @__PURE__ */ jsx133("span", { className: "k-link", children: "Data" })
7879
7978
  ] })
7880
7979
  ] }) }),
7881
- /* @__PURE__ */ jsx130("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs53(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
7882
- /* @__PURE__ */ jsx130(Button, { icon: "folder-open", className: "k-upload-button" }),
7883
- /* @__PURE__ */ jsx130(Button, { icon: "download" }),
7884
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7885
- /* @__PURE__ */ jsxs53(ButtonGroup, { children: [
7886
- /* @__PURE__ */ jsx130(Button, { icon: "cut" }),
7887
- /* @__PURE__ */ jsx130(Button, { icon: "copy" }),
7888
- /* @__PURE__ */ jsx130(Button, { icon: "clipboard" })
7980
+ /* @__PURE__ */ jsx133("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs54(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
7981
+ /* @__PURE__ */ jsx133(Button, { icon: "folder-open", className: "k-upload-button" }),
7982
+ /* @__PURE__ */ jsx133(Button, { icon: "download" }),
7983
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
7984
+ /* @__PURE__ */ jsxs54(ButtonGroup, { children: [
7985
+ /* @__PURE__ */ jsx133(Button, { icon: "cut" }),
7986
+ /* @__PURE__ */ jsx133(Button, { icon: "copy" }),
7987
+ /* @__PURE__ */ jsx133(Button, { icon: "clipboard" })
7889
7988
  ] }),
7890
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7891
- /* @__PURE__ */ jsx130(DropdownList, { value: "Arial" }),
7892
- /* @__PURE__ */ jsx130(Combobox, { placeholder: "12" }),
7893
- /* @__PURE__ */ jsxs53(ButtonGroup, { children: [
7894
- /* @__PURE__ */ jsx130(Button, { icon: "bold" }),
7895
- /* @__PURE__ */ jsx130(Button, { icon: "italic" }),
7896
- /* @__PURE__ */ jsx130(Button, { icon: "underline" })
7989
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
7990
+ /* @__PURE__ */ jsx133(DropdownList, { value: "Arial" }),
7991
+ /* @__PURE__ */ jsx133(Combobox, { placeholder: "12" }),
7992
+ /* @__PURE__ */ jsxs54(ButtonGroup, { children: [
7993
+ /* @__PURE__ */ jsx133(Button, { icon: "bold" }),
7994
+ /* @__PURE__ */ jsx133(Button, { icon: "italic" }),
7995
+ /* @__PURE__ */ jsx133(Button, { icon: "underline" })
7897
7996
  ] }),
7898
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7899
- /* @__PURE__ */ jsx130(MenuButton, { icon: "foreground-color", showArrow: true }),
7900
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7901
- /* @__PURE__ */ jsx130(MenuButton, { icon: "droplet", showArrow: true }),
7902
- /* @__PURE__ */ jsx130(MenuButton, { icon: "borders-all", showArrow: true }),
7903
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7904
- /* @__PURE__ */ jsx130(MenuButton, { icon: "align-left", showArrow: true }),
7905
- /* @__PURE__ */ jsx130(Button, { icon: "text-wrap" }),
7906
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7907
- /* @__PURE__ */ jsxs53(ButtonGroup, { children: [
7908
- /* @__PURE__ */ jsx130(Button, { icon: "decimal-decrease" }),
7909
- /* @__PURE__ */ jsx130(Button, { icon: "decimal-increase" })
7997
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
7998
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "foreground-color", showArrow: true }),
7999
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8000
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "droplet", showArrow: true }),
8001
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "borders-all", showArrow: true }),
8002
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8003
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "align-left", showArrow: true }),
8004
+ /* @__PURE__ */ jsx133(Button, { icon: "text-wrap" }),
8005
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8006
+ /* @__PURE__ */ jsxs54(ButtonGroup, { children: [
8007
+ /* @__PURE__ */ jsx133(Button, { icon: "decimal-decrease" }),
8008
+ /* @__PURE__ */ jsx133(Button, { icon: "decimal-increase" })
7910
8009
  ] }),
7911
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7912
- /* @__PURE__ */ jsx130(Button, { icon: "filter" }),
7913
- /* @__PURE__ */ jsx130(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
7914
- /* @__PURE__ */ jsx130(Button, { icon: "link" }),
7915
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7916
- /* @__PURE__ */ jsx130(Button, { icon: "image" }),
7917
- /* @__PURE__ */ jsx130(Button, { icon: "comment" }),
7918
- /* @__PURE__ */ jsx130(ToolbarSeparator, {}),
7919
- /* @__PURE__ */ jsx130(MenuButton, { icon: "pane-freeze", showArrow: true }),
7920
- /* @__PURE__ */ jsx130(MenuButton, { icon: "cells-merge", showArrow: true }),
7921
- /* @__PURE__ */ jsx130(Button, { icon: "borders-none" })
8010
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8011
+ /* @__PURE__ */ jsx133(Button, { icon: "filter" }),
8012
+ /* @__PURE__ */ jsx133(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
8013
+ /* @__PURE__ */ jsx133(Button, { icon: "link" }),
8014
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8015
+ /* @__PURE__ */ jsx133(Button, { icon: "image" }),
8016
+ /* @__PURE__ */ jsx133(Button, { icon: "comment" }),
8017
+ /* @__PURE__ */ jsx133(ToolbarSeparator, {}),
8018
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "pane-freeze", showArrow: true }),
8019
+ /* @__PURE__ */ jsx133(MenuButton, { icon: "cells-merge", showArrow: true }),
8020
+ /* @__PURE__ */ jsx133(Button, { icon: "borders-none" })
7922
8021
  ] }) })
7923
8022
  ] })
7924
8023
  ] }),
7925
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-action-bar", children: [
7926
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx130(Combobox, { placeholder: "Combobox..." }) }),
7927
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-formula-bar", children: [
7928
- /* @__PURE__ */ jsx130(Icon, { icon: "formula-fx" }),
7929
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
7930
- /* @__PURE__ */ jsx130("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
7931
- /* @__PURE__ */ jsx130("span", { className: "k-syntax-func", children: "Product" }),
7932
- /* @__PURE__ */ jsx130("span", { className: "k-syntax-punc", children: "(" }),
7933
- /* @__PURE__ */ jsx130("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
7934
- /* @__PURE__ */ jsx130("span", { className: "k-syntax-punc", children: ")" })
8024
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-action-bar", children: [
8025
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx133(Combobox, { placeholder: "Combobox..." }) }),
8026
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-formula-bar", children: [
8027
+ /* @__PURE__ */ jsx133(Icon, { icon: "formula-fx" }),
8028
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
8029
+ /* @__PURE__ */ jsx133("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
8030
+ /* @__PURE__ */ jsx133("span", { className: "k-syntax-func", children: "Product" }),
8031
+ /* @__PURE__ */ jsx133("span", { className: "k-syntax-punc", children: "(" }),
8032
+ /* @__PURE__ */ jsx133("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
8033
+ /* @__PURE__ */ jsx133("span", { className: "k-syntax-punc", children: ")" })
7935
8034
  ] }),
7936
- /* @__PURE__ */ jsx130("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7937
- /* @__PURE__ */ jsx130("div", { className: "k-group-header", style: { display: "none" } }),
7938
- /* @__PURE__ */ jsx130("div", { className: "k-list-scroller" })
8035
+ /* @__PURE__ */ jsx133(TooltipNormal, { content: "A1", style: { position: "absolute", display: "none" } }),
8036
+ /* @__PURE__ */ jsx133("div", { className: "k-group-header", style: { display: "none" } }),
8037
+ /* @__PURE__ */ jsx133("div", { className: "k-list-scroller" })
7939
8038
  ] })
7940
8039
  ] }),
7941
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-view", children: [
7942
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-fixed-container", children: [
7943
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
7944
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
7945
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
7946
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
7947
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
7948
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
7949
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
7950
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
7951
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
7952
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
7953
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
7954
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
7955
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
7956
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
7957
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
7958
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
7959
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
7960
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
7961
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
7962
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
7963
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
7964
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
7965
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
7966
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
7967
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
7968
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
7969
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
7970
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
7971
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "1px", top: "1px", width: "878px", height: "69px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
7972
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "71px", width: "99px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
7973
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "101px", top: "71px", width: "214px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
7974
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
7975
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "431px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
7976
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "546px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
7977
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "661px", top: "71px", width: "154px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
7978
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "71px", width: "63px", height: "24px" } }),
7979
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "96px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
7980
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "96px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
7981
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "96px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "1" }) }),
7982
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$12.39" }) }) }),
7983
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$2.48" }) }) }),
7984
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "96px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$14.87" }) }) }),
7985
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell k-single k-spreadsheet-has-comment k-dirty-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "96px", width: "63px", height: "19px" }, children: /* @__PURE__ */ jsx130("span", { className: "k-dirty" }) }),
7986
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "116px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
7987
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "116px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
7988
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "116px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "2" }) }),
7989
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$8.79" }) }) }),
7990
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$3.52" }) }) }),
7991
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "116px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$21.10" }) }) }),
7992
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "116px", width: "63px", height: "19px" } }),
7993
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "136px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
7994
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "136px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
7995
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "136px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "1" }) }),
7996
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$13.99" }) }) }),
7997
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$2.80" }) }) }),
7998
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "136px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$16.79" }) }) }),
7999
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "136px", width: "63px", height: "19px" } }),
8000
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "156px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
8001
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "156px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
8002
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "156px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8003
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$9.49" }) }) }),
8004
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$1.90" }) }) }),
8005
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "156px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$11.39" }) }) }),
8006
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "156px", width: "63px", height: "19px" } }),
8007
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "176px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
8008
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "176px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
8009
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "176px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8010
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$11.49" }) }) }),
8011
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$6.89" }) }) }),
8012
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "176px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$41.36" }) }) }),
8013
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "176px", width: "63px", height: "19px" } }),
8014
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "196px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
8015
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "196px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
8016
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "196px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8017
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$10.99" }) }) }),
8018
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$2.20" }) }) }),
8019
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "196px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$13.19" }) }) }),
8020
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "196px", width: "63px", height: "19px" } }),
8021
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "216px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
8022
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "216px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
8023
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "216px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "5" }) }),
8024
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$6.99" }) }) }),
8025
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$6.99" }) }) }),
8026
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "216px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$41.94" }) }) }),
8027
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "216px", width: "63px", height: "19px" } }),
8028
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "236px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
8029
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "236px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
8030
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "236px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "4" }) }),
8031
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$4.99" }) }) }),
8032
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$3.99" }) }) }),
8033
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "236px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$23.95" }) }) }),
8034
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "236px", width: "63px", height: "19px" } }),
8035
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "256px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
8036
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "256px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
8037
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "256px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8038
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$4.49" }) }) }),
8039
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$2.69" }) }) }),
8040
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "256px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$16.16" }) }) }),
8041
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "256px", width: "63px", height: "19px" } }),
8042
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "276px", width: "99px", height: "19px" } }),
8043
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "276px", width: "214px", height: "19px" } }),
8044
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "276px", width: "114px", height: "19px" } }),
8045
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "276px", width: "114px", height: "19px" } }),
8046
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "276px", width: "114px", height: "19px" } }),
8047
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "276px", width: "154px", height: "19px" } }),
8048
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "276px", width: "63px", height: "19px" } }),
8049
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "296px", width: "99px", height: "19px" } }),
8050
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "296px", width: "214px", height: "19px" } }),
8051
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell k-spreadsheet-drawing-anchor-cell", style: { outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "296px", width: "114px", height: "19px" } }),
8052
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
8053
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
8054
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle N" }),
8055
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle NE" }),
8056
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle E" }),
8057
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle SE" }),
8058
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle S" }),
8059
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle SW" }),
8060
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle W" }),
8061
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-drawing-handle NW" })
8040
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-view", children: [
8041
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-fixed-container", children: [
8042
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
8043
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
8044
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
8045
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
8046
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
8047
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
8048
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
8049
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
8050
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
8051
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
8052
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
8053
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
8054
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
8055
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
8056
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
8057
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
8058
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
8059
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
8060
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
8061
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
8062
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
8063
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
8064
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
8065
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
8066
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
8067
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
8068
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
8069
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
8070
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "1px", top: "1px", width: "878px", height: "69px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
8071
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "71px", width: "99px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
8072
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "101px", top: "71px", width: "214px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
8073
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
8074
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "431px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
8075
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "546px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
8076
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "661px", top: "71px", width: "154px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
8077
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "71px", width: "63px", height: "24px" } }),
8078
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "96px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
8079
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "96px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
8080
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "96px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8081
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$12.39" }) }) }),
8082
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$2.48" }) }) }),
8083
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "96px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$14.87" }) }) }),
8084
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell k-single k-spreadsheet-has-comment k-dirty-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "96px", width: "63px", height: "19px" }, children: /* @__PURE__ */ jsx133("span", { className: "k-dirty" }) }),
8085
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "116px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
8086
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "116px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
8087
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "116px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "2" }) }),
8088
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$8.79" }) }) }),
8089
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$3.52" }) }) }),
8090
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "116px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$21.10" }) }) }),
8091
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "116px", width: "63px", height: "19px" } }),
8092
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "136px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
8093
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "136px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
8094
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "136px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8095
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$13.99" }) }) }),
8096
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$2.80" }) }) }),
8097
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "136px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$16.79" }) }) }),
8098
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "136px", width: "63px", height: "19px" } }),
8099
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "156px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
8100
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "156px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
8101
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "156px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8102
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$9.49" }) }) }),
8103
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$1.90" }) }) }),
8104
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "156px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$11.39" }) }) }),
8105
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "156px", width: "63px", height: "19px" } }),
8106
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "176px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
8107
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "176px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
8108
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "176px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8109
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$11.49" }) }) }),
8110
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$6.89" }) }) }),
8111
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "176px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$41.36" }) }) }),
8112
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "176px", width: "63px", height: "19px" } }),
8113
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "196px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
8114
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "196px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
8115
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "196px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8116
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$10.99" }) }) }),
8117
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$2.20" }) }) }),
8118
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "196px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$13.19" }) }) }),
8119
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "196px", width: "63px", height: "19px" } }),
8120
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "216px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
8121
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "216px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
8122
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "216px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "5" }) }),
8123
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$6.99" }) }) }),
8124
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$6.99" }) }) }),
8125
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "216px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$41.94" }) }) }),
8126
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "216px", width: "63px", height: "19px" } }),
8127
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "236px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
8128
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "236px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
8129
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "236px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "4" }) }),
8130
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$4.99" }) }) }),
8131
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$3.99" }) }) }),
8132
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "236px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$23.95" }) }) }),
8133
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "236px", width: "63px", height: "19px" } }),
8134
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "256px", width: "99px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
8135
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "256px", width: "214px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
8136
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "256px", width: "114px", height: "19px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8137
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$4.49" }) }) }),
8138
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$2.69" }) }) }),
8139
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "256px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$16.16" }) }) }),
8140
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "256px", width: "63px", height: "19px" } }),
8141
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "276px", width: "99px", height: "19px" } }),
8142
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "276px", width: "214px", height: "19px" } }),
8143
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "276px", width: "114px", height: "19px" } }),
8144
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "276px", width: "114px", height: "19px" } }),
8145
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "276px", width: "114px", height: "19px" } }),
8146
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "276px", width: "154px", height: "19px" } }),
8147
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "276px", width: "63px", height: "19px" } }),
8148
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "296px", width: "99px", height: "19px" } }),
8149
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "296px", width: "214px", height: "19px" } }),
8150
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell k-spreadsheet-drawing-anchor-cell", style: { outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "296px", width: "114px", height: "19px" } }),
8151
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
8152
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
8153
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle N" }),
8154
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle NE" }),
8155
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle E" }),
8156
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle SE" }),
8157
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle S" }),
8158
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle SW" }),
8159
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle W" }),
8160
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-drawing-handle NW" })
8062
8161
  ] }),
8063
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "296px", width: "114px", height: "19px" } }),
8064
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "296px", width: "114px", height: "19px" } }),
8065
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "296px", width: "154px", height: "19px" } }),
8066
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "296px", width: "63px", height: "19px" } }),
8067
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "316px", width: "99px", height: "24px" } }),
8068
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "316px", width: "214px", height: "24px" } }),
8069
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "316px", width: "114px", height: "24px" } }),
8070
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "316px", width: "114px", height: "24px" } }),
8071
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "12px", left: "546px", top: "316px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
8072
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "12px", left: "661px", top: "316px", width: "154px", height: "24px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$20.07" }) }) }),
8073
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "316px", width: "63px", height: "24px" } }),
8074
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "341px", width: "99px", height: "49px" } }),
8075
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "341px", width: "214px", height: "49px" } }),
8076
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "20px", left: "316px", top: "341px", width: "344px", height: "49px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
8077
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "20px", left: "661px", top: "341px", width: "154px", height: "49px", textAlign: "right" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx130("span", { children: "$220.82" }) }) }),
8078
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "341px", width: "63px", height: "49px" } })
8162
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "296px", width: "114px", height: "19px" } }),
8163
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "296px", width: "114px", height: "19px" } }),
8164
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "296px", width: "154px", height: "19px" } }),
8165
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "296px", width: "63px", height: "19px" } }),
8166
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "316px", width: "99px", height: "24px" } }),
8167
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "316px", width: "214px", height: "24px" } }),
8168
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "316px", width: "114px", height: "24px" } }),
8169
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "316px", width: "114px", height: "24px" } }),
8170
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "12px", left: "546px", top: "316px", width: "114px", height: "24px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
8171
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "12px", left: "661px", top: "316px", width: "154px", height: "24px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$20.07" }) }) }),
8172
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "316px", width: "63px", height: "24px" } }),
8173
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "341px", width: "99px", height: "49px" } }),
8174
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "341px", width: "214px", height: "49px" } }),
8175
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "20px", left: "316px", top: "341px", width: "344px", height: "49px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
8176
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "20px", left: "661px", top: "341px", width: "154px", height: "49px", textAlign: "right" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx133("span", { children: "$220.82" }) }) }),
8177
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "341px", width: "63px", height: "49px" } })
8079
8178
  ] }),
8080
- /* @__PURE__ */ jsxs53("div", { className: "k-selection-wrapper", children: [
8081
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
8082
- /* @__PURE__ */ jsx130("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "calendar" }) }),
8083
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell k-spreadsheet-active-cell k-top k-single", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "33px", top: "21px", width: "878px", height: "69px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
8179
+ /* @__PURE__ */ jsxs54("div", { className: "k-selection-wrapper", children: [
8180
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
8181
+ /* @__PURE__ */ jsx133("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "calendar" }) }),
8182
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell k-spreadsheet-active-cell k-top k-single", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "33px", top: "21px", width: "878px", height: "69px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
8084
8183
  ] }),
8085
- /* @__PURE__ */ jsx130("div", { className: "k-auto-fill-wrapper" }),
8086
- /* @__PURE__ */ jsx130("div", { className: "k-selection-wrapper" }),
8087
- /* @__PURE__ */ jsxs53("div", { className: "k-filter-wrapper", children: [
8088
- /* @__PURE__ */ jsx130("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
8089
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) }),
8090
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) }),
8091
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) }),
8092
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) }),
8093
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) }),
8094
- /* @__PURE__ */ jsx130("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx130(Icon, { icon: "caret-alt-down" }) })
8184
+ /* @__PURE__ */ jsx133("div", { className: "k-auto-fill-wrapper" }),
8185
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-wrapper" }),
8186
+ /* @__PURE__ */ jsxs54("div", { className: "k-filter-wrapper", children: [
8187
+ /* @__PURE__ */ jsx133("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
8188
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) }),
8189
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) }),
8190
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) }),
8191
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) }),
8192
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) }),
8193
+ /* @__PURE__ */ jsx133("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx133(Icon, { icon: "caret-alt-down" }) })
8095
8194
  ] }),
8096
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
8097
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "1" }) }),
8098
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "2" }) }),
8099
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "3" }) }),
8100
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "4" }) }),
8101
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "5" }) }),
8102
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "6" }) }),
8103
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "7" }) }),
8104
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "8" }) }),
8105
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "9" }) }),
8106
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "10" }) }),
8107
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "11" }) }),
8108
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "12" }) }),
8109
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "13" }) }),
8110
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "14" }) }),
8111
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "15" }) }),
8112
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "16" }) })
8195
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
8196
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "1" }) }),
8197
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "2" }) }),
8198
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "3" }) }),
8199
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "4" }) }),
8200
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "5" }) }),
8201
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "6" }) }),
8202
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "7" }) }),
8203
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "8" }) }),
8204
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "9" }) }),
8205
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "10" }) }),
8206
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "11" }) }),
8207
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "12" }) }),
8208
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "13" }) }),
8209
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "14" }) }),
8210
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "15" }) }),
8211
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "16" }) })
8113
8212
  ] }),
8114
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
8115
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "A" }) }),
8116
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "B" }) }),
8117
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "C" }) }),
8118
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "D" }) }),
8119
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "E" }) }),
8120
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "F" }) }),
8121
- /* @__PURE__ */ jsx130("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "G" }) }),
8122
- /* @__PURE__ */ jsx130("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-vertical-align-center", children: "H" }) })
8213
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
8214
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "A" }) }),
8215
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "B" }) }),
8216
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "C" }) }),
8217
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "D" }) }),
8218
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "E" }) }),
8219
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "F" }) }),
8220
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "G" }) }),
8221
+ /* @__PURE__ */ jsx133("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx133("div", { className: "k-vertical-align-center", children: "H" }) })
8123
8222
  ] })
8124
8223
  ] }),
8125
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
8224
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
8126
8225
  ] }),
8127
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
8128
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs53("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
8129
- /* @__PURE__ */ jsxs53("colgroup", { children: [
8130
- /* @__PURE__ */ jsx130("col", { style: { width: "100px" } }),
8131
- /* @__PURE__ */ jsx130("col", { style: { width: "215px" } }),
8132
- /* @__PURE__ */ jsx130("col", { style: { width: "115px" } }),
8133
- /* @__PURE__ */ jsx130("col", { style: { width: "115px" } }),
8134
- /* @__PURE__ */ jsx130("col", { style: { width: "115px" } }),
8135
- /* @__PURE__ */ jsx130("col", { style: { width: "155px" } }),
8136
- /* @__PURE__ */ jsx130("col", { style: { width: "64px" } })
8226
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
8227
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs54("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
8228
+ /* @__PURE__ */ jsxs54("colgroup", { children: [
8229
+ /* @__PURE__ */ jsx133("col", { style: { width: "100px" } }),
8230
+ /* @__PURE__ */ jsx133("col", { style: { width: "215px" } }),
8231
+ /* @__PURE__ */ jsx133("col", { style: { width: "115px" } }),
8232
+ /* @__PURE__ */ jsx133("col", { style: { width: "115px" } }),
8233
+ /* @__PURE__ */ jsx133("col", { style: { width: "115px" } }),
8234
+ /* @__PURE__ */ jsx133("col", { style: { width: "155px" } }),
8235
+ /* @__PURE__ */ jsx133("col", { style: { width: "64px" } })
8137
8236
  ] }),
8138
- /* @__PURE__ */ jsx130("tbody", { children: /* @__PURE__ */ jsx130("tr", { style: { height: "70px" }, children: /* @__PURE__ */ jsx130("td", { colSpan: 7, rowSpan: 1, style: { backgroundColor: "rgb(96, 181, 255)", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "32px", borderColor: "rgb(96, 181, 255)" }, children: "Invoice #52 - 06/23/2015" }) }) })
8237
+ /* @__PURE__ */ jsx133("tbody", { children: /* @__PURE__ */ jsx133("tr", { style: { height: "70px" }, children: /* @__PURE__ */ jsx133("td", { colSpan: 7, rowSpan: 1, style: { backgroundColor: "rgb(96, 181, 255)", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "32px", borderColor: "rgb(96, 181, 255)" }, children: "Invoice #52 - 06/23/2015" }) }) })
8139
8238
  ] }) }),
8140
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
8141
- /* @__PURE__ */ jsx130("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
8142
- /* @__PURE__ */ jsx130("div", { className: "k-group-header", style: { display: "none" } }),
8143
- /* @__PURE__ */ jsx130("div", { className: "k-list-scroller" })
8239
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
8240
+ /* @__PURE__ */ jsx133(TooltipNormal, { content: "A1", style: { position: "absolute", display: "none" } }),
8241
+ /* @__PURE__ */ jsx133("div", { className: "k-group-header", style: { display: "none" } }),
8242
+ /* @__PURE__ */ jsx133("div", { className: "k-list-scroller" })
8144
8243
  ] }),
8145
- /* @__PURE__ */ jsxs53("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
8146
- /* @__PURE__ */ jsx130(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
8147
- /* @__PURE__ */ jsx130("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ jsxs53("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
8148
- /* @__PURE__ */ jsx130(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
8149
- /* @__PURE__ */ jsxs53("ul", { className: "k-reset k-tabstrip-items", children: [
8150
- /* @__PURE__ */ jsxs53("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
8151
- /* @__PURE__ */ jsx130("span", { className: "k-link", children: "Food Order" }),
8152
- /* @__PURE__ */ jsx130(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8244
+ /* @__PURE__ */ jsxs54("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
8245
+ /* @__PURE__ */ jsx133(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
8246
+ /* @__PURE__ */ jsx133("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ jsxs54("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
8247
+ /* @__PURE__ */ jsx133(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
8248
+ /* @__PURE__ */ jsxs54("ul", { className: "k-reset k-tabstrip-items", children: [
8249
+ /* @__PURE__ */ jsxs54("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
8250
+ /* @__PURE__ */ jsx133("span", { className: "k-link", children: "Food Order" }),
8251
+ /* @__PURE__ */ jsx133(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8153
8252
  ] }),
8154
- /* @__PURE__ */ jsxs53("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
8155
- /* @__PURE__ */ jsx130("span", { className: "k-link", children: "Balance Sheet" }),
8156
- /* @__PURE__ */ jsx130(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8253
+ /* @__PURE__ */ jsxs54("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
8254
+ /* @__PURE__ */ jsx133("span", { className: "k-link", children: "Balance Sheet" }),
8255
+ /* @__PURE__ */ jsx133(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8157
8256
  ] })
8158
8257
  ] }),
8159
- /* @__PURE__ */ jsx130(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
8258
+ /* @__PURE__ */ jsx133(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
8160
8259
  ] }) })
8161
8260
  ] })
8162
8261
  ] }) })