@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
@@ -4532,14 +4532,74 @@ Checkbox.options = options6;
4532
4532
  Checkbox.className = CHECKBOX_CLASSNAME;
4533
4533
  Checkbox.defaultProps = defaultProps6;
4534
4534
 
4535
- // src/checkbox/templates/checkbox-label.tsx
4535
+ // src/checkbox/checkbox-group.spec.tsx
4536
4536
  var import_jsx_runtime10 = require("react/jsx-runtime");
4537
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4538
+ var states7 = [];
4539
+ var options7 = {};
4540
+ var defaultProps7 = {
4541
+ layout: "vertical"
4542
+ };
4543
+ var CheckboxGroup = (props) => {
4544
+ const {
4545
+ layout = defaultProps7.layout,
4546
+ ...other
4547
+ } = props;
4548
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4549
+ "ul",
4550
+ {
4551
+ ...other,
4552
+ className: classNames(
4553
+ props.className,
4554
+ CHECKBOXGROUP_CLASSNAME,
4555
+ {
4556
+ [`k-list-${layout}`]: layout
4557
+ }
4558
+ ),
4559
+ children: props.children
4560
+ }
4561
+ );
4562
+ };
4563
+ CheckboxGroup.states = states7;
4564
+ CheckboxGroup.options = options7;
4565
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4566
+ CheckboxGroup.defaultProps = defaultProps7;
4537
4567
 
4538
- // src/checkbox/templates/checkbox-normal.tsx
4568
+ // src/checkbox/checkbox-item.spec.tsx
4539
4569
  var import_jsx_runtime11 = require("react/jsx-runtime");
4570
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4571
+ var states8 = [];
4572
+ var options8 = {};
4573
+ var defaultProps8 = {};
4574
+ var CheckboxItem = (props) => {
4575
+ const {
4576
+ ...other
4577
+ } = props;
4578
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4579
+ "li",
4580
+ {
4581
+ ...other,
4582
+ className: classNames(
4583
+ props.className,
4584
+ CHECKBOXITEM_CLASSNAME
4585
+ ),
4586
+ children: props.children
4587
+ }
4588
+ );
4589
+ };
4590
+ CheckboxItem.states = states8;
4591
+ CheckboxItem.options = options8;
4592
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4593
+ CheckboxItem.defaultProps = defaultProps8;
4540
4594
 
4541
- // src/chip/chip-action.tsx
4595
+ // src/checkbox/templates/checkbox-with-label.tsx
4542
4596
  var import_jsx_runtime12 = require("react/jsx-runtime");
4597
+
4598
+ // src/checkbox/templates/checkbox-normal.tsx
4599
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4600
+
4601
+ // src/chip/chip-action.tsx
4602
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4543
4603
  var CHIPACTION_CLASSNAME = `k-chip-action`;
4544
4604
  var ChipAction = (props) => {
4545
4605
  const {
@@ -4549,15 +4609,15 @@ var ChipAction = (props) => {
4549
4609
  let icon;
4550
4610
  switch (type) {
4551
4611
  case "remove" /* REMOVE */:
4552
- icon = /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "x-circle", size: "small" });
4612
+ icon = /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: "x-circle", size: "small" });
4553
4613
  break;
4554
4614
  case "more" /* MORE */:
4555
- icon = /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "more-vertical", size: "small" });
4615
+ icon = /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: "more-vertical", size: "small" });
4556
4616
  break;
4557
4617
  default:
4558
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: type, size: "small" });
4618
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: type, size: "small" });
4559
4619
  }
4560
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4620
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4561
4621
  "span",
4562
4622
  {
4563
4623
  ...other,
@@ -4572,16 +4632,16 @@ var ChipAction = (props) => {
4572
4632
  };
4573
4633
 
4574
4634
  // src/avatar/avatar.spec.tsx
4575
- var import_jsx_runtime13 = require("react/jsx-runtime");
4635
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4576
4636
  var AVATAR_CLASSNAME = `k-avatar`;
4577
- var states7 = [
4637
+ var states9 = [
4578
4638
  States.hover,
4579
4639
  States.focus,
4580
4640
  States.active,
4581
4641
  States.selected,
4582
4642
  States.disabled
4583
4643
  ];
4584
- var options7 = {
4644
+ var options9 = {
4585
4645
  size: [Size.small, Size.medium, Size.large],
4586
4646
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4587
4647
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -4599,7 +4659,7 @@ var options7 = {
4599
4659
  ThemeColor.inverse
4600
4660
  ]
4601
4661
  };
4602
- var defaultProps7 = {
4662
+ var defaultProps9 = {
4603
4663
  type: "text" /* TEXT */,
4604
4664
  size: Size.medium,
4605
4665
  rounded: Roundness.full,
@@ -4609,15 +4669,15 @@ var defaultProps7 = {
4609
4669
  };
4610
4670
  var Avatar = (props) => {
4611
4671
  const {
4612
- size = defaultProps7.size,
4613
- rounded = defaultProps7.rounded,
4614
- fillMode = defaultProps7.fillMode,
4615
- themeColor = defaultProps7.themeColor,
4616
- type = defaultProps7.type,
4617
- border = defaultProps7.border,
4672
+ size = defaultProps9.size,
4673
+ rounded = defaultProps9.rounded,
4674
+ fillMode = defaultProps9.fillMode,
4675
+ themeColor = defaultProps9.themeColor,
4676
+ type = defaultProps9.type,
4677
+ border = defaultProps9.border,
4618
4678
  ...other
4619
4679
  } = props;
4620
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4680
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4621
4681
  "div",
4622
4682
  {
4623
4683
  ...other,
@@ -4634,35 +4694,35 @@ var Avatar = (props) => {
4634
4694
  [`${AVATAR_CLASSNAME}-bordered`]: border
4635
4695
  }
4636
4696
  ),
4637
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4697
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4638
4698
  }
4639
4699
  );
4640
4700
  };
4641
- Avatar.states = states7;
4642
- Avatar.options = options7;
4701
+ Avatar.states = states9;
4702
+ Avatar.options = options9;
4643
4703
  Avatar.className = AVATAR_CLASSNAME;
4644
- Avatar.defaultProps = defaultProps7;
4704
+ Avatar.defaultProps = defaultProps9;
4645
4705
 
4646
4706
  // src/avatar/templates/avatar-icon.tsx
4647
- var import_jsx_runtime14 = require("react/jsx-runtime");
4707
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4648
4708
 
4649
4709
  // src/avatar/templates/avatar-text.tsx
4650
- var import_jsx_runtime15 = require("react/jsx-runtime");
4710
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4651
4711
 
4652
4712
  // src/avatar/templates/avatar-image.tsx
4653
- var import_jsx_runtime16 = require("react/jsx-runtime");
4713
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4654
4714
 
4655
4715
  // src/chip/chip.spec.tsx
4656
- var import_jsx_runtime17 = require("react/jsx-runtime");
4716
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4657
4717
  var CHIP_CLASSNAME = `k-chip`;
4658
- var states8 = [
4718
+ var states10 = [
4659
4719
  States.hover,
4660
4720
  States.focus,
4661
4721
  States.active,
4662
4722
  States.selected,
4663
4723
  States.disabled
4664
4724
  ];
4665
- var options8 = {
4725
+ var options10 = {
4666
4726
  size: [Size.small, Size.medium, Size.large],
4667
4727
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4668
4728
  fillMode: [FillMode.solid, FillMode.outline],
@@ -4674,7 +4734,7 @@ var options8 = {
4674
4734
  ThemeColor.info
4675
4735
  ]
4676
4736
  };
4677
- var defaultProps8 = {
4737
+ var defaultProps10 = {
4678
4738
  size: Size.medium,
4679
4739
  rounded: Roundness.medium,
4680
4740
  fillMode: FillMode.solid,
@@ -4682,10 +4742,10 @@ var defaultProps8 = {
4682
4742
  };
4683
4743
  var Chip = (props) => {
4684
4744
  const {
4685
- size = defaultProps8.size,
4686
- rounded = defaultProps8.rounded,
4687
- fillMode = defaultProps8.fillMode,
4688
- themeColor = defaultProps8.themeColor,
4745
+ size = defaultProps10.size,
4746
+ rounded = defaultProps10.rounded,
4747
+ fillMode = defaultProps10.fillMode,
4748
+ themeColor = defaultProps10.themeColor,
4689
4749
  text,
4690
4750
  icon,
4691
4751
  actions,
@@ -4697,7 +4757,7 @@ var Chip = (props) => {
4697
4757
  disabled,
4698
4758
  ...other
4699
4759
  } = props;
4700
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4760
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4701
4761
  "div",
4702
4762
  {
4703
4763
  ...other,
@@ -4719,35 +4779,35 @@ var Chip = (props) => {
4719
4779
  })
4720
4780
  ),
4721
4781
  children: [
4722
- icon && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
4723
- showAvatar && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4724
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4725
- actions && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-chip-actions", children: actions })
4782
+ icon && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
4783
+ showAvatar && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4784
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4785
+ actions && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-chip-actions", children: actions })
4726
4786
  ]
4727
4787
  }
4728
4788
  );
4729
4789
  };
4730
- Chip.states = states8;
4731
- Chip.options = options8;
4790
+ Chip.states = states10;
4791
+ Chip.options = options10;
4732
4792
  Chip.className = CHIP_CLASSNAME;
4733
- Chip.defaultProps = defaultProps8;
4793
+ Chip.defaultProps = defaultProps10;
4734
4794
 
4735
4795
  // src/chip/chip-list.spec.tsx
4736
- var import_jsx_runtime18 = require("react/jsx-runtime");
4796
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4737
4797
  var CHIPLIST_CLASSNAME = `k-chip-list`;
4738
- var states9 = [];
4739
- var options9 = {
4798
+ var states11 = [];
4799
+ var options11 = {
4740
4800
  size: [Size.small, Size.medium, Size.large]
4741
4801
  };
4742
- var defaultProps9 = {
4802
+ var defaultProps11 = {
4743
4803
  size: Size.medium
4744
4804
  };
4745
4805
  var ChipList = (props) => {
4746
4806
  const {
4747
- size = defaultProps9.size,
4807
+ size = defaultProps11.size,
4748
4808
  ...other
4749
4809
  } = props;
4750
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4810
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4751
4811
  "div",
4752
4812
  {
4753
4813
  ...other,
@@ -4762,27 +4822,27 @@ var ChipList = (props) => {
4762
4822
  }
4763
4823
  );
4764
4824
  };
4765
- ChipList.states = states9;
4766
- ChipList.options = options9;
4825
+ ChipList.states = states11;
4826
+ ChipList.options = options11;
4767
4827
  ChipList.className = CHIPLIST_CLASSNAME;
4768
- ChipList.defaultProps = defaultProps9;
4828
+ ChipList.defaultProps = defaultProps11;
4769
4829
 
4770
4830
  // src/chip/templates/chip-avatar.tsx
4771
- var import_jsx_runtime19 = require("react/jsx-runtime");
4831
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4772
4832
 
4773
4833
  // src/chip/templates/chip-icon.tsx
4774
- var import_jsx_runtime20 = require("react/jsx-runtime");
4834
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4775
4835
 
4776
4836
  // src/chip/templates/chip-normal.tsx
4777
- var import_jsx_runtime21 = require("react/jsx-runtime");
4837
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4778
4838
 
4779
4839
  // src/chip/templates/chip-removable.tsx
4780
- var import_jsx_runtime22 = require("react/jsx-runtime");
4840
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4781
4841
 
4782
4842
  // src/input/input.spec.tsx
4783
- var import_jsx_runtime23 = require("react/jsx-runtime");
4843
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4784
4844
  var INPUT_CLASSNAME = `k-input`;
4785
- var states10 = [
4845
+ var states12 = [
4786
4846
  States.hover,
4787
4847
  States.focus,
4788
4848
  States.valid,
@@ -4792,12 +4852,12 @@ var states10 = [
4792
4852
  States.loading,
4793
4853
  States.readonly
4794
4854
  ];
4795
- var options10 = {
4855
+ var options12 = {
4796
4856
  size: [Size.small, Size.medium, Size.large],
4797
4857
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4798
4858
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4799
4859
  };
4800
- var defaultProps10 = {
4860
+ var defaultProps12 = {
4801
4861
  size: Size.medium,
4802
4862
  rounded: Size.medium,
4803
4863
  fillMode: FillMode.solid
@@ -4811,12 +4871,12 @@ var Input = (props) => {
4811
4871
  valid,
4812
4872
  loading,
4813
4873
  readonly,
4814
- size = defaultProps10.size,
4815
- rounded = defaultProps10.rounded,
4816
- fillMode = defaultProps10.fillMode,
4874
+ size = defaultProps12.size,
4875
+ rounded = defaultProps12.rounded,
4876
+ fillMode = defaultProps12.fillMode,
4817
4877
  ...other
4818
4878
  } = props;
4819
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4879
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4820
4880
  "span",
4821
4881
  {
4822
4882
  ...other,
@@ -4829,13 +4889,13 @@ var Input = (props) => {
4829
4889
  }
4830
4890
  );
4831
4891
  };
4832
- Input.states = states10;
4833
- Input.options = options10;
4892
+ Input.states = states12;
4893
+ Input.options = options12;
4834
4894
  Input.className = INPUT_CLASSNAME;
4835
- Input.defaultProps = defaultProps10;
4895
+ Input.defaultProps = defaultProps12;
4836
4896
 
4837
4897
  // src/input/picker.spec.tsx
4838
- var import_jsx_runtime24 = require("react/jsx-runtime");
4898
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4839
4899
  var PICKER_CLASSNAME = `k-picker`;
4840
4900
  var pickerStates = [
4841
4901
  States.hover,
@@ -4852,7 +4912,7 @@ var pickerOptions = {
4852
4912
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4853
4913
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4854
4914
  };
4855
- var defaultProps11 = {
4915
+ var defaultProps13 = {
4856
4916
  size: Size.medium,
4857
4917
  rounded: Roundness.medium,
4858
4918
  fillMode: FillMode.solid
@@ -4866,12 +4926,12 @@ var Picker = (props) => {
4866
4926
  valid,
4867
4927
  loading,
4868
4928
  readonly,
4869
- size = defaultProps11.size,
4870
- rounded = defaultProps11.rounded,
4871
- fillMode = defaultProps11.fillMode,
4929
+ size = defaultProps13.size,
4930
+ rounded = defaultProps13.rounded,
4931
+ fillMode = defaultProps13.fillMode,
4872
4932
  ...other
4873
4933
  } = props;
4874
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4934
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4875
4935
  "span",
4876
4936
  {
4877
4937
  ...other,
@@ -4888,17 +4948,17 @@ var Picker = (props) => {
4888
4948
  Picker.states = pickerStates;
4889
4949
  Picker.options = pickerOptions;
4890
4950
  Picker.className = PICKER_CLASSNAME;
4891
- Picker.defaultProps = defaultProps11;
4951
+ Picker.defaultProps = defaultProps13;
4892
4952
 
4893
4953
  // src/input/input-clear-value.tsx
4894
- var import_jsx_runtime25 = require("react/jsx-runtime");
4954
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4895
4955
  var className = `k-clear-value`;
4896
- var states11 = [
4956
+ var states13 = [
4897
4957
  States.disabled,
4898
4958
  States.loading,
4899
4959
  States.readonly
4900
4960
  ];
4901
- var options11 = {};
4961
+ var options13 = {};
4902
4962
  var InputClearValue = (props) => {
4903
4963
  const {
4904
4964
  disabled,
@@ -4907,20 +4967,20 @@ var InputClearValue = (props) => {
4907
4967
  value
4908
4968
  } = props;
4909
4969
  if (disabled || readonly || loading || !value) {
4910
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_jsx_runtime25.Fragment, {});
4970
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
4911
4971
  }
4912
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "x" }) });
4972
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: "x" }) });
4913
4973
  };
4914
- InputClearValue.states = states11;
4915
- InputClearValue.options = options11;
4974
+ InputClearValue.states = states13;
4975
+ InputClearValue.options = options13;
4916
4976
  InputClearValue.className = className;
4917
4977
 
4918
4978
  // src/input/input-inner-input.tsx
4919
- var import_jsx_runtime26 = require("react/jsx-runtime");
4979
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4920
4980
  var className2 = `k-input-inner`;
4921
- var states12 = [];
4922
- var options12 = {};
4923
- var defaultProps12 = {
4981
+ var states14 = [];
4982
+ var options14 = {};
4983
+ var defaultProps14 = {
4924
4984
  type: "text",
4925
4985
  autocomplete: "off",
4926
4986
  value: "",
@@ -4928,13 +4988,13 @@ var defaultProps12 = {
4928
4988
  };
4929
4989
  var InputInnerInput = (props) => {
4930
4990
  const {
4931
- value = defaultProps12.value,
4932
- type = defaultProps12.type,
4933
- placeholder = defaultProps12.placeholder,
4934
- autocomplete = defaultProps12.autocomplete,
4991
+ value = defaultProps14.value,
4992
+ type = defaultProps14.type,
4993
+ placeholder = defaultProps14.placeholder,
4994
+ autocomplete = defaultProps14.autocomplete,
4935
4995
  ...other
4936
4996
  } = props;
4937
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4997
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4938
4998
  "input",
4939
4999
  {
4940
5000
  ...other,
@@ -4946,15 +5006,15 @@ var InputInnerInput = (props) => {
4946
5006
  }
4947
5007
  );
4948
5008
  };
4949
- InputInnerInput.states = states12;
4950
- InputInnerInput.options = options12;
5009
+ InputInnerInput.states = states14;
5010
+ InputInnerInput.options = options14;
4951
5011
  InputInnerInput.className = className2;
4952
5012
 
4953
5013
  // src/input/input-inner-span.tsx
4954
- var import_jsx_runtime27 = require("react/jsx-runtime");
5014
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4955
5015
  var className3 = `k-input-inner`;
4956
- var states13 = [];
4957
- var options13 = {};
5016
+ var states15 = [];
5017
+ var options15 = {};
4958
5018
  var InputInnerSpan = (props) => {
4959
5019
  const {
4960
5020
  value,
@@ -4964,41 +5024,41 @@ var InputInnerSpan = (props) => {
4964
5024
  valueIconName,
4965
5025
  ...other
4966
5026
  } = props;
4967
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5027
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
4968
5028
  "span",
4969
5029
  {
4970
5030
  ...other,
4971
5031
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4972
5032
  children: [
4973
5033
  valueIcon,
4974
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5034
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4975
5035
  showValue && !value && placeholder,
4976
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-input-value-text", children: value })
5036
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-input-value-text", children: value })
4977
5037
  ]
4978
5038
  }
4979
5039
  );
4980
5040
  };
4981
- InputInnerSpan.states = states13;
4982
- InputInnerSpan.options = options13;
5041
+ InputInnerSpan.states = states15;
5042
+ InputInnerSpan.options = options15;
4983
5043
  InputInnerSpan.className = className3;
4984
5044
 
4985
5045
  // src/input/input-inner-textarea.tsx
4986
- var import_jsx_runtime28 = require("react/jsx-runtime");
4987
- var defaultProps13 = {
5046
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5047
+ var defaultProps15 = {
4988
5048
  value: "",
4989
5049
  placeholder: ""
4990
5050
  };
4991
5051
  var className4 = `k-input-inner`;
4992
- var states14 = [];
4993
- var options14 = {};
5052
+ var states16 = [];
5053
+ var options16 = {};
4994
5054
  var InputInnerTextarea = (props) => {
4995
5055
  const {
4996
- value = defaultProps13.value,
4997
- placeholder = defaultProps13.placeholder,
5056
+ value = defaultProps15.value,
5057
+ placeholder = defaultProps15.placeholder,
4998
5058
  rows,
4999
5059
  ...other
5000
5060
  } = props;
5001
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5061
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5002
5062
  "textarea",
5003
5063
  {
5004
5064
  ...other,
@@ -5009,14 +5069,14 @@ var InputInnerTextarea = (props) => {
5009
5069
  }
5010
5070
  );
5011
5071
  };
5012
- InputInnerTextarea.states = states14;
5013
- InputInnerTextarea.options = options14;
5072
+ InputInnerTextarea.states = states16;
5073
+ InputInnerTextarea.options = options16;
5014
5074
  InputInnerTextarea.className = className4;
5015
5075
 
5016
5076
  // src/input/input-loading-icon.tsx
5017
- var import_jsx_runtime29 = require("react/jsx-runtime");
5077
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5018
5078
  var className5 = `k-input-loading-icon`;
5019
- var states15 = [
5079
+ var states17 = [
5020
5080
  States.disabled,
5021
5081
  States.loading
5022
5082
  ];
@@ -5026,21 +5086,21 @@ var InputLoadingIcon = (props) => {
5026
5086
  loading
5027
5087
  } = props;
5028
5088
  if (disabled || !loading) {
5029
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5089
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
5030
5090
  }
5031
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5091
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5032
5092
  };
5033
5093
 
5034
5094
  // src/input/input-validation-icon.tsx
5035
- var import_jsx_runtime30 = require("react/jsx-runtime");
5095
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5036
5096
  var className6 = `k-input-validation-icon`;
5037
- var states16 = [
5097
+ var states18 = [
5038
5098
  States.valid,
5039
5099
  States.invalid,
5040
5100
  States.disabled,
5041
5101
  States.loading
5042
5102
  ];
5043
- var options15 = {};
5103
+ var options17 = {};
5044
5104
  var InputValidationIcon = (props) => {
5045
5105
  const {
5046
5106
  valid,
@@ -5051,27 +5111,27 @@ var InputValidationIcon = (props) => {
5051
5111
  const iconName = invalid ? "exclamation-circle" : "check";
5052
5112
  const renderValidationIcon = Boolean(valid || invalid);
5053
5113
  if (disabled || loading || !renderValidationIcon) {
5054
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
5114
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
5055
5115
  }
5056
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { className: classNames(className6), icon: iconName });
5116
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { className: classNames(className6), icon: iconName });
5057
5117
  };
5058
- InputValidationIcon.states = states16;
5059
- InputValidationIcon.options = options15;
5118
+ InputValidationIcon.states = states18;
5119
+ InputValidationIcon.options = options17;
5060
5120
  InputValidationIcon.className = className6;
5061
5121
 
5062
5122
  // src/input/input-prefix.tsx
5063
- var import_jsx_runtime31 = require("react/jsx-runtime");
5123
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5064
5124
 
5065
5125
  // src/input/input-suffix.tsx
5066
- var import_jsx_runtime32 = require("react/jsx-runtime");
5126
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5067
5127
 
5068
5128
  // src/input/input-separator.tsx
5069
- var import_jsx_runtime33 = require("react/jsx-runtime");
5129
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5070
5130
 
5071
5131
  // src/searchbox/searchbox.spec.tsx
5072
- var import_jsx_runtime34 = require("react/jsx-runtime");
5132
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5073
5133
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5074
- var states17 = [
5134
+ var states19 = [
5075
5135
  States.hover,
5076
5136
  States.focus,
5077
5137
  States.valid,
@@ -5080,12 +5140,12 @@ var states17 = [
5080
5140
  States.disabled,
5081
5141
  States.loading
5082
5142
  ];
5083
- var options16 = {
5143
+ var options18 = {
5084
5144
  size: [Size.small, Size.medium, Size.large],
5085
5145
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5086
5146
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5087
5147
  };
5088
- var defaultProps14 = {
5148
+ var defaultProps16 = {
5089
5149
  showIcon: true,
5090
5150
  icon: "search",
5091
5151
  size: Input.defaultProps.size,
@@ -5106,11 +5166,11 @@ var Searchbox = (props) => {
5106
5166
  required,
5107
5167
  loading,
5108
5168
  disabled,
5109
- showIcon = defaultProps14.showIcon,
5110
- icon = defaultProps14.icon,
5169
+ showIcon = defaultProps16.showIcon,
5170
+ icon = defaultProps16.icon,
5111
5171
  ...other
5112
5172
  } = props;
5113
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5173
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5114
5174
  Input,
5115
5175
  {
5116
5176
  ...other,
@@ -5126,37 +5186,37 @@ var Searchbox = (props) => {
5126
5186
  disabled,
5127
5187
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5128
5188
  children: [
5129
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: "k-input-icon", icon }),
5130
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputInnerInput, { placeholder, value }),
5131
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputLoadingIcon, { ...props }),
5132
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputValidationIcon, { ...props }),
5133
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputClearValue, { ...props })
5189
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { className: "k-input-icon", icon }),
5190
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputInnerInput, { placeholder, value }),
5191
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputLoadingIcon, { ...props }),
5192
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputValidationIcon, { ...props }),
5193
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputClearValue, { ...props })
5134
5194
  ]
5135
5195
  }
5136
5196
  );
5137
5197
  };
5138
- Searchbox.states = states17;
5139
- Searchbox.options = options16;
5198
+ Searchbox.states = states19;
5199
+ Searchbox.options = options18;
5140
5200
  Searchbox.className = SEARCHBOX_CLASSNAME;
5141
- Searchbox.defaultProps = defaultProps14;
5201
+ Searchbox.defaultProps = defaultProps16;
5142
5202
 
5143
5203
  // src/searchbox/templates/searchbox-normal.tsx
5144
- var import_jsx_runtime35 = require("react/jsx-runtime");
5204
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5145
5205
 
5146
5206
  // src/treeview/treeview.spec.tsx
5147
- var import_jsx_runtime36 = require("react/jsx-runtime");
5207
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5148
5208
  var import_react = require("react");
5149
5209
  var TREEVIEW_CLASSNAME = `k-treeview`;
5150
- var states18 = [];
5151
- var options17 = {
5210
+ var states20 = [];
5211
+ var options19 = {
5152
5212
  size: [Size.small, Size.medium, Size.large]
5153
5213
  };
5154
- var defaultProps15 = {
5214
+ var defaultProps17 = {
5155
5215
  size: Size.medium
5156
5216
  };
5157
5217
  var Treeview = (props) => {
5158
5218
  const {
5159
- size = defaultProps15.size,
5219
+ size = defaultProps17.size,
5160
5220
  children,
5161
5221
  dir,
5162
5222
  ...other
@@ -5179,17 +5239,17 @@ var Treeview = (props) => {
5179
5239
  } else {
5180
5240
  if (children.type === TreeviewItem) {
5181
5241
  listChildren.push(
5182
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(TreeviewItem, { ...children.props, dir })
5242
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(TreeviewItem, { ...children.props, dir })
5183
5243
  );
5184
5244
  }
5185
5245
  if (children.type === TreeviewGroup) {
5186
5246
  listChildren.push(
5187
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(TreeviewGroup, { ...children.props, dir })
5247
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(TreeviewGroup, { ...children.props, dir })
5188
5248
  );
5189
5249
  }
5190
5250
  }
5191
5251
  }
5192
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5252
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5193
5253
  "div",
5194
5254
  {
5195
5255
  ...other,
@@ -5201,17 +5261,17 @@ var Treeview = (props) => {
5201
5261
  size
5202
5262
  })
5203
5263
  ),
5204
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5264
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5205
5265
  }
5206
5266
  );
5207
5267
  };
5208
- Treeview.states = states18;
5209
- Treeview.options = options17;
5268
+ Treeview.states = states20;
5269
+ Treeview.options = options19;
5210
5270
  Treeview.className = TREEVIEW_CLASSNAME;
5211
- Treeview.defaultProps = defaultProps15;
5271
+ Treeview.defaultProps = defaultProps17;
5212
5272
 
5213
5273
  // src/treeview/treeview-group.tsx
5214
- var import_jsx_runtime37 = require("react/jsx-runtime");
5274
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5215
5275
  var import_react2 = require("react");
5216
5276
  var className7 = `k-treeview-group`;
5217
5277
  var TreeviewGroup = (props) => {
@@ -5232,23 +5292,23 @@ var TreeviewGroup = (props) => {
5232
5292
  } else {
5233
5293
  if (children.type === treeview_item_spec_default) {
5234
5294
  listChildren.push(
5235
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(treeview_item_spec_default, { ...children.props, dir })
5295
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(treeview_item_spec_default, { ...children.props, dir })
5236
5296
  );
5237
5297
  }
5238
5298
  }
5239
5299
  }
5240
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("ul", { className: classNames(props.className, className7), children: listChildren });
5300
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames(props.className, className7), children: listChildren });
5241
5301
  };
5242
5302
 
5243
5303
  // src/treeview/treeview-leaf.tsx
5244
- var import_jsx_runtime38 = require("react/jsx-runtime");
5304
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5245
5305
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5246
- var states19 = [
5306
+ var states21 = [
5247
5307
  States.hover,
5248
5308
  States.focus,
5249
5309
  States.selected
5250
5310
  ];
5251
- var options18 = {};
5311
+ var options20 = {};
5252
5312
  var TreeviewLeaf = (props) => {
5253
5313
  const {
5254
5314
  text,
@@ -5259,7 +5319,7 @@ var TreeviewLeaf = (props) => {
5259
5319
  selected,
5260
5320
  ...other
5261
5321
  } = props;
5262
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5322
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5263
5323
  "span",
5264
5324
  {
5265
5325
  ...other,
@@ -5273,29 +5333,29 @@ var TreeviewLeaf = (props) => {
5273
5333
  })
5274
5334
  ),
5275
5335
  children: [
5276
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-treeview-leaf-text", children: text })
5336
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { icon }),
5337
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-treeview-leaf-text", children: text })
5278
5338
  ]
5279
5339
  }
5280
5340
  );
5281
5341
  };
5282
- TreeviewLeaf.states = states19;
5283
- TreeviewLeaf.options = options18;
5342
+ TreeviewLeaf.states = states21;
5343
+ TreeviewLeaf.options = options20;
5284
5344
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5285
5345
  var treeview_leaf_default = TreeviewLeaf;
5286
5346
 
5287
5347
  // src/treeview/treeview-item.spec.tsx
5288
- var import_jsx_runtime39 = require("react/jsx-runtime");
5348
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5289
5349
  var import_react3 = require("react");
5290
5350
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5291
- var states20 = [
5351
+ var states22 = [
5292
5352
  States.hover,
5293
5353
  States.focus,
5294
5354
  States.selected,
5295
5355
  States.disabled
5296
5356
  ];
5297
- var options19 = {};
5298
- var defaultProps16 = {};
5357
+ var options21 = {};
5358
+ var defaultProps18 = {};
5299
5359
  var TreeviewItem = (props) => {
5300
5360
  const {
5301
5361
  leafClassName,
@@ -5328,12 +5388,12 @@ var TreeviewItem = (props) => {
5328
5388
  } else {
5329
5389
  if (children.type === TreeviewGroup) {
5330
5390
  listChildren.push(
5331
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5391
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5332
5392
  );
5333
5393
  }
5334
5394
  }
5335
5395
  }
5336
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5396
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5337
5397
  "li",
5338
5398
  {
5339
5399
  ...other,
@@ -5342,19 +5402,19 @@ var TreeviewItem = (props) => {
5342
5402
  TREEVIEWITEM_CLASSNAME
5343
5403
  ),
5344
5404
  children: [
5345
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("span", { className: "k-treeview-mid", children: [
5346
- _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5405
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: "k-treeview-mid", children: [
5406
+ _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5347
5407
  "span",
5348
5408
  {
5349
5409
  className: classNames(
5350
5410
  "k-treeview-toggle",
5351
5411
  stateClassNames("k-treeview-toggle", { disabled })
5352
5412
  ),
5353
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5413
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5354
5414
  }
5355
5415
  ),
5356
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, { checked, disabled }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5416
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Checkbox, { checked, disabled }),
5417
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5358
5418
  treeview_leaf_default,
5359
5419
  {
5360
5420
  className: classNames(
@@ -5370,35 +5430,35 @@ var TreeviewItem = (props) => {
5370
5430
  }
5371
5431
  )
5372
5432
  ] }),
5373
- expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: listChildren })
5433
+ expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, { children: listChildren })
5374
5434
  ]
5375
5435
  }
5376
5436
  );
5377
5437
  };
5378
- TreeviewItem.states = states20;
5379
- TreeviewItem.options = options19;
5438
+ TreeviewItem.states = states22;
5439
+ TreeviewItem.options = options21;
5380
5440
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5381
- TreeviewItem.defaultProps = defaultProps16;
5441
+ TreeviewItem.defaultProps = defaultProps18;
5382
5442
  var treeview_item_spec_default = TreeviewItem;
5383
5443
 
5384
5444
  // src/treeview/templates/treeview-normal.tsx
5385
- var import_jsx_runtime40 = require("react/jsx-runtime");
5445
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5386
5446
 
5387
5447
  // src/treeview/templates/treeview-hierarchy.tsx
5388
- var import_jsx_runtime41 = require("react/jsx-runtime");
5448
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5389
5449
 
5390
5450
  // src/treeview/templates/treeview-icons.tsx
5391
- var import_jsx_runtime42 = require("react/jsx-runtime");
5451
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5392
5452
 
5393
5453
  // src/treeview/templates/treeview-checkboxes.tsx
5394
- var import_jsx_runtime43 = require("react/jsx-runtime");
5454
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5395
5455
 
5396
5456
  // src/animation-container/animation-container.spec.tsx
5397
- var import_jsx_runtime44 = require("react/jsx-runtime");
5457
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5398
5458
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5399
- var states21 = [];
5400
- var options20 = {};
5401
- var defaultProps17 = {
5459
+ var states23 = [];
5460
+ var options22 = {};
5461
+ var defaultProps19 = {
5402
5462
  positionMode: "absolute"
5403
5463
  };
5404
5464
  var AnimationContainer = (props) => {
@@ -5408,7 +5468,7 @@ var AnimationContainer = (props) => {
5408
5468
  offset,
5409
5469
  ...other
5410
5470
  } = props;
5411
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5471
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5412
5472
  "div",
5413
5473
  {
5414
5474
  ...other,
@@ -5420,21 +5480,21 @@ var AnimationContainer = (props) => {
5420
5480
  ["k-animation-container-fixed"]: positionMode === "fixed"
5421
5481
  }
5422
5482
  ),
5423
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5483
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5424
5484
  }
5425
5485
  );
5426
5486
  };
5427
- AnimationContainer.states = states21;
5428
- AnimationContainer.options = options20;
5487
+ AnimationContainer.states = states23;
5488
+ AnimationContainer.options = options22;
5429
5489
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5430
- AnimationContainer.defaultProps = defaultProps17;
5490
+ AnimationContainer.defaultProps = defaultProps19;
5431
5491
 
5432
5492
  // src/popup/popup.spec.tsx
5433
- var import_jsx_runtime45 = require("react/jsx-runtime");
5493
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5434
5494
  var POPUP_CLASSNAME = `k-popup`;
5435
- var states22 = [];
5436
- var options21 = {};
5437
- var defaultProps18 = {
5495
+ var states24 = [];
5496
+ var options23 = {};
5497
+ var defaultProps20 = {
5438
5498
  positionMode: "absolute"
5439
5499
  };
5440
5500
  var Popup = (props) => {
@@ -5443,22 +5503,22 @@ var Popup = (props) => {
5443
5503
  positionMode,
5444
5504
  ...other
5445
5505
  } = props;
5446
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5506
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5447
5507
  AnimationContainer,
5448
5508
  {
5449
5509
  positionMode,
5450
5510
  offset,
5451
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5511
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5452
5512
  }
5453
5513
  );
5454
5514
  };
5455
- Popup.states = states22;
5456
- Popup.options = options21;
5515
+ Popup.states = states24;
5516
+ Popup.options = options23;
5457
5517
  Popup.className = POPUP_CLASSNAME;
5458
- Popup.defaultProps = defaultProps18;
5518
+ Popup.defaultProps = defaultProps20;
5459
5519
 
5460
5520
  // src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx
5461
- var import_jsx_runtime46 = require("react/jsx-runtime");
5521
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5462
5522
  var style = `
5463
5523
  .k-animation-container {
5464
5524
  bottom: 160px;
@@ -5466,369 +5526,369 @@ var style = `
5466
5526
  position: relative;
5467
5527
  }
5468
5528
  `;
5469
- var pivotgrid_settings_panel_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5470
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("style", { children: style }),
5471
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
5472
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5473
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
5474
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
5475
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
5476
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
5477
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Fields" }),
5478
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
5479
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Searchbox, { placeholder: "Search..." })
5529
+ var pivotgrid_settings_panel_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5530
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("style", { children: style }),
5531
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
5532
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5533
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
5534
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
5535
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
5536
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-form-field", children: [
5537
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-label", children: "Fields" }),
5538
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-spacer" }),
5539
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Searchbox, { placeholder: "Search..." })
5480
5540
  ] }),
5481
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
5482
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-select-all", children: [
5483
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, {}),
5484
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: "Select all" })
5541
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-form-field", children: [
5542
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-select-all", children: [
5543
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Checkbox, {}),
5544
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { children: "Select all" })
5485
5545
  ] }),
5486
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
5487
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: "5 fields selected" })
5546
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-spacer" }),
5547
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { children: "5 fields selected" })
5488
5548
  ] }),
5489
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(Treeview, { children: [
5490
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
5491
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
5492
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(TreeviewGroup, { children: [
5493
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
5494
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(TreeviewGroup, { children: [
5495
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
5496
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
5549
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(Treeview, { children: [
5550
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
5551
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
5552
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(TreeviewGroup, { children: [
5553
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
5554
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(TreeviewGroup, { children: [
5555
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
5556
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
5497
5557
  ] }) })
5498
5558
  ] }) }),
5499
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
5500
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
5501
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
5502
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
5559
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
5560
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
5561
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
5562
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
5503
5563
  ] }) }) }),
5504
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Columns" }) }),
5505
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ChipList, { className: "k-column-fields", children: [
5506
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5564
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-label", children: "Columns" }) }),
5565
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(ChipList, { className: "k-column-fields", children: [
5566
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5507
5567
  Chip,
5508
5568
  {
5509
5569
  text: "Date.Calendar",
5510
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5511
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
5512
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
5570
+ actions: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5571
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "more" }),
5572
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "remove" })
5513
5573
  ] })
5514
5574
  }
5515
5575
  ),
5516
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5576
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5517
5577
  Chip,
5518
5578
  {
5519
5579
  text: "Product.Category",
5520
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5521
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
5522
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
5580
+ actions: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5581
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "more" }),
5582
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "remove" })
5523
5583
  ] })
5524
5584
  }
5525
5585
  )
5526
5586
  ] }),
5527
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Rows" }) }),
5528
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5587
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-label", children: "Rows" }) }),
5588
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5529
5589
  Chip,
5530
5590
  {
5531
5591
  text: "Geography.City",
5532
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5533
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
5534
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
5592
+ actions: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5593
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "more" }),
5594
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ChipAction, { type: "remove" })
5535
5595
  ] })
5536
5596
  }
5537
5597
  ) }),
5538
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
5539
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Values" }),
5540
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
5541
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { children: "Add Custom" })
5598
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-form-field", children: [
5599
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-label", children: "Values" }),
5600
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-spacer" }),
5601
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { children: "Add Custom" })
5542
5602
  ] })
5543
5603
  ] }) }),
5544
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
5545
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { children: "Cancel" }),
5546
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { themeColor: "primary", children: "Apply" })
5604
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
5605
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { children: "Cancel" }),
5606
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { themeColor: "primary", children: "Apply" })
5547
5607
  ] })
5548
5608
  ] }) }),
5549
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("span", { children: [
5609
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("span", { children: [
5550
5610
  "Change settings",
5551
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "gear" })
5611
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "gear" })
5552
5612
  ] }) }),
5553
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5554
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
5555
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", children: [
5556
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5557
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5558
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5559
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5560
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5561
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5562
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5563
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5564
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5565
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5566
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" })
5613
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5614
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
5615
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("table", { className: "k-pivotgrid-table", children: [
5616
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("colgroup", { children: [
5617
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5618
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5619
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5620
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5621
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5622
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5623
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5624
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5625
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5626
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" })
5567
5627
  ] }),
5568
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5569
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5570
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5571
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5628
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5629
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5630
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5631
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5632
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5573
5633
  ] }),
5574
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5634
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5575
5635
  ] }),
5576
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5577
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5578
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5579
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5636
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5637
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5638
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5639
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5580
5640
  ] }),
5581
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5582
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5583
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5641
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5642
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5643
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5584
5644
  ] }),
5585
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5586
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5587
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5645
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5646
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5647
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5588
5648
  ] }),
5589
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5590
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5591
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5649
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5650
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5651
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5592
5652
  ] })
5593
5653
  ] }),
5594
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5595
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5596
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5597
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5654
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5655
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5656
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5657
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5598
5658
  ] }),
5599
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5659
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5600
5660
  ] }),
5601
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5602
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5603
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5661
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5662
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5663
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5604
5664
  ] }) }),
5605
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5606
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5607
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5608
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5665
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5666
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5667
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5668
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5609
5669
  ] }),
5610
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5611
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5612
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5670
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5671
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5672
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5613
5673
  ] }),
5614
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5615
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5616
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5617
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5674
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5675
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5676
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5677
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5618
5678
  ] }),
5619
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5620
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5621
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5679
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5680
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5681
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5622
5682
  ] }),
5623
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5624
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5625
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5683
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5684
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5685
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5626
5686
  ] }),
5627
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5628
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5629
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5687
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5688
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-down" }),
5689
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5630
5690
  ] })
5631
5691
  ] }),
5632
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5633
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5634
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5635
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5636
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5692
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5693
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5694
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5695
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5696
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5637
5697
  ] })
5638
5698
  ] })
5639
5699
  ] }) }),
5640
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", children: [
5641
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5642
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", {}),
5643
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", {})
5700
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("table", { className: "k-pivotgrid-table", children: [
5701
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("colgroup", { children: [
5702
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", {}),
5703
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", {})
5644
5704
  ] }),
5645
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5646
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5647
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5648
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5649
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5705
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5706
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5707
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5708
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-pivotgrid-toggle", icon: "chevron-up" }),
5709
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5650
5710
  ] }),
5651
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
5711
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
5652
5712
  ] }),
5653
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
5654
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
5655
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
5656
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
5657
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
5658
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
5659
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
5660
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
5661
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
5713
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
5714
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
5715
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
5716
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
5717
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
5718
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
5719
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
5720
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
5721
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
5662
5722
  ] })
5663
5723
  ] }) }),
5664
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
5665
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5666
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5667
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5668
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5669
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5670
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5671
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5672
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5673
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5674
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5675
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" })
5724
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
5725
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("colgroup", { children: [
5726
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5727
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5728
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5729
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5730
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5731
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5732
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5733
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5734
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" }),
5735
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("col", { width: "120" })
5676
5736
  ] }),
5677
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5678
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5679
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5680
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
5681
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
5682
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
5683
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5684
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5685
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
5686
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
5687
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
5688
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
5737
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5738
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5739
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5740
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
5741
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
5742
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
5743
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5744
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5745
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
5746
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
5747
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
5748
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
5689
5749
  ] }),
5690
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-hover", children: [
5691
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5692
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
5693
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
5694
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
5696
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5697
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
5698
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
5699
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5700
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
5750
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row k-hover", children: [
5751
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5752
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
5753
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
5754
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
5755
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
5756
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5757
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
5758
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
5759
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5760
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
5701
5761
  ] }),
5702
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5703
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5704
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5705
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5706
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5707
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5708
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5709
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5710
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5711
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5712
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5762
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5763
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5764
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5765
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5766
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5767
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5768
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5769
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5770
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5771
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5772
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5713
5773
  ] }),
5714
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-selected", children: [
5715
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5716
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
5717
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
5718
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
5719
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5720
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5721
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
5722
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
5723
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
5724
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
5774
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row k-selected", children: [
5775
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5776
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
5777
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
5778
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
5779
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5780
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5781
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
5782
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
5783
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
5784
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
5725
5785
  ] }),
5726
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5727
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5728
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
5729
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
5730
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
5731
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5732
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5733
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
5734
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
5735
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
5736
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
5786
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5787
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5788
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
5789
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
5790
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
5791
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5792
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5793
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
5794
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
5795
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
5796
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
5737
5797
  ] }),
5738
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5739
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5740
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
5741
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
5742
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
5743
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
5744
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5745
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
5746
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
5747
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5748
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
5798
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5799
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5800
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
5801
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
5802
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
5803
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
5804
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5805
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
5806
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
5807
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5808
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
5749
5809
  ] }),
5750
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5751
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5752
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5753
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5754
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5755
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5756
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5757
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5758
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5759
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5760
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5810
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5811
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5812
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5813
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5814
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5815
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5816
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5817
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5818
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5819
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5820
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5761
5821
  ] }),
5762
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5763
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5764
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
5765
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
5766
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
5767
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5768
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5769
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
5770
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
5771
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
5772
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
5822
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5823
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5824
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
5825
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
5826
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
5827
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5828
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
5829
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
5830
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
5831
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
5832
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
5773
5833
  ] }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5775
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5776
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5777
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5778
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5779
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5780
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5781
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5782
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5783
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5784
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5834
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5835
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5836
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5837
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
5838
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
5839
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5840
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5841
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
5842
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5843
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content" }) }),
5844
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
5785
5845
  ] }),
5786
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5787
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
5788
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
5790
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
5791
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5792
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
5793
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5794
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5795
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5796
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
5846
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5847
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
5848
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5849
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
5850
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
5851
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5852
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
5853
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5854
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5855
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
5856
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
5797
5857
  ] })
5798
5858
  ] })
5799
5859
  ] }) })
5800
5860
  ] })
5801
5861
  ] }) }),
5802
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5803
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5804
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "sort-asc-small" }),
5862
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5863
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5864
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "sort-asc-small" }),
5805
5865
  "Sort ascending"
5806
5866
  ] }),
5807
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5808
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "sort-desc-small" }),
5867
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5868
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "sort-desc-small" }),
5809
5869
  "Sort descending"
5810
5870
  ] }),
5811
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-columnmen-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5812
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "grid-layout" }),
5871
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-columnmen-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5872
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "grid-layout" }),
5813
5873
  "Include Fields",
5814
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
5815
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }) })
5874
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-spacer" }),
5875
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "chevron-down" }) })
5816
5876
  ] }) }) }),
5817
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5818
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item k-disabled", children: [
5819
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "caret-alt-left" }),
5877
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5878
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item k-disabled", children: [
5879
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "caret-alt-left" }),
5820
5880
  "Move Previous"
5821
5881
  ] }),
5822
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5823
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "caret-alt-right" }),
5882
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5883
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "caret-alt-right" }),
5824
5884
  "Move Next"
5825
5885
  ] }),
5826
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5827
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "caret-alt-down" }),
5886
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5887
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "caret-alt-down" }),
5828
5888
  "Move to Rows"
5829
5889
  ] }),
5830
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-columnmenu-item", children: [
5831
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "caret-alt-to-bottom" }),
5890
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-columnmenu-item", children: [
5891
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "caret-alt-to-bottom" }),
5832
5892
  "Move to Values"
5833
5893
  ] })
5834
5894
  ] })