@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,43 +5092,43 @@ 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
  var className7 = `k-input-prefix`;
5046
5106
  var InputPrefix = (props) => {
5047
5107
  if (!props.children) {
5048
- return /* @__PURE__ */ jsx31(Fragment9, {});
5108
+ return /* @__PURE__ */ jsx33(Fragment9, {});
5049
5109
  }
5050
- return /* @__PURE__ */ jsx31("span", { className: classNames(className7, props.className), children: props.children });
5110
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className7, props.className), children: props.children });
5051
5111
  };
5052
5112
 
5053
5113
  // src/input/input-suffix.tsx
5054
- import { Fragment as Fragment10, jsx as jsx32 } from "react/jsx-runtime";
5114
+ import { Fragment as Fragment10, jsx as jsx34 } from "react/jsx-runtime";
5055
5115
  var className8 = `k-input-suffix`;
5056
5116
  var InputSuffix = (props) => {
5057
5117
  if (!props.children) {
5058
- return /* @__PURE__ */ jsx32(Fragment10, {});
5118
+ return /* @__PURE__ */ jsx34(Fragment10, {});
5059
5119
  }
5060
- return /* @__PURE__ */ jsx32("span", { className: classNames(className8, props.className), children: props.children });
5120
+ return /* @__PURE__ */ jsx34("span", { className: classNames(className8, props.className), children: props.children });
5061
5121
  };
5062
5122
 
5063
5123
  // src/input/input-separator.tsx
5064
- import { jsx as jsx33 } from "react/jsx-runtime";
5124
+ import { jsx as jsx35 } from "react/jsx-runtime";
5065
5125
 
5066
5126
  // src/animation-container/animation-container.spec.tsx
5067
- import { jsx as jsx34 } from "react/jsx-runtime";
5127
+ import { jsx as jsx36 } from "react/jsx-runtime";
5068
5128
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5069
- var states17 = [];
5070
- var options16 = {};
5071
- var defaultProps14 = {
5129
+ var states19 = [];
5130
+ var options18 = {};
5131
+ var defaultProps16 = {
5072
5132
  positionMode: "absolute"
5073
5133
  };
5074
5134
  var AnimationContainer = (props) => {
@@ -5078,7 +5138,7 @@ var AnimationContainer = (props) => {
5078
5138
  offset,
5079
5139
  ...other
5080
5140
  } = props;
5081
- return /* @__PURE__ */ jsx34(
5141
+ return /* @__PURE__ */ jsx36(
5082
5142
  "div",
5083
5143
  {
5084
5144
  ...other,
@@ -5090,21 +5150,21 @@ var AnimationContainer = (props) => {
5090
5150
  ["k-animation-container-fixed"]: positionMode === "fixed"
5091
5151
  }
5092
5152
  ),
5093
- children: /* @__PURE__ */ jsx34("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5153
+ children: /* @__PURE__ */ jsx36("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5094
5154
  }
5095
5155
  );
5096
5156
  };
5097
- AnimationContainer.states = states17;
5098
- AnimationContainer.options = options16;
5157
+ AnimationContainer.states = states19;
5158
+ AnimationContainer.options = options18;
5099
5159
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5100
- AnimationContainer.defaultProps = defaultProps14;
5160
+ AnimationContainer.defaultProps = defaultProps16;
5101
5161
 
5102
5162
  // src/popup/popup.spec.tsx
5103
- import { jsx as jsx35 } from "react/jsx-runtime";
5163
+ import { jsx as jsx37 } from "react/jsx-runtime";
5104
5164
  var POPUP_CLASSNAME = `k-popup`;
5105
- var states18 = [];
5106
- var options17 = {};
5107
- var defaultProps15 = {
5165
+ var states20 = [];
5166
+ var options19 = {};
5167
+ var defaultProps17 = {
5108
5168
  positionMode: "absolute"
5109
5169
  };
5110
5170
  var Popup = (props) => {
@@ -5113,24 +5173,24 @@ var Popup = (props) => {
5113
5173
  positionMode,
5114
5174
  ...other
5115
5175
  } = props;
5116
- return /* @__PURE__ */ jsx35(
5176
+ return /* @__PURE__ */ jsx37(
5117
5177
  AnimationContainer,
5118
5178
  {
5119
5179
  positionMode,
5120
5180
  offset,
5121
- children: /* @__PURE__ */ jsx35("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5181
+ children: /* @__PURE__ */ jsx37("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5122
5182
  }
5123
5183
  );
5124
5184
  };
5125
- Popup.states = states18;
5126
- Popup.options = options17;
5185
+ Popup.states = states20;
5186
+ Popup.options = options19;
5127
5187
  Popup.className = POPUP_CLASSNAME;
5128
- Popup.defaultProps = defaultProps15;
5188
+ Popup.defaultProps = defaultProps17;
5129
5189
 
5130
5190
  // src/dropdownlist/dropdownlist.spec.tsx
5131
- import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs5 } from "react/jsx-runtime";
5191
+ import { Fragment as Fragment11, jsx as jsx38, jsxs as jsxs5 } from "react/jsx-runtime";
5132
5192
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5133
- var states19 = [
5193
+ var states21 = [
5134
5194
  States.hover,
5135
5195
  States.focus,
5136
5196
  States.valid,
@@ -5140,12 +5200,12 @@ var states19 = [
5140
5200
  States.loading,
5141
5201
  States.readonly
5142
5202
  ];
5143
- var options18 = {
5203
+ var options20 = {
5144
5204
  size: [Size.small, Size.medium, Size.large],
5145
5205
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5146
5206
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5147
5207
  };
5148
- var defaultProps16 = {
5208
+ var defaultProps18 = {
5149
5209
  showValue: true,
5150
5210
  arrowIconName: "caret-alt-down",
5151
5211
  size: Size.medium,
@@ -5155,7 +5215,7 @@ var defaultProps16 = {
5155
5215
  var DropdownList = (props) => {
5156
5216
  const {
5157
5217
  valueIconName,
5158
- arrowIconName = defaultProps16.arrowIconName,
5218
+ arrowIconName = defaultProps18.arrowIconName,
5159
5219
  prefix,
5160
5220
  suffix,
5161
5221
  value,
@@ -5171,7 +5231,7 @@ var DropdownList = (props) => {
5171
5231
  loading,
5172
5232
  disabled,
5173
5233
  readonly,
5174
- showValue = defaultProps16.showValue,
5234
+ showValue = defaultProps18.showValue,
5175
5235
  popup,
5176
5236
  opened,
5177
5237
  ...other
@@ -5200,8 +5260,8 @@ var DropdownList = (props) => {
5200
5260
  }
5201
5261
  ),
5202
5262
  children: [
5203
- /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5204
- /* @__PURE__ */ jsx36(
5263
+ /* @__PURE__ */ jsx38(InputPrefix, { children: prefix }),
5264
+ /* @__PURE__ */ jsx38(
5205
5265
  InputInnerSpan,
5206
5266
  {
5207
5267
  placeholder,
@@ -5210,7 +5270,7 @@ var DropdownList = (props) => {
5210
5270
  valueIconName
5211
5271
  }
5212
5272
  ),
5213
- /* @__PURE__ */ jsx36(
5273
+ /* @__PURE__ */ jsx38(
5214
5274
  InputValidationIcon,
5215
5275
  {
5216
5276
  valid,
@@ -5219,15 +5279,15 @@ var DropdownList = (props) => {
5219
5279
  disabled
5220
5280
  }
5221
5281
  ),
5222
- /* @__PURE__ */ jsx36(
5282
+ /* @__PURE__ */ jsx38(
5223
5283
  InputLoadingIcon,
5224
5284
  {
5225
5285
  loading,
5226
5286
  disabled
5227
5287
  }
5228
5288
  ),
5229
- /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5230
- /* @__PURE__ */ jsx36(
5289
+ /* @__PURE__ */ jsx38(InputSuffix, { children: suffix }),
5290
+ /* @__PURE__ */ jsx38(
5231
5291
  Button,
5232
5292
  {
5233
5293
  className: "k-input-button",
@@ -5240,35 +5300,35 @@ var DropdownList = (props) => {
5240
5300
  ]
5241
5301
  }
5242
5302
  ),
5243
- opened && popup && /* @__PURE__ */ jsx36(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5303
+ opened && popup && /* @__PURE__ */ jsx38(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5244
5304
  ] });
5245
5305
  };
5246
- DropdownList.states = states19;
5247
- DropdownList.options = options18;
5306
+ DropdownList.states = states21;
5307
+ DropdownList.options = options20;
5248
5308
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5249
- DropdownList.defaultProps = defaultProps16;
5309
+ DropdownList.defaultProps = defaultProps18;
5250
5310
 
5251
5311
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5252
- import { jsx as jsx37 } from "react/jsx-runtime";
5312
+ import { jsx as jsx39 } from "react/jsx-runtime";
5253
5313
 
5254
5314
  // src/nodata/nodata.tsx
5255
- import { jsx as jsx38 } from "react/jsx-runtime";
5315
+ import { jsx as jsx40 } from "react/jsx-runtime";
5256
5316
  var className9 = `k-nodata`;
5257
- var NoData = (props) => /* @__PURE__ */ jsx38("span", { className: classNames(className9, props.className), children: props.children });
5317
+ var NoData = (props) => /* @__PURE__ */ jsx40("span", { className: classNames(className9, props.className), children: props.children });
5258
5318
 
5259
5319
  // src/list/list.spec.tsx
5260
- import { jsx as jsx39, jsxs as jsxs6 } from "react/jsx-runtime";
5320
+ import { jsx as jsx41, jsxs as jsxs6 } from "react/jsx-runtime";
5261
5321
  var LIST_CLASSNAME = `k-list`;
5262
- var states20 = [];
5263
- var options19 = {
5322
+ var states22 = [];
5323
+ var options21 = {
5264
5324
  size: [Size.small, Size.medium, Size.large]
5265
5325
  };
5266
- var defaultProps17 = {
5326
+ var defaultProps19 = {
5267
5327
  size: Size.medium
5268
5328
  };
5269
5329
  var List = (props) => {
5270
5330
  const {
5271
- size = defaultProps17.size,
5331
+ size = defaultProps19.size,
5272
5332
  virtualization,
5273
5333
  children,
5274
5334
  optionLabel,
@@ -5285,7 +5345,7 @@ var List = (props) => {
5285
5345
  listHeader = child.props.label;
5286
5346
  child.props.children.map((optChild, index2) => {
5287
5347
  listChildren.push(
5288
- /* @__PURE__ */ jsx39(
5348
+ /* @__PURE__ */ jsx41(
5289
5349
  ListItem,
5290
5350
  {
5291
5351
  ...optChild.props
@@ -5301,7 +5361,7 @@ var List = (props) => {
5301
5361
  groupLabel = child.props.label;
5302
5362
  }
5303
5363
  listChildren.push(
5304
- /* @__PURE__ */ jsx39(
5364
+ /* @__PURE__ */ jsx41(
5305
5365
  ListItem,
5306
5366
  {
5307
5367
  className: index2 === 0 ? "k-first" : "",
@@ -5313,14 +5373,14 @@ var List = (props) => {
5313
5373
  );
5314
5374
  });
5315
5375
  }
5316
- listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5376
+ listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5317
5377
  } else if (child.type === ListItem) {
5318
- listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5319
- listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5378
+ listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5379
+ listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5320
5380
  }
5321
5381
  });
5322
5382
  } else {
5323
- listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5383
+ listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5324
5384
  }
5325
5385
  return /* @__PURE__ */ jsxs6(
5326
5386
  "div",
@@ -5344,24 +5404,24 @@ var List = (props) => {
5344
5404
  }
5345
5405
  );
5346
5406
  };
5347
- List.states = states20;
5348
- List.options = options19;
5407
+ List.states = states22;
5408
+ List.options = options21;
5349
5409
  List.className = LIST_CLASSNAME;
5350
- List.defaultProps = defaultProps17;
5410
+ List.defaultProps = defaultProps19;
5351
5411
 
5352
5412
  // src/list/list-angular.spec.tsx
5353
- import { jsx as jsx40, jsxs as jsxs7 } from "react/jsx-runtime";
5413
+ import { jsx as jsx42, jsxs as jsxs7 } from "react/jsx-runtime";
5354
5414
  var LISTANGULAR_CLASSNAME = `k-list`;
5355
- var states21 = [];
5356
- var options20 = {
5415
+ var states23 = [];
5416
+ var options22 = {
5357
5417
  size: [Size.small, Size.medium, Size.large]
5358
5418
  };
5359
- var defaultProps18 = {
5419
+ var defaultProps20 = {
5360
5420
  size: Size.medium
5361
5421
  };
5362
5422
  var ListAngular = (props) => {
5363
5423
  const {
5364
- size = defaultProps18.size,
5424
+ size = defaultProps20.size,
5365
5425
  virtualization,
5366
5426
  children,
5367
5427
  ...other
@@ -5377,7 +5437,7 @@ var ListAngular = (props) => {
5377
5437
  listHeader = child.props.label;
5378
5438
  child.props.children.map((optChild, index2) => {
5379
5439
  listChildren.push(
5380
- /* @__PURE__ */ jsx40(
5440
+ /* @__PURE__ */ jsx42(
5381
5441
  ListItem,
5382
5442
  {
5383
5443
  ...optChild.props
@@ -5388,7 +5448,7 @@ var ListAngular = (props) => {
5388
5448
  });
5389
5449
  } else {
5390
5450
  listChildren.push(
5391
- /* @__PURE__ */ jsx40(
5451
+ /* @__PURE__ */ jsx42(
5392
5452
  ListGroupItem,
5393
5453
  {
5394
5454
  ...child.props,
@@ -5399,7 +5459,7 @@ var ListAngular = (props) => {
5399
5459
  );
5400
5460
  child.props.children.map((optChild, index2) => {
5401
5461
  listChildren.push(
5402
- /* @__PURE__ */ jsx40(
5462
+ /* @__PURE__ */ jsx42(
5403
5463
  ListItem,
5404
5464
  {
5405
5465
  ...optChild.props
@@ -5409,14 +5469,14 @@ var ListAngular = (props) => {
5409
5469
  );
5410
5470
  });
5411
5471
  }
5412
- listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5472
+ listGroup = /* @__PURE__ */ jsx42(ListGroup, { label: listHeader, virtualization, children: listChildren });
5413
5473
  } else if (child.type === ListItem) {
5414
- listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5415
- listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5474
+ listChildren.push(/* @__PURE__ */ jsx42(ListItem, { ...child.props }, `${child.type}-${index}`));
5475
+ listContent = /* @__PURE__ */ jsx42(ListContent, { virtualization, children: listChildren });
5416
5476
  }
5417
5477
  });
5418
5478
  } else {
5419
- listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5479
+ listContent = /* @__PURE__ */ jsx42(NoData, { children: "No data found." });
5420
5480
  }
5421
5481
  return /* @__PURE__ */ jsxs7(
5422
5482
  "div",
@@ -5439,22 +5499,22 @@ var ListAngular = (props) => {
5439
5499
  }
5440
5500
  );
5441
5501
  };
5442
- ListAngular.states = states21;
5443
- ListAngular.options = options20;
5502
+ ListAngular.states = states23;
5503
+ ListAngular.options = options22;
5444
5504
  ListAngular.className = LISTANGULAR_CLASSNAME;
5445
- ListAngular.defaultProps = defaultProps18;
5505
+ ListAngular.defaultProps = defaultProps20;
5446
5506
 
5447
5507
  // src/list/list-item.spec.tsx
5448
- import { jsx as jsx41, jsxs as jsxs8 } from "react/jsx-runtime";
5508
+ import { jsx as jsx43, jsxs as jsxs8 } from "react/jsx-runtime";
5449
5509
  var LISTITEM_CLASSNAME = `k-list-item`;
5450
- var states22 = [
5510
+ var states24 = [
5451
5511
  States.hover,
5452
5512
  States.focus,
5453
5513
  States.selected,
5454
5514
  States.disabled
5455
5515
  ];
5456
- var options21 = {};
5457
- var defaultProps19 = {};
5516
+ var options23 = {};
5517
+ var defaultProps21 = {};
5458
5518
  var ListItem = (props) => {
5459
5519
  const {
5460
5520
  text,
@@ -5485,66 +5545,66 @@ var ListItem = (props) => {
5485
5545
  })
5486
5546
  ),
5487
5547
  children: [
5488
- showCheckbox && /* @__PURE__ */ jsx41(Checkbox, { checked }),
5489
- showIcon && /* @__PURE__ */ jsx41(Icon, { icon: iconName }),
5490
- /* @__PURE__ */ jsx41("span", { className: "k-list-item-text", children: textOrChildren }),
5491
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx41("div", { className: "k-list-item-group-label", children: groupLabel })
5548
+ showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked }),
5549
+ showIcon && /* @__PURE__ */ jsx43(Icon, { icon: iconName }),
5550
+ /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: textOrChildren }),
5551
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx43("div", { className: "k-list-item-group-label", children: groupLabel })
5492
5552
  ]
5493
5553
  }
5494
5554
  );
5495
5555
  };
5496
- ListItem.states = states22;
5497
- ListItem.options = options21;
5556
+ ListItem.states = states24;
5557
+ ListItem.options = options23;
5498
5558
  ListItem.className = LISTITEM_CLASSNAME;
5499
- ListItem.defaultProps = defaultProps19;
5559
+ ListItem.defaultProps = defaultProps21;
5500
5560
 
5501
5561
  // src/list/list-content.tsx
5502
- import { jsx as jsx42, jsxs as jsxs9 } from "react/jsx-runtime";
5562
+ import { jsx as jsx44, jsxs as jsxs9 } from "react/jsx-runtime";
5503
5563
  var className10 = `k-list-content`;
5504
5564
  var ListContent = (props) => {
5505
5565
  const {
5506
5566
  virtualization
5507
5567
  } = props;
5508
5568
  return /* @__PURE__ */ jsxs9("div", { className: classNames(className10, props.className), children: [
5509
- /* @__PURE__ */ jsx42("ul", { className: classNames("k-list-ul"), children: props.children }),
5510
- virtualization && /* @__PURE__ */ jsx42("div", { className: "k-height-container", children: /* @__PURE__ */ jsx42("div", {}) })
5569
+ /* @__PURE__ */ jsx44("ul", { className: classNames("k-list-ul"), children: props.children }),
5570
+ virtualization && /* @__PURE__ */ jsx44("div", { className: "k-height-container", children: /* @__PURE__ */ jsx44("div", {}) })
5511
5571
  ] });
5512
5572
  };
5513
5573
 
5514
5574
  // src/list/list-header.tsx
5515
- import { jsx as jsx43 } from "react/jsx-runtime";
5575
+ import { jsx as jsx45 } from "react/jsx-runtime";
5516
5576
  var className11 = `k-list-group-sticky-header`;
5517
- var ListHeader = (props) => /* @__PURE__ */ jsx43("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx43("div", { className: "k-list-header-text", children: props.children }) });
5577
+ var ListHeader = (props) => /* @__PURE__ */ jsx45("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx45("div", { className: "k-list-header-text", children: props.children }) });
5518
5578
 
5519
5579
  // src/list/list-group.tsx
5520
- import { Fragment as Fragment12, jsx as jsx44, jsxs as jsxs10 } from "react/jsx-runtime";
5580
+ import { Fragment as Fragment12, jsx as jsx46, jsxs as jsxs10 } from "react/jsx-runtime";
5521
5581
  var ListGroup = (props) => {
5522
5582
  const {
5523
5583
  virtualization,
5524
5584
  label
5525
5585
  } = props;
5526
5586
  return /* @__PURE__ */ jsxs10(Fragment12, { children: [
5527
- label && /* @__PURE__ */ jsx44(ListHeader, { children: label }),
5528
- props.children && /* @__PURE__ */ jsx44(ListContent, { virtualization, children: props.children })
5587
+ label && /* @__PURE__ */ jsx46(ListHeader, { children: label }),
5588
+ props.children && /* @__PURE__ */ jsx46(ListContent, { virtualization, children: props.children })
5529
5589
  ] });
5530
5590
  };
5531
5591
 
5532
5592
  // src/list/list-group-item.tsx
5533
- import { jsx as jsx45 } from "react/jsx-runtime";
5593
+ import { jsx as jsx47 } from "react/jsx-runtime";
5534
5594
  var className12 = `k-list-group-item`;
5535
- var ListGroupItem = (props) => /* @__PURE__ */ jsx45("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx45("span", { className: "k-list-item-text", children: props.children }) });
5595
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx47("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: props.children }) });
5536
5596
 
5537
5597
  // src/list/list-option-label.tsx
5538
- import { jsx as jsx46 } from "react/jsx-runtime";
5598
+ import { jsx as jsx48 } from "react/jsx-runtime";
5539
5599
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5540
- var states23 = [
5600
+ var states25 = [
5541
5601
  States.hover,
5542
5602
  States.focus,
5543
5603
  States.selected,
5544
5604
  States.disabled
5545
5605
  ];
5546
- var options22 = {};
5547
- var defaultProps20 = {};
5606
+ var options24 = {};
5607
+ var defaultProps22 = {};
5548
5608
  var ListOptionLabel = (props) => {
5549
5609
  const {
5550
5610
  text,
@@ -5554,7 +5614,7 @@ var ListOptionLabel = (props) => {
5554
5614
  disabled,
5555
5615
  ...other
5556
5616
  } = props;
5557
- return /* @__PURE__ */ jsx46(
5617
+ return /* @__PURE__ */ jsx48(
5558
5618
  "div",
5559
5619
  {
5560
5620
  ...other,
@@ -5571,39 +5631,39 @@ var ListOptionLabel = (props) => {
5571
5631
  }
5572
5632
  );
5573
5633
  };
5574
- ListOptionLabel.states = states23;
5575
- ListOptionLabel.options = options22;
5634
+ ListOptionLabel.states = states25;
5635
+ ListOptionLabel.options = options24;
5576
5636
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5577
- ListOptionLabel.defaultProps = defaultProps20;
5637
+ ListOptionLabel.defaultProps = defaultProps22;
5578
5638
 
5579
5639
  // src/list/templates/list-normal.tsx
5580
- import { jsx as jsx47 } from "react/jsx-runtime";
5640
+ import { jsx as jsx49 } from "react/jsx-runtime";
5581
5641
 
5582
5642
  // src/list/templates/list-virtualization.tsx
5583
- import { jsx as jsx48 } from "react/jsx-runtime";
5643
+ import { jsx as jsx50 } from "react/jsx-runtime";
5584
5644
 
5585
5645
  // src/list/templates/list-grouping.tsx
5586
- import { jsx as jsx49, jsxs as jsxs11 } from "react/jsx-runtime";
5646
+ import { jsx as jsx51, jsxs as jsxs11 } from "react/jsx-runtime";
5587
5647
 
5588
5648
  // src/list/templates/list-virualization-grouping.tsx
5589
- import { jsx as jsx50, jsxs as jsxs12 } from "react/jsx-runtime";
5649
+ import { jsx as jsx52, jsxs as jsxs12 } from "react/jsx-runtime";
5590
5650
 
5591
5651
  // src/list/templates/list-virtualization-angular.tsx
5592
- import { jsx as jsx51 } from "react/jsx-runtime";
5652
+ import { jsx as jsx53 } from "react/jsx-runtime";
5593
5653
 
5594
5654
  // src/list/templates/list-grouping-angular.tsx
5595
- import { jsx as jsx52, jsxs as jsxs13 } from "react/jsx-runtime";
5655
+ import { jsx as jsx54, jsxs as jsxs13 } from "react/jsx-runtime";
5596
5656
 
5597
5657
  // src/list/templates/list-virualization-grouping-angular.tsx
5598
- import { jsx as jsx53, jsxs as jsxs14 } from "react/jsx-runtime";
5658
+ import { jsx as jsx55, jsxs as jsxs14 } from "react/jsx-runtime";
5599
5659
 
5600
5660
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5601
- import { jsx as jsx54, jsxs as jsxs15 } from "react/jsx-runtime";
5661
+ import { jsx as jsx56, jsxs as jsxs15 } from "react/jsx-runtime";
5602
5662
 
5603
5663
  // src/searchbox/searchbox.spec.tsx
5604
- import { jsx as jsx55, jsxs as jsxs16 } from "react/jsx-runtime";
5664
+ import { jsx as jsx57, jsxs as jsxs16 } from "react/jsx-runtime";
5605
5665
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5606
- var states24 = [
5666
+ var states26 = [
5607
5667
  States.hover,
5608
5668
  States.focus,
5609
5669
  States.valid,
@@ -5612,12 +5672,12 @@ var states24 = [
5612
5672
  States.disabled,
5613
5673
  States.loading
5614
5674
  ];
5615
- var options23 = {
5675
+ var options25 = {
5616
5676
  size: [Size.small, Size.medium, Size.large],
5617
5677
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5618
5678
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5619
5679
  };
5620
- var defaultProps21 = {
5680
+ var defaultProps23 = {
5621
5681
  showIcon: true,
5622
5682
  icon: "search",
5623
5683
  size: Input.defaultProps.size,
@@ -5638,8 +5698,8 @@ var Searchbox = (props) => {
5638
5698
  required,
5639
5699
  loading,
5640
5700
  disabled,
5641
- showIcon = defaultProps21.showIcon,
5642
- icon = defaultProps21.icon,
5701
+ showIcon = defaultProps23.showIcon,
5702
+ icon = defaultProps23.icon,
5643
5703
  ...other
5644
5704
  } = props;
5645
5705
  return /* @__PURE__ */ jsxs16(
@@ -5658,36 +5718,36 @@ var Searchbox = (props) => {
5658
5718
  disabled,
5659
5719
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5660
5720
  children: [
5661
- showIcon && /* @__PURE__ */ jsx55(Icon, { className: "k-input-icon", icon }),
5662
- /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
5663
- /* @__PURE__ */ jsx55(InputLoadingIcon, { ...props }),
5664
- /* @__PURE__ */ jsx55(InputValidationIcon, { ...props }),
5665
- /* @__PURE__ */ jsx55(InputClearValue, { ...props })
5721
+ showIcon && /* @__PURE__ */ jsx57(Icon, { className: "k-input-icon", icon }),
5722
+ /* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
5723
+ /* @__PURE__ */ jsx57(InputLoadingIcon, { ...props }),
5724
+ /* @__PURE__ */ jsx57(InputValidationIcon, { ...props }),
5725
+ /* @__PURE__ */ jsx57(InputClearValue, { ...props })
5666
5726
  ]
5667
5727
  }
5668
5728
  );
5669
5729
  };
5670
- Searchbox.states = states24;
5671
- Searchbox.options = options23;
5730
+ Searchbox.states = states26;
5731
+ Searchbox.options = options25;
5672
5732
  Searchbox.className = SEARCHBOX_CLASSNAME;
5673
- Searchbox.defaultProps = defaultProps21;
5733
+ Searchbox.defaultProps = defaultProps23;
5674
5734
 
5675
5735
  // src/searchbox/templates/searchbox-normal.tsx
5676
- import { jsx as jsx56 } from "react/jsx-runtime";
5736
+ import { jsx as jsx58 } from "react/jsx-runtime";
5677
5737
 
5678
5738
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5679
- import { Fragment as Fragment13, jsx as jsx57, jsxs as jsxs17 } from "react/jsx-runtime";
5739
+ import { Fragment as Fragment13, jsx as jsx59, jsxs as jsxs17 } from "react/jsx-runtime";
5680
5740
 
5681
5741
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5682
- import { jsx as jsx58, jsxs as jsxs18 } from "react/jsx-runtime";
5742
+ import { jsx as jsx60, jsxs as jsxs18 } from "react/jsx-runtime";
5683
5743
 
5684
5744
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5685
- import { Fragment as Fragment14, jsx as jsx59, jsxs as jsxs19 } from "react/jsx-runtime";
5745
+ import { Fragment as Fragment14, jsx as jsx61, jsxs as jsxs19 } from "react/jsx-runtime";
5686
5746
 
5687
5747
  // src/textbox/textbox.spec.tsx
5688
- import { jsx as jsx60, jsxs as jsxs20 } from "react/jsx-runtime";
5748
+ import { jsx as jsx62, jsxs as jsxs20 } from "react/jsx-runtime";
5689
5749
  var TEXTBOX_CLASSNAME = `k-textbox`;
5690
- var states25 = [
5750
+ var states27 = [
5691
5751
  States.hover,
5692
5752
  States.focus,
5693
5753
  States.valid,
@@ -5697,12 +5757,12 @@ var states25 = [
5697
5757
  States.loading,
5698
5758
  States.readonly
5699
5759
  ];
5700
- var options24 = {
5760
+ var options26 = {
5701
5761
  size: [Size.small, Size.medium, Size.large],
5702
5762
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5703
5763
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5704
5764
  };
5705
- var defaultProps22 = {
5765
+ var defaultProps24 = {
5706
5766
  showClearButton: true,
5707
5767
  size: Input.defaultProps.size,
5708
5768
  rounded: Input.defaultProps.rounded,
@@ -5725,7 +5785,7 @@ var Textbox = (props) => {
5725
5785
  loading,
5726
5786
  disabled,
5727
5787
  readonly,
5728
- showClearButton = defaultProps22.showClearButton,
5788
+ showClearButton = defaultProps24.showClearButton,
5729
5789
  ...other
5730
5790
  } = props;
5731
5791
  return /* @__PURE__ */ jsxs20(
@@ -5745,9 +5805,9 @@ var Textbox = (props) => {
5745
5805
  readonly,
5746
5806
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5747
5807
  children: [
5748
- /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
5749
- /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5750
- /* @__PURE__ */ jsx60(
5808
+ /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
5809
+ /* @__PURE__ */ jsx62(InputInnerInput, { placeholder, value }),
5810
+ /* @__PURE__ */ jsx62(
5751
5811
  InputValidationIcon,
5752
5812
  {
5753
5813
  valid,
@@ -5756,14 +5816,14 @@ var Textbox = (props) => {
5756
5816
  disabled
5757
5817
  }
5758
5818
  ),
5759
- /* @__PURE__ */ jsx60(
5819
+ /* @__PURE__ */ jsx62(
5760
5820
  InputLoadingIcon,
5761
5821
  {
5762
5822
  loading,
5763
5823
  disabled
5764
5824
  }
5765
5825
  ),
5766
- showClearButton && /* @__PURE__ */ jsx60(
5826
+ showClearButton && /* @__PURE__ */ jsx62(
5767
5827
  InputClearValue,
5768
5828
  {
5769
5829
  loading,
@@ -5772,39 +5832,39 @@ var Textbox = (props) => {
5772
5832
  value
5773
5833
  }
5774
5834
  ),
5775
- /* @__PURE__ */ jsx60(InputSuffix, { children: suffix })
5835
+ /* @__PURE__ */ jsx62(InputSuffix, { children: suffix })
5776
5836
  ]
5777
5837
  }
5778
5838
  );
5779
5839
  };
5780
- Textbox.states = states25;
5781
- Textbox.options = options24;
5840
+ Textbox.states = states27;
5841
+ Textbox.options = options26;
5782
5842
  Textbox.className = TEXTBOX_CLASSNAME;
5783
- Textbox.defaultProps = defaultProps22;
5843
+ Textbox.defaultProps = defaultProps24;
5784
5844
 
5785
5845
  // src/textbox/templates/textbox-normal.tsx
5786
- import { jsx as jsx61 } from "react/jsx-runtime";
5846
+ import { jsx as jsx63 } from "react/jsx-runtime";
5787
5847
 
5788
5848
  // src/textbox/templates/textbox-prefix.tsx
5789
- import { jsx as jsx62, jsxs as jsxs21 } from "react/jsx-runtime";
5849
+ import { jsx as jsx64, jsxs as jsxs21 } from "react/jsx-runtime";
5790
5850
 
5791
5851
  // src/textbox/templates/textbox-suffix.tsx
5792
- import { jsx as jsx63, jsxs as jsxs22 } from "react/jsx-runtime";
5852
+ import { jsx as jsx65, jsxs as jsxs22 } from "react/jsx-runtime";
5793
5853
 
5794
5854
  // src/treeview/treeview.spec.tsx
5795
- import { jsx as jsx64 } from "react/jsx-runtime";
5855
+ import { jsx as jsx66 } from "react/jsx-runtime";
5796
5856
  import { createElement } from "react";
5797
5857
  var TREEVIEW_CLASSNAME = `k-treeview`;
5798
- var states26 = [];
5799
- var options25 = {
5858
+ var states28 = [];
5859
+ var options27 = {
5800
5860
  size: [Size.small, Size.medium, Size.large]
5801
5861
  };
5802
- var defaultProps23 = {
5862
+ var defaultProps25 = {
5803
5863
  size: Size.medium
5804
5864
  };
5805
5865
  var Treeview = (props) => {
5806
5866
  const {
5807
- size = defaultProps23.size,
5867
+ size = defaultProps25.size,
5808
5868
  children,
5809
5869
  dir,
5810
5870
  ...other
@@ -5827,17 +5887,17 @@ var Treeview = (props) => {
5827
5887
  } else {
5828
5888
  if (children.type === TreeviewItem) {
5829
5889
  listChildren.push(
5830
- /* @__PURE__ */ jsx64(TreeviewItem, { ...children.props, dir })
5890
+ /* @__PURE__ */ jsx66(TreeviewItem, { ...children.props, dir })
5831
5891
  );
5832
5892
  }
5833
5893
  if (children.type === TreeviewGroup) {
5834
5894
  listChildren.push(
5835
- /* @__PURE__ */ jsx64(TreeviewGroup, { ...children.props, dir })
5895
+ /* @__PURE__ */ jsx66(TreeviewGroup, { ...children.props, dir })
5836
5896
  );
5837
5897
  }
5838
5898
  }
5839
5899
  }
5840
- return /* @__PURE__ */ jsx64(
5900
+ return /* @__PURE__ */ jsx66(
5841
5901
  "div",
5842
5902
  {
5843
5903
  ...other,
@@ -5849,17 +5909,17 @@ var Treeview = (props) => {
5849
5909
  size
5850
5910
  })
5851
5911
  ),
5852
- children: /* @__PURE__ */ jsx64(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5912
+ children: /* @__PURE__ */ jsx66(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5853
5913
  }
5854
5914
  );
5855
5915
  };
5856
- Treeview.states = states26;
5857
- Treeview.options = options25;
5916
+ Treeview.states = states28;
5917
+ Treeview.options = options27;
5858
5918
  Treeview.className = TREEVIEW_CLASSNAME;
5859
- Treeview.defaultProps = defaultProps23;
5919
+ Treeview.defaultProps = defaultProps25;
5860
5920
 
5861
5921
  // src/treeview/treeview-group.tsx
5862
- import { jsx as jsx65 } from "react/jsx-runtime";
5922
+ import { jsx as jsx67 } from "react/jsx-runtime";
5863
5923
  import { createElement as createElement2 } from "react";
5864
5924
  var className13 = `k-treeview-group`;
5865
5925
  var TreeviewGroup = (props) => {
@@ -5880,23 +5940,23 @@ var TreeviewGroup = (props) => {
5880
5940
  } else {
5881
5941
  if (children.type === treeview_item_spec_default) {
5882
5942
  listChildren.push(
5883
- /* @__PURE__ */ jsx65(treeview_item_spec_default, { ...children.props, dir })
5943
+ /* @__PURE__ */ jsx67(treeview_item_spec_default, { ...children.props, dir })
5884
5944
  );
5885
5945
  }
5886
5946
  }
5887
5947
  }
5888
- return /* @__PURE__ */ jsx65("ul", { className: classNames(props.className, className13), children: listChildren });
5948
+ return /* @__PURE__ */ jsx67("ul", { className: classNames(props.className, className13), children: listChildren });
5889
5949
  };
5890
5950
 
5891
5951
  // src/treeview/treeview-leaf.tsx
5892
- import { jsx as jsx66, jsxs as jsxs23 } from "react/jsx-runtime";
5952
+ import { jsx as jsx68, jsxs as jsxs23 } from "react/jsx-runtime";
5893
5953
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5894
- var states27 = [
5954
+ var states29 = [
5895
5955
  States.hover,
5896
5956
  States.focus,
5897
5957
  States.selected
5898
5958
  ];
5899
- var options26 = {};
5959
+ var options28 = {};
5900
5960
  var TreeviewLeaf = (props) => {
5901
5961
  const {
5902
5962
  text,
@@ -5921,29 +5981,29 @@ var TreeviewLeaf = (props) => {
5921
5981
  })
5922
5982
  ),
5923
5983
  children: [
5924
- showIcon && /* @__PURE__ */ jsx66(Icon, { icon }),
5925
- /* @__PURE__ */ jsx66("span", { className: "k-treeview-leaf-text", children: text })
5984
+ showIcon && /* @__PURE__ */ jsx68(Icon, { icon }),
5985
+ /* @__PURE__ */ jsx68("span", { className: "k-treeview-leaf-text", children: text })
5926
5986
  ]
5927
5987
  }
5928
5988
  );
5929
5989
  };
5930
- TreeviewLeaf.states = states27;
5931
- TreeviewLeaf.options = options26;
5990
+ TreeviewLeaf.states = states29;
5991
+ TreeviewLeaf.options = options28;
5932
5992
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5933
5993
  var treeview_leaf_default = TreeviewLeaf;
5934
5994
 
5935
5995
  // src/treeview/treeview-item.spec.tsx
5936
- import { Fragment as Fragment15, jsx as jsx67, jsxs as jsxs24 } from "react/jsx-runtime";
5996
+ import { Fragment as Fragment15, jsx as jsx69, jsxs as jsxs24 } from "react/jsx-runtime";
5937
5997
  import { createElement as createElement3 } from "react";
5938
5998
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5939
- var states28 = [
5999
+ var states30 = [
5940
6000
  States.hover,
5941
6001
  States.focus,
5942
6002
  States.selected,
5943
6003
  States.disabled
5944
6004
  ];
5945
- var options27 = {};
5946
- var defaultProps24 = {};
6005
+ var options29 = {};
6006
+ var defaultProps26 = {};
5947
6007
  var TreeviewItem = (props) => {
5948
6008
  const {
5949
6009
  leafClassName,
@@ -5976,7 +6036,7 @@ var TreeviewItem = (props) => {
5976
6036
  } else {
5977
6037
  if (children.type === TreeviewGroup) {
5978
6038
  listChildren.push(
5979
- /* @__PURE__ */ jsx67(TreeviewGroup, { ...children.props, dir, children: children.props.children })
6039
+ /* @__PURE__ */ jsx69(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5980
6040
  );
5981
6041
  }
5982
6042
  }
@@ -5991,18 +6051,18 @@ var TreeviewItem = (props) => {
5991
6051
  ),
5992
6052
  children: [
5993
6053
  /* @__PURE__ */ jsxs24("span", { className: "k-treeview-mid", children: [
5994
- _hasChildren && /* @__PURE__ */ jsx67(
6054
+ _hasChildren && /* @__PURE__ */ jsx69(
5995
6055
  "span",
5996
6056
  {
5997
6057
  className: classNames(
5998
6058
  "k-treeview-toggle",
5999
6059
  stateClassNames("k-treeview-toggle", { disabled })
6000
6060
  ),
6001
- children: /* @__PURE__ */ jsx67(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
6061
+ children: /* @__PURE__ */ jsx69(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
6002
6062
  }
6003
6063
  ),
6004
- showCheckbox && /* @__PURE__ */ jsx67(Checkbox, { checked, disabled }),
6005
- /* @__PURE__ */ jsx67(
6064
+ showCheckbox && /* @__PURE__ */ jsx69(Checkbox, { checked, disabled }),
6065
+ /* @__PURE__ */ jsx69(
6006
6066
  treeview_leaf_default,
6007
6067
  {
6008
6068
  className: classNames(
@@ -6018,505 +6078,505 @@ var TreeviewItem = (props) => {
6018
6078
  }
6019
6079
  )
6020
6080
  ] }),
6021
- expanded && _hasChildren && /* @__PURE__ */ jsx67(Fragment15, { children: listChildren })
6081
+ expanded && _hasChildren && /* @__PURE__ */ jsx69(Fragment15, { children: listChildren })
6022
6082
  ]
6023
6083
  }
6024
6084
  );
6025
6085
  };
6026
- TreeviewItem.states = states28;
6027
- TreeviewItem.options = options27;
6086
+ TreeviewItem.states = states30;
6087
+ TreeviewItem.options = options29;
6028
6088
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
6029
- TreeviewItem.defaultProps = defaultProps24;
6089
+ TreeviewItem.defaultProps = defaultProps26;
6030
6090
  var treeview_item_spec_default = TreeviewItem;
6031
6091
 
6032
6092
  // src/treeview/templates/treeview-normal.tsx
6033
- import { jsx as jsx68 } from "react/jsx-runtime";
6093
+ import { jsx as jsx70 } from "react/jsx-runtime";
6034
6094
 
6035
6095
  // src/treeview/templates/treeview-hierarchy.tsx
6036
- import { jsx as jsx69, jsxs as jsxs25 } from "react/jsx-runtime";
6096
+ import { jsx as jsx71, jsxs as jsxs25 } from "react/jsx-runtime";
6037
6097
 
6038
6098
  // src/treeview/templates/treeview-icons.tsx
6039
- import { jsx as jsx70, jsxs as jsxs26 } from "react/jsx-runtime";
6099
+ import { jsx as jsx72, jsxs as jsxs26 } from "react/jsx-runtime";
6040
6100
 
6041
6101
  // src/treeview/templates/treeview-checkboxes.tsx
6042
- import { jsx as jsx71, jsxs as jsxs27 } from "react/jsx-runtime";
6102
+ import { jsx as jsx73, jsxs as jsxs27 } from "react/jsx-runtime";
6043
6103
 
6044
6104
  // src/pivotgrid/tests/pivotgrid-settings-top.tsx
6045
- import { Fragment as Fragment16, jsx as jsx72, jsxs as jsxs28 } from "react/jsx-runtime";
6046
- var pivotgrid_settings_top_default = () => /* @__PURE__ */ jsx72(Fragment16, { children: /* @__PURE__ */ jsx72("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx72("section", { children: /* @__PURE__ */ jsxs28("div", { className: "k-d-flex k-flex-col-reverse k-pos-relative", children: [
6105
+ import { Fragment as Fragment16, jsx as jsx74, jsxs as jsxs28 } from "react/jsx-runtime";
6106
+ var pivotgrid_settings_top_default = () => /* @__PURE__ */ jsx74(Fragment16, { children: /* @__PURE__ */ jsx74("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx74("section", { children: /* @__PURE__ */ jsxs28("div", { className: "k-d-flex k-flex-col-reverse k-pos-relative", children: [
6047
6107
  /* @__PURE__ */ jsxs28("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
6048
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-empty-cell" }),
6049
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", children: [
6108
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-empty-cell" }),
6109
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", children: [
6050
6110
  /* @__PURE__ */ jsxs28("colgroup", { children: [
6051
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6052
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6053
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6054
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6055
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6056
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6057
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6058
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6059
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6060
- /* @__PURE__ */ jsx72("col", { width: "120" })
6111
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6112
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6113
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6114
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6115
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6116
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6117
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6118
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6119
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6120
+ /* @__PURE__ */ jsx74("col", { width: "120" })
6061
6121
  ] }),
6062
6122
  /* @__PURE__ */ jsxs28("tbody", { className: "k-pivotgrid-tbody", children: [
6063
6123
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6064
6124
  /* @__PURE__ */ jsxs28("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6065
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-up" }),
6066
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
6125
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-up" }),
6126
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
6067
6127
  ] }),
6068
- /* @__PURE__ */ jsx72("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
6128
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
6069
6129
  ] }),
6070
6130
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6071
6131
  /* @__PURE__ */ jsxs28("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6072
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-up" }),
6073
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
6132
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-up" }),
6133
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
6074
6134
  ] }),
6075
6135
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6076
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6077
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
6136
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6137
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
6078
6138
  ] }),
6079
6139
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6080
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6081
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
6140
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6141
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
6082
6142
  ] }),
6083
6143
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6084
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6085
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
6144
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6145
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
6086
6146
  ] })
6087
6147
  ] }),
6088
6148
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6089
6149
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6090
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-up" }),
6091
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
6150
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-up" }),
6151
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
6092
6152
  ] }),
6093
- /* @__PURE__ */ jsx72("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
6153
+ /* @__PURE__ */ jsx74("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
6094
6154
  ] }),
6095
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsxs28("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
6096
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6097
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
6155
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsxs28("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
6156
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6157
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
6098
6158
  ] }) }),
6099
6159
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6100
6160
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6101
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6102
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6161
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6162
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6103
6163
  ] }),
6104
6164
  /* @__PURE__ */ jsxs28("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6105
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-up" }),
6106
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6165
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-up" }),
6166
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6107
6167
  ] }),
6108
- /* @__PURE__ */ jsx72("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
6168
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
6109
6169
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6110
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6111
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6170
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6171
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6112
6172
  ] }),
6113
6173
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6114
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6115
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6174
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6175
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6116
6176
  ] }),
6117
6177
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6118
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6119
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6178
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6179
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6120
6180
  ] }),
6121
6181
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
6122
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-down" }),
6123
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6182
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-down" }),
6183
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6124
6184
  ] })
6125
6185
  ] }),
6126
6186
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6127
- /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
6128
- /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
6129
- /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
6130
- /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
6187
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
6188
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
6189
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
6190
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
6131
6191
  ] })
6132
6192
  ] })
6133
6193
  ] }) }),
6134
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", children: [
6194
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", children: [
6135
6195
  /* @__PURE__ */ jsxs28("colgroup", { children: [
6136
- /* @__PURE__ */ jsx72("col", {}),
6137
- /* @__PURE__ */ jsx72("col", {})
6196
+ /* @__PURE__ */ jsx74("col", {}),
6197
+ /* @__PURE__ */ jsx74("col", {})
6138
6198
  ] }),
6139
6199
  /* @__PURE__ */ jsxs28("tbody", { className: "k-pivotgrid-tbody", children: [
6140
6200
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6141
6201
  /* @__PURE__ */ jsxs28("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6142
- /* @__PURE__ */ jsx72(Icon, { icon: "chevron-up" }),
6143
- /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
6202
+ /* @__PURE__ */ jsx74(Icon, { icon: "chevron-up" }),
6203
+ /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
6144
6204
  ] }),
6145
- /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
6205
+ /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
6146
6206
  ] }),
6147
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
6148
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
6149
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
6150
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
6151
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6152
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6153
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6154
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6155
- /* @__PURE__ */ jsx72("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx72("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
6207
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
6208
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
6209
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
6210
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
6211
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6212
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6213
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6214
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6215
+ /* @__PURE__ */ jsx74("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx74("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
6156
6216
  ] })
6157
6217
  ] }) }),
6158
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6218
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ jsxs28("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6159
6219
  /* @__PURE__ */ jsxs28("colgroup", { children: [
6160
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6161
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6162
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6163
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6164
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6165
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6166
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6167
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6168
- /* @__PURE__ */ jsx72("col", { width: "120" }),
6169
- /* @__PURE__ */ jsx72("col", { width: "120" })
6220
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6221
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6222
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6223
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6224
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6225
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6226
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6227
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6228
+ /* @__PURE__ */ jsx74("col", { width: "120" }),
6229
+ /* @__PURE__ */ jsx74("col", { width: "120" })
6170
6230
  ] }),
6171
6231
  /* @__PURE__ */ jsxs28("tbody", { className: "k-pivotgrid-tbody", children: [
6172
6232
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6173
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6174
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6175
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6176
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6177
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6178
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6179
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6180
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6181
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6182
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6233
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6234
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6235
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6236
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6237
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6238
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6239
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6240
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6241
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6242
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6183
6243
  ] }),
6184
6244
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6185
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6186
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6187
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6188
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6189
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6190
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6191
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6192
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6193
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6194
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6245
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6246
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6247
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6248
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6249
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6250
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6251
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6252
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6253
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6254
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6195
6255
  ] }),
6196
6256
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6197
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6198
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6199
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6200
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6201
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6202
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6203
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6204
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6205
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6206
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6257
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6258
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6259
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6260
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6261
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6262
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6263
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6264
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6265
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6266
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6207
6267
  ] }),
6208
6268
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6209
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6210
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6211
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6212
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6213
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6214
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6215
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6216
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6217
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6218
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6269
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6270
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6271
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6272
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6273
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6274
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6275
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6276
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6277
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6278
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6219
6279
  ] }),
6220
6280
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6221
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6222
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6223
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6224
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6225
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6226
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6227
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6228
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6229
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6230
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6281
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6282
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6283
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6284
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6285
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6286
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6287
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6288
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6289
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6290
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6231
6291
  ] }),
6232
6292
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6233
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6234
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6235
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6236
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6237
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6238
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6239
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6240
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6241
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6242
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6293
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6294
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6295
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6296
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6297
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6298
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6299
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6300
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6301
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6302
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6243
6303
  ] }),
6244
6304
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6245
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6246
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6247
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6248
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6249
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6250
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6251
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6252
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6253
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6254
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6305
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6306
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6307
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6308
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6309
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6310
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6311
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6312
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6313
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6314
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6255
6315
  ] }),
6256
6316
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6257
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6258
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6259
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6260
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6261
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6262
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6263
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6264
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6265
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6266
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6317
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6318
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6319
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6320
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6321
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6322
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6323
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6324
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6325
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6326
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6267
6327
  ] }),
6268
6328
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6269
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6270
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6271
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6272
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6273
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6274
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6275
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6276
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6277
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content" }) }),
6278
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6329
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6330
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6331
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6332
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6333
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6334
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6335
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6336
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6337
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content" }) }),
6338
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6279
6339
  ] }),
6280
6340
  /* @__PURE__ */ jsxs28("tr", { className: "k-pivotgrid-row", children: [
6281
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6282
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6283
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6284
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6285
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6286
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6287
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6288
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6289
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6290
- /* @__PURE__ */ jsx72("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx72("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6341
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6342
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6343
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6344
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6345
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6346
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6347
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6348
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6349
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6350
+ /* @__PURE__ */ jsx74("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx74("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6291
6351
  ] })
6292
6352
  ] })
6293
6353
  ] }) })
6294
6354
  ] }),
6295
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-horizontal k-pivotgrid-configurator-overlay", children: /* @__PURE__ */ jsxs28("div", { className: "k-pivotgrid-configurator-panel", children: [
6296
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6297
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ jsxs28("form", { className: "k-form k-form-md k-form-horizontal", children: [
6355
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-horizontal k-pivotgrid-configurator-overlay", children: /* @__PURE__ */ jsxs28("div", { className: "k-pivotgrid-configurator-panel", children: [
6356
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6357
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ jsxs28("form", { className: "k-form k-form-md k-form-horizontal", children: [
6298
6358
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field-wrapper", children: [
6299
6359
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field", children: [
6300
- /* @__PURE__ */ jsx72("label", { className: "k-label", children: "Fields" }),
6301
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6302
- /* @__PURE__ */ jsx72(Searchbox, { placeholder: "Search..." })
6360
+ /* @__PURE__ */ jsx74("label", { className: "k-label", children: "Fields" }),
6361
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6362
+ /* @__PURE__ */ jsx74(Searchbox, { placeholder: "Search..." })
6303
6363
  ] }),
6304
6364
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field", children: [
6305
6365
  /* @__PURE__ */ jsxs28("div", { className: "k-select-all", children: [
6306
- /* @__PURE__ */ jsx72(Checkbox, {}),
6307
- /* @__PURE__ */ jsx72("span", { children: "Select all" })
6366
+ /* @__PURE__ */ jsx74(Checkbox, {}),
6367
+ /* @__PURE__ */ jsx74("span", { children: "Select all" })
6308
6368
  ] }),
6309
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6310
- /* @__PURE__ */ jsx72("span", { children: "5 fields selected" })
6369
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6370
+ /* @__PURE__ */ jsx74("span", { children: "5 fields selected" })
6311
6371
  ] }),
6312
- /* @__PURE__ */ jsx72("div", { className: "k-form-field", children: /* @__PURE__ */ jsx72("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ jsxs28(Treeview, { children: [
6313
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6314
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6315
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ jsxs28(TreeviewGroup, { children: [
6316
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6317
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ jsxs28(TreeviewGroup, { children: [
6318
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6319
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6372
+ /* @__PURE__ */ jsx74("div", { className: "k-form-field", children: /* @__PURE__ */ jsx74("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ jsxs28(Treeview, { children: [
6373
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6374
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6375
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ jsxs28(TreeviewGroup, { children: [
6376
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6377
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ jsxs28(TreeviewGroup, { children: [
6378
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6379
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6320
6380
  ] }) })
6321
6381
  ] }) }),
6322
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6323
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6324
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6325
- /* @__PURE__ */ jsx72(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6382
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6383
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6384
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6385
+ /* @__PURE__ */ jsx74(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6326
6386
  ] }) }) })
6327
6387
  ] }),
6328
6388
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field-wrapper", children: [
6329
- /* @__PURE__ */ jsx72("div", { className: "k-form-field", children: /* @__PURE__ */ jsx72("label", { className: "k-label", children: "Columns" }) }),
6389
+ /* @__PURE__ */ jsx74("div", { className: "k-form-field", children: /* @__PURE__ */ jsx74("label", { className: "k-label", children: "Columns" }) }),
6330
6390
  /* @__PURE__ */ jsxs28(ChipList, { className: "k-column-fields", children: [
6331
- /* @__PURE__ */ jsx72(
6391
+ /* @__PURE__ */ jsx74(
6332
6392
  Chip,
6333
6393
  {
6334
6394
  text: "Date.Calendar",
6335
6395
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6336
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6337
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6396
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6397
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6338
6398
  ] })
6339
6399
  }
6340
6400
  ),
6341
- /* @__PURE__ */ jsx72(
6401
+ /* @__PURE__ */ jsx74(
6342
6402
  Chip,
6343
6403
  {
6344
6404
  text: "Product.Category",
6345
6405
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6346
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6347
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6406
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6407
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6348
6408
  ] })
6349
6409
  }
6350
6410
  ),
6351
- /* @__PURE__ */ jsx72(
6411
+ /* @__PURE__ */ jsx74(
6352
6412
  Chip,
6353
6413
  {
6354
6414
  text: "MyField.Name",
6355
6415
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6356
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6357
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6416
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6417
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6358
6418
  ] })
6359
6419
  }
6360
6420
  ),
6361
- /* @__PURE__ */ jsx72(
6421
+ /* @__PURE__ */ jsx74(
6362
6422
  Chip,
6363
6423
  {
6364
6424
  text: "MyField.MyFieldWithALongName",
6365
6425
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6366
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6367
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6426
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6427
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6368
6428
  ] })
6369
6429
  }
6370
6430
  ),
6371
- /* @__PURE__ */ jsx72(
6431
+ /* @__PURE__ */ jsx74(
6372
6432
  Chip,
6373
6433
  {
6374
6434
  text: "MyField.Name",
6375
6435
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6376
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6377
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6436
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6437
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6378
6438
  ] })
6379
6439
  }
6380
6440
  ),
6381
- /* @__PURE__ */ jsx72(
6441
+ /* @__PURE__ */ jsx74(
6382
6442
  Chip,
6383
6443
  {
6384
6444
  text: "MyField.Name",
6385
6445
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6386
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6387
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6446
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6447
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6388
6448
  ] })
6389
6449
  }
6390
6450
  )
6391
6451
  ] }),
6392
- /* @__PURE__ */ jsx72("div", { className: "k-form-field", children: /* @__PURE__ */ jsx72("label", { className: "k-label", children: "Rows" }) }),
6393
- /* @__PURE__ */ jsx72(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ jsx72(
6452
+ /* @__PURE__ */ jsx74("div", { className: "k-form-field", children: /* @__PURE__ */ jsx74("label", { className: "k-label", children: "Rows" }) }),
6453
+ /* @__PURE__ */ jsx74(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ jsx74(
6394
6454
  Chip,
6395
6455
  {
6396
6456
  text: "Geography.City",
6397
6457
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6398
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6399
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6458
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6459
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6400
6460
  ] })
6401
6461
  }
6402
6462
  ) }),
6403
- /* @__PURE__ */ jsx72("div", { className: "k-form-field", children: /* @__PURE__ */ jsx72("label", { className: "k-label", children: "Filters" }) }),
6404
- /* @__PURE__ */ jsx72(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ jsx72(
6463
+ /* @__PURE__ */ jsx74("div", { className: "k-form-field", children: /* @__PURE__ */ jsx74("label", { className: "k-label", children: "Filters" }) }),
6464
+ /* @__PURE__ */ jsx74(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ jsx74(
6405
6465
  Chip,
6406
6466
  {
6407
6467
  text: "Sales Channel.Sales Channel",
6408
6468
  actions: /* @__PURE__ */ jsxs28(Fragment16, { children: [
6409
- /* @__PURE__ */ jsx72(ChipAction, { type: "more" }),
6410
- /* @__PURE__ */ jsx72(ChipAction, { type: "remove" })
6469
+ /* @__PURE__ */ jsx74(ChipAction, { type: "more" }),
6470
+ /* @__PURE__ */ jsx74(ChipAction, { type: "remove" })
6411
6471
  ] })
6412
6472
  }
6413
6473
  ) })
6414
6474
  ] }),
6415
6475
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field-wrapper", children: [
6416
6476
  /* @__PURE__ */ jsxs28("div", { className: "k-form-field", children: [
6417
- /* @__PURE__ */ jsx72("label", { className: "k-label", children: "Values" }),
6418
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6419
- /* @__PURE__ */ jsx72(Button, { children: "Add Custom" })
6477
+ /* @__PURE__ */ jsx74("label", { className: "k-label", children: "Values" }),
6478
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6479
+ /* @__PURE__ */ jsx74(Button, { children: "Add Custom" })
6420
6480
  ] }),
6421
6481
  /* @__PURE__ */ jsxs28("div", { className: "k-value-fields", children: [
6422
6482
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field", children: [
6423
6483
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-header", children: [
6424
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6425
- /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "pencil" }),
6426
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6427
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "x" }) })
6484
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6485
+ /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "pencil" }),
6486
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6487
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "x" }) })
6428
6488
  ] }),
6429
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx72(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6489
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx74(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6430
6490
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-actions", children: [
6431
- /* @__PURE__ */ jsx72(Icon, { icon: "formula-fx" }),
6432
- /* @__PURE__ */ jsx72(DropdownList, { value: "Custom" }),
6433
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6434
- /* @__PURE__ */ jsx72(Icon, { icon: "eye" }),
6435
- /* @__PURE__ */ jsx72(DropdownList, { value: "Default" })
6491
+ /* @__PURE__ */ jsx74(Icon, { icon: "formula-fx" }),
6492
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Custom" }),
6493
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6494
+ /* @__PURE__ */ jsx74(Icon, { icon: "eye" }),
6495
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Default" })
6436
6496
  ] })
6437
6497
  ] }),
6438
6498
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field", children: [
6439
6499
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-header", children: [
6440
- /* @__PURE__ */ jsx72(
6500
+ /* @__PURE__ */ jsx74(
6441
6501
  Textbox,
6442
6502
  {
6443
6503
  showClearButton: false,
6444
6504
  value: "Renamed Field",
6445
- suffix: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "check" })
6505
+ suffix: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "check" })
6446
6506
  }
6447
6507
  ),
6448
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6449
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "x" }) })
6508
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6509
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "x" }) })
6450
6510
  ] }),
6451
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx72(
6511
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx74(
6452
6512
  Textbox,
6453
6513
  {
6454
6514
  showClearButton: false,
6455
6515
  value: "=IF(Amount>100, 3%*Amount)",
6456
- prefix: /* @__PURE__ */ jsx72(Icon, { icon: "formula-fx" })
6516
+ prefix: /* @__PURE__ */ jsx74(Icon, { icon: "formula-fx" })
6457
6517
  }
6458
6518
  ) }),
6459
6519
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-actions", children: [
6460
- /* @__PURE__ */ jsx72(Icon, { icon: "formula-fx" }),
6461
- /* @__PURE__ */ jsx72(DropdownList, { value: "Custom" }),
6462
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6463
- /* @__PURE__ */ jsx72(Icon, { icon: "eye" }),
6464
- /* @__PURE__ */ jsx72(DropdownList, { value: "Default" })
6520
+ /* @__PURE__ */ jsx74(Icon, { icon: "formula-fx" }),
6521
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Custom" }),
6522
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6523
+ /* @__PURE__ */ jsx74(Icon, { icon: "eye" }),
6524
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Default" })
6465
6525
  ] })
6466
6526
  ] }),
6467
6527
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field", children: [
6468
6528
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-header", children: [
6469
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6470
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6471
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "x" }) })
6529
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6530
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6531
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "x" }) })
6472
6532
  ] }),
6473
6533
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-actions", children: [
6474
- /* @__PURE__ */ jsx72(Icon, { icon: "sum" }),
6475
- /* @__PURE__ */ jsx72(DropdownList, { value: "SUM" }),
6476
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6477
- /* @__PURE__ */ jsx72(Icon, { icon: "eye" }),
6478
- /* @__PURE__ */ jsx72(DropdownList, { value: "Default" })
6534
+ /* @__PURE__ */ jsx74(Icon, { icon: "sum" }),
6535
+ /* @__PURE__ */ jsx74(DropdownList, { value: "SUM" }),
6536
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6537
+ /* @__PURE__ */ jsx74(Icon, { icon: "eye" }),
6538
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Default" })
6479
6539
  ] })
6480
6540
  ] }),
6481
6541
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field", children: [
6482
6542
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-header", children: [
6483
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6484
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6485
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "x" }) })
6543
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6544
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6545
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "x" }) })
6486
6546
  ] }),
6487
6547
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-actions", children: [
6488
- /* @__PURE__ */ jsx72(Icon, { icon: "sum" }),
6489
- /* @__PURE__ */ jsx72(DropdownList, { value: "SUM" }),
6490
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6491
- /* @__PURE__ */ jsx72(Icon, { icon: "eye" }),
6492
- /* @__PURE__ */ jsx72(DropdownList, { value: "Default" })
6548
+ /* @__PURE__ */ jsx74(Icon, { icon: "sum" }),
6549
+ /* @__PURE__ */ jsx74(DropdownList, { value: "SUM" }),
6550
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6551
+ /* @__PURE__ */ jsx74(Icon, { icon: "eye" }),
6552
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Default" })
6493
6553
  ] })
6494
6554
  ] }),
6495
6555
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field", children: [
6496
6556
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-header", children: [
6497
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6498
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6499
- /* @__PURE__ */ jsx72("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx72(Button, { fillMode: "flat", icon: "x" }) })
6557
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6558
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6559
+ /* @__PURE__ */ jsx74("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx74(Button, { fillMode: "flat", icon: "x" }) })
6500
6560
  ] }),
6501
6561
  /* @__PURE__ */ jsxs28("div", { className: "k-calculated-field-actions", children: [
6502
- /* @__PURE__ */ jsx72(Icon, { icon: "sum" }),
6503
- /* @__PURE__ */ jsx72(DropdownList, { value: "SUM" }),
6504
- /* @__PURE__ */ jsx72("span", { className: "k-spacer" }),
6505
- /* @__PURE__ */ jsx72(Icon, { icon: "eye" }),
6506
- /* @__PURE__ */ jsx72(DropdownList, { value: "Default" })
6562
+ /* @__PURE__ */ jsx74(Icon, { icon: "sum" }),
6563
+ /* @__PURE__ */ jsx74(DropdownList, { value: "SUM" }),
6564
+ /* @__PURE__ */ jsx74("span", { className: "k-spacer" }),
6565
+ /* @__PURE__ */ jsx74(Icon, { icon: "eye" }),
6566
+ /* @__PURE__ */ jsx74(DropdownList, { value: "Default" })
6507
6567
  ] })
6508
6568
  ] })
6509
6569
  ] })
6510
6570
  ] })
6511
6571
  ] }) }),
6512
6572
  /* @__PURE__ */ jsxs28(ActionButtons, { className: "k-pivotgrid-configurator-actions", alignment: "end", children: [
6513
- /* @__PURE__ */ jsx72(Button, { children: "Cancel" }),
6514
- /* @__PURE__ */ jsx72(Button, { themeColor: "primary", children: "Apply" })
6573
+ /* @__PURE__ */ jsx74(Button, { children: "Cancel" }),
6574
+ /* @__PURE__ */ jsx74(Button, { themeColor: "primary", children: "Apply" })
6515
6575
  ] })
6516
6576
  ] }) }),
6517
- /* @__PURE__ */ jsx72("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ jsxs28("span", { children: [
6577
+ /* @__PURE__ */ jsx74("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ jsxs28("span", { children: [
6518
6578
  "Change settings",
6519
- /* @__PURE__ */ jsx72(Icon, { icon: "gear" })
6579
+ /* @__PURE__ */ jsx74(Icon, { icon: "gear" })
6520
6580
  ] }) })
6521
6581
  ] }) }) }) });
6522
6582
  export {