@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
@@ -5385,23 +5385,83 @@ Checkbox.options = options19;
5385
5385
  Checkbox.className = CHECKBOX_CLASSNAME;
5386
5386
  Checkbox.defaultProps = defaultProps17;
5387
5387
 
5388
- // src/checkbox/templates/checkbox-label.tsx
5389
- import { Fragment as Fragment14, jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
5388
+ // src/checkbox/checkbox-group.spec.tsx
5389
+ import { jsx as jsx38 } from "react/jsx-runtime";
5390
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5391
+ var states22 = [];
5392
+ var options20 = {};
5393
+ var defaultProps18 = {
5394
+ layout: "vertical"
5395
+ };
5396
+ var CheckboxGroup = (props) => {
5397
+ const {
5398
+ layout = defaultProps18.layout,
5399
+ ...other
5400
+ } = props;
5401
+ return /* @__PURE__ */ jsx38(
5402
+ "ul",
5403
+ {
5404
+ ...other,
5405
+ className: classNames(
5406
+ props.className,
5407
+ CHECKBOXGROUP_CLASSNAME,
5408
+ {
5409
+ [`k-list-${layout}`]: layout
5410
+ }
5411
+ ),
5412
+ children: props.children
5413
+ }
5414
+ );
5415
+ };
5416
+ CheckboxGroup.states = states22;
5417
+ CheckboxGroup.options = options20;
5418
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5419
+ CheckboxGroup.defaultProps = defaultProps18;
5390
5420
 
5391
- // src/checkbox/templates/checkbox-normal.tsx
5421
+ // src/checkbox/checkbox-item.spec.tsx
5392
5422
  import { jsx as jsx39 } from "react/jsx-runtime";
5423
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5424
+ var states23 = [];
5425
+ var options21 = {};
5426
+ var defaultProps19 = {};
5427
+ var CheckboxItem = (props) => {
5428
+ const {
5429
+ ...other
5430
+ } = props;
5431
+ return /* @__PURE__ */ jsx39(
5432
+ "li",
5433
+ {
5434
+ ...other,
5435
+ className: classNames(
5436
+ props.className,
5437
+ CHECKBOXITEM_CLASSNAME
5438
+ ),
5439
+ children: props.children
5440
+ }
5441
+ );
5442
+ };
5443
+ CheckboxItem.states = states23;
5444
+ CheckboxItem.options = options21;
5445
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5446
+ CheckboxItem.defaultProps = defaultProps19;
5447
+
5448
+ // src/checkbox/templates/checkbox-with-label.tsx
5449
+ import { Fragment as Fragment14, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5450
+
5451
+ // src/checkbox/templates/checkbox-normal.tsx
5452
+ import { jsx as jsx41 } from "react/jsx-runtime";
5393
5453
 
5394
5454
  // src/list/list-item.spec.tsx
5395
- import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5455
+ import { jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5396
5456
  var LISTITEM_CLASSNAME = `k-list-item`;
5397
- var states22 = [
5457
+ var states24 = [
5398
5458
  States.hover,
5399
5459
  States.focus,
5400
5460
  States.selected,
5401
5461
  States.disabled
5402
5462
  ];
5403
- var options20 = {};
5404
- var defaultProps18 = {};
5463
+ var options22 = {};
5464
+ var defaultProps20 = {};
5405
5465
  var ListItem = (props) => {
5406
5466
  const {
5407
5467
  text,
@@ -5432,66 +5492,66 @@ var ListItem = (props) => {
5432
5492
  })
5433
5493
  ),
5434
5494
  children: [
5435
- showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5436
- showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5437
- /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5438
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5495
+ showCheckbox && /* @__PURE__ */ jsx42(Checkbox, { checked }),
5496
+ showIcon && /* @__PURE__ */ jsx42(Icon, { icon: iconName }),
5497
+ /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: textOrChildren }),
5498
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx42("div", { className: "k-list-item-group-label", children: groupLabel })
5439
5499
  ]
5440
5500
  }
5441
5501
  );
5442
5502
  };
5443
- ListItem.states = states22;
5444
- ListItem.options = options20;
5503
+ ListItem.states = states24;
5504
+ ListItem.options = options22;
5445
5505
  ListItem.className = LISTITEM_CLASSNAME;
5446
- ListItem.defaultProps = defaultProps18;
5506
+ ListItem.defaultProps = defaultProps20;
5447
5507
 
5448
5508
  // src/list/list-content.tsx
5449
- import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5509
+ import { jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5450
5510
  var className10 = `k-list-content`;
5451
5511
  var ListContent = (props) => {
5452
5512
  const {
5453
5513
  virtualization
5454
5514
  } = props;
5455
5515
  return /* @__PURE__ */ jsxs16("div", { className: classNames(className10, props.className), children: [
5456
- /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5457
- virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5516
+ /* @__PURE__ */ jsx43("ul", { className: classNames("k-list-ul"), children: props.children }),
5517
+ virtualization && /* @__PURE__ */ jsx43("div", { className: "k-height-container", children: /* @__PURE__ */ jsx43("div", {}) })
5458
5518
  ] });
5459
5519
  };
5460
5520
 
5461
5521
  // src/list/list-header.tsx
5462
- import { jsx as jsx42 } from "react/jsx-runtime";
5522
+ import { jsx as jsx44 } from "react/jsx-runtime";
5463
5523
  var className11 = `k-list-group-sticky-header`;
5464
- var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5524
+ var ListHeader = (props) => /* @__PURE__ */ jsx44("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx44("div", { className: "k-list-header-text", children: props.children }) });
5465
5525
 
5466
5526
  // src/list/list-group.tsx
5467
- import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5527
+ import { Fragment as Fragment15, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5468
5528
  var ListGroup = (props) => {
5469
5529
  const {
5470
5530
  virtualization,
5471
5531
  label
5472
5532
  } = props;
5473
5533
  return /* @__PURE__ */ jsxs17(Fragment15, { children: [
5474
- label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5475
- props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5534
+ label && /* @__PURE__ */ jsx45(ListHeader, { children: label }),
5535
+ props.children && /* @__PURE__ */ jsx45(ListContent, { virtualization, children: props.children })
5476
5536
  ] });
5477
5537
  };
5478
5538
 
5479
5539
  // src/list/list-group-item.tsx
5480
- import { jsx as jsx44 } from "react/jsx-runtime";
5540
+ import { jsx as jsx46 } from "react/jsx-runtime";
5481
5541
  var className12 = `k-list-group-item`;
5482
- var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5542
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx46("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx46("span", { className: "k-list-item-text", children: props.children }) });
5483
5543
 
5484
5544
  // src/list/list-option-label.tsx
5485
- import { jsx as jsx45 } from "react/jsx-runtime";
5545
+ import { jsx as jsx47 } from "react/jsx-runtime";
5486
5546
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5487
- var states23 = [
5547
+ var states25 = [
5488
5548
  States.hover,
5489
5549
  States.focus,
5490
5550
  States.selected,
5491
5551
  States.disabled
5492
5552
  ];
5493
- var options21 = {};
5494
- var defaultProps19 = {};
5553
+ var options23 = {};
5554
+ var defaultProps21 = {};
5495
5555
  var ListOptionLabel = (props) => {
5496
5556
  const {
5497
5557
  text,
@@ -5501,7 +5561,7 @@ var ListOptionLabel = (props) => {
5501
5561
  disabled,
5502
5562
  ...other
5503
5563
  } = props;
5504
- return /* @__PURE__ */ jsx45(
5564
+ return /* @__PURE__ */ jsx47(
5505
5565
  "div",
5506
5566
  {
5507
5567
  ...other,
@@ -5518,36 +5578,36 @@ var ListOptionLabel = (props) => {
5518
5578
  }
5519
5579
  );
5520
5580
  };
5521
- ListOptionLabel.states = states23;
5522
- ListOptionLabel.options = options21;
5581
+ ListOptionLabel.states = states25;
5582
+ ListOptionLabel.options = options23;
5523
5583
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5524
- ListOptionLabel.defaultProps = defaultProps19;
5584
+ ListOptionLabel.defaultProps = defaultProps21;
5525
5585
 
5526
5586
  // src/list/templates/list-normal.tsx
5527
- import { jsx as jsx46 } from "react/jsx-runtime";
5587
+ import { jsx as jsx48 } from "react/jsx-runtime";
5528
5588
 
5529
5589
  // src/list/templates/list-virtualization.tsx
5530
- import { jsx as jsx47 } from "react/jsx-runtime";
5590
+ import { jsx as jsx49 } from "react/jsx-runtime";
5531
5591
 
5532
5592
  // src/list/templates/list-grouping.tsx
5533
- import { jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5593
+ import { jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5534
5594
 
5535
5595
  // src/list/templates/list-virualization-grouping.tsx
5536
- import { jsx as jsx49, jsxs as jsxs19 } from "react/jsx-runtime";
5596
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5537
5597
 
5538
5598
  // src/list/templates/list-virtualization-angular.tsx
5539
- import { jsx as jsx50 } from "react/jsx-runtime";
5599
+ import { jsx as jsx52 } from "react/jsx-runtime";
5540
5600
 
5541
5601
  // src/list/templates/list-grouping-angular.tsx
5542
- import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5602
+ import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
5543
5603
 
5544
5604
  // src/list/templates/list-virualization-grouping-angular.tsx
5545
- import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5605
+ import { jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5546
5606
 
5547
5607
  // src/combobox/combobox.spec.tsx
5548
- import { Fragment as Fragment16, jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5608
+ import { Fragment as Fragment16, jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5549
5609
  var COMBOBOX_CLASSNAME = `k-combobox`;
5550
- var states24 = [
5610
+ var states26 = [
5551
5611
  States.hover,
5552
5612
  States.focus,
5553
5613
  States.valid,
@@ -5557,12 +5617,12 @@ var states24 = [
5557
5617
  States.disabled,
5558
5618
  States.readonly
5559
5619
  ];
5560
- var defaultProps20 = {
5620
+ var defaultProps22 = {
5561
5621
  size: Input.defaultProps.size,
5562
5622
  rounded: Input.defaultProps.rounded,
5563
5623
  fillMode: Input.defaultProps.fillMode
5564
5624
  };
5565
- var options22 = {
5625
+ var options24 = {
5566
5626
  size: [Size.small, Size.medium, Size.large],
5567
5627
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5568
5628
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5608,9 +5668,9 @@ var Combobox = (props) => {
5608
5668
  readonly,
5609
5669
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5610
5670
  children: [
5611
- /* @__PURE__ */ jsx53(InputPrefix, { children: prefix }),
5612
- /* @__PURE__ */ jsx53(InputInnerInput, { placeholder, value }),
5613
- /* @__PURE__ */ jsx53(
5671
+ /* @__PURE__ */ jsx55(InputPrefix, { children: prefix }),
5672
+ /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
5673
+ /* @__PURE__ */ jsx55(
5614
5674
  InputValidationIcon,
5615
5675
  {
5616
5676
  valid,
@@ -5619,14 +5679,14 @@ var Combobox = (props) => {
5619
5679
  disabled
5620
5680
  }
5621
5681
  ),
5622
- /* @__PURE__ */ jsx53(
5682
+ /* @__PURE__ */ jsx55(
5623
5683
  InputLoadingIcon,
5624
5684
  {
5625
5685
  loading,
5626
5686
  disabled
5627
5687
  }
5628
5688
  ),
5629
- /* @__PURE__ */ jsx53(
5689
+ /* @__PURE__ */ jsx55(
5630
5690
  InputClearValue,
5631
5691
  {
5632
5692
  loading,
@@ -5635,8 +5695,8 @@ var Combobox = (props) => {
5635
5695
  value
5636
5696
  }
5637
5697
  ),
5638
- /* @__PURE__ */ jsx53(InputSuffix, { children: suffix }),
5639
- /* @__PURE__ */ jsx53(
5698
+ /* @__PURE__ */ jsx55(InputSuffix, { children: suffix }),
5699
+ /* @__PURE__ */ jsx55(
5640
5700
  Button,
5641
5701
  {
5642
5702
  className: "k-input-button",
@@ -5649,9 +5709,9 @@ var Combobox = (props) => {
5649
5709
  ]
5650
5710
  }
5651
5711
  ),
5652
- opened && popup && /* @__PURE__ */ jsx53(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5712
+ opened && popup && /* @__PURE__ */ jsx55(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5653
5713
  adaptive && /* @__PURE__ */ jsxs22(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5654
- /* @__PURE__ */ jsx53(
5714
+ /* @__PURE__ */ jsx55(
5655
5715
  ActionSheetHeader,
5656
5716
  {
5657
5717
  actions: ["x"],
@@ -5659,35 +5719,35 @@ var Combobox = (props) => {
5659
5719
  title: "Select Item"
5660
5720
  }
5661
5721
  ),
5662
- /* @__PURE__ */ jsx53("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs22(List, { size: "large", children: [
5663
- /* @__PURE__ */ jsx53(ListItem, { text: "List item" }),
5664
- /* @__PURE__ */ jsx53(ListItem, { text: "List item" }),
5665
- /* @__PURE__ */ jsx53(ListItem, { text: "List item" })
5722
+ /* @__PURE__ */ jsx55("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs22(List, { size: "large", children: [
5723
+ /* @__PURE__ */ jsx55(ListItem, { text: "List item" }),
5724
+ /* @__PURE__ */ jsx55(ListItem, { text: "List item" }),
5725
+ /* @__PURE__ */ jsx55(ListItem, { text: "List item" })
5666
5726
  ] }) })
5667
5727
  ] })
5668
5728
  ] });
5669
5729
  };
5670
- Combobox.states = states24;
5671
- Combobox.options = options22;
5730
+ Combobox.states = states26;
5731
+ Combobox.options = options24;
5672
5732
  Combobox.className = COMBOBOX_CLASSNAME;
5673
- Combobox.defaultProps = defaultProps20;
5733
+ Combobox.defaultProps = defaultProps22;
5674
5734
 
5675
5735
  // src/combobox/templates/combobox-normal.tsx
5676
- import { jsx as jsx54 } from "react/jsx-runtime";
5736
+ import { jsx as jsx56 } from "react/jsx-runtime";
5677
5737
 
5678
5738
  // src/combobox/templates/combobox-popup.tsx
5679
- import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5739
+ import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5680
5740
 
5681
5741
  // src/combobox/templates/combobox-grouping.tsx
5682
- import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5742
+ import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5683
5743
 
5684
5744
  // src/combobox/templates/combobox-adaptive.tsx
5685
- import { jsx as jsx57 } from "react/jsx-runtime";
5745
+ import { jsx as jsx59 } from "react/jsx-runtime";
5686
5746
 
5687
5747
  // src/dropdownlist/dropdownlist.spec.tsx
5688
- import { Fragment as Fragment17, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5748
+ import { Fragment as Fragment17, jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5689
5749
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5690
- var states25 = [
5750
+ var states27 = [
5691
5751
  States.hover,
5692
5752
  States.focus,
5693
5753
  States.valid,
@@ -5697,12 +5757,12 @@ var states25 = [
5697
5757
  States.loading,
5698
5758
  States.readonly
5699
5759
  ];
5700
- var options23 = {
5760
+ var options25 = {
5701
5761
  size: [Size.small, Size.medium, Size.large],
5702
5762
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5703
5763
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5704
5764
  };
5705
- var defaultProps21 = {
5765
+ var defaultProps23 = {
5706
5766
  showValue: true,
5707
5767
  arrowIconName: "caret-alt-down",
5708
5768
  size: Size.medium,
@@ -5712,7 +5772,7 @@ var defaultProps21 = {
5712
5772
  var DropdownList = (props) => {
5713
5773
  const {
5714
5774
  valueIconName,
5715
- arrowIconName = defaultProps21.arrowIconName,
5775
+ arrowIconName = defaultProps23.arrowIconName,
5716
5776
  prefix,
5717
5777
  suffix,
5718
5778
  value,
@@ -5728,7 +5788,7 @@ var DropdownList = (props) => {
5728
5788
  loading,
5729
5789
  disabled,
5730
5790
  readonly,
5731
- showValue = defaultProps21.showValue,
5791
+ showValue = defaultProps23.showValue,
5732
5792
  popup,
5733
5793
  opened,
5734
5794
  ...other
@@ -5757,8 +5817,8 @@ var DropdownList = (props) => {
5757
5817
  }
5758
5818
  ),
5759
5819
  children: [
5760
- /* @__PURE__ */ jsx58(InputPrefix, { children: prefix }),
5761
- /* @__PURE__ */ jsx58(
5820
+ /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
5821
+ /* @__PURE__ */ jsx60(
5762
5822
  InputInnerSpan,
5763
5823
  {
5764
5824
  placeholder,
@@ -5767,7 +5827,7 @@ var DropdownList = (props) => {
5767
5827
  valueIconName
5768
5828
  }
5769
5829
  ),
5770
- /* @__PURE__ */ jsx58(
5830
+ /* @__PURE__ */ jsx60(
5771
5831
  InputValidationIcon,
5772
5832
  {
5773
5833
  valid,
@@ -5776,15 +5836,15 @@ var DropdownList = (props) => {
5776
5836
  disabled
5777
5837
  }
5778
5838
  ),
5779
- /* @__PURE__ */ jsx58(
5839
+ /* @__PURE__ */ jsx60(
5780
5840
  InputLoadingIcon,
5781
5841
  {
5782
5842
  loading,
5783
5843
  disabled
5784
5844
  }
5785
5845
  ),
5786
- /* @__PURE__ */ jsx58(InputSuffix, { children: suffix }),
5787
- /* @__PURE__ */ jsx58(
5846
+ /* @__PURE__ */ jsx60(InputSuffix, { children: suffix }),
5847
+ /* @__PURE__ */ jsx60(
5788
5848
  Button,
5789
5849
  {
5790
5850
  className: "k-input-button",
@@ -5797,40 +5857,40 @@ var DropdownList = (props) => {
5797
5857
  ]
5798
5858
  }
5799
5859
  ),
5800
- opened && popup && /* @__PURE__ */ jsx58(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5860
+ opened && popup && /* @__PURE__ */ jsx60(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5801
5861
  ] });
5802
5862
  };
5803
- DropdownList.states = states25;
5804
- DropdownList.options = options23;
5863
+ DropdownList.states = states27;
5864
+ DropdownList.options = options25;
5805
5865
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5806
- DropdownList.defaultProps = defaultProps21;
5866
+ DropdownList.defaultProps = defaultProps23;
5807
5867
 
5808
5868
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5809
- import { jsx as jsx59 } from "react/jsx-runtime";
5869
+ import { jsx as jsx61 } from "react/jsx-runtime";
5810
5870
 
5811
5871
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5812
- import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5872
+ import { jsx as jsx62, jsxs as jsxs26 } from "react/jsx-runtime";
5813
5873
 
5814
5874
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5815
- import { Fragment as Fragment18, jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5875
+ import { Fragment as Fragment18, jsx as jsx63, jsxs as jsxs27 } from "react/jsx-runtime";
5816
5876
 
5817
5877
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5818
- import { jsx as jsx62, jsxs as jsxs28 } from "react/jsx-runtime";
5878
+ import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
5819
5879
 
5820
5880
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5821
- import { Fragment as Fragment19, jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
5881
+ import { Fragment as Fragment19, jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
5822
5882
 
5823
5883
  // src/menu-button/menu-button.spec.tsx
5824
- import { Fragment as Fragment20, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
5884
+ import { Fragment as Fragment20, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
5825
5885
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5826
- var states26 = [
5886
+ var states28 = [
5827
5887
  States.hover,
5828
5888
  States.focus,
5829
5889
  States.active,
5830
5890
  States.selected,
5831
5891
  States.disabled
5832
5892
  ];
5833
- var options24 = {
5893
+ var options26 = {
5834
5894
  size: [Size.small, Size.medium, Size.large],
5835
5895
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5836
5896
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5848,7 +5908,7 @@ var options24 = {
5848
5908
  ThemeColor.inverse
5849
5909
  ]
5850
5910
  };
5851
- var defaultProps22 = {
5911
+ var defaultProps24 = {
5852
5912
  size: Size.medium,
5853
5913
  rounded: Roundness.medium,
5854
5914
  fillMode: FillMode.solid,
@@ -5858,10 +5918,10 @@ var defaultProps22 = {
5858
5918
  };
5859
5919
  var MenuButton = (props) => {
5860
5920
  const {
5861
- size = defaultProps22.size,
5862
- rounded = defaultProps22.rounded,
5863
- fillMode = defaultProps22.fillMode,
5864
- themeColor = defaultProps22.themeColor,
5921
+ size = defaultProps24.size,
5922
+ rounded = defaultProps24.rounded,
5923
+ fillMode = defaultProps24.fillMode,
5924
+ themeColor = defaultProps24.themeColor,
5865
5925
  hover,
5866
5926
  focus,
5867
5927
  active,
@@ -5869,14 +5929,14 @@ var MenuButton = (props) => {
5869
5929
  disabled,
5870
5930
  icon,
5871
5931
  text,
5872
- showArrow = defaultProps22.showArrow,
5873
- arrowIconName = defaultProps22.arrowIconName,
5932
+ showArrow = defaultProps24.showArrow,
5933
+ arrowIconName = defaultProps24.arrowIconName,
5874
5934
  popup,
5875
5935
  opened,
5876
5936
  ...other
5877
5937
  } = props;
5878
5938
  return /* @__PURE__ */ jsxs30(Fragment20, { children: [
5879
- /* @__PURE__ */ jsx64(
5939
+ /* @__PURE__ */ jsx66(
5880
5940
  Button,
5881
5941
  {
5882
5942
  ...other,
@@ -5899,35 +5959,35 @@ var MenuButton = (props) => {
5899
5959
  arrowIconName
5900
5960
  }
5901
5961
  ),
5902
- opened && popup && /* @__PURE__ */ jsx64(Popup, { className: "k-menu-popup", children: popup })
5962
+ opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-menu-popup", children: popup })
5903
5963
  ] });
5904
5964
  };
5905
- MenuButton.states = states26;
5906
- MenuButton.options = options24;
5965
+ MenuButton.states = states28;
5966
+ MenuButton.options = options26;
5907
5967
  MenuButton.className = MENUBUTTON_CLASSNAME;
5908
- MenuButton.defaultProps = defaultProps22;
5968
+ MenuButton.defaultProps = defaultProps24;
5909
5969
 
5910
5970
  // src/menu-button/templates/icon-menu-button.tsx
5911
- import { jsx as jsx65 } from "react/jsx-runtime";
5971
+ import { jsx as jsx67 } from "react/jsx-runtime";
5912
5972
 
5913
5973
  // src/menu-button/templates/icon-text-menu-button.tsx
5914
- import { jsx as jsx66 } from "react/jsx-runtime";
5974
+ import { jsx as jsx68 } from "react/jsx-runtime";
5915
5975
 
5916
5976
  // src/menu-button/templates/text-menu-button.tsx
5917
- import { jsx as jsx67 } from "react/jsx-runtime";
5977
+ import { jsx as jsx69 } from "react/jsx-runtime";
5918
5978
 
5919
5979
  // src/menu/menu-item.spec.tsx
5920
- import { Fragment as Fragment21, jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
5980
+ import { Fragment as Fragment21, jsx as jsx70, jsxs as jsxs31 } from "react/jsx-runtime";
5921
5981
  var MENUITEM_CLASSNAME = `k-menu-item`;
5922
- var states27 = [
5982
+ var states29 = [
5923
5983
  States.hover,
5924
5984
  States.focus,
5925
5985
  States.active,
5926
5986
  States.selected,
5927
5987
  States.disabled
5928
5988
  ];
5929
- var options25 = {};
5930
- var defaultProps23 = {
5989
+ var options27 = {};
5990
+ var defaultProps25 = {
5931
5991
  dir: "ltr"
5932
5992
  };
5933
5993
  var MenuItem = (props) => {
@@ -5941,11 +6001,11 @@ var MenuItem = (props) => {
5941
6001
  text,
5942
6002
  showArrow,
5943
6003
  arrowIconName,
5944
- dir = defaultProps23.dir,
6004
+ dir = defaultProps25.dir,
5945
6005
  children,
5946
6006
  ...other
5947
6007
  } = props;
5948
- const contentTemplate = /* @__PURE__ */ jsx68(Fragment21, {});
6008
+ const contentTemplate = /* @__PURE__ */ jsx70(Fragment21, {});
5949
6009
  if (children) {
5950
6010
  children.forEach((child) => {
5951
6011
  const component = child.type;
@@ -5987,9 +6047,9 @@ var MenuItem = (props) => {
5987
6047
  })
5988
6048
  ),
5989
6049
  children: [
5990
- icon && /* @__PURE__ */ jsx68(Icon, { className: "k-menu-link-icon", icon }),
5991
- /* @__PURE__ */ jsx68("span", { className: "k-menu-link-text", children: text }),
5992
- showArrow && /* @__PURE__ */ jsx68("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx68(Icon, { icon: expandArrowName }) })
6050
+ icon && /* @__PURE__ */ jsx70(Icon, { className: "k-menu-link-icon", icon }),
6051
+ /* @__PURE__ */ jsx70("span", { className: "k-menu-link-text", children: text }),
6052
+ showArrow && /* @__PURE__ */ jsx70("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx70(Icon, { icon: expandArrowName }) })
5993
6053
  ]
5994
6054
  }
5995
6055
  ),
@@ -5998,24 +6058,24 @@ var MenuItem = (props) => {
5998
6058
  }
5999
6059
  );
6000
6060
  };
6001
- MenuItem.states = states27;
6002
- MenuItem.options = options25;
6061
+ MenuItem.states = states29;
6062
+ MenuItem.options = options27;
6003
6063
  MenuItem.className = MENUITEM_CLASSNAME;
6004
- MenuItem.defaultProps = defaultProps23;
6064
+ MenuItem.defaultProps = defaultProps25;
6005
6065
  var menu_item_spec_default = MenuItem;
6006
6066
 
6007
6067
  // src/menu/menu-separator.spec.tsx
6008
- import { jsx as jsx69 } from "react/jsx-runtime";
6068
+ import { jsx as jsx71 } from "react/jsx-runtime";
6009
6069
  var SEPARATOR_CLASSNAME = `k-separator`;
6010
- var defaultProps24 = {
6070
+ var defaultProps26 = {
6011
6071
  orientation: "horizontal"
6012
6072
  };
6013
6073
  var MenuSeparator = (props) => {
6014
6074
  const {
6015
- orientation = defaultProps24.orientation,
6075
+ orientation = defaultProps26.orientation,
6016
6076
  ...other
6017
6077
  } = props;
6018
- return /* @__PURE__ */ jsx69(
6078
+ return /* @__PURE__ */ jsx71(
6019
6079
  "li",
6020
6080
  {
6021
6081
  ...other,
@@ -6033,25 +6093,25 @@ var MenuSeparator = (props) => {
6033
6093
  var menu_separator_spec_default = MenuSeparator;
6034
6094
 
6035
6095
  // src/menu/menu-item-content.tsx
6036
- import { Fragment as Fragment22, jsx as jsx70 } from "react/jsx-runtime";
6096
+ import { Fragment as Fragment22, jsx as jsx72 } from "react/jsx-runtime";
6037
6097
 
6038
6098
  // src/menu/menu-list.spec.tsx
6039
- import { jsx as jsx71 } from "react/jsx-runtime";
6099
+ import { jsx as jsx73 } from "react/jsx-runtime";
6040
6100
  import { createElement } from "react";
6041
6101
  var MENULIST_CLASSNAME = `k-menu-group`;
6042
- var states28 = [];
6043
- var options26 = {
6102
+ var states30 = [];
6103
+ var options28 = {
6044
6104
  size: [Size.small, Size.medium, Size.large]
6045
6105
  };
6046
- var defaultProps25 = {
6106
+ var defaultProps27 = {
6047
6107
  size: Size.medium,
6048
6108
  dir: "ltr"
6049
6109
  };
6050
6110
  var MenuList = (props) => {
6051
6111
  const {
6052
6112
  children,
6053
- size = defaultProps25.size,
6054
- dir = defaultProps25.dir,
6113
+ size = defaultProps27.size,
6114
+ dir = defaultProps27.dir,
6055
6115
  ...other
6056
6116
  } = props;
6057
6117
  const listChildren = [];
@@ -6064,7 +6124,7 @@ var MenuList = (props) => {
6064
6124
  );
6065
6125
  } else if (child.type === menu_separator_spec_default) {
6066
6126
  listChildren.push(
6067
- /* @__PURE__ */ jsx71(menu_separator_spec_default, {})
6127
+ /* @__PURE__ */ jsx73(menu_separator_spec_default, {})
6068
6128
  );
6069
6129
  } else {
6070
6130
  listChildren.push(child);
@@ -6072,7 +6132,7 @@ var MenuList = (props) => {
6072
6132
  });
6073
6133
  }
6074
6134
  }
6075
- return /* @__PURE__ */ jsx71(
6135
+ return /* @__PURE__ */ jsx73(
6076
6136
  "ul",
6077
6137
  {
6078
6138
  ...other,
@@ -6087,19 +6147,19 @@ var MenuList = (props) => {
6087
6147
  }
6088
6148
  );
6089
6149
  };
6090
- MenuList.states = states28;
6091
- MenuList.options = options26;
6150
+ MenuList.states = states30;
6151
+ MenuList.options = options28;
6092
6152
  MenuList.className = MENULIST_CLASSNAME;
6093
- MenuList.defaultProps = defaultProps25;
6153
+ MenuList.defaultProps = defaultProps27;
6094
6154
 
6095
6155
  // src/menu-button/templates/menu-button-popup.tsx
6096
- import { jsx as jsx72, jsxs as jsxs32 } from "react/jsx-runtime";
6156
+ import { jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
6097
6157
 
6098
6158
  // src/color-preview/color-preview.tsx
6099
- import { jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6159
+ import { jsx as jsx75, jsxs as jsxs33 } from "react/jsx-runtime";
6100
6160
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6101
- var states29 = [];
6102
- var options27 = {};
6161
+ var states31 = [];
6162
+ var options29 = {};
6103
6163
  var ColorPreview = (props) => {
6104
6164
  const {
6105
6165
  color,
@@ -6119,8 +6179,8 @@ var ColorPreview = (props) => {
6119
6179
  }
6120
6180
  ),
6121
6181
  children: [
6122
- iconName && /* @__PURE__ */ jsx73(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6123
- /* @__PURE__ */ jsx73(
6182
+ iconName && /* @__PURE__ */ jsx75(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6183
+ /* @__PURE__ */ jsx75(
6124
6184
  "span",
6125
6185
  {
6126
6186
  className: "k-color-preview-mask",
@@ -6131,14 +6191,14 @@ var ColorPreview = (props) => {
6131
6191
  }
6132
6192
  );
6133
6193
  };
6134
- ColorPreview.states = states29;
6135
- ColorPreview.options = options27;
6194
+ ColorPreview.states = states31;
6195
+ ColorPreview.options = options29;
6136
6196
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6137
6197
 
6138
6198
  // src/colorpicker/colorpicker.spec.tsx
6139
- import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6199
+ import { jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
6140
6200
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6141
- var states30 = [
6201
+ var states32 = [
6142
6202
  States.hover,
6143
6203
  States.focus,
6144
6204
  States.valid,
@@ -6146,12 +6206,12 @@ var states30 = [
6146
6206
  States.required,
6147
6207
  States.disabled
6148
6208
  ];
6149
- var options28 = {
6209
+ var options30 = {
6150
6210
  size: [Size.small, Size.medium, Size.large],
6151
6211
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6152
6212
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6153
6213
  };
6154
- var defaultProps26 = {
6214
+ var defaultProps28 = {
6155
6215
  arrowIconName: "caret-alt-down",
6156
6216
  size: Picker.defaultProps.size,
6157
6217
  rounded: Picker.defaultProps.rounded,
@@ -6173,7 +6233,7 @@ var ColorPicker = (props) => {
6173
6233
  required,
6174
6234
  disabled,
6175
6235
  valueIconName,
6176
- arrowIconName = defaultProps26.arrowIconName,
6236
+ arrowIconName = defaultProps28.arrowIconName,
6177
6237
  ...other
6178
6238
  } = props;
6179
6239
  return /* @__PURE__ */ jsxs34(
@@ -6195,14 +6255,14 @@ var ColorPicker = (props) => {
6195
6255
  "k-icon-picker"
6196
6256
  ),
6197
6257
  children: [
6198
- /* @__PURE__ */ jsx74(InputPrefix, { children: prefix }),
6199
- /* @__PURE__ */ jsx74(
6258
+ /* @__PURE__ */ jsx76(InputPrefix, { children: prefix }),
6259
+ /* @__PURE__ */ jsx76(
6200
6260
  InputInnerSpan,
6201
6261
  {
6202
6262
  placeholder,
6203
6263
  value,
6204
6264
  showValue: false,
6205
- valueIcon: /* @__PURE__ */ jsx74(
6265
+ valueIcon: /* @__PURE__ */ jsx76(
6206
6266
  ColorPreview,
6207
6267
  {
6208
6268
  className: "k-value-icon",
@@ -6213,8 +6273,8 @@ var ColorPicker = (props) => {
6213
6273
  valueIconName
6214
6274
  }
6215
6275
  ),
6216
- /* @__PURE__ */ jsx74(InputSuffix, { children: suffix }),
6217
- /* @__PURE__ */ jsx74(
6276
+ /* @__PURE__ */ jsx76(InputSuffix, { children: suffix }),
6277
+ /* @__PURE__ */ jsx76(
6218
6278
  Button,
6219
6279
  {
6220
6280
  className: "k-input-button",
@@ -6228,22 +6288,22 @@ var ColorPicker = (props) => {
6228
6288
  }
6229
6289
  );
6230
6290
  };
6231
- ColorPicker.states = states30;
6232
- ColorPicker.options = options28;
6291
+ ColorPicker.states = states32;
6292
+ ColorPicker.options = options30;
6233
6293
  ColorPicker.className = COLORPICKER_CLASSNAME;
6234
- ColorPicker.defaultProps = defaultProps26;
6294
+ ColorPicker.defaultProps = defaultProps28;
6235
6295
 
6236
6296
  // src/split-button/split-button.spec.tsx
6237
- import { Fragment as Fragment23, jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6297
+ import { Fragment as Fragment23, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6238
6298
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6239
- var states31 = [
6299
+ var states33 = [
6240
6300
  States.hover,
6241
6301
  States.focus,
6242
6302
  States.active,
6243
6303
  States.selected,
6244
6304
  States.disabled
6245
6305
  ];
6246
- var options29 = {
6306
+ var options31 = {
6247
6307
  size: [Size.small, Size.medium, Size.large],
6248
6308
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6249
6309
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6261,7 +6321,7 @@ var options29 = {
6261
6321
  ThemeColor.inverse
6262
6322
  ]
6263
6323
  };
6264
- var defaultProps27 = {
6324
+ var defaultProps29 = {
6265
6325
  size: Size.medium,
6266
6326
  rounded: Roundness.medium,
6267
6327
  fillMode: FillMode.solid,
@@ -6270,10 +6330,10 @@ var defaultProps27 = {
6270
6330
  };
6271
6331
  var SplitButton = (props) => {
6272
6332
  const {
6273
- size = defaultProps27.size,
6274
- rounded = defaultProps27.rounded,
6275
- fillMode = defaultProps27.fillMode,
6276
- themeColor = defaultProps27.themeColor,
6333
+ size = defaultProps29.size,
6334
+ rounded = defaultProps29.rounded,
6335
+ fillMode = defaultProps29.fillMode,
6336
+ themeColor = defaultProps29.themeColor,
6277
6337
  hover,
6278
6338
  focus,
6279
6339
  active,
@@ -6281,7 +6341,7 @@ var SplitButton = (props) => {
6281
6341
  disabled,
6282
6342
  icon,
6283
6343
  text,
6284
- arrowIconName = defaultProps27.arrowIconName,
6344
+ arrowIconName = defaultProps29.arrowIconName,
6285
6345
  popup,
6286
6346
  opened,
6287
6347
  ...other
@@ -6300,7 +6360,7 @@ var SplitButton = (props) => {
6300
6360
  })
6301
6361
  ),
6302
6362
  children: [
6303
- /* @__PURE__ */ jsx75(
6363
+ /* @__PURE__ */ jsx77(
6304
6364
  Button,
6305
6365
  {
6306
6366
  text,
@@ -6317,7 +6377,7 @@ var SplitButton = (props) => {
6317
6377
  children: props.children
6318
6378
  }
6319
6379
  ),
6320
- /* @__PURE__ */ jsx75(
6380
+ /* @__PURE__ */ jsx77(
6321
6381
  Button,
6322
6382
  {
6323
6383
  className: "k-split-button-arrow",
@@ -6331,30 +6391,30 @@ var SplitButton = (props) => {
6331
6391
  ]
6332
6392
  }
6333
6393
  ),
6334
- opened && popup && /* @__PURE__ */ jsx75(Popup, { className: "k-menu-popup", children: popup })
6394
+ opened && popup && /* @__PURE__ */ jsx77(Popup, { className: "k-menu-popup", children: popup })
6335
6395
  ] });
6336
6396
  };
6337
- SplitButton.states = states31;
6338
- SplitButton.options = options29;
6397
+ SplitButton.states = states33;
6398
+ SplitButton.options = options31;
6339
6399
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6340
- SplitButton.defaultProps = defaultProps27;
6400
+ SplitButton.defaultProps = defaultProps29;
6341
6401
  var split_button_spec_default = SplitButton;
6342
6402
 
6343
6403
  // src/toolbar/toolbar.spec.tsx
6344
- import { jsx as jsx76 } from "react/jsx-runtime";
6404
+ import { jsx as jsx78 } from "react/jsx-runtime";
6345
6405
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6346
- var states32 = [
6406
+ var states34 = [
6347
6407
  States.focus
6348
6408
  ];
6349
- var options30 = {
6409
+ var options32 = {
6350
6410
  size: [Size.small, Size.medium, Size.large]
6351
6411
  };
6352
- var defaultProps28 = {
6412
+ var defaultProps30 = {
6353
6413
  size: Size.medium
6354
6414
  };
6355
6415
  var Toolbar = (props) => {
6356
6416
  const {
6357
- size = defaultProps28.size,
6417
+ size = defaultProps30.size,
6358
6418
  focus,
6359
6419
  resizable,
6360
6420
  ...other
@@ -6364,7 +6424,7 @@ var Toolbar = (props) => {
6364
6424
  const tempToolbarChildren = [];
6365
6425
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6366
6426
  tempToolbarChildren.push(
6367
- /* @__PURE__ */ jsx76(
6427
+ /* @__PURE__ */ jsx78(
6368
6428
  Button,
6369
6429
  {
6370
6430
  ...child.props,
@@ -6375,7 +6435,7 @@ var Toolbar = (props) => {
6375
6435
  );
6376
6436
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6377
6437
  tempToolbarChildren.push(
6378
- /* @__PURE__ */ jsx76(
6438
+ /* @__PURE__ */ jsx78(
6379
6439
  Button,
6380
6440
  {
6381
6441
  ...child.props,
@@ -6386,7 +6446,7 @@ var Toolbar = (props) => {
6386
6446
  );
6387
6447
  } else if (child.type === Button) {
6388
6448
  tempToolbarChildren.push(
6389
- /* @__PURE__ */ jsx76(
6449
+ /* @__PURE__ */ jsx78(
6390
6450
  Button,
6391
6451
  {
6392
6452
  ...child.props,
@@ -6397,7 +6457,7 @@ var Toolbar = (props) => {
6397
6457
  );
6398
6458
  } else if (child.type === MenuButton) {
6399
6459
  tempToolbarChildren.push(
6400
- /* @__PURE__ */ jsx76(
6460
+ /* @__PURE__ */ jsx78(
6401
6461
  MenuButton,
6402
6462
  {
6403
6463
  ...child.props,
@@ -6408,7 +6468,7 @@ var Toolbar = (props) => {
6408
6468
  );
6409
6469
  } else if (child.type === split_button_spec_default) {
6410
6470
  tempToolbarChildren.push(
6411
- /* @__PURE__ */ jsx76(
6471
+ /* @__PURE__ */ jsx78(
6412
6472
  split_button_spec_default,
6413
6473
  {
6414
6474
  ...child.props,
@@ -6422,7 +6482,7 @@ var Toolbar = (props) => {
6422
6482
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6423
6483
  childrenArray.forEach((button, bindex) => {
6424
6484
  buttonGroupItems.push(
6425
- /* @__PURE__ */ jsx76(
6485
+ /* @__PURE__ */ jsx78(
6426
6486
  Button,
6427
6487
  {
6428
6488
  ...button.props,
@@ -6433,7 +6493,7 @@ var Toolbar = (props) => {
6433
6493
  );
6434
6494
  });
6435
6495
  tempToolbarChildren.push(
6436
- /* @__PURE__ */ jsx76(
6496
+ /* @__PURE__ */ jsx78(
6437
6497
  ButtonGroup,
6438
6498
  {
6439
6499
  ...child.props,
@@ -6445,7 +6505,7 @@ var Toolbar = (props) => {
6445
6505
  );
6446
6506
  } else if (child.type === Combobox) {
6447
6507
  tempToolbarChildren.push(
6448
- /* @__PURE__ */ jsx76(
6508
+ /* @__PURE__ */ jsx78(
6449
6509
  Combobox,
6450
6510
  {
6451
6511
  ...child.props,
@@ -6456,7 +6516,7 @@ var Toolbar = (props) => {
6456
6516
  );
6457
6517
  } else if (child.type === DropdownList) {
6458
6518
  tempToolbarChildren.push(
6459
- /* @__PURE__ */ jsx76(
6519
+ /* @__PURE__ */ jsx78(
6460
6520
  DropdownList,
6461
6521
  {
6462
6522
  ...child.props,
@@ -6467,7 +6527,7 @@ var Toolbar = (props) => {
6467
6527
  );
6468
6528
  } else if (child.type === ColorPicker) {
6469
6529
  tempToolbarChildren.push(
6470
- /* @__PURE__ */ jsx76(
6530
+ /* @__PURE__ */ jsx78(
6471
6531
  ColorPicker,
6472
6532
  {
6473
6533
  ...child.props,
@@ -6489,7 +6549,7 @@ var Toolbar = (props) => {
6489
6549
  addUniqueToolClass(child, index);
6490
6550
  });
6491
6551
  }
6492
- return /* @__PURE__ */ jsx76(
6552
+ return /* @__PURE__ */ jsx78(
6493
6553
  "div",
6494
6554
  {
6495
6555
  ...other,
@@ -6510,26 +6570,26 @@ var Toolbar = (props) => {
6510
6570
  }
6511
6571
  );
6512
6572
  };
6513
- Toolbar.states = states32;
6514
- Toolbar.options = options30;
6573
+ Toolbar.states = states34;
6574
+ Toolbar.options = options32;
6515
6575
  Toolbar.className = TOOLBAR_CLASSNAME;
6516
- Toolbar.defaultProps = defaultProps28;
6576
+ Toolbar.defaultProps = defaultProps30;
6517
6577
 
6518
6578
  // src/toolbar/toolbar-angular.spec.tsx
6519
- import { jsx as jsx77 } from "react/jsx-runtime";
6579
+ import { jsx as jsx79 } from "react/jsx-runtime";
6520
6580
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6521
- var states33 = [
6581
+ var states35 = [
6522
6582
  States.focus
6523
6583
  ];
6524
- var options31 = {
6584
+ var options33 = {
6525
6585
  size: [Size.small, Size.medium, Size.large]
6526
6586
  };
6527
- var defaultProps29 = {
6587
+ var defaultProps31 = {
6528
6588
  size: Size.medium
6529
6589
  };
6530
6590
  var ToolbarAngular = (props) => {
6531
6591
  const {
6532
- size = defaultProps29.size,
6592
+ size = defaultProps31.size,
6533
6593
  focus,
6534
6594
  resizable,
6535
6595
  ...other
@@ -6539,7 +6599,7 @@ var ToolbarAngular = (props) => {
6539
6599
  const tempToolbarChildren = [];
6540
6600
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6541
6601
  tempToolbarChildren.push(
6542
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6602
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6543
6603
  Button,
6544
6604
  {
6545
6605
  ...child.props,
@@ -6550,7 +6610,7 @@ var ToolbarAngular = (props) => {
6550
6610
  );
6551
6611
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6552
6612
  tempToolbarChildren.push(
6553
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6613
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6554
6614
  Button,
6555
6615
  {
6556
6616
  ...child.props,
@@ -6561,7 +6621,7 @@ var ToolbarAngular = (props) => {
6561
6621
  );
6562
6622
  } else if (child.type === Button) {
6563
6623
  tempToolbarChildren.push(
6564
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6624
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6565
6625
  Button,
6566
6626
  {
6567
6627
  ...child.props,
@@ -6572,7 +6632,7 @@ var ToolbarAngular = (props) => {
6572
6632
  );
6573
6633
  } else if (child.type === MenuButton) {
6574
6634
  tempToolbarChildren.push(
6575
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6635
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6576
6636
  MenuButton,
6577
6637
  {
6578
6638
  ...child.props,
@@ -6583,7 +6643,7 @@ var ToolbarAngular = (props) => {
6583
6643
  );
6584
6644
  } else if (child.type === split_button_spec_default) {
6585
6645
  tempToolbarChildren.push(
6586
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6646
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6587
6647
  split_button_spec_default,
6588
6648
  {
6589
6649
  ...child.props,
@@ -6597,7 +6657,7 @@ var ToolbarAngular = (props) => {
6597
6657
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6598
6658
  childrenArray.forEach((button, bindex) => {
6599
6659
  buttonGroupItems.push(
6600
- /* @__PURE__ */ jsx77(
6660
+ /* @__PURE__ */ jsx79(
6601
6661
  Button,
6602
6662
  {
6603
6663
  ...button.props,
@@ -6608,7 +6668,7 @@ var ToolbarAngular = (props) => {
6608
6668
  );
6609
6669
  });
6610
6670
  tempToolbarChildren.push(
6611
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6671
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6612
6672
  ButtonGroup,
6613
6673
  {
6614
6674
  ...child.props,
@@ -6620,7 +6680,7 @@ var ToolbarAngular = (props) => {
6620
6680
  );
6621
6681
  } else if (child.type === Combobox) {
6622
6682
  tempToolbarChildren.push(
6623
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6683
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6624
6684
  Combobox,
6625
6685
  {
6626
6686
  ...child.props,
@@ -6631,7 +6691,7 @@ var ToolbarAngular = (props) => {
6631
6691
  );
6632
6692
  } else if (child.type === DropdownList) {
6633
6693
  tempToolbarChildren.push(
6634
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6694
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6635
6695
  DropdownList,
6636
6696
  {
6637
6697
  ...child.props,
@@ -6642,7 +6702,7 @@ var ToolbarAngular = (props) => {
6642
6702
  );
6643
6703
  } else if (child.type === ColorPicker) {
6644
6704
  tempToolbarChildren.push(
6645
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6705
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6646
6706
  ColorPicker,
6647
6707
  {
6648
6708
  ...child.props,
@@ -6664,7 +6724,7 @@ var ToolbarAngular = (props) => {
6664
6724
  addUniqueToolClass(child, index);
6665
6725
  });
6666
6726
  }
6667
- return /* @__PURE__ */ jsx77(
6727
+ return /* @__PURE__ */ jsx79(
6668
6728
  "div",
6669
6729
  {
6670
6730
  ...other,
@@ -6685,30 +6745,30 @@ var ToolbarAngular = (props) => {
6685
6745
  }
6686
6746
  );
6687
6747
  };
6688
- ToolbarAngular.states = states33;
6689
- ToolbarAngular.options = options31;
6748
+ ToolbarAngular.states = states35;
6749
+ ToolbarAngular.options = options33;
6690
6750
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6691
- ToolbarAngular.defaultProps = defaultProps29;
6751
+ ToolbarAngular.defaultProps = defaultProps31;
6692
6752
 
6693
6753
  // src/toolbar/toolbar-separator.tsx
6694
- import { jsx as jsx78 } from "react/jsx-runtime";
6754
+ import { jsx as jsx80 } from "react/jsx-runtime";
6695
6755
  var className13 = `k-separator`;
6696
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx78("div", { className: classNames(className13, props.className) });
6756
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx80("div", { className: classNames(className13, props.className) });
6697
6757
 
6698
6758
  // src/toolbar/toolbar-item.spec.tsx
6699
- import { jsx as jsx79 } from "react/jsx-runtime";
6759
+ import { jsx as jsx81 } from "react/jsx-runtime";
6700
6760
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6701
- var states34 = [
6761
+ var states36 = [
6702
6762
  States.focus
6703
6763
  ];
6704
- var options32 = {};
6705
- var defaultProps30 = {};
6764
+ var options34 = {};
6765
+ var defaultProps32 = {};
6706
6766
  var ToolbarItem = (props) => {
6707
6767
  const {
6708
6768
  focus,
6709
6769
  ...other
6710
6770
  } = props;
6711
- return /* @__PURE__ */ jsx79(
6771
+ return /* @__PURE__ */ jsx81(
6712
6772
  "div",
6713
6773
  {
6714
6774
  ...other,
@@ -6723,13 +6783,13 @@ var ToolbarItem = (props) => {
6723
6783
  }
6724
6784
  );
6725
6785
  };
6726
- ToolbarItem.states = states34;
6727
- ToolbarItem.options = options32;
6786
+ ToolbarItem.states = states36;
6787
+ ToolbarItem.options = options34;
6728
6788
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6729
- ToolbarItem.defaultProps = defaultProps30;
6789
+ ToolbarItem.defaultProps = defaultProps32;
6730
6790
 
6731
6791
  // src/spreadsheet/tests/spreadsheet-tools-popup.tsx
6732
- import { Fragment as Fragment24, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6792
+ import { Fragment as Fragment24, jsx as jsx82, jsxs as jsxs36 } from "react/jsx-runtime";
6733
6793
  var style = `
6734
6794
  .k-spreadsheet-view {
6735
6795
  overflow: hidden;
@@ -6747,329 +6807,329 @@ var style = `
6747
6807
  }
6748
6808
  `;
6749
6809
  var spreadsheet_tools_popup_default = () => /* @__PURE__ */ jsxs36(Fragment24, { children: [
6750
- /* @__PURE__ */ jsx80("style", { children: style }),
6810
+ /* @__PURE__ */ jsx82("style", { children: style }),
6751
6811
  /* @__PURE__ */ jsxs36("div", { id: "test-area", children: [
6752
6812
  /* @__PURE__ */ jsxs36("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet", children: [
6753
6813
  /* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-wrapper", children: [
6754
6814
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
6755
- /* @__PURE__ */ jsx80(Button, { icon: "undo" }),
6756
- /* @__PURE__ */ jsx80(Button, { icon: "redo" })
6815
+ /* @__PURE__ */ jsx82(Button, { icon: "undo" }),
6816
+ /* @__PURE__ */ jsx82(Button, { icon: "redo" })
6757
6817
  ] }),
6758
6818
  /* @__PURE__ */ jsxs36("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
6759
- /* @__PURE__ */ jsx80("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs36("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
6819
+ /* @__PURE__ */ jsx82("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs36("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
6760
6820
  /* @__PURE__ */ jsxs36("li", { className: "k-item k-first k-tab-on-top k-active", children: [
6761
- /* @__PURE__ */ jsx80("span", { className: "k-loading k-complete" }),
6762
- /* @__PURE__ */ jsx80("span", { className: "k-link", children: "Home" })
6821
+ /* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
6822
+ /* @__PURE__ */ jsx82("span", { className: "k-link", children: "Home" })
6763
6823
  ] }),
6764
6824
  /* @__PURE__ */ jsxs36("li", { className: "k-item", children: [
6765
- /* @__PURE__ */ jsx80("span", { className: "k-loading k-complete" }),
6766
- /* @__PURE__ */ jsx80("span", { className: "k-link", children: "Insert" })
6825
+ /* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
6826
+ /* @__PURE__ */ jsx82("span", { className: "k-link", children: "Insert" })
6767
6827
  ] }),
6768
6828
  /* @__PURE__ */ jsxs36("li", { className: "k-item k-last", children: [
6769
- /* @__PURE__ */ jsx80("span", { className: "k-loading k-complete" }),
6770
- /* @__PURE__ */ jsx80("span", { className: "k-link", children: "Data" })
6829
+ /* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
6830
+ /* @__PURE__ */ jsx82("span", { className: "k-link", children: "Data" })
6771
6831
  ] })
6772
6832
  ] }) }),
6773
- /* @__PURE__ */ jsx80("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
6774
- /* @__PURE__ */ jsx80(Button, { icon: "folder-open", className: "k-upload-button" }),
6775
- /* @__PURE__ */ jsx80(Button, { icon: "download" }),
6776
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6833
+ /* @__PURE__ */ jsx82("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
6834
+ /* @__PURE__ */ jsx82(Button, { icon: "folder-open", className: "k-upload-button" }),
6835
+ /* @__PURE__ */ jsx82(Button, { icon: "download" }),
6836
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6777
6837
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6778
- /* @__PURE__ */ jsx80(Button, { icon: "cut" }),
6779
- /* @__PURE__ */ jsx80(Button, { icon: "copy" }),
6780
- /* @__PURE__ */ jsx80(Button, { icon: "clipboard" })
6838
+ /* @__PURE__ */ jsx82(Button, { icon: "cut" }),
6839
+ /* @__PURE__ */ jsx82(Button, { icon: "copy" }),
6840
+ /* @__PURE__ */ jsx82(Button, { icon: "clipboard" })
6781
6841
  ] }),
6782
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6783
- /* @__PURE__ */ jsx80(DropdownList, { value: "Arial" }),
6784
- /* @__PURE__ */ jsx80(Combobox, { placeholder: "12" }),
6842
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6843
+ /* @__PURE__ */ jsx82(DropdownList, { value: "Arial" }),
6844
+ /* @__PURE__ */ jsx82(Combobox, { placeholder: "12" }),
6785
6845
  /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6786
- /* @__PURE__ */ jsx80(Button, { icon: "bold" }),
6787
- /* @__PURE__ */ jsx80(Button, { icon: "italic" }),
6788
- /* @__PURE__ */ jsx80(Button, { icon: "underline" })
6846
+ /* @__PURE__ */ jsx82(Button, { icon: "bold" }),
6847
+ /* @__PURE__ */ jsx82(Button, { icon: "italic" }),
6848
+ /* @__PURE__ */ jsx82(Button, { icon: "underline" })
6789
6849
  ] }),
6790
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6791
- /* @__PURE__ */ jsx80(MenuButton, { icon: "foreground-color", showArrow: true }),
6792
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6793
- /* @__PURE__ */ jsx80(MenuButton, { icon: "droplet", showArrow: true }),
6794
- /* @__PURE__ */ jsx80(MenuButton, { icon: "borders-all", showArrow: true }),
6795
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6796
- /* @__PURE__ */ jsx80(MenuButton, { icon: "align-left", showArrow: true, className: "k-hidden" }),
6797
- /* @__PURE__ */ jsx80(Button, { icon: "text-wrap", className: "k-hidden" }),
6798
- /* @__PURE__ */ jsx80(ToolbarSeparator, { className: "k-hidden" }),
6850
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6851
+ /* @__PURE__ */ jsx82(MenuButton, { icon: "foreground-color", showArrow: true }),
6852
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6853
+ /* @__PURE__ */ jsx82(MenuButton, { icon: "droplet", showArrow: true }),
6854
+ /* @__PURE__ */ jsx82(MenuButton, { icon: "borders-all", showArrow: true }),
6855
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6856
+ /* @__PURE__ */ jsx82(MenuButton, { icon: "align-left", showArrow: true, className: "k-hidden" }),
6857
+ /* @__PURE__ */ jsx82(Button, { icon: "text-wrap", className: "k-hidden" }),
6858
+ /* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
6799
6859
  /* @__PURE__ */ jsxs36(ButtonGroup, { className: "k-hidden", children: [
6800
- /* @__PURE__ */ jsx80(Button, { icon: "decimal-decrease" }),
6801
- /* @__PURE__ */ jsx80(Button, { icon: "decimal-increase" })
6860
+ /* @__PURE__ */ jsx82(Button, { icon: "decimal-decrease" }),
6861
+ /* @__PURE__ */ jsx82(Button, { icon: "decimal-increase" })
6802
6862
  ] }),
6803
- /* @__PURE__ */ jsx80(Button, { icon: "more-vertical" }),
6804
- /* @__PURE__ */ jsx80(ToolbarSeparator, { className: "k-hidden" }),
6805
- /* @__PURE__ */ jsx80(Button, { icon: "filter", className: "k-hidden" }),
6806
- /* @__PURE__ */ jsx80(DropdownList, { className: "k-hidden", value: "Custom format", showValue: false, valueIconName: "custom-format" }),
6807
- /* @__PURE__ */ jsx80(Button, { className: "k-hidden", icon: "link" }),
6808
- /* @__PURE__ */ jsx80(ToolbarSeparator, { className: "k-hidden" }),
6809
- /* @__PURE__ */ jsx80(Button, { className: "k-hidden", icon: "image" }),
6810
- /* @__PURE__ */ jsx80(Button, { className: "k-hidden", icon: "comment" }),
6811
- /* @__PURE__ */ jsx80(ToolbarSeparator, { className: "k-hidden" }),
6812
- /* @__PURE__ */ jsx80(MenuButton, { className: "k-hidden", icon: "pane-freeze", showArrow: true }),
6813
- /* @__PURE__ */ jsx80(MenuButton, { className: "k-hidden", icon: "cells-merge", showArrow: true }),
6814
- /* @__PURE__ */ jsx80(Button, { className: "k-hidden", icon: "borders-none" })
6863
+ /* @__PURE__ */ jsx82(Button, { icon: "more-vertical" }),
6864
+ /* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
6865
+ /* @__PURE__ */ jsx82(Button, { icon: "filter", className: "k-hidden" }),
6866
+ /* @__PURE__ */ jsx82(DropdownList, { className: "k-hidden", value: "Custom format", showValue: false, valueIconName: "custom-format" }),
6867
+ /* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "link" }),
6868
+ /* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
6869
+ /* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "image" }),
6870
+ /* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "comment" }),
6871
+ /* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
6872
+ /* @__PURE__ */ jsx82(MenuButton, { className: "k-hidden", icon: "pane-freeze", showArrow: true }),
6873
+ /* @__PURE__ */ jsx82(MenuButton, { className: "k-hidden", icon: "cells-merge", showArrow: true }),
6874
+ /* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "borders-none" })
6815
6875
  ] }) })
6816
6876
  ] })
6817
6877
  ] }),
6818
6878
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-action-bar", children: [
6819
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx80(Combobox, { placeholder: "Combobox..." }) }),
6879
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx82(Combobox, { placeholder: "Combobox..." }) }),
6820
6880
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-bar", children: [
6821
- /* @__PURE__ */ jsx80(Icon, { icon: "formula-fx" }),
6881
+ /* @__PURE__ */ jsx82(Icon, { icon: "formula-fx" }),
6822
6882
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
6823
- /* @__PURE__ */ jsx80("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
6824
- /* @__PURE__ */ jsx80("span", { className: "k-syntax-func", children: "Product" }),
6825
- /* @__PURE__ */ jsx80("span", { className: "k-syntax-punc", children: "(" }),
6826
- /* @__PURE__ */ jsx80("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
6827
- /* @__PURE__ */ jsx80("span", { className: "k-syntax-punc", children: ")" })
6883
+ /* @__PURE__ */ jsx82("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
6884
+ /* @__PURE__ */ jsx82("span", { className: "k-syntax-func", children: "Product" }),
6885
+ /* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: "(" }),
6886
+ /* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
6887
+ /* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: ")" })
6828
6888
  ] }),
6829
- /* @__PURE__ */ jsx80("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
6830
- /* @__PURE__ */ jsx80("div", { className: "k-group-header", style: { display: "none" } }),
6831
- /* @__PURE__ */ jsx80("div", { className: "k-list-scroller" })
6889
+ /* @__PURE__ */ jsx82("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
6890
+ /* @__PURE__ */ jsx82("div", { className: "k-group-header", style: { display: "none" } }),
6891
+ /* @__PURE__ */ jsx82("div", { className: "k-list-scroller" })
6832
6892
  ] })
6833
6893
  ] }),
6834
6894
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-view", children: [
6835
6895
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-fixed-container", children: [
6836
6896
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
6837
6897
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
6838
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
6839
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
6840
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
6841
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
6842
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
6843
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
6844
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
6845
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
6846
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
6847
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
6848
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
6849
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
6850
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
6851
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
6852
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
6853
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
6854
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
6855
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
6856
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
6857
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
6858
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
6859
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
6860
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
6861
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
6862
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
6863
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
6864
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
6865
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
6866
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
6867
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
6868
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
6869
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
6870
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
6871
- /* @__PURE__ */ jsx80("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" } }),
6872
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
6873
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
6874
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6875
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$12.39" }) }) }),
6876
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$2.48" }) }) }),
6877
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$14.87" }) }) }),
6878
- /* @__PURE__ */ jsx80("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__ */ jsx80("span", { className: "k-dirty" }) }),
6879
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
6880
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
6881
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "2" }) }),
6882
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$8.79" }) }) }),
6883
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$3.52" }) }) }),
6884
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$21.10" }) }) }),
6885
- /* @__PURE__ */ jsx80("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" } }),
6886
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
6887
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
6888
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6889
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$13.99" }) }) }),
6890
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$2.80" }) }) }),
6891
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$16.79" }) }) }),
6892
- /* @__PURE__ */ jsx80("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" } }),
6893
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
6894
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
6895
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6896
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$9.49" }) }) }),
6897
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$1.90" }) }) }),
6898
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$11.39" }) }) }),
6899
- /* @__PURE__ */ jsx80("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" } }),
6900
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
6901
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
6902
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6903
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$11.49" }) }) }),
6904
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$6.89" }) }) }),
6905
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$41.36" }) }) }),
6906
- /* @__PURE__ */ jsx80("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" } }),
6907
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
6908
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
6909
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6910
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$10.99" }) }) }),
6911
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$2.20" }) }) }),
6912
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$13.19" }) }) }),
6913
- /* @__PURE__ */ jsx80("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" } }),
6914
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
6915
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
6916
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "5" }) }),
6917
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$6.99" }) }) }),
6918
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$6.99" }) }) }),
6919
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$41.94" }) }) }),
6920
- /* @__PURE__ */ jsx80("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" } }),
6921
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
6922
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
6923
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "4" }) }),
6924
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$4.99" }) }) }),
6925
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$3.99" }) }) }),
6926
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$23.95" }) }) }),
6927
- /* @__PURE__ */ jsx80("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" } }),
6928
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
6929
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
6930
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6931
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$4.49" }) }) }),
6932
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$2.69" }) }) }),
6933
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$16.16" }) }) }),
6934
- /* @__PURE__ */ jsx80("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" } }),
6935
- /* @__PURE__ */ jsx80("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" } }),
6936
- /* @__PURE__ */ jsx80("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" } }),
6937
- /* @__PURE__ */ jsx80("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" } }),
6938
- /* @__PURE__ */ jsx80("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" } }),
6939
- /* @__PURE__ */ jsx80("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" } }),
6940
- /* @__PURE__ */ jsx80("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" } }),
6941
- /* @__PURE__ */ jsx80("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" } }),
6942
- /* @__PURE__ */ jsx80("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" } }),
6943
- /* @__PURE__ */ jsx80("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" } }),
6944
- /* @__PURE__ */ jsx80("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" } }),
6898
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
6899
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
6900
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
6901
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
6902
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
6903
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
6904
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
6905
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
6906
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
6907
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
6908
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
6909
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
6910
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
6911
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
6912
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
6913
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
6914
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
6915
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
6916
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
6917
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
6918
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
6919
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
6920
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
6921
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
6922
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
6923
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
6924
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
6925
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
6926
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
6927
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
6928
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
6929
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
6930
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
6931
+ /* @__PURE__ */ jsx82("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" } }),
6932
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
6933
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
6934
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6935
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$12.39" }) }) }),
6936
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.48" }) }) }),
6937
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$14.87" }) }) }),
6938
+ /* @__PURE__ */ jsx82("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__ */ jsx82("span", { className: "k-dirty" }) }),
6939
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
6940
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
6941
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "2" }) }),
6942
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$8.79" }) }) }),
6943
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.52" }) }) }),
6944
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$21.10" }) }) }),
6945
+ /* @__PURE__ */ jsx82("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" } }),
6946
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
6947
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
6948
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6949
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.99" }) }) }),
6950
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.80" }) }) }),
6951
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.79" }) }) }),
6952
+ /* @__PURE__ */ jsx82("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" } }),
6953
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
6954
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
6955
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6956
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$9.49" }) }) }),
6957
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$1.90" }) }) }),
6958
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.39" }) }) }),
6959
+ /* @__PURE__ */ jsx82("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" } }),
6960
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
6961
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
6962
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6963
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.49" }) }) }),
6964
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.89" }) }) }),
6965
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.36" }) }) }),
6966
+ /* @__PURE__ */ jsx82("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" } }),
6967
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
6968
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
6969
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6970
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$10.99" }) }) }),
6971
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.20" }) }) }),
6972
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.19" }) }) }),
6973
+ /* @__PURE__ */ jsx82("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" } }),
6974
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
6975
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
6976
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "5" }) }),
6977
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
6978
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
6979
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.94" }) }) }),
6980
+ /* @__PURE__ */ jsx82("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" } }),
6981
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
6982
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
6983
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "4" }) }),
6984
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.99" }) }) }),
6985
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.99" }) }) }),
6986
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$23.95" }) }) }),
6987
+ /* @__PURE__ */ jsx82("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" } }),
6988
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
6989
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
6990
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6991
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.49" }) }) }),
6992
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.69" }) }) }),
6993
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.16" }) }) }),
6994
+ /* @__PURE__ */ jsx82("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" } }),
6995
+ /* @__PURE__ */ jsx82("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" } }),
6996
+ /* @__PURE__ */ jsx82("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" } }),
6997
+ /* @__PURE__ */ jsx82("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" } }),
6998
+ /* @__PURE__ */ jsx82("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" } }),
6999
+ /* @__PURE__ */ jsx82("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" } }),
7000
+ /* @__PURE__ */ jsx82("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" } }),
7001
+ /* @__PURE__ */ jsx82("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" } }),
7002
+ /* @__PURE__ */ jsx82("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" } }),
7003
+ /* @__PURE__ */ jsx82("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" } }),
7004
+ /* @__PURE__ */ jsx82("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" } }),
6945
7005
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
6946
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
6947
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle N" }),
6948
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle NE" }),
6949
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle E" }),
6950
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle SE" }),
6951
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle S" }),
6952
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle SW" }),
6953
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle W" }),
6954
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-drawing-handle NW" })
7006
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
7007
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle N" }),
7008
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NE" }),
7009
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle E" }),
7010
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SE" }),
7011
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle S" }),
7012
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SW" }),
7013
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle W" }),
7014
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NW" })
6955
7015
  ] }),
6956
- /* @__PURE__ */ jsx80("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" } }),
6957
- /* @__PURE__ */ jsx80("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" } }),
6958
- /* @__PURE__ */ jsx80("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" } }),
6959
- /* @__PURE__ */ jsx80("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" } }),
6960
- /* @__PURE__ */ jsx80("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" } }),
6961
- /* @__PURE__ */ jsx80("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" } }),
6962
- /* @__PURE__ */ jsx80("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" } }),
6963
- /* @__PURE__ */ jsx80("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" } }),
6964
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
6965
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$20.07" }) }) }),
6966
- /* @__PURE__ */ jsx80("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" } }),
6967
- /* @__PURE__ */ jsx80("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" } }),
6968
- /* @__PURE__ */ jsx80("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" } }),
6969
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
6970
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx80("span", { children: "$220.82" }) }) }),
6971
- /* @__PURE__ */ jsx80("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" } })
7016
+ /* @__PURE__ */ jsx82("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" } }),
7017
+ /* @__PURE__ */ jsx82("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" } }),
7018
+ /* @__PURE__ */ jsx82("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" } }),
7019
+ /* @__PURE__ */ jsx82("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" } }),
7020
+ /* @__PURE__ */ jsx82("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" } }),
7021
+ /* @__PURE__ */ jsx82("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" } }),
7022
+ /* @__PURE__ */ jsx82("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" } }),
7023
+ /* @__PURE__ */ jsx82("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" } }),
7024
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
7025
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$20.07" }) }) }),
7026
+ /* @__PURE__ */ jsx82("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" } }),
7027
+ /* @__PURE__ */ jsx82("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" } }),
7028
+ /* @__PURE__ */ jsx82("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" } }),
7029
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
7030
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$220.82" }) }) }),
7031
+ /* @__PURE__ */ jsx82("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" } })
6972
7032
  ] }),
6973
7033
  /* @__PURE__ */ jsxs36("div", { className: "k-selection-wrapper", children: [
6974
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
6975
- /* @__PURE__ */ jsx80("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "calendar" }) }),
6976
- /* @__PURE__ */ jsx80("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__ */ jsx80("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
7034
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
7035
+ /* @__PURE__ */ jsx82("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "calendar" }) }),
7036
+ /* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
6977
7037
  ] }),
6978
- /* @__PURE__ */ jsx80("div", { className: "k-auto-fill-wrapper" }),
6979
- /* @__PURE__ */ jsx80("div", { className: "k-selection-wrapper" }),
7038
+ /* @__PURE__ */ jsx82("div", { className: "k-auto-fill-wrapper" }),
7039
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-wrapper" }),
6980
7040
  /* @__PURE__ */ jsxs36("div", { className: "k-filter-wrapper", children: [
6981
- /* @__PURE__ */ jsx80("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
6982
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) }),
6983
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) }),
6984
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) }),
6985
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) }),
6986
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) }),
6987
- /* @__PURE__ */ jsx80("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx80(Icon, { icon: "caret-alt-down" }) })
7041
+ /* @__PURE__ */ jsx82("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
7042
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
7043
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
7044
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
7045
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
7046
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
7047
+ /* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) })
6988
7048
  ] }),
6989
7049
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
6990
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "1" }) }),
6991
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "2" }) }),
6992
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "3" }) }),
6993
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "4" }) }),
6994
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "5" }) }),
6995
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "6" }) }),
6996
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "7" }) }),
6997
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "8" }) }),
6998
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "9" }) }),
6999
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "10" }) }),
7000
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "11" }) }),
7001
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "12" }) }),
7002
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "13" }) }),
7003
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "14" }) }),
7004
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "15" }) }),
7005
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "16" }) })
7050
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
7051
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "2" }) }),
7052
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
7053
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "4" }) }),
7054
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "5" }) }),
7055
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "6" }) }),
7056
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "7" }) }),
7057
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "8" }) }),
7058
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "9" }) }),
7059
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "10" }) }),
7060
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "11" }) }),
7061
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "12" }) }),
7062
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "13" }) }),
7063
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "14" }) }),
7064
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "15" }) }),
7065
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "16" }) })
7006
7066
  ] }),
7007
7067
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
7008
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "A" }) }),
7009
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "B" }) }),
7010
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "C" }) }),
7011
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "D" }) }),
7012
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "E" }) }),
7013
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "F" }) }),
7014
- /* @__PURE__ */ jsx80("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "G" }) }),
7015
- /* @__PURE__ */ jsx80("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-vertical-align-center", children: "H" }) })
7068
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "A" }) }),
7069
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "B" }) }),
7070
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "C" }) }),
7071
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "D" }) }),
7072
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "E" }) }),
7073
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "F" }) }),
7074
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "G" }) }),
7075
+ /* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "H" }) })
7016
7076
  ] })
7017
7077
  ] }),
7018
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
7078
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
7019
7079
  ] }),
7020
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
7021
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
7080
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
7081
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
7022
7082
  /* @__PURE__ */ jsxs36("colgroup", { children: [
7023
- /* @__PURE__ */ jsx80("col", { style: { width: "100px" } }),
7024
- /* @__PURE__ */ jsx80("col", { style: { width: "215px" } }),
7025
- /* @__PURE__ */ jsx80("col", { style: { width: "115px" } }),
7026
- /* @__PURE__ */ jsx80("col", { style: { width: "115px" } }),
7027
- /* @__PURE__ */ jsx80("col", { style: { width: "115px" } }),
7028
- /* @__PURE__ */ jsx80("col", { style: { width: "155px" } }),
7029
- /* @__PURE__ */ jsx80("col", { style: { width: "64px" } })
7083
+ /* @__PURE__ */ jsx82("col", { style: { width: "100px" } }),
7084
+ /* @__PURE__ */ jsx82("col", { style: { width: "215px" } }),
7085
+ /* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
7086
+ /* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
7087
+ /* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
7088
+ /* @__PURE__ */ jsx82("col", { style: { width: "155px" } }),
7089
+ /* @__PURE__ */ jsx82("col", { style: { width: "64px" } })
7030
7090
  ] }),
7031
- /* @__PURE__ */ jsx80("tbody", { children: /* @__PURE__ */ jsx80("tr", { style: { height: "70px" }, children: /* @__PURE__ */ jsx80("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" }) }) })
7091
+ /* @__PURE__ */ jsx82("tbody", { children: /* @__PURE__ */ jsx82("tr", { style: { height: "70px" }, children: /* @__PURE__ */ jsx82("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" }) }) })
7032
7092
  ] }) }),
7033
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
7034
- /* @__PURE__ */ jsx80("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7035
- /* @__PURE__ */ jsx80("div", { className: "k-group-header", style: { display: "none" } }),
7036
- /* @__PURE__ */ jsx80("div", { className: "k-list-scroller" })
7093
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
7094
+ /* @__PURE__ */ jsx82("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7095
+ /* @__PURE__ */ jsx82("div", { className: "k-group-header", style: { display: "none" } }),
7096
+ /* @__PURE__ */ jsx82("div", { className: "k-list-scroller" })
7037
7097
  ] }),
7038
7098
  /* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
7039
- /* @__PURE__ */ jsx80(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
7040
- /* @__PURE__ */ jsx80("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
7041
- /* @__PURE__ */ jsx80(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
7099
+ /* @__PURE__ */ jsx82(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
7100
+ /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
7101
+ /* @__PURE__ */ jsx82(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
7042
7102
  /* @__PURE__ */ jsxs36("ul", { className: "k-reset k-tabstrip-items", children: [
7043
7103
  /* @__PURE__ */ jsxs36("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
7044
- /* @__PURE__ */ jsx80("span", { className: "k-link", children: "Food Order" }),
7045
- /* @__PURE__ */ jsx80(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7104
+ /* @__PURE__ */ jsx82("span", { className: "k-link", children: "Food Order" }),
7105
+ /* @__PURE__ */ jsx82(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7046
7106
  ] }),
7047
7107
  /* @__PURE__ */ jsxs36("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
7048
- /* @__PURE__ */ jsx80("span", { className: "k-link", children: "Balance Sheet" }),
7049
- /* @__PURE__ */ jsx80(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7108
+ /* @__PURE__ */ jsx82("span", { className: "k-link", children: "Balance Sheet" }),
7109
+ /* @__PURE__ */ jsx82(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7050
7110
  ] })
7051
7111
  ] }),
7052
- /* @__PURE__ */ jsx80(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
7112
+ /* @__PURE__ */ jsx82(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
7053
7113
  ] }) })
7054
7114
  ] })
7055
7115
  ] }),
7056
- /* @__PURE__ */ jsx80("div", { className: "k-animation-container", style: { position: "absolute", top: "110px", left: "780px" }, children: /* @__PURE__ */ jsx80("div", { className: "k-toolbar-popup k-popup k-menu-popup", children: /* @__PURE__ */ jsxs36(MenuList, { children: [
7057
- /* @__PURE__ */ jsx80(MenuItem, { text: "Alignment", icon: "align-left" }),
7058
- /* @__PURE__ */ jsx80(MenuItem, { text: "Wrap text", icon: "text-wrap" }),
7059
- /* @__PURE__ */ jsx80(MenuSeparator, {}),
7060
- /* @__PURE__ */ jsx80(MenuItem, { text: "Decrease decimal", icon: "decimal-decrease" }),
7061
- /* @__PURE__ */ jsx80(MenuItem, { text: "Increase decimal", icon: "decimal-increase" }),
7062
- /* @__PURE__ */ jsx80(MenuSeparator, {}),
7063
- /* @__PURE__ */ jsx80(MenuItem, { text: "Filter", icon: "filter" }),
7064
- /* @__PURE__ */ jsx80(MenuItem, { text: "Custom format", icon: "custom-format" }),
7065
- /* @__PURE__ */ jsx80(MenuItem, { text: "Link", icon: "link" }),
7066
- /* @__PURE__ */ jsx80(MenuSeparator, {}),
7067
- /* @__PURE__ */ jsx80(MenuItem, { text: "Insert image", icon: "image" }),
7068
- /* @__PURE__ */ jsx80(MenuItem, { text: "Insert comment", icon: "comment" }),
7069
- /* @__PURE__ */ jsx80(MenuSeparator, {}),
7070
- /* @__PURE__ */ jsx80(MenuItem, { text: "Freeze panes", icon: "pane-freeze" }),
7071
- /* @__PURE__ */ jsx80(MenuItem, { text: "Merge cells", icon: "cells-merge" }),
7072
- /* @__PURE__ */ jsx80(MenuItem, { text: "Toggle gridlines", icon: "borders-none" })
7116
+ /* @__PURE__ */ jsx82("div", { className: "k-animation-container", style: { position: "absolute", top: "110px", left: "780px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-toolbar-popup k-popup k-menu-popup", children: /* @__PURE__ */ jsxs36(MenuList, { children: [
7117
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Alignment", icon: "align-left" }),
7118
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Wrap text", icon: "text-wrap" }),
7119
+ /* @__PURE__ */ jsx82(MenuSeparator, {}),
7120
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Decrease decimal", icon: "decimal-decrease" }),
7121
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Increase decimal", icon: "decimal-increase" }),
7122
+ /* @__PURE__ */ jsx82(MenuSeparator, {}),
7123
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Filter", icon: "filter" }),
7124
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Custom format", icon: "custom-format" }),
7125
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Link", icon: "link" }),
7126
+ /* @__PURE__ */ jsx82(MenuSeparator, {}),
7127
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Insert image", icon: "image" }),
7128
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Insert comment", icon: "comment" }),
7129
+ /* @__PURE__ */ jsx82(MenuSeparator, {}),
7130
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Freeze panes", icon: "pane-freeze" }),
7131
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Merge cells", icon: "cells-merge" }),
7132
+ /* @__PURE__ */ jsx82(MenuItem, { text: "Toggle gridlines", icon: "borders-none" })
7073
7133
  ] }) }) })
7074
7134
  ] })
7075
7135
  ] });