@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
@@ -129,6 +129,18 @@ var States = {
129
129
  "checked": "checked",
130
130
  "readonly": "readonly"
131
131
  };
132
+ var kendoThemeMaps = {
133
+ calloutMap: {
134
+ top: "n",
135
+ bottom: "s",
136
+ left: "w",
137
+ right: "e"
138
+ },
139
+ orientationMap: {
140
+ vertical: "vstack",
141
+ horizontal: "hstack"
142
+ }
143
+ };
132
144
 
133
145
  // src/icon/font-icon.spec.tsx
134
146
  var import_jsx_runtime = require("react/jsx-runtime");
@@ -6456,7 +6468,9 @@ var defaultProps32 = {
6456
6468
  orientation: "horizontal",
6457
6469
  readonly: false,
6458
6470
  disabled: false,
6459
- handlePosition: "end"
6471
+ handlePosition: "end",
6472
+ showButtons: true,
6473
+ showTicks: true
6460
6474
  };
6461
6475
  var Slider = (props) => {
6462
6476
  const {
@@ -6465,6 +6479,8 @@ var Slider = (props) => {
6465
6479
  readonly = defaultProps32.readonly,
6466
6480
  disabled = defaultProps32.disabled,
6467
6481
  handlePosition = defaultProps32.handlePosition,
6482
+ showButtons = defaultProps32.showButtons,
6483
+ showTicks = defaultProps32.showTicks,
6468
6484
  hover,
6469
6485
  focus,
6470
6486
  active,
@@ -6493,9 +6509,9 @@ var Slider = (props) => {
6493
6509
  "k-range-slider": type === "range"
6494
6510
  }
6495
6511
  ), dir, children: [
6496
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6512
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6497
6513
  /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "k-slider-track-wrap", children: [
6498
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6514
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6499
6515
  /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6500
6516
  /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-slider-selection" }),
6501
6517
  type === "range" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: classNames(
@@ -6518,7 +6534,7 @@ var Slider = (props) => {
6518
6534
  ) })
6519
6535
  ] })
6520
6536
  ] }),
6521
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6537
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6522
6538
  ] });
6523
6539
  };
6524
6540
  Slider.states = states33;
@@ -6578,6 +6594,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime90
6578
6594
  {
6579
6595
  type: "gradient",
6580
6596
  orientation: "vertical",
6597
+ showButtons: false,
6598
+ showTicks: false,
6581
6599
  children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
6582
6600
  /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6583
6601
  /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SliderTick, {}),
@@ -7856,8 +7874,89 @@ var import_jsx_runtime128 = require("react/jsx-runtime");
7856
7874
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7857
7875
  var import_jsx_runtime129 = require("react/jsx-runtime");
7858
7876
 
7859
- // src/spreadsheet/tests/spreadsheet-jquery.tsx
7877
+ // src/tooltip/tooltip.spec.tsx
7860
7878
  var import_jsx_runtime130 = require("react/jsx-runtime");
7879
+ var TOOLTIP_CLASSNAME = `k-tooltip`;
7880
+ var states49 = [];
7881
+ var options47 = {
7882
+ themeColor: [
7883
+ ThemeColor.primary,
7884
+ ThemeColor.secondary,
7885
+ ThemeColor.tertiary,
7886
+ ThemeColor.success,
7887
+ ThemeColor.warning,
7888
+ ThemeColor.error,
7889
+ ThemeColor.info,
7890
+ ThemeColor.light,
7891
+ ThemeColor.dark,
7892
+ ThemeColor.inverse
7893
+ ]
7894
+ };
7895
+ var defaultProps47 = {
7896
+ closable: false
7897
+ };
7898
+ var Tooltip = (props) => {
7899
+ const {
7900
+ callout,
7901
+ closable,
7902
+ themeColor,
7903
+ title,
7904
+ content,
7905
+ icon,
7906
+ ...other
7907
+ } = props;
7908
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
7909
+ "div",
7910
+ {
7911
+ ...other,
7912
+ className: classNames(
7913
+ props.className,
7914
+ TOOLTIP_CLASSNAME,
7915
+ optionClassNames(TOOLTIP_CLASSNAME, {
7916
+ themeColor
7917
+ }),
7918
+ {
7919
+ "k-tooltip-closable": closable
7920
+ }
7921
+ ),
7922
+ children: [
7923
+ icon && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { className: "k-tooltip-icon", icon }),
7924
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-tooltip-content", children: [
7925
+ title && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tooltip-title", children: title }),
7926
+ content
7927
+ ] }),
7928
+ closable && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tooltip-button", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "x" }) }),
7929
+ callout && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: classNames(
7930
+ "k-callout",
7931
+ {
7932
+ [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
7933
+ }
7934
+ ) })
7935
+ ]
7936
+ }
7937
+ );
7938
+ };
7939
+ Tooltip.states = states49;
7940
+ Tooltip.options = options47;
7941
+ Tooltip.className = TOOLTIP_CLASSNAME;
7942
+ Tooltip.defaultProps = defaultProps47;
7943
+ var tooltip_spec_default = Tooltip;
7944
+
7945
+ // src/tooltip/templates/tooltip-normal.tsx
7946
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7947
+ var TooltipNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
7948
+ tooltip_spec_default,
7949
+ {
7950
+ content: "Tooltip Content",
7951
+ ...props
7952
+ }
7953
+ );
7954
+
7955
+ // src/tooltip/templates/tooltip-closable.tsx
7956
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7957
+
7958
+ // src/spreadsheet/tests/spreadsheet-jquery.tsx
7959
+ var import_jsx_runtime133 = require("react/jsx-runtime");
7861
7960
  var style = `
7862
7961
  .k-spreadsheet-view {
7863
7962
  overflow: hidden;
@@ -7874,308 +7973,308 @@ var style = `
7874
7973
  white-space: normal;
7875
7974
  }
7876
7975
  `;
7877
- var spreadsheet_jquery_default = () => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(import_jsx_runtime130.Fragment, { children: [
7878
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("style", { children: style }),
7879
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet k-spreadsheet-legacy", children: [
7880
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-tabstrip-wrapper", children: [
7881
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
7882
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "undo" }),
7883
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "redo" })
7976
+ var spreadsheet_jquery_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(import_jsx_runtime133.Fragment, { children: [
7977
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("style", { children: style }),
7978
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet k-spreadsheet-legacy", children: [
7979
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-tabstrip-wrapper", children: [
7980
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
7981
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "undo" }),
7982
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "redo" })
7884
7983
  ] }),
7885
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
7886
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
7887
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("li", { className: "k-item k-first k-tab-on-top k-active", children: [
7888
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-loading k-complete" }),
7889
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: "Home" })
7984
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
7985
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
7986
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("li", { className: "k-item k-first k-tab-on-top k-active", children: [
7987
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-loading k-complete" }),
7988
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: "Home" })
7890
7989
  ] }),
7891
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("li", { className: "k-item", children: [
7892
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-loading k-complete" }),
7893
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: "Insert" })
7990
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("li", { className: "k-item", children: [
7991
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-loading k-complete" }),
7992
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: "Insert" })
7894
7993
  ] }),
7895
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("li", { className: "k-item k-last", children: [
7896
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-loading k-complete" }),
7897
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: "Data" })
7994
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("li", { className: "k-item k-last", children: [
7995
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-loading k-complete" }),
7996
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: "Data" })
7898
7997
  ] })
7899
7998
  ] }) }),
7900
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
7901
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "folder-open", className: "k-upload-button" }),
7902
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "download" }),
7903
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7904
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(ButtonGroup, { children: [
7905
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "cut" }),
7906
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "copy" }),
7907
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "clipboard" })
7999
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
8000
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "folder-open", className: "k-upload-button" }),
8001
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "download" }),
8002
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8003
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(ButtonGroup, { children: [
8004
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "cut" }),
8005
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "copy" }),
8006
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "clipboard" })
7908
8007
  ] }),
7909
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7910
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { value: "Arial" }),
7911
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Combobox, { placeholder: "12" }),
7912
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(ButtonGroup, { children: [
7913
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "bold" }),
7914
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "italic" }),
7915
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "underline" })
8008
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8009
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(DropdownList, { value: "Arial" }),
8010
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Combobox, { placeholder: "12" }),
8011
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(ButtonGroup, { children: [
8012
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "bold" }),
8013
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "italic" }),
8014
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "underline" })
7916
8015
  ] }),
7917
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7918
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "foreground-color", showArrow: true }),
7919
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7920
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "droplet", showArrow: true }),
7921
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "borders-all", showArrow: true }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7923
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "align-left", showArrow: true }),
7924
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "text-wrap" }),
7925
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7926
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(ButtonGroup, { children: [
7927
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "decimal-decrease" }),
7928
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "decimal-increase" })
8016
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8017
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "foreground-color", showArrow: true }),
8018
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8019
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "droplet", showArrow: true }),
8020
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "borders-all", showArrow: true }),
8021
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8022
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "align-left", showArrow: true }),
8023
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "text-wrap" }),
8024
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8025
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(ButtonGroup, { children: [
8026
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "decimal-decrease" }),
8027
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "decimal-increase" })
7929
8028
  ] }),
7930
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7931
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "filter" }),
7932
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
7933
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "link" }),
7934
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7935
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "image" }),
7936
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "comment" }),
7937
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ToolbarSeparator, {}),
7938
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "pane-freeze", showArrow: true }),
7939
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(MenuButton, { icon: "cells-merge", showArrow: true }),
7940
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "borders-none" })
8029
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8030
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "filter" }),
8031
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
8032
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "link" }),
8033
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8034
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "image" }),
8035
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "comment" }),
8036
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(ToolbarSeparator, {}),
8037
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "pane-freeze", showArrow: true }),
8038
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(MenuButton, { icon: "cells-merge", showArrow: true }),
8039
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "borders-none" })
7941
8040
  ] }) })
7942
8041
  ] })
7943
8042
  ] }),
7944
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
7945
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Combobox, { placeholder: "Combobox..." }) }),
7946
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
7947
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "formula-fx" }),
7948
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
7949
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
7950
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-syntax-func", children: "Product" }),
7951
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-syntax-punc", children: "(" }),
7952
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
7953
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-syntax-punc", children: ")" })
8043
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
8044
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Combobox, { placeholder: "Combobox..." }) }),
8045
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
8046
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "formula-fx" }),
8047
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
8048
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
8049
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-syntax-func", children: "Product" }),
8050
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-syntax-punc", children: "(" }),
8051
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
8052
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-syntax-punc", children: ")" })
7954
8053
  ] }),
7955
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7956
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
7957
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-list-scroller" })
8054
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TooltipNormal, { content: "A1", style: { position: "absolute", display: "none" } }),
8055
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
8056
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-list-scroller" })
7958
8057
  ] })
7959
8058
  ] }),
7960
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-view", children: [
7961
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
7962
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
7963
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
7964
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
7965
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
7966
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
7967
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
7968
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
7969
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
7970
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
7971
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
7972
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
7973
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
7974
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
7975
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
7976
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
7977
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
7978
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
7979
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
7980
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
7981
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
7982
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
7983
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
7984
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
7985
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
7986
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
7987
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
7988
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
7989
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
7990
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
7992
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
7993
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
7994
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
7995
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
7996
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
7997
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
7998
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
7999
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
8000
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8001
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$12.39" }) }) }),
8002
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$2.48" }) }) }),
8003
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$14.87" }) }) }),
8004
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-dirty" }) }),
8005
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
8006
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
8007
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "2" }) }),
8008
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$8.79" }) }) }),
8009
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$3.52" }) }) }),
8010
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$21.10" }) }) }),
8011
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8012
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
8013
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
8014
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8015
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$13.99" }) }) }),
8016
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$2.80" }) }) }),
8017
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$16.79" }) }) }),
8018
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8019
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
8020
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
8021
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8022
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$9.49" }) }) }),
8023
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$1.90" }) }) }),
8024
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$11.39" }) }) }),
8025
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8026
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
8027
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
8028
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8029
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$11.49" }) }) }),
8030
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$6.89" }) }) }),
8031
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$41.36" }) }) }),
8032
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8033
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
8034
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
8035
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8036
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$10.99" }) }) }),
8037
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$2.20" }) }) }),
8038
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$13.19" }) }) }),
8039
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8040
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
8041
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
8042
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "5" }) }),
8043
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$6.99" }) }) }),
8044
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$6.99" }) }) }),
8045
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$41.94" }) }) }),
8046
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8047
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
8048
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
8049
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "4" }) }),
8050
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$4.99" }) }) }),
8051
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$3.99" }) }) }),
8052
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$23.95" }) }) }),
8053
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8054
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
8055
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
8056
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8057
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$4.49" }) }) }),
8058
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$2.69" }) }) }),
8059
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$16.16" }) }) }),
8060
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8061
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8062
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8063
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8064
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8065
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8066
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8067
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8068
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8069
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8070
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8071
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
8072
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
8073
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle N" }),
8074
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle NE" }),
8075
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle E" }),
8076
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle SE" }),
8077
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle S" }),
8078
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle SW" }),
8079
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle W" }),
8080
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-drawing-handle NW" })
8059
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-view", children: [
8060
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
8061
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
8062
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
8063
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
8064
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
8065
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
8066
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
8067
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
8068
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
8069
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
8070
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
8071
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
8072
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
8073
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
8074
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
8075
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
8076
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
8077
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
8078
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
8079
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
8080
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
8081
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
8082
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
8083
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
8084
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
8085
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
8086
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
8087
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
8088
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
8089
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
8090
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
8091
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
8092
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
8093
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
8094
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
8095
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
8096
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8097
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
8098
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
8099
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8100
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$12.39" }) }) }),
8101
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$2.48" }) }) }),
8102
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$14.87" }) }) }),
8103
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-dirty" }) }),
8104
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
8105
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
8106
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "2" }) }),
8107
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$8.79" }) }) }),
8108
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$3.52" }) }) }),
8109
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$21.10" }) }) }),
8110
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8111
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
8112
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
8113
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8114
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$13.99" }) }) }),
8115
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$2.80" }) }) }),
8116
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$16.79" }) }) }),
8117
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8118
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
8119
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
8120
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8121
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$9.49" }) }) }),
8122
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$1.90" }) }) }),
8123
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$11.39" }) }) }),
8124
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8125
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
8126
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
8127
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8128
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$11.49" }) }) }),
8129
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$6.89" }) }) }),
8130
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$41.36" }) }) }),
8131
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8132
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
8133
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
8134
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
8135
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$10.99" }) }) }),
8136
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$2.20" }) }) }),
8137
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$13.19" }) }) }),
8138
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8139
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
8140
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
8141
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "5" }) }),
8142
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$6.99" }) }) }),
8143
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$6.99" }) }) }),
8144
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$41.94" }) }) }),
8145
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8146
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
8147
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
8148
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "4" }) }),
8149
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$4.99" }) }) }),
8150
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$3.99" }) }) }),
8151
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$23.95" }) }) }),
8152
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8153
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
8154
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
8155
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
8156
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$4.49" }) }) }),
8157
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$2.69" }) }) }),
8158
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$16.16" }) }) }),
8159
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8160
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8161
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8162
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8163
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8164
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8165
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8166
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8167
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8168
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8169
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8170
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
8171
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
8172
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle N" }),
8173
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle NE" }),
8174
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle E" }),
8175
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle SE" }),
8176
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle S" }),
8177
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle SW" }),
8178
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle W" }),
8179
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-drawing-handle NW" })
8081
8180
  ] }),
8082
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8083
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8084
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8085
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8086
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8087
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8088
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8089
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8090
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
8091
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$20.07" }) }) }),
8092
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8093
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8094
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } }),
8095
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
8096
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "$220.82" }) }) }),
8097
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" } })
8181
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8182
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8183
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8184
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8185
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8186
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8187
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8188
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8189
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
8190
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$20.07" }) }) }),
8191
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8192
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8193
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } }),
8194
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
8195
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { children: "$220.82" }) }) }),
8196
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" } })
8098
8197
  ] }),
8099
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-selection-wrapper", children: [
8100
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
8101
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "calendar" }) }),
8102
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
8198
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-selection-wrapper", children: [
8199
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
8200
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "calendar" }) }),
8201
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
8103
8202
  ] }),
8104
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-auto-fill-wrapper" }),
8105
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-wrapper" }),
8106
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filter-wrapper", children: [
8107
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
8108
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) }),
8109
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) }),
8110
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) }),
8111
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) }),
8112
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) }),
8113
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "caret-alt-down" }) })
8203
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-auto-fill-wrapper" }),
8204
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-wrapper" }),
8205
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-filter-wrapper", children: [
8206
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
8207
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) }),
8208
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) }),
8209
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) }),
8210
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) }),
8211
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) }),
8212
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Icon, { icon: "caret-alt-down" }) })
8114
8213
  ] }),
8115
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
8116
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
8117
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
8118
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
8119
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
8120
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
8121
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
8122
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
8123
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
8124
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
8125
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
8126
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
8127
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
8128
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "13" }) }),
8129
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "14" }) }),
8130
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "15" }) }),
8131
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "16" }) })
8214
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
8215
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
8216
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
8217
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
8218
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
8219
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
8220
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
8221
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
8222
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
8223
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
8224
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
8225
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
8226
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
8227
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "13" }) }),
8228
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "14" }) }),
8229
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "15" }) }),
8230
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "16" }) })
8132
8231
  ] }),
8133
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
8134
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
8135
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
8136
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
8137
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
8138
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
8139
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
8140
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
8141
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-vertical-align-center", children: "H" }) })
8232
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
8233
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
8234
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
8235
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
8236
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
8237
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
8238
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
8239
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
8240
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-vertical-align-center", children: "H" }) })
8142
8241
  ] })
8143
8242
  ] }),
8144
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
8243
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
8145
8244
  ] }),
8146
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
8147
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
8148
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
8149
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "100px" } }),
8150
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "215px" } }),
8151
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "115px" } }),
8152
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "115px" } }),
8153
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "115px" } }),
8154
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "155px" } }),
8155
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "64px" } })
8245
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
8246
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
8247
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8248
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "100px" } }),
8249
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "215px" } }),
8250
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "115px" } }),
8251
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "115px" } }),
8252
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "115px" } }),
8253
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "155px" } }),
8254
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "64px" } })
8156
8255
  ] }),
8157
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("tr", { style: { height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("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" }) }) })
8256
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("tr", { style: { height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" }) }) })
8158
8257
  ] }) }),
8159
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
8160
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
8161
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
8162
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-list-scroller" })
8258
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
8259
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(TooltipNormal, { content: "A1", style: { position: "absolute", display: "none" } }),
8260
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
8261
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-list-scroller" })
8163
8262
  ] }),
8164
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
8165
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
8166
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
8167
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
8168
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
8169
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
8170
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: "Food Order" }),
8171
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8263
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
8264
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
8265
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
8266
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
8267
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
8268
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
8269
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: "Food Order" }),
8270
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8172
8271
  ] }),
8173
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
8174
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: "Balance Sheet" }),
8175
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8272
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
8273
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: "Balance Sheet" }),
8274
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
8176
8275
  ] })
8177
8276
  ] }),
8178
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
8277
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
8179
8278
  ] }) })
8180
8279
  ] })
8181
8280
  ] }) })