@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -5404,23 +5404,83 @@ Checkbox.options = options19;
5404
5404
  Checkbox.className = CHECKBOX_CLASSNAME;
5405
5405
  Checkbox.defaultProps = defaultProps17;
5406
5406
 
5407
- // src/checkbox/templates/checkbox-label.tsx
5407
+ // src/checkbox/checkbox-group.spec.tsx
5408
5408
  var import_jsx_runtime38 = require("react/jsx-runtime");
5409
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5410
+ var states22 = [];
5411
+ var options20 = {};
5412
+ var defaultProps18 = {
5413
+ layout: "vertical"
5414
+ };
5415
+ var CheckboxGroup = (props) => {
5416
+ const {
5417
+ layout = defaultProps18.layout,
5418
+ ...other
5419
+ } = props;
5420
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5421
+ "ul",
5422
+ {
5423
+ ...other,
5424
+ className: classNames(
5425
+ props.className,
5426
+ CHECKBOXGROUP_CLASSNAME,
5427
+ {
5428
+ [`k-list-${layout}`]: layout
5429
+ }
5430
+ ),
5431
+ children: props.children
5432
+ }
5433
+ );
5434
+ };
5435
+ CheckboxGroup.states = states22;
5436
+ CheckboxGroup.options = options20;
5437
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5438
+ CheckboxGroup.defaultProps = defaultProps18;
5409
5439
 
5410
- // src/checkbox/templates/checkbox-normal.tsx
5440
+ // src/checkbox/checkbox-item.spec.tsx
5411
5441
  var import_jsx_runtime39 = require("react/jsx-runtime");
5442
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5443
+ var states23 = [];
5444
+ var options21 = {};
5445
+ var defaultProps19 = {};
5446
+ var CheckboxItem = (props) => {
5447
+ const {
5448
+ ...other
5449
+ } = props;
5450
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5451
+ "li",
5452
+ {
5453
+ ...other,
5454
+ className: classNames(
5455
+ props.className,
5456
+ CHECKBOXITEM_CLASSNAME
5457
+ ),
5458
+ children: props.children
5459
+ }
5460
+ );
5461
+ };
5462
+ CheckboxItem.states = states23;
5463
+ CheckboxItem.options = options21;
5464
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5465
+ CheckboxItem.defaultProps = defaultProps19;
5412
5466
 
5413
- // src/list/list-item.spec.tsx
5467
+ // src/checkbox/templates/checkbox-with-label.tsx
5414
5468
  var import_jsx_runtime40 = require("react/jsx-runtime");
5469
+
5470
+ // src/checkbox/templates/checkbox-normal.tsx
5471
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5472
+
5473
+ // src/list/list-item.spec.tsx
5474
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5415
5475
  var LISTITEM_CLASSNAME = `k-list-item`;
5416
- var states22 = [
5476
+ var states24 = [
5417
5477
  States.hover,
5418
5478
  States.focus,
5419
5479
  States.selected,
5420
5480
  States.disabled
5421
5481
  ];
5422
- var options20 = {};
5423
- var defaultProps18 = {};
5482
+ var options22 = {};
5483
+ var defaultProps20 = {};
5424
5484
  var ListItem = (props) => {
5425
5485
  const {
5426
5486
  text,
@@ -5436,7 +5496,7 @@ var ListItem = (props) => {
5436
5496
  ...other
5437
5497
  } = props;
5438
5498
  const textOrChildren = text ? text : props.children;
5439
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5499
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5440
5500
  "li",
5441
5501
  {
5442
5502
  ...other,
@@ -5451,66 +5511,66 @@ var ListItem = (props) => {
5451
5511
  })
5452
5512
  ),
5453
5513
  children: [
5454
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Checkbox, { checked }),
5455
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { icon: iconName }),
5456
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5457
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5514
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Checkbox, { checked }),
5515
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: iconName }),
5516
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5517
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5458
5518
  ]
5459
5519
  }
5460
5520
  );
5461
5521
  };
5462
- ListItem.states = states22;
5463
- ListItem.options = options20;
5522
+ ListItem.states = states24;
5523
+ ListItem.options = options22;
5464
5524
  ListItem.className = LISTITEM_CLASSNAME;
5465
- ListItem.defaultProps = defaultProps18;
5525
+ ListItem.defaultProps = defaultProps20;
5466
5526
 
5467
5527
  // src/list/list-content.tsx
5468
- var import_jsx_runtime41 = require("react/jsx-runtime");
5528
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5469
5529
  var className10 = `k-list-content`;
5470
5530
  var ListContent = (props) => {
5471
5531
  const {
5472
5532
  virtualization
5473
5533
  } = props;
5474
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: classNames(className10, props.className), children: [
5475
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5476
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", {}) })
5534
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: classNames(className10, props.className), children: [
5535
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5536
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", {}) })
5477
5537
  ] });
5478
5538
  };
5479
5539
 
5480
5540
  // src/list/list-header.tsx
5481
- var import_jsx_runtime42 = require("react/jsx-runtime");
5541
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5482
5542
  var className11 = `k-list-group-sticky-header`;
5483
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5543
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5484
5544
 
5485
5545
  // src/list/list-group.tsx
5486
- var import_jsx_runtime43 = require("react/jsx-runtime");
5546
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5487
5547
  var ListGroup = (props) => {
5488
5548
  const {
5489
5549
  virtualization,
5490
5550
  label
5491
5551
  } = props;
5492
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5493
- label && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListHeader, { children: label }),
5494
- props.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListContent, { virtualization, children: props.children })
5552
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5553
+ label && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListHeader, { children: label }),
5554
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: props.children })
5495
5555
  ] });
5496
5556
  };
5497
5557
 
5498
5558
  // src/list/list-group-item.tsx
5499
- var import_jsx_runtime44 = require("react/jsx-runtime");
5559
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5500
5560
  var className12 = `k-list-group-item`;
5501
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5561
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5502
5562
 
5503
5563
  // src/list/list-option-label.tsx
5504
- var import_jsx_runtime45 = require("react/jsx-runtime");
5564
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5505
5565
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5506
- var states23 = [
5566
+ var states25 = [
5507
5567
  States.hover,
5508
5568
  States.focus,
5509
5569
  States.selected,
5510
5570
  States.disabled
5511
5571
  ];
5512
- var options21 = {};
5513
- var defaultProps19 = {};
5572
+ var options23 = {};
5573
+ var defaultProps21 = {};
5514
5574
  var ListOptionLabel = (props) => {
5515
5575
  const {
5516
5576
  text,
@@ -5520,7 +5580,7 @@ var ListOptionLabel = (props) => {
5520
5580
  disabled,
5521
5581
  ...other
5522
5582
  } = props;
5523
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5583
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5524
5584
  "div",
5525
5585
  {
5526
5586
  ...other,
@@ -5537,36 +5597,36 @@ var ListOptionLabel = (props) => {
5537
5597
  }
5538
5598
  );
5539
5599
  };
5540
- ListOptionLabel.states = states23;
5541
- ListOptionLabel.options = options21;
5600
+ ListOptionLabel.states = states25;
5601
+ ListOptionLabel.options = options23;
5542
5602
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5543
- ListOptionLabel.defaultProps = defaultProps19;
5603
+ ListOptionLabel.defaultProps = defaultProps21;
5544
5604
 
5545
5605
  // src/list/templates/list-normal.tsx
5546
- var import_jsx_runtime46 = require("react/jsx-runtime");
5606
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5547
5607
 
5548
5608
  // src/list/templates/list-virtualization.tsx
5549
- var import_jsx_runtime47 = require("react/jsx-runtime");
5609
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5550
5610
 
5551
5611
  // src/list/templates/list-grouping.tsx
5552
- var import_jsx_runtime48 = require("react/jsx-runtime");
5612
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5553
5613
 
5554
5614
  // src/list/templates/list-virualization-grouping.tsx
5555
- var import_jsx_runtime49 = require("react/jsx-runtime");
5615
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5556
5616
 
5557
5617
  // src/list/templates/list-virtualization-angular.tsx
5558
- var import_jsx_runtime50 = require("react/jsx-runtime");
5618
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5559
5619
 
5560
5620
  // src/list/templates/list-grouping-angular.tsx
5561
- var import_jsx_runtime51 = require("react/jsx-runtime");
5621
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5562
5622
 
5563
5623
  // src/list/templates/list-virualization-grouping-angular.tsx
5564
- var import_jsx_runtime52 = require("react/jsx-runtime");
5624
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5565
5625
 
5566
5626
  // src/combobox/combobox.spec.tsx
5567
- var import_jsx_runtime53 = require("react/jsx-runtime");
5627
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5568
5628
  var COMBOBOX_CLASSNAME = `k-combobox`;
5569
- var states24 = [
5629
+ var states26 = [
5570
5630
  States.hover,
5571
5631
  States.focus,
5572
5632
  States.valid,
@@ -5576,12 +5636,12 @@ var states24 = [
5576
5636
  States.disabled,
5577
5637
  States.readonly
5578
5638
  ];
5579
- var defaultProps20 = {
5639
+ var defaultProps22 = {
5580
5640
  size: Input.defaultProps.size,
5581
5641
  rounded: Input.defaultProps.rounded,
5582
5642
  fillMode: Input.defaultProps.fillMode
5583
5643
  };
5584
- var options22 = {
5644
+ var options24 = {
5585
5645
  size: [Size.small, Size.medium, Size.large],
5586
5646
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5587
5647
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5609,8 +5669,8 @@ var Combobox = (props) => {
5609
5669
  adaptiveSettings,
5610
5670
  ...other
5611
5671
  } = props;
5612
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
5613
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5672
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
5673
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5614
5674
  Input,
5615
5675
  {
5616
5676
  ...other,
@@ -5627,9 +5687,9 @@ var Combobox = (props) => {
5627
5687
  readonly,
5628
5688
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5629
5689
  children: [
5630
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputPrefix, { children: prefix }),
5631
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputInnerInput, { placeholder, value }),
5632
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5690
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputPrefix, { children: prefix }),
5691
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
5692
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5633
5693
  InputValidationIcon,
5634
5694
  {
5635
5695
  valid,
@@ -5638,14 +5698,14 @@ var Combobox = (props) => {
5638
5698
  disabled
5639
5699
  }
5640
5700
  ),
5641
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5701
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5642
5702
  InputLoadingIcon,
5643
5703
  {
5644
5704
  loading,
5645
5705
  disabled
5646
5706
  }
5647
5707
  ),
5648
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5708
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5649
5709
  InputClearValue,
5650
5710
  {
5651
5711
  loading,
@@ -5654,8 +5714,8 @@ var Combobox = (props) => {
5654
5714
  value
5655
5715
  }
5656
5716
  ),
5657
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputSuffix, { children: suffix }),
5658
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5717
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSuffix, { children: suffix }),
5718
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5659
5719
  Button,
5660
5720
  {
5661
5721
  className: "k-input-button",
@@ -5668,9 +5728,9 @@ var Combobox = (props) => {
5668
5728
  ]
5669
5729
  }
5670
5730
  ),
5671
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5672
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5673
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5731
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5732
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5733
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5674
5734
  ActionSheetHeader,
5675
5735
  {
5676
5736
  actions: ["x"],
@@ -5678,35 +5738,35 @@ var Combobox = (props) => {
5678
5738
  title: "Select Item"
5679
5739
  }
5680
5740
  ),
5681
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(List, { size: "large", children: [
5682
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListItem, { text: "List item" }),
5683
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListItem, { text: "List item" }),
5684
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListItem, { text: "List item" })
5741
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(List, { size: "large", children: [
5742
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" }),
5743
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" }),
5744
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" })
5685
5745
  ] }) })
5686
5746
  ] })
5687
5747
  ] });
5688
5748
  };
5689
- Combobox.states = states24;
5690
- Combobox.options = options22;
5749
+ Combobox.states = states26;
5750
+ Combobox.options = options24;
5691
5751
  Combobox.className = COMBOBOX_CLASSNAME;
5692
- Combobox.defaultProps = defaultProps20;
5752
+ Combobox.defaultProps = defaultProps22;
5693
5753
 
5694
5754
  // src/combobox/templates/combobox-normal.tsx
5695
- var import_jsx_runtime54 = require("react/jsx-runtime");
5755
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5696
5756
 
5697
5757
  // src/combobox/templates/combobox-popup.tsx
5698
- var import_jsx_runtime55 = require("react/jsx-runtime");
5758
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5699
5759
 
5700
5760
  // src/combobox/templates/combobox-grouping.tsx
5701
- var import_jsx_runtime56 = require("react/jsx-runtime");
5761
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5702
5762
 
5703
5763
  // src/combobox/templates/combobox-adaptive.tsx
5704
- var import_jsx_runtime57 = require("react/jsx-runtime");
5764
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5705
5765
 
5706
5766
  // src/dropdownlist/dropdownlist.spec.tsx
5707
- var import_jsx_runtime58 = require("react/jsx-runtime");
5767
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5708
5768
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5709
- var states25 = [
5769
+ var states27 = [
5710
5770
  States.hover,
5711
5771
  States.focus,
5712
5772
  States.valid,
@@ -5716,12 +5776,12 @@ var states25 = [
5716
5776
  States.loading,
5717
5777
  States.readonly
5718
5778
  ];
5719
- var options23 = {
5779
+ var options25 = {
5720
5780
  size: [Size.small, Size.medium, Size.large],
5721
5781
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5722
5782
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5723
5783
  };
5724
- var defaultProps21 = {
5784
+ var defaultProps23 = {
5725
5785
  showValue: true,
5726
5786
  arrowIconName: "caret-alt-down",
5727
5787
  size: Size.medium,
@@ -5731,7 +5791,7 @@ var defaultProps21 = {
5731
5791
  var DropdownList = (props) => {
5732
5792
  const {
5733
5793
  valueIconName,
5734
- arrowIconName = defaultProps21.arrowIconName,
5794
+ arrowIconName = defaultProps23.arrowIconName,
5735
5795
  prefix,
5736
5796
  suffix,
5737
5797
  value,
@@ -5747,13 +5807,13 @@ var DropdownList = (props) => {
5747
5807
  loading,
5748
5808
  disabled,
5749
5809
  readonly,
5750
- showValue = defaultProps21.showValue,
5810
+ showValue = defaultProps23.showValue,
5751
5811
  popup,
5752
5812
  opened,
5753
5813
  ...other
5754
5814
  } = props;
5755
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5756
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5815
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5816
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5757
5817
  Picker,
5758
5818
  {
5759
5819
  ...other,
@@ -5776,8 +5836,8 @@ var DropdownList = (props) => {
5776
5836
  }
5777
5837
  ),
5778
5838
  children: [
5779
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputPrefix, { children: prefix }),
5780
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5839
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputPrefix, { children: prefix }),
5840
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5781
5841
  InputInnerSpan,
5782
5842
  {
5783
5843
  placeholder,
@@ -5786,7 +5846,7 @@ var DropdownList = (props) => {
5786
5846
  valueIconName
5787
5847
  }
5788
5848
  ),
5789
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5849
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5790
5850
  InputValidationIcon,
5791
5851
  {
5792
5852
  valid,
@@ -5795,15 +5855,15 @@ var DropdownList = (props) => {
5795
5855
  disabled
5796
5856
  }
5797
5857
  ),
5798
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5858
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5799
5859
  InputLoadingIcon,
5800
5860
  {
5801
5861
  loading,
5802
5862
  disabled
5803
5863
  }
5804
5864
  ),
5805
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputSuffix, { children: suffix }),
5806
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5865
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputSuffix, { children: suffix }),
5866
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5807
5867
  Button,
5808
5868
  {
5809
5869
  className: "k-input-button",
@@ -5816,40 +5876,40 @@ var DropdownList = (props) => {
5816
5876
  ]
5817
5877
  }
5818
5878
  ),
5819
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5879
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5820
5880
  ] });
5821
5881
  };
5822
- DropdownList.states = states25;
5823
- DropdownList.options = options23;
5882
+ DropdownList.states = states27;
5883
+ DropdownList.options = options25;
5824
5884
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5825
- DropdownList.defaultProps = defaultProps21;
5885
+ DropdownList.defaultProps = defaultProps23;
5826
5886
 
5827
5887
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5828
- var import_jsx_runtime59 = require("react/jsx-runtime");
5888
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5829
5889
 
5830
5890
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5831
- var import_jsx_runtime60 = require("react/jsx-runtime");
5891
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5832
5892
 
5833
5893
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5834
- var import_jsx_runtime61 = require("react/jsx-runtime");
5894
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5835
5895
 
5836
5896
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5837
- var import_jsx_runtime62 = require("react/jsx-runtime");
5897
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5838
5898
 
5839
5899
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5840
- var import_jsx_runtime63 = require("react/jsx-runtime");
5900
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5841
5901
 
5842
5902
  // src/menu-button/menu-button.spec.tsx
5843
- var import_jsx_runtime64 = require("react/jsx-runtime");
5903
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5844
5904
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5845
- var states26 = [
5905
+ var states28 = [
5846
5906
  States.hover,
5847
5907
  States.focus,
5848
5908
  States.active,
5849
5909
  States.selected,
5850
5910
  States.disabled
5851
5911
  ];
5852
- var options24 = {
5912
+ var options26 = {
5853
5913
  size: [Size.small, Size.medium, Size.large],
5854
5914
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5855
5915
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5867,7 +5927,7 @@ var options24 = {
5867
5927
  ThemeColor.inverse
5868
5928
  ]
5869
5929
  };
5870
- var defaultProps22 = {
5930
+ var defaultProps24 = {
5871
5931
  size: Size.medium,
5872
5932
  rounded: Roundness.medium,
5873
5933
  fillMode: FillMode.solid,
@@ -5877,10 +5937,10 @@ var defaultProps22 = {
5877
5937
  };
5878
5938
  var MenuButton = (props) => {
5879
5939
  const {
5880
- size = defaultProps22.size,
5881
- rounded = defaultProps22.rounded,
5882
- fillMode = defaultProps22.fillMode,
5883
- themeColor = defaultProps22.themeColor,
5940
+ size = defaultProps24.size,
5941
+ rounded = defaultProps24.rounded,
5942
+ fillMode = defaultProps24.fillMode,
5943
+ themeColor = defaultProps24.themeColor,
5884
5944
  hover,
5885
5945
  focus,
5886
5946
  active,
@@ -5888,14 +5948,14 @@ var MenuButton = (props) => {
5888
5948
  disabled,
5889
5949
  icon,
5890
5950
  text,
5891
- showArrow = defaultProps22.showArrow,
5892
- arrowIconName = defaultProps22.arrowIconName,
5951
+ showArrow = defaultProps24.showArrow,
5952
+ arrowIconName = defaultProps24.arrowIconName,
5893
5953
  popup,
5894
5954
  opened,
5895
5955
  ...other
5896
5956
  } = props;
5897
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
5898
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5957
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
5958
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5899
5959
  Button,
5900
5960
  {
5901
5961
  ...other,
@@ -5918,35 +5978,35 @@ var MenuButton = (props) => {
5918
5978
  arrowIconName
5919
5979
  }
5920
5980
  ),
5921
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Popup, { className: "k-menu-popup", children: popup })
5981
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-menu-popup", children: popup })
5922
5982
  ] });
5923
5983
  };
5924
- MenuButton.states = states26;
5925
- MenuButton.options = options24;
5984
+ MenuButton.states = states28;
5985
+ MenuButton.options = options26;
5926
5986
  MenuButton.className = MENUBUTTON_CLASSNAME;
5927
- MenuButton.defaultProps = defaultProps22;
5987
+ MenuButton.defaultProps = defaultProps24;
5928
5988
 
5929
5989
  // src/menu-button/templates/icon-menu-button.tsx
5930
- var import_jsx_runtime65 = require("react/jsx-runtime");
5990
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5931
5991
 
5932
5992
  // src/menu-button/templates/icon-text-menu-button.tsx
5933
- var import_jsx_runtime66 = require("react/jsx-runtime");
5993
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5934
5994
 
5935
5995
  // src/menu-button/templates/text-menu-button.tsx
5936
- var import_jsx_runtime67 = require("react/jsx-runtime");
5996
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5937
5997
 
5938
5998
  // src/menu/menu-item.spec.tsx
5939
- var import_jsx_runtime68 = require("react/jsx-runtime");
5999
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5940
6000
  var MENUITEM_CLASSNAME = `k-menu-item`;
5941
- var states27 = [
6001
+ var states29 = [
5942
6002
  States.hover,
5943
6003
  States.focus,
5944
6004
  States.active,
5945
6005
  States.selected,
5946
6006
  States.disabled
5947
6007
  ];
5948
- var options25 = {};
5949
- var defaultProps23 = {
6008
+ var options27 = {};
6009
+ var defaultProps25 = {
5950
6010
  dir: "ltr"
5951
6011
  };
5952
6012
  var MenuItem = (props) => {
@@ -5960,11 +6020,11 @@ var MenuItem = (props) => {
5960
6020
  text,
5961
6021
  showArrow,
5962
6022
  arrowIconName,
5963
- dir = defaultProps23.dir,
6023
+ dir = defaultProps25.dir,
5964
6024
  children,
5965
6025
  ...other
5966
6026
  } = props;
5967
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, {});
6027
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, {});
5968
6028
  if (children) {
5969
6029
  children.forEach((child) => {
5970
6030
  const component = child.type;
@@ -5978,7 +6038,7 @@ var MenuItem = (props) => {
5978
6038
  if (!expandArrowName) {
5979
6039
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
5980
6040
  }
5981
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6041
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5982
6042
  "li",
5983
6043
  {
5984
6044
  ...other,
@@ -5993,7 +6053,7 @@ var MenuItem = (props) => {
5993
6053
  })
5994
6054
  ),
5995
6055
  children: [
5996
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6056
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5997
6057
  "span",
5998
6058
  {
5999
6059
  className: classNames(
@@ -6006,9 +6066,9 @@ var MenuItem = (props) => {
6006
6066
  })
6007
6067
  ),
6008
6068
  children: [
6009
- icon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6010
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-menu-link-text", children: text }),
6011
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: expandArrowName }) })
6069
+ icon && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6070
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-menu-link-text", children: text }),
6071
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: expandArrowName }) })
6012
6072
  ]
6013
6073
  }
6014
6074
  ),
@@ -6017,24 +6077,24 @@ var MenuItem = (props) => {
6017
6077
  }
6018
6078
  );
6019
6079
  };
6020
- MenuItem.states = states27;
6021
- MenuItem.options = options25;
6080
+ MenuItem.states = states29;
6081
+ MenuItem.options = options27;
6022
6082
  MenuItem.className = MENUITEM_CLASSNAME;
6023
- MenuItem.defaultProps = defaultProps23;
6083
+ MenuItem.defaultProps = defaultProps25;
6024
6084
  var menu_item_spec_default = MenuItem;
6025
6085
 
6026
6086
  // src/menu/menu-separator.spec.tsx
6027
- var import_jsx_runtime69 = require("react/jsx-runtime");
6087
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6028
6088
  var SEPARATOR_CLASSNAME = `k-separator`;
6029
- var defaultProps24 = {
6089
+ var defaultProps26 = {
6030
6090
  orientation: "horizontal"
6031
6091
  };
6032
6092
  var MenuSeparator = (props) => {
6033
6093
  const {
6034
- orientation = defaultProps24.orientation,
6094
+ orientation = defaultProps26.orientation,
6035
6095
  ...other
6036
6096
  } = props;
6037
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6097
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6038
6098
  "li",
6039
6099
  {
6040
6100
  ...other,
@@ -6052,25 +6112,25 @@ var MenuSeparator = (props) => {
6052
6112
  var menu_separator_spec_default = MenuSeparator;
6053
6113
 
6054
6114
  // src/menu/menu-item-content.tsx
6055
- var import_jsx_runtime70 = require("react/jsx-runtime");
6115
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6056
6116
 
6057
6117
  // src/menu/menu-list.spec.tsx
6058
- var import_jsx_runtime71 = require("react/jsx-runtime");
6118
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6059
6119
  var import_react = require("react");
6060
6120
  var MENULIST_CLASSNAME = `k-menu-group`;
6061
- var states28 = [];
6062
- var options26 = {
6121
+ var states30 = [];
6122
+ var options28 = {
6063
6123
  size: [Size.small, Size.medium, Size.large]
6064
6124
  };
6065
- var defaultProps25 = {
6125
+ var defaultProps27 = {
6066
6126
  size: Size.medium,
6067
6127
  dir: "ltr"
6068
6128
  };
6069
6129
  var MenuList = (props) => {
6070
6130
  const {
6071
6131
  children,
6072
- size = defaultProps25.size,
6073
- dir = defaultProps25.dir,
6132
+ size = defaultProps27.size,
6133
+ dir = defaultProps27.dir,
6074
6134
  ...other
6075
6135
  } = props;
6076
6136
  const listChildren = [];
@@ -6083,7 +6143,7 @@ var MenuList = (props) => {
6083
6143
  );
6084
6144
  } else if (child.type === menu_separator_spec_default) {
6085
6145
  listChildren.push(
6086
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(menu_separator_spec_default, {})
6146
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(menu_separator_spec_default, {})
6087
6147
  );
6088
6148
  } else {
6089
6149
  listChildren.push(child);
@@ -6091,7 +6151,7 @@ var MenuList = (props) => {
6091
6151
  });
6092
6152
  }
6093
6153
  }
6094
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6154
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6095
6155
  "ul",
6096
6156
  {
6097
6157
  ...other,
@@ -6106,26 +6166,26 @@ var MenuList = (props) => {
6106
6166
  }
6107
6167
  );
6108
6168
  };
6109
- MenuList.states = states28;
6110
- MenuList.options = options26;
6169
+ MenuList.states = states30;
6170
+ MenuList.options = options28;
6111
6171
  MenuList.className = MENULIST_CLASSNAME;
6112
- MenuList.defaultProps = defaultProps25;
6172
+ MenuList.defaultProps = defaultProps27;
6113
6173
 
6114
6174
  // src/menu-button/templates/menu-button-popup.tsx
6115
- var import_jsx_runtime72 = require("react/jsx-runtime");
6175
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6116
6176
 
6117
6177
  // src/color-preview/color-preview.tsx
6118
- var import_jsx_runtime73 = require("react/jsx-runtime");
6178
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6119
6179
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6120
- var states29 = [];
6121
- var options27 = {};
6180
+ var states31 = [];
6181
+ var options29 = {};
6122
6182
  var ColorPreview = (props) => {
6123
6183
  const {
6124
6184
  color,
6125
6185
  iconName,
6126
6186
  ...other
6127
6187
  } = props;
6128
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6188
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6129
6189
  "span",
6130
6190
  {
6131
6191
  ...other,
@@ -6138,8 +6198,8 @@ var ColorPreview = (props) => {
6138
6198
  }
6139
6199
  ),
6140
6200
  children: [
6141
- iconName && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6142
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6201
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6202
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6143
6203
  "span",
6144
6204
  {
6145
6205
  className: "k-color-preview-mask",
@@ -6150,14 +6210,14 @@ var ColorPreview = (props) => {
6150
6210
  }
6151
6211
  );
6152
6212
  };
6153
- ColorPreview.states = states29;
6154
- ColorPreview.options = options27;
6213
+ ColorPreview.states = states31;
6214
+ ColorPreview.options = options29;
6155
6215
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6156
6216
 
6157
6217
  // src/colorpicker/colorpicker.spec.tsx
6158
- var import_jsx_runtime74 = require("react/jsx-runtime");
6218
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6159
6219
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6160
- var states30 = [
6220
+ var states32 = [
6161
6221
  States.hover,
6162
6222
  States.focus,
6163
6223
  States.valid,
@@ -6165,12 +6225,12 @@ var states30 = [
6165
6225
  States.required,
6166
6226
  States.disabled
6167
6227
  ];
6168
- var options28 = {
6228
+ var options30 = {
6169
6229
  size: [Size.small, Size.medium, Size.large],
6170
6230
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6171
6231
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6172
6232
  };
6173
- var defaultProps26 = {
6233
+ var defaultProps28 = {
6174
6234
  arrowIconName: "caret-alt-down",
6175
6235
  size: Picker.defaultProps.size,
6176
6236
  rounded: Picker.defaultProps.rounded,
@@ -6192,10 +6252,10 @@ var ColorPicker = (props) => {
6192
6252
  required,
6193
6253
  disabled,
6194
6254
  valueIconName,
6195
- arrowIconName = defaultProps26.arrowIconName,
6255
+ arrowIconName = defaultProps28.arrowIconName,
6196
6256
  ...other
6197
6257
  } = props;
6198
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6258
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6199
6259
  Picker,
6200
6260
  {
6201
6261
  ...other,
@@ -6214,14 +6274,14 @@ var ColorPicker = (props) => {
6214
6274
  "k-icon-picker"
6215
6275
  ),
6216
6276
  children: [
6217
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputPrefix, { children: prefix }),
6218
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6277
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputPrefix, { children: prefix }),
6278
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6219
6279
  InputInnerSpan,
6220
6280
  {
6221
6281
  placeholder,
6222
6282
  value,
6223
6283
  showValue: false,
6224
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6284
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6225
6285
  ColorPreview,
6226
6286
  {
6227
6287
  className: "k-value-icon",
@@ -6232,8 +6292,8 @@ var ColorPicker = (props) => {
6232
6292
  valueIconName
6233
6293
  }
6234
6294
  ),
6235
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(InputSuffix, { children: suffix }),
6236
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6295
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputSuffix, { children: suffix }),
6296
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6237
6297
  Button,
6238
6298
  {
6239
6299
  className: "k-input-button",
@@ -6247,22 +6307,22 @@ var ColorPicker = (props) => {
6247
6307
  }
6248
6308
  );
6249
6309
  };
6250
- ColorPicker.states = states30;
6251
- ColorPicker.options = options28;
6310
+ ColorPicker.states = states32;
6311
+ ColorPicker.options = options30;
6252
6312
  ColorPicker.className = COLORPICKER_CLASSNAME;
6253
- ColorPicker.defaultProps = defaultProps26;
6313
+ ColorPicker.defaultProps = defaultProps28;
6254
6314
 
6255
6315
  // src/split-button/split-button.spec.tsx
6256
- var import_jsx_runtime75 = require("react/jsx-runtime");
6316
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6257
6317
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6258
- var states31 = [
6318
+ var states33 = [
6259
6319
  States.hover,
6260
6320
  States.focus,
6261
6321
  States.active,
6262
6322
  States.selected,
6263
6323
  States.disabled
6264
6324
  ];
6265
- var options29 = {
6325
+ var options31 = {
6266
6326
  size: [Size.small, Size.medium, Size.large],
6267
6327
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6268
6328
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6280,7 +6340,7 @@ var options29 = {
6280
6340
  ThemeColor.inverse
6281
6341
  ]
6282
6342
  };
6283
- var defaultProps27 = {
6343
+ var defaultProps29 = {
6284
6344
  size: Size.medium,
6285
6345
  rounded: Roundness.medium,
6286
6346
  fillMode: FillMode.solid,
@@ -6289,10 +6349,10 @@ var defaultProps27 = {
6289
6349
  };
6290
6350
  var SplitButton = (props) => {
6291
6351
  const {
6292
- size = defaultProps27.size,
6293
- rounded = defaultProps27.rounded,
6294
- fillMode = defaultProps27.fillMode,
6295
- themeColor = defaultProps27.themeColor,
6352
+ size = defaultProps29.size,
6353
+ rounded = defaultProps29.rounded,
6354
+ fillMode = defaultProps29.fillMode,
6355
+ themeColor = defaultProps29.themeColor,
6296
6356
  hover,
6297
6357
  focus,
6298
6358
  active,
@@ -6300,13 +6360,13 @@ var SplitButton = (props) => {
6300
6360
  disabled,
6301
6361
  icon,
6302
6362
  text,
6303
- arrowIconName = defaultProps27.arrowIconName,
6363
+ arrowIconName = defaultProps29.arrowIconName,
6304
6364
  popup,
6305
6365
  opened,
6306
6366
  ...other
6307
6367
  } = props;
6308
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6309
- /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6368
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_jsx_runtime77.Fragment, { children: [
6369
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6310
6370
  "div",
6311
6371
  {
6312
6372
  ...other,
@@ -6319,7 +6379,7 @@ var SplitButton = (props) => {
6319
6379
  })
6320
6380
  ),
6321
6381
  children: [
6322
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6382
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6323
6383
  Button,
6324
6384
  {
6325
6385
  text,
@@ -6336,7 +6396,7 @@ var SplitButton = (props) => {
6336
6396
  children: props.children
6337
6397
  }
6338
6398
  ),
6339
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6399
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6340
6400
  Button,
6341
6401
  {
6342
6402
  className: "k-split-button-arrow",
@@ -6350,30 +6410,30 @@ var SplitButton = (props) => {
6350
6410
  ]
6351
6411
  }
6352
6412
  ),
6353
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Popup, { className: "k-menu-popup", children: popup })
6413
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Popup, { className: "k-menu-popup", children: popup })
6354
6414
  ] });
6355
6415
  };
6356
- SplitButton.states = states31;
6357
- SplitButton.options = options29;
6416
+ SplitButton.states = states33;
6417
+ SplitButton.options = options31;
6358
6418
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6359
- SplitButton.defaultProps = defaultProps27;
6419
+ SplitButton.defaultProps = defaultProps29;
6360
6420
  var split_button_spec_default = SplitButton;
6361
6421
 
6362
6422
  // src/toolbar/toolbar.spec.tsx
6363
- var import_jsx_runtime76 = require("react/jsx-runtime");
6423
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6364
6424
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6365
- var states32 = [
6425
+ var states34 = [
6366
6426
  States.focus
6367
6427
  ];
6368
- var options30 = {
6428
+ var options32 = {
6369
6429
  size: [Size.small, Size.medium, Size.large]
6370
6430
  };
6371
- var defaultProps28 = {
6431
+ var defaultProps30 = {
6372
6432
  size: Size.medium
6373
6433
  };
6374
6434
  var Toolbar = (props) => {
6375
6435
  const {
6376
- size = defaultProps28.size,
6436
+ size = defaultProps30.size,
6377
6437
  focus,
6378
6438
  resizable,
6379
6439
  ...other
@@ -6383,7 +6443,7 @@ var Toolbar = (props) => {
6383
6443
  const tempToolbarChildren = [];
6384
6444
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6385
6445
  tempToolbarChildren.push(
6386
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6446
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6387
6447
  Button,
6388
6448
  {
6389
6449
  ...child.props,
@@ -6394,7 +6454,7 @@ var Toolbar = (props) => {
6394
6454
  );
6395
6455
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6396
6456
  tempToolbarChildren.push(
6397
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6457
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6398
6458
  Button,
6399
6459
  {
6400
6460
  ...child.props,
@@ -6405,7 +6465,7 @@ var Toolbar = (props) => {
6405
6465
  );
6406
6466
  } else if (child.type === Button) {
6407
6467
  tempToolbarChildren.push(
6408
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6468
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6409
6469
  Button,
6410
6470
  {
6411
6471
  ...child.props,
@@ -6416,7 +6476,7 @@ var Toolbar = (props) => {
6416
6476
  );
6417
6477
  } else if (child.type === MenuButton) {
6418
6478
  tempToolbarChildren.push(
6419
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6479
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6420
6480
  MenuButton,
6421
6481
  {
6422
6482
  ...child.props,
@@ -6427,7 +6487,7 @@ var Toolbar = (props) => {
6427
6487
  );
6428
6488
  } else if (child.type === split_button_spec_default) {
6429
6489
  tempToolbarChildren.push(
6430
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6490
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6431
6491
  split_button_spec_default,
6432
6492
  {
6433
6493
  ...child.props,
@@ -6441,7 +6501,7 @@ var Toolbar = (props) => {
6441
6501
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6442
6502
  childrenArray.forEach((button, bindex) => {
6443
6503
  buttonGroupItems.push(
6444
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6504
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6445
6505
  Button,
6446
6506
  {
6447
6507
  ...button.props,
@@ -6452,7 +6512,7 @@ var Toolbar = (props) => {
6452
6512
  );
6453
6513
  });
6454
6514
  tempToolbarChildren.push(
6455
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6515
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6456
6516
  ButtonGroup,
6457
6517
  {
6458
6518
  ...child.props,
@@ -6464,7 +6524,7 @@ var Toolbar = (props) => {
6464
6524
  );
6465
6525
  } else if (child.type === Combobox) {
6466
6526
  tempToolbarChildren.push(
6467
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6527
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6468
6528
  Combobox,
6469
6529
  {
6470
6530
  ...child.props,
@@ -6475,7 +6535,7 @@ var Toolbar = (props) => {
6475
6535
  );
6476
6536
  } else if (child.type === DropdownList) {
6477
6537
  tempToolbarChildren.push(
6478
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6538
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6479
6539
  DropdownList,
6480
6540
  {
6481
6541
  ...child.props,
@@ -6486,7 +6546,7 @@ var Toolbar = (props) => {
6486
6546
  );
6487
6547
  } else if (child.type === ColorPicker) {
6488
6548
  tempToolbarChildren.push(
6489
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6549
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6490
6550
  ColorPicker,
6491
6551
  {
6492
6552
  ...child.props,
@@ -6508,7 +6568,7 @@ var Toolbar = (props) => {
6508
6568
  addUniqueToolClass(child, index);
6509
6569
  });
6510
6570
  }
6511
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6571
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6512
6572
  "div",
6513
6573
  {
6514
6574
  ...other,
@@ -6529,26 +6589,26 @@ var Toolbar = (props) => {
6529
6589
  }
6530
6590
  );
6531
6591
  };
6532
- Toolbar.states = states32;
6533
- Toolbar.options = options30;
6592
+ Toolbar.states = states34;
6593
+ Toolbar.options = options32;
6534
6594
  Toolbar.className = TOOLBAR_CLASSNAME;
6535
- Toolbar.defaultProps = defaultProps28;
6595
+ Toolbar.defaultProps = defaultProps30;
6536
6596
 
6537
6597
  // src/toolbar/toolbar-angular.spec.tsx
6538
- var import_jsx_runtime77 = require("react/jsx-runtime");
6598
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6539
6599
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6540
- var states33 = [
6600
+ var states35 = [
6541
6601
  States.focus
6542
6602
  ];
6543
- var options31 = {
6603
+ var options33 = {
6544
6604
  size: [Size.small, Size.medium, Size.large]
6545
6605
  };
6546
- var defaultProps29 = {
6606
+ var defaultProps31 = {
6547
6607
  size: Size.medium
6548
6608
  };
6549
6609
  var ToolbarAngular = (props) => {
6550
6610
  const {
6551
- size = defaultProps29.size,
6611
+ size = defaultProps31.size,
6552
6612
  focus,
6553
6613
  resizable,
6554
6614
  ...other
@@ -6558,7 +6618,7 @@ var ToolbarAngular = (props) => {
6558
6618
  const tempToolbarChildren = [];
6559
6619
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6560
6620
  tempToolbarChildren.push(
6561
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6621
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6562
6622
  Button,
6563
6623
  {
6564
6624
  ...child.props,
@@ -6569,7 +6629,7 @@ var ToolbarAngular = (props) => {
6569
6629
  );
6570
6630
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6571
6631
  tempToolbarChildren.push(
6572
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6632
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6573
6633
  Button,
6574
6634
  {
6575
6635
  ...child.props,
@@ -6580,7 +6640,7 @@ var ToolbarAngular = (props) => {
6580
6640
  );
6581
6641
  } else if (child.type === Button) {
6582
6642
  tempToolbarChildren.push(
6583
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6643
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6584
6644
  Button,
6585
6645
  {
6586
6646
  ...child.props,
@@ -6591,7 +6651,7 @@ var ToolbarAngular = (props) => {
6591
6651
  );
6592
6652
  } else if (child.type === MenuButton) {
6593
6653
  tempToolbarChildren.push(
6594
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6654
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6595
6655
  MenuButton,
6596
6656
  {
6597
6657
  ...child.props,
@@ -6602,7 +6662,7 @@ var ToolbarAngular = (props) => {
6602
6662
  );
6603
6663
  } else if (child.type === split_button_spec_default) {
6604
6664
  tempToolbarChildren.push(
6605
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6665
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6606
6666
  split_button_spec_default,
6607
6667
  {
6608
6668
  ...child.props,
@@ -6616,7 +6676,7 @@ var ToolbarAngular = (props) => {
6616
6676
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6617
6677
  childrenArray.forEach((button, bindex) => {
6618
6678
  buttonGroupItems.push(
6619
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6679
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6620
6680
  Button,
6621
6681
  {
6622
6682
  ...button.props,
@@ -6627,7 +6687,7 @@ var ToolbarAngular = (props) => {
6627
6687
  );
6628
6688
  });
6629
6689
  tempToolbarChildren.push(
6630
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6690
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6631
6691
  ButtonGroup,
6632
6692
  {
6633
6693
  ...child.props,
@@ -6639,7 +6699,7 @@ var ToolbarAngular = (props) => {
6639
6699
  );
6640
6700
  } else if (child.type === Combobox) {
6641
6701
  tempToolbarChildren.push(
6642
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6702
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6643
6703
  Combobox,
6644
6704
  {
6645
6705
  ...child.props,
@@ -6650,7 +6710,7 @@ var ToolbarAngular = (props) => {
6650
6710
  );
6651
6711
  } else if (child.type === DropdownList) {
6652
6712
  tempToolbarChildren.push(
6653
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6713
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6654
6714
  DropdownList,
6655
6715
  {
6656
6716
  ...child.props,
@@ -6661,7 +6721,7 @@ var ToolbarAngular = (props) => {
6661
6721
  );
6662
6722
  } else if (child.type === ColorPicker) {
6663
6723
  tempToolbarChildren.push(
6664
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6724
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6665
6725
  ColorPicker,
6666
6726
  {
6667
6727
  ...child.props,
@@ -6683,7 +6743,7 @@ var ToolbarAngular = (props) => {
6683
6743
  addUniqueToolClass(child, index);
6684
6744
  });
6685
6745
  }
6686
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6746
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6687
6747
  "div",
6688
6748
  {
6689
6749
  ...other,
@@ -6704,30 +6764,30 @@ var ToolbarAngular = (props) => {
6704
6764
  }
6705
6765
  );
6706
6766
  };
6707
- ToolbarAngular.states = states33;
6708
- ToolbarAngular.options = options31;
6767
+ ToolbarAngular.states = states35;
6768
+ ToolbarAngular.options = options33;
6709
6769
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6710
- ToolbarAngular.defaultProps = defaultProps29;
6770
+ ToolbarAngular.defaultProps = defaultProps31;
6711
6771
 
6712
6772
  // src/toolbar/toolbar-separator.tsx
6713
- var import_jsx_runtime78 = require("react/jsx-runtime");
6773
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6714
6774
  var className13 = `k-separator`;
6715
- var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: classNames(className13, props.className) });
6775
+ var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: classNames(className13, props.className) });
6716
6776
 
6717
6777
  // src/toolbar/toolbar-item.spec.tsx
6718
- var import_jsx_runtime79 = require("react/jsx-runtime");
6778
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6719
6779
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6720
- var states34 = [
6780
+ var states36 = [
6721
6781
  States.focus
6722
6782
  ];
6723
- var options32 = {};
6724
- var defaultProps30 = {};
6783
+ var options34 = {};
6784
+ var defaultProps32 = {};
6725
6785
  var ToolbarItem = (props) => {
6726
6786
  const {
6727
6787
  focus,
6728
6788
  ...other
6729
6789
  } = props;
6730
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6790
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6731
6791
  "div",
6732
6792
  {
6733
6793
  ...other,
@@ -6742,13 +6802,13 @@ var ToolbarItem = (props) => {
6742
6802
  }
6743
6803
  );
6744
6804
  };
6745
- ToolbarItem.states = states34;
6746
- ToolbarItem.options = options32;
6805
+ ToolbarItem.states = states36;
6806
+ ToolbarItem.options = options34;
6747
6807
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6748
- ToolbarItem.defaultProps = defaultProps30;
6808
+ ToolbarItem.defaultProps = defaultProps32;
6749
6809
 
6750
6810
  // src/spreadsheet/tests/spreadsheet.tsx
6751
- var import_jsx_runtime80 = require("react/jsx-runtime");
6811
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6752
6812
  var style = `
6753
6813
  .k-spreadsheet-view {
6754
6814
  overflow: hidden;
@@ -6765,308 +6825,308 @@ var style = `
6765
6825
  white-space: normal;
6766
6826
  }
6767
6827
  `;
6768
- var spreadsheet_default = () => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(import_jsx_runtime80.Fragment, { children: [
6769
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("style", { children: style }),
6770
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet", children: [
6771
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-tabstrip-wrapper", children: [
6772
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
6773
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "undo" }),
6774
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "redo" })
6828
+ var spreadsheet_default = () => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(import_jsx_runtime82.Fragment, { children: [
6829
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("style", { children: style }),
6830
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet", children: [
6831
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-tabstrip-wrapper", children: [
6832
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
6833
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "undo" }),
6834
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "redo" })
6775
6835
  ] }),
6776
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
6777
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
6778
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("li", { className: "k-item k-first k-tab-on-top k-active", children: [
6779
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-loading k-complete" }),
6780
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-link", children: "Home" })
6836
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
6837
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
6838
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-first k-tab-on-top k-active", children: [
6839
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6840
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Home" })
6781
6841
  ] }),
6782
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("li", { className: "k-item", children: [
6783
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-loading k-complete" }),
6784
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-link", children: "Insert" })
6842
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item", children: [
6843
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6844
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Insert" })
6785
6845
  ] }),
6786
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("li", { className: "k-item k-last", children: [
6787
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-loading k-complete" }),
6788
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-link", children: "Data" })
6846
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-last", children: [
6847
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6848
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Data" })
6789
6849
  ] })
6790
6850
  ] }) }),
6791
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
6792
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "folder-open", className: "k-upload-button" }),
6793
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "download" }),
6794
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6795
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ButtonGroup, { children: [
6796
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "cut" }),
6797
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "copy" }),
6798
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "clipboard" })
6851
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
6852
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "folder-open", className: "k-upload-button" }),
6853
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "download" }),
6854
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6855
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6856
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "cut" }),
6857
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "copy" }),
6858
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "clipboard" })
6799
6859
  ] }),
6800
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6801
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Arial" }),
6802
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { placeholder: "12" }),
6803
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ButtonGroup, { children: [
6804
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "bold" }),
6805
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "italic" }),
6806
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "underline" })
6860
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6861
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Arial" }),
6862
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Combobox, { placeholder: "12" }),
6863
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6864
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "bold" }),
6865
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "italic" }),
6866
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "underline" })
6807
6867
  ] }),
6808
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6809
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "foreground-color", showArrow: true }),
6810
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6811
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "droplet", showArrow: true }),
6812
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "borders-all", showArrow: true }),
6813
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6814
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "align-left", showArrow: true }),
6815
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "text-wrap" }),
6816
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6817
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ButtonGroup, { children: [
6818
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "decimal-decrease" }),
6819
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "decimal-increase" })
6868
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6869
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "foreground-color", showArrow: true }),
6870
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6871
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "droplet", showArrow: true }),
6872
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "borders-all", showArrow: true }),
6873
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6874
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "align-left", showArrow: true }),
6875
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "text-wrap" }),
6876
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6877
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6878
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "decimal-decrease" }),
6879
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "decimal-increase" })
6820
6880
  ] }),
6821
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6822
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "filter" }),
6823
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
6824
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "link" }),
6825
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6826
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "image" }),
6827
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "comment" }),
6828
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(ToolbarSeparator, {}),
6829
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "pane-freeze", showArrow: true }),
6830
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { icon: "cells-merge", showArrow: true }),
6831
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "borders-none" })
6881
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6882
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "filter" }),
6883
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
6884
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "link" }),
6885
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6886
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "image" }),
6887
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "comment" }),
6888
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6889
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "pane-freeze", showArrow: true }),
6890
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "cells-merge", showArrow: true }),
6891
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "borders-none" })
6832
6892
  ] }) })
6833
6893
  ] })
6834
6894
  ] }),
6835
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
6836
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { placeholder: "Combobox..." }) }),
6837
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
6838
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "formula-fx" }),
6839
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
6840
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
6841
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-syntax-func", children: "Product" }),
6842
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-syntax-punc", children: "(" }),
6843
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
6844
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-syntax-punc", children: ")" })
6895
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
6896
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Combobox, { placeholder: "Combobox..." }) }),
6897
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
6898
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "formula-fx" }),
6899
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
6900
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
6901
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-func", children: "Product" }),
6902
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-punc", children: "(" }),
6903
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
6904
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-punc", children: ")" })
6845
6905
  ] }),
6846
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
6847
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
6848
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-scroller" })
6906
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
6907
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
6908
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-scroller" })
6849
6909
  ] })
6850
6910
  ] }),
6851
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-view", children: [
6852
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
6853
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
6854
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
6855
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
6856
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
6857
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
6858
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
6859
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
6860
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
6861
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
6862
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
6863
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
6864
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
6865
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
6866
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
6868
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
6869
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
6870
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
6871
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
6872
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
6873
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
6874
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
6875
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
6876
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
6877
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
6878
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
6879
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
6880
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
6881
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
6882
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
6883
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
6885
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
6886
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
6887
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6889
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
6890
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6892
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$12.39" }) }) }),
6893
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$2.48" }) }) }),
6894
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$14.87" }) }) }),
6895
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("span", { className: "k-dirty" }) }),
6896
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
6897
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
6898
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "2" }) }),
6899
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$8.79" }) }) }),
6900
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$3.52" }) }) }),
6901
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$21.10" }) }) }),
6902
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6903
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
6904
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
6905
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6906
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$13.99" }) }) }),
6907
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$2.80" }) }) }),
6908
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$16.79" }) }) }),
6909
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6910
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
6911
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
6912
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6913
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$9.49" }) }) }),
6914
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$1.90" }) }) }),
6915
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$11.39" }) }) }),
6916
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6917
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
6918
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
6919
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6920
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$11.49" }) }) }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$6.89" }) }) }),
6922
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$41.36" }) }) }),
6923
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6924
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
6925
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
6926
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$10.99" }) }) }),
6928
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$2.20" }) }) }),
6929
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$13.19" }) }) }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6931
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
6932
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "5" }) }),
6934
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$6.99" }) }) }),
6935
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$6.99" }) }) }),
6936
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$41.94" }) }) }),
6937
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6938
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
6939
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
6940
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "4" }) }),
6941
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$4.99" }) }) }),
6942
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$3.99" }) }) }),
6943
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$23.95" }) }) }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6945
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
6946
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
6947
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6948
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$4.49" }) }) }),
6949
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$2.69" }) }) }),
6950
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$16.16" }) }) }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6952
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6953
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6954
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6955
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6956
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6957
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6958
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6959
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6960
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6961
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
6963
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
6964
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle N" }),
6965
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle NE" }),
6966
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle E" }),
6967
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle SE" }),
6968
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle S" }),
6969
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle SW" }),
6970
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle W" }),
6971
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-drawing-handle NW" })
6911
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-view", children: [
6912
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
6913
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
6914
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
6915
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
6916
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
6917
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
6918
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
6919
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
6920
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
6921
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
6922
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
6923
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
6924
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
6925
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
6926
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
6928
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
6929
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
6930
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
6932
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
6933
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
6934
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
6935
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
6936
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
6937
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
6938
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
6939
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
6940
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
6941
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
6942
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
6943
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
6944
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
6945
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
6947
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6949
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
6950
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
6951
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6952
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$12.39" }) }) }),
6953
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.48" }) }) }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$14.87" }) }) }),
6955
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("span", { className: "k-dirty" }) }),
6956
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
6957
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
6958
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "2" }) }),
6959
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$8.79" }) }) }),
6960
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.52" }) }) }),
6961
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$21.10" }) }) }),
6962
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6963
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
6965
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6966
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.99" }) }) }),
6967
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.80" }) }) }),
6968
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.79" }) }) }),
6969
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6970
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
6971
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
6972
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6973
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$9.49" }) }) }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$1.90" }) }) }),
6975
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.39" }) }) }),
6976
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6977
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
6978
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
6979
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6980
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.49" }) }) }),
6981
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.89" }) }) }),
6982
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.36" }) }) }),
6983
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6984
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
6986
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6987
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$10.99" }) }) }),
6988
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.20" }) }) }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.19" }) }) }),
6990
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
6992
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
6993
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "5" }) }),
6994
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6995
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6996
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.94" }) }) }),
6997
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
6998
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
7000
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "4" }) }),
7001
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.99" }) }) }),
7002
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.99" }) }) }),
7003
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$23.95" }) }) }),
7004
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7005
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
7006
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
7007
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
7008
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.49" }) }) }),
7009
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.69" }) }) }),
7010
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.16" }) }) }),
7011
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7012
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7013
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7014
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7016
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7017
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7020
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7021
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7022
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
7023
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle N" }),
7025
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle NE" }),
7026
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle E" }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle SE" }),
7028
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle S" }),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle SW" }),
7030
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle W" }),
7031
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle NW" })
6972
7032
  ] }),
6973
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6974
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6975
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6976
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6977
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6978
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6979
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6981
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
6982
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$20.07" }) }) }),
6983
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6984
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6985
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } }),
6986
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
6987
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "$220.82" }) }) }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime80.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" } })
7033
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7034
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7035
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7036
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7037
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7038
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7039
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7040
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7041
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
7042
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$20.07" }) }) }),
7043
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7044
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7045
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } }),
7046
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
7047
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$220.82" }) }) }),
7048
+ /* @__PURE__ */ (0, import_jsx_runtime82.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" } })
6989
7049
  ] }),
6990
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-selection-wrapper", children: [
6991
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
6992
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "calendar" }) }),
6993
- /* @__PURE__ */ (0, import_jsx_runtime80.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_runtime80.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
7050
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-selection-wrapper", children: [
7051
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
7052
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "calendar" }) }),
7053
+ /* @__PURE__ */ (0, import_jsx_runtime82.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_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
6994
7054
  ] }),
6995
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-auto-fill-wrapper" }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-wrapper" }),
6997
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-filter-wrapper", children: [
6998
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
6999
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) }),
7000
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) }),
7001
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) }),
7002
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) }),
7004
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "caret-alt-down" }) })
7055
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-auto-fill-wrapper" }),
7056
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-wrapper" }),
7057
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-filter-wrapper", children: [
7058
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
7059
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7061
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7062
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7063
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) })
7005
7065
  ] }),
7006
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
7007
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
7008
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
7009
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
7010
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
7011
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
7014
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
7016
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
7019
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "13" }) }),
7020
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "14" }) }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "15" }) }),
7022
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "16" }) })
7066
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
7067
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
7068
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
7069
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
7071
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
7072
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
7074
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
7075
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
7076
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
7077
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
7078
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
7079
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "13" }) }),
7080
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "14" }) }),
7081
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "15" }) }),
7082
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "16" }) })
7023
7083
  ] }),
7024
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
7025
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
7027
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
7028
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
7031
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
7032
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-vertical-align-center", children: "H" }) })
7084
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
7085
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
7086
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
7087
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
7089
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
7090
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
7091
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
7092
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "H" }) })
7033
7093
  ] })
7034
7094
  ] }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
7095
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
7036
7096
  ] }),
7037
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
7038
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
7039
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("colgroup", { children: [
7040
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "100px" } }),
7041
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "215px" } }),
7042
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "115px" } }),
7043
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "115px" } }),
7044
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "115px" } }),
7045
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "155px" } }),
7046
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("col", { style: { width: "64px" } })
7097
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
7098
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
7099
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("colgroup", { children: [
7100
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "100px" } }),
7101
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "215px" } }),
7102
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7103
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7104
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7105
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "155px" } }),
7106
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "64px" } })
7047
7107
  ] }),
7048
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("tr", { style: { height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime80.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" }) }) })
7108
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tr", { style: { height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.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" }) }) })
7049
7109
  ] }) }),
7050
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
7051
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7052
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
7053
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-scroller" })
7110
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
7111
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7112
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
7113
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-scroller" })
7054
7114
  ] }),
7055
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
7056
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
7057
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
7058
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
7060
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
7061
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-link", children: "Food Order" }),
7062
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7115
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
7116
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
7117
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
7118
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
7119
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
7120
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
7121
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Food Order" }),
7122
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7063
7123
  ] }),
7064
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
7065
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-link", children: "Balance Sheet" }),
7066
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7124
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
7125
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Balance Sheet" }),
7126
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7067
7127
  ] })
7068
7128
  ] }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
7129
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
7070
7130
  ] }) })
7071
7131
  ] })
7072
7132
  ] }) })