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