@progress/kendo-themes-html 6.7.0-dev.0 → 6.7.0-dev.2

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 (705) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +100 -88
  2. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  3. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +51 -14
  4. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +56 -44
  5. package/dist/cjs/captcha/captcha.spec.js +55 -25
  6. package/dist/cjs/captcha/tests/captcha-loading.js +59 -29
  7. package/dist/cjs/captcha/tests/captcha.js +59 -29
  8. package/dist/cjs/chat/chat-message-group.js +261 -0
  9. package/dist/cjs/chat/chat-message.js +112 -0
  10. package/dist/cjs/chat/chat-quick-replies.js +71 -0
  11. package/dist/cjs/chat/chat.spec.js +6859 -0
  12. package/dist/cjs/chat/tests/chat-rtl.js +2613 -235
  13. package/dist/cjs/chat/tests/chat-scrollable-deck.js +2802 -206
  14. package/dist/cjs/chat/tests/chat.js +1117 -790
  15. package/dist/cjs/datetime-selector/datetime-selector.spec.js +96 -23
  16. package/dist/cjs/datetime-selector/tests/datetime-selector.js +94 -85
  17. package/dist/cjs/datetimepicker/datetimepicker.spec.js +75 -66
  18. package/dist/cjs/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  19. package/dist/cjs/datetimepicker/templates/datetimepicker-normal.js +77 -68
  20. package/dist/cjs/datetimepicker/templates/datetimepicker-popup.js +77 -68
  21. package/dist/cjs/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  22. package/dist/cjs/datetimepicker/tests/datetimepicker-flat.js +92 -83
  23. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +89 -80
  24. package/dist/cjs/datetimepicker/tests/datetimepicker-outline.js +92 -83
  25. package/dist/cjs/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  26. package/dist/cjs/datetimepicker/tests/datetimepicker-solid.js +92 -83
  27. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +63 -51
  28. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  29. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  30. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  31. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  32. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  33. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  34. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  35. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  36. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  37. package/dist/cjs/dropdowntree/dropdowntree.spec.js +35 -23
  38. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  39. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +37 -25
  40. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +47 -35
  41. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  42. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +52 -40
  43. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +57 -45
  44. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +52 -40
  45. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  46. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +52 -40
  47. package/dist/cjs/editor/editor-toolbar.js +48 -43
  48. package/dist/cjs/editor/tests/editor-find-replace.js +48 -43
  49. package/dist/cjs/editor/tests/editor-table-wizard.js +129 -127
  50. package/dist/cjs/editor/tests/editor-view-source.js +14 -12
  51. package/dist/cjs/editor/tests/editor.js +48 -43
  52. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +84 -67
  53. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +84 -67
  54. package/dist/cjs/filemanager/tests/filemanager-gridview.js +149 -132
  55. package/dist/cjs/filemanager/tests/filemanager-listview.js +103 -86
  56. package/dist/cjs/filemanager/tests/filemanager-preview.js +202 -185
  57. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +605 -580
  58. package/dist/cjs/filter/tests/filter.js +48 -43
  59. package/dist/cjs/floating-label/tests/floating-label-flat.js +43 -41
  60. package/dist/cjs/floating-label/tests/floating-label-outline.js +43 -41
  61. package/dist/cjs/floating-label/tests/floating-label.js +43 -41
  62. package/dist/cjs/form/tests/form-field-dateinputs.js +111 -102
  63. package/dist/cjs/form/tests/form-field-dropdowns.js +82 -47
  64. package/dist/cjs/form/tests/form-field-fieldset.js +68 -66
  65. package/dist/cjs/form/tests/form-field-inputs-rtl.js +239 -222
  66. package/dist/cjs/form/tests/form-field-inputs.js +240 -223
  67. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +204 -195
  68. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +288 -286
  69. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +48 -43
  70. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +48 -43
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +48 -43
  72. package/dist/cjs/gantt/tests/gantt-react.js +48 -43
  73. package/dist/cjs/gantt/tests/gantt-row-reordering.js +48 -43
  74. package/dist/cjs/gantt/tests/gantt.js +48 -43
  75. package/dist/cjs/grid/tests/grid-adaptive-column-menu.js +58 -50
  76. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +28 -19
  77. package/dist/cjs/grid/tests/grid-adaptive-filter.js +37 -28
  78. package/dist/cjs/grid/tests/grid-adaptive-pager.js +149 -92
  79. package/dist/cjs/grid/tests/grid-adaptive-search.js +48 -43
  80. package/dist/cjs/grid/tests/grid-angular.js +180 -87
  81. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +580 -506
  82. package/dist/cjs/grid/tests/grid-column-reordering.js +585 -511
  83. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +728 -547
  84. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +275 -223
  85. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +48 -43
  86. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +48 -43
  87. package/dist/cjs/grid/tests/grid-editing.js +48 -43
  88. package/dist/cjs/grid/tests/grid-filter-row-angular.js +48 -43
  89. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +48 -43
  90. package/dist/cjs/grid/tests/grid-filter-row.js +160 -151
  91. package/dist/cjs/grid/tests/grid-grouping-actions.js +546 -472
  92. package/dist/cjs/grid/tests/grid-grouping.js +48 -43
  93. package/dist/cjs/grid/tests/grid-pager.js +235 -178
  94. package/dist/cjs/grid/tests/grid-row-reordering.js +538 -464
  95. package/dist/cjs/grid/tests/grid-rows-resizing.js +48 -43
  96. package/dist/cjs/grid/tests/grid-rtl-angular.js +181 -88
  97. package/dist/cjs/grid/tests/grid-rtl.js +181 -88
  98. package/dist/cjs/grid/tests/grid-selection-aggregates.js +183 -90
  99. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +670 -628
  100. package/dist/cjs/grid/tests/grid-size-sm.js +670 -628
  101. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +295 -238
  102. package/dist/cjs/grid/tests/grid-toolbar.js +48 -43
  103. package/dist/cjs/grid/tests/grid-virtualization.js +452 -407
  104. package/dist/cjs/grid/tests/grid.js +181 -88
  105. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +48 -43
  106. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +48 -43
  107. package/dist/cjs/imageeditor/tests/imageeditor.js +48 -43
  108. package/dist/cjs/index.js +3301 -2760
  109. package/dist/cjs/listgroup/listgroup-item.spec.js +78 -0
  110. package/dist/cjs/listgroup/listgroup.spec.js +125 -0
  111. package/dist/cjs/listgroup/templates/listgroup-normal.js +136 -0
  112. package/dist/cjs/listgroup/tests/listgroup.js +145 -40
  113. package/dist/cjs/listview/listview.spec.js +162 -105
  114. package/dist/cjs/listview/tests/listview-layout.js +209 -152
  115. package/dist/cjs/listview/tests/listview-loading.js +180 -123
  116. package/dist/cjs/listview/tests/listview.js +195 -138
  117. package/dist/cjs/mediaplayer/tests/mediaplayer.js +48 -43
  118. package/dist/cjs/multiselect/multiselect.spec.js +737 -19
  119. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +5802 -0
  120. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +5796 -0
  121. package/dist/cjs/multiselect/templates/multiselect-grouping.js +5814 -0
  122. package/dist/cjs/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1260 -614
  123. package/dist/cjs/multiselect/templates/multiselect-popup.js +5808 -0
  124. package/dist/cjs/multiselect/templates/multiselect-value.js +5834 -0
  125. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +5842 -0
  126. package/dist/cjs/multiselect/tests/multiselect-flat.js +799 -148
  127. package/dist/cjs/multiselect/tests/multiselect-grouping.js +5850 -0
  128. package/dist/cjs/multiselect/tests/multiselect-opened.js +1175 -895
  129. package/dist/cjs/multiselect/tests/multiselect-outline.js +799 -148
  130. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +5870 -0
  131. package/dist/cjs/multiselect/tests/{multiselect.js → multiselect-solid.js} +805 -142
  132. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +54 -42
  133. package/dist/cjs/pager/index.js +143 -86
  134. package/dist/cjs/pager/pager.spec.js +143 -86
  135. package/dist/cjs/pager/tests/{pager-responsive.js → pager-adaptive.js} +169 -113
  136. package/dist/cjs/pager/tests/pager-sizes.js +163 -106
  137. package/dist/cjs/pager/tests/pager.js +153 -96
  138. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +204 -142
  139. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +214 -152
  140. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +293 -124
  141. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +204 -142
  142. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  143. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  144. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +48 -43
  145. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  146. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  147. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  148. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  149. package/dist/cjs/pivotgrid/tests/pivotgrid.js +337 -325
  150. package/dist/cjs/radio/templates/radio-inside-label.js +165 -0
  151. package/dist/cjs/radio/templates/radio-label.js +165 -0
  152. package/dist/cjs/radio/templates/radio-normal.js +162 -0
  153. package/dist/cjs/radio/tests/radio-size.js +23 -74
  154. package/dist/cjs/radio/tests/radio.js +44 -136
  155. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +48 -43
  156. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +48 -43
  157. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +48 -43
  158. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +48 -43
  159. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +48 -43
  160. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +48 -43
  161. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +48 -43
  162. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +48 -43
  163. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +48 -43
  164. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +48 -43
  165. package/dist/cjs/scheduler/tests/scheduler-angular.js +48 -43
  166. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +513 -458
  167. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +527 -472
  168. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +48 -43
  169. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +48 -43
  170. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +48 -43
  171. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +48 -43
  172. package/dist/cjs/scheduler/tests/scheduler-react-day.js +48 -43
  173. package/dist/cjs/scheduler/tests/scheduler-react-month.js +48 -43
  174. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +48 -43
  175. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +48 -43
  176. package/dist/cjs/scheduler/tests/scheduler-react-week.js +48 -43
  177. package/dist/cjs/scheduler/tests/scheduler-year.js +48 -43
  178. package/dist/cjs/scheduler/tests/scheduler.js +48 -43
  179. package/dist/cjs/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +98 -84
  180. package/dist/cjs/scrollview/tests/scrollview.js +108 -89
  181. package/dist/cjs/skeleton/index.js +68 -0
  182. package/dist/cjs/skeleton/skeleton.spec.js +70 -0
  183. package/dist/cjs/skeleton/tests/skeleton.js +58 -13
  184. package/dist/cjs/split-button/split-button.spec.js +124 -55
  185. package/dist/cjs/split-button/{tests/split-button.js → templates/icon-split-button.js} +132 -100
  186. package/dist/cjs/split-button/templates/icon-text-split-button.js +4553 -0
  187. package/dist/cjs/split-button/{tests/split-button-size.js → templates/split-button-popup.js} +306 -147
  188. package/dist/cjs/split-button/templates/text-split-button.js +4553 -0
  189. package/dist/cjs/split-button/tests/split-button-flat.js +4763 -0
  190. package/dist/cjs/split-button/tests/split-button-opened.js +4770 -0
  191. package/dist/cjs/split-button/tests/split-button-outline.js +4763 -0
  192. package/dist/cjs/split-button/tests/split-button-size-rounded.js +4770 -0
  193. package/dist/cjs/split-button/tests/split-button-solid.js +4763 -0
  194. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  195. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +216 -205
  196. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  197. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +48 -43
  198. package/dist/cjs/spreadsheet/tests/spreadsheet.js +48 -43
  199. package/dist/cjs/switch/switch.spec.js +17 -9
  200. package/dist/cjs/switch/templates/switch-checked.js +203 -0
  201. package/dist/cjs/switch/templates/switch-normal.js +203 -0
  202. package/dist/cjs/switch/tests/switch-size-rounded.js +51 -53
  203. package/dist/cjs/switch/tests/switch.js +49 -37
  204. package/dist/cjs/table/table-header.js +15 -3
  205. package/dist/cjs/table/templates/data-table-normal.js +489 -0
  206. package/dist/cjs/table/templates/table-list-virtualization.js +489 -0
  207. package/dist/cjs/table/templates/table-list.js +519 -0
  208. package/dist/cjs/table/templates/table-native.js +452 -0
  209. package/dist/cjs/table/tests/table-data-sizes.js +76 -175
  210. package/dist/cjs/table/tests/table-list-jquery.js +151 -139
  211. package/dist/cjs/table/tests/table-list-sizes.js +69 -154
  212. package/dist/cjs/table/tests/table-list-virtual.js +89 -76
  213. package/dist/cjs/table/tests/table-native-sizes.js +69 -144
  214. package/dist/cjs/table/tests/table-native-states.js +145 -58
  215. package/dist/cjs/taskboard/tests/taskboard-card.js +48 -43
  216. package/dist/cjs/taskboard/tests/taskboard-pane.js +48 -43
  217. package/dist/cjs/taskboard/tests/taskboard-rtl.js +48 -43
  218. package/dist/cjs/taskboard/tests/taskboard.js +48 -43
  219. package/dist/cjs/textarea/templates/textarea-normal.js +4621 -0
  220. package/dist/cjs/textarea/tests/textarea-flat.js +25 -27
  221. package/dist/cjs/textarea/tests/textarea-outline.js +25 -27
  222. package/dist/cjs/textarea/tests/textarea-size-rounded.js +4642 -0
  223. package/dist/cjs/textarea/tests/{textarea.js → textarea-solid.js} +30 -32
  224. package/dist/cjs/textarea/textarea.spec.js +4 -5
  225. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +190 -107
  226. package/dist/cjs/tilelayout/tests/tilelayout.js +231 -134
  227. package/dist/cjs/tilelayout/tilelayout-item-hint.spec.js +40 -0
  228. package/dist/cjs/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +61 -27
  229. package/dist/cjs/tilelayout/tilelayout.spec.js +72 -0
  230. package/dist/cjs/time-selector/templates/time-selector-all.js +4653 -0
  231. package/dist/cjs/time-selector/templates/time-selector-hour.js +4653 -0
  232. package/dist/cjs/time-selector/templates/time-selector-minute.js +4653 -0
  233. package/dist/cjs/time-selector/tests/time-selector.js +196 -165
  234. package/dist/cjs/time-selector/time-selector.spec.js +87 -14
  235. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  236. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +46 -37
  237. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +24 -15
  238. package/dist/cjs/timepicker/templates/timepicker-adaptive.js +67 -58
  239. package/dist/cjs/timepicker/templates/timepicker-normal.js +67 -58
  240. package/dist/cjs/timepicker/templates/timepicker-popup.js +67 -58
  241. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +77 -68
  242. package/dist/cjs/timepicker/tests/timepicker-flat.js +82 -73
  243. package/dist/cjs/timepicker/tests/timepicker-opened.js +77 -68
  244. package/dist/cjs/timepicker/tests/timepicker-outline.js +82 -73
  245. package/dist/cjs/timepicker/tests/timepicker-solid.js +82 -73
  246. package/dist/cjs/timepicker/timepicker.spec.js +65 -56
  247. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +48 -43
  248. package/dist/cjs/toolbar/tests/toolbar-angular.js +442 -425
  249. package/dist/cjs/toolbar/tests/toolbar-components.js +444 -427
  250. package/dist/cjs/toolbar/tests/toolbar-sizes.js +308 -295
  251. package/dist/cjs/toolbar/tests/toolbar.js +529 -504
  252. package/dist/cjs/toolbar/toolbar-angular.spec.js +48 -43
  253. package/dist/cjs/toolbar/toolbar.spec.js +48 -43
  254. package/dist/cjs/treeview/templates/treeview-checkboxes.js +4595 -0
  255. package/dist/cjs/treeview/templates/treeview-hierarchy.js +4595 -0
  256. package/dist/cjs/treeview/templates/treeview-icons.js +4595 -0
  257. package/dist/cjs/treeview/templates/treeview-normal.js +4586 -0
  258. package/dist/cjs/treeview/tests/treeview-size.js +38 -38
  259. package/dist/cjs/treeview/tests/treeview.js +117 -112
  260. package/dist/cjs/treeview/treeview.spec.js +17 -5
  261. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +100 -88
  262. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  263. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +51 -14
  264. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +56 -44
  265. package/dist/esm/captcha/captcha.spec.js +50 -20
  266. package/dist/esm/captcha/tests/captcha-loading.js +54 -24
  267. package/dist/esm/captcha/tests/captcha.js +54 -24
  268. package/dist/esm/chat/chat-message-group.js +239 -0
  269. package/dist/esm/chat/chat-message.js +90 -0
  270. package/dist/esm/chat/chat-quick-replies.js +49 -0
  271. package/dist/esm/chat/chat.spec.js +6843 -0
  272. package/dist/esm/chat/tests/chat-rtl.js +2624 -246
  273. package/dist/esm/chat/tests/chat-scrollable-deck.js +2799 -203
  274. package/dist/esm/chat/tests/chat.js +1113 -786
  275. package/dist/esm/datetime-selector/datetime-selector.spec.js +96 -23
  276. package/dist/esm/datetime-selector/tests/datetime-selector.js +95 -86
  277. package/dist/esm/datetimepicker/datetimepicker.spec.js +75 -66
  278. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  279. package/dist/esm/datetimepicker/templates/datetimepicker-normal.js +77 -68
  280. package/dist/esm/datetimepicker/templates/datetimepicker-popup.js +77 -68
  281. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  282. package/dist/esm/datetimepicker/tests/datetimepicker-flat.js +92 -83
  283. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +89 -80
  284. package/dist/esm/datetimepicker/tests/datetimepicker-outline.js +92 -83
  285. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  286. package/dist/esm/datetimepicker/tests/datetimepicker-solid.js +92 -83
  287. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +63 -51
  288. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  289. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  290. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  291. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  292. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  293. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  294. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  295. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  296. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  297. package/dist/esm/dropdowntree/dropdowntree.spec.js +35 -23
  298. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  299. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +37 -25
  300. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +47 -35
  301. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  302. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +52 -40
  303. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +57 -45
  304. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +52 -40
  305. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  306. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +52 -40
  307. package/dist/esm/editor/editor-toolbar.js +49 -44
  308. package/dist/esm/editor/tests/editor-find-replace.js +57 -52
  309. package/dist/esm/editor/tests/editor-table-wizard.js +118 -116
  310. package/dist/esm/editor/tests/editor-view-source.js +13 -11
  311. package/dist/esm/editor/tests/editor.js +51 -46
  312. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +87 -70
  313. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +87 -70
  314. package/dist/esm/filemanager/tests/filemanager-gridview.js +152 -135
  315. package/dist/esm/filemanager/tests/filemanager-listview.js +106 -89
  316. package/dist/esm/filemanager/tests/filemanager-preview.js +205 -188
  317. package/dist/esm/filemanager/tests/filemanager-toolbar.js +651 -626
  318. package/dist/esm/filter/tests/filter.js +53 -48
  319. package/dist/esm/floating-label/tests/floating-label-flat.js +41 -39
  320. package/dist/esm/floating-label/tests/floating-label-outline.js +41 -39
  321. package/dist/esm/floating-label/tests/floating-label.js +41 -39
  322. package/dist/esm/form/tests/form-field-dateinputs.js +111 -102
  323. package/dist/esm/form/tests/form-field-dropdowns.js +82 -47
  324. package/dist/esm/form/tests/form-field-fieldset.js +54 -52
  325. package/dist/esm/form/tests/form-field-inputs-rtl.js +239 -222
  326. package/dist/esm/form/tests/form-field-inputs.js +240 -223
  327. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +204 -195
  328. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +241 -239
  329. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -47
  330. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +52 -47
  331. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -47
  332. package/dist/esm/gantt/tests/gantt-react.js +51 -46
  333. package/dist/esm/gantt/tests/gantt-row-reordering.js +51 -46
  334. package/dist/esm/gantt/tests/gantt.js +51 -46
  335. package/dist/esm/grid/tests/grid-adaptive-column-menu.js +55 -47
  336. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +28 -19
  337. package/dist/esm/grid/tests/grid-adaptive-filter.js +37 -28
  338. package/dist/esm/grid/tests/grid-adaptive-pager.js +150 -93
  339. package/dist/esm/grid/tests/grid-adaptive-search.js +51 -46
  340. package/dist/esm/grid/tests/grid-angular.js +234 -141
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +582 -508
  342. package/dist/esm/grid/tests/grid-column-reordering.js +587 -513
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +730 -549
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +275 -223
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +51 -46
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +51 -46
  347. package/dist/esm/grid/tests/grid-editing.js +51 -46
  348. package/dist/esm/grid/tests/grid-filter-row-angular.js +51 -46
  349. package/dist/esm/grid/tests/grid-filter-row-blazor.js +51 -46
  350. package/dist/esm/grid/tests/grid-filter-row.js +160 -151
  351. package/dist/esm/grid/tests/grid-grouping-actions.js +548 -474
  352. package/dist/esm/grid/tests/grid-grouping.js +51 -46
  353. package/dist/esm/grid/tests/grid-pager.js +236 -179
  354. package/dist/esm/grid/tests/grid-row-reordering.js +540 -466
  355. package/dist/esm/grid/tests/grid-rows-resizing.js +51 -46
  356. package/dist/esm/grid/tests/grid-rtl-angular.js +216 -123
  357. package/dist/esm/grid/tests/grid-rtl.js +212 -119
  358. package/dist/esm/grid/tests/grid-selection-aggregates.js +222 -129
  359. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +615 -573
  360. package/dist/esm/grid/tests/grid-size-sm.js +615 -573
  361. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +296 -239
  362. package/dist/esm/grid/tests/grid-toolbar.js +51 -46
  363. package/dist/esm/grid/tests/grid-virtualization.js +399 -356
  364. package/dist/esm/grid/tests/grid.js +221 -128
  365. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +56 -51
  366. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +56 -51
  367. package/dist/esm/imageeditor/tests/imageeditor.js +51 -46
  368. package/dist/esm/index.js +3301 -2760
  369. package/dist/esm/listgroup/listgroup-item.spec.js +56 -0
  370. package/dist/esm/listgroup/listgroup.spec.js +103 -0
  371. package/dist/esm/listgroup/templates/listgroup-normal.js +114 -0
  372. package/dist/esm/listgroup/tests/listgroup.js +145 -40
  373. package/dist/esm/listview/listview.spec.js +163 -106
  374. package/dist/esm/listview/tests/listview-layout.js +210 -153
  375. package/dist/esm/listview/tests/listview-loading.js +181 -124
  376. package/dist/esm/listview/tests/listview.js +196 -139
  377. package/dist/esm/mediaplayer/tests/mediaplayer.js +51 -46
  378. package/dist/esm/multiselect/multiselect.spec.js +737 -19
  379. package/dist/esm/multiselect/templates/multiselect-adaptive.js +5786 -0
  380. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +5780 -0
  381. package/dist/esm/multiselect/templates/multiselect-grouping.js +5798 -0
  382. package/dist/esm/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1223 -577
  383. package/dist/esm/multiselect/templates/multiselect-popup.js +5792 -0
  384. package/dist/esm/multiselect/templates/multiselect-value.js +5818 -0
  385. package/dist/esm/multiselect/tests/multiselect-adaptive.js +5826 -0
  386. package/dist/esm/multiselect/tests/multiselect-flat.js +799 -148
  387. package/dist/esm/multiselect/tests/multiselect-grouping.js +5834 -0
  388. package/dist/esm/multiselect/tests/multiselect-opened.js +1161 -881
  389. package/dist/esm/multiselect/tests/multiselect-outline.js +799 -148
  390. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +5854 -0
  391. package/dist/esm/multiselect/tests/{multiselect.js → multiselect-solid.js} +801 -138
  392. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +54 -42
  393. package/dist/esm/pager/index.js +144 -87
  394. package/dist/esm/pager/pager.spec.js +144 -87
  395. package/dist/esm/pager/tests/{pager-responsive.js → pager-adaptive.js} +166 -110
  396. package/dist/esm/pager/tests/pager-sizes.js +164 -107
  397. package/dist/esm/pager/tests/pager.js +154 -97
  398. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +206 -144
  399. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +216 -154
  400. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +294 -125
  401. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +206 -144
  402. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  403. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  404. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +55 -50
  405. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  406. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  407. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  408. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  409. package/dist/esm/pivotgrid/tests/pivotgrid.js +337 -325
  410. package/dist/esm/radio/templates/radio-inside-label.js +143 -0
  411. package/dist/esm/radio/templates/radio-label.js +143 -0
  412. package/dist/esm/radio/templates/radio-normal.js +140 -0
  413. package/dist/esm/radio/tests/radio-size.js +23 -74
  414. package/dist/esm/radio/tests/radio.js +44 -136
  415. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +51 -46
  416. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +51 -46
  417. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +51 -46
  418. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +51 -46
  419. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +51 -46
  420. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +51 -46
  421. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +51 -46
  422. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +51 -46
  423. package/dist/esm/scheduler/tests/scheduler-angular-month.js +51 -46
  424. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +51 -46
  425. package/dist/esm/scheduler/tests/scheduler-angular.js +51 -46
  426. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +480 -425
  427. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +494 -439
  428. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +51 -46
  429. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +51 -46
  430. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +51 -46
  431. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +51 -46
  432. package/dist/esm/scheduler/tests/scheduler-react-day.js +51 -46
  433. package/dist/esm/scheduler/tests/scheduler-react-month.js +51 -46
  434. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +51 -46
  435. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +51 -46
  436. package/dist/esm/scheduler/tests/scheduler-react-week.js +51 -46
  437. package/dist/esm/scheduler/tests/scheduler-year.js +51 -46
  438. package/dist/esm/scheduler/tests/scheduler.js +51 -46
  439. package/dist/esm/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +94 -80
  440. package/dist/esm/scrollview/tests/scrollview.js +108 -89
  441. package/dist/esm/skeleton/index.js +46 -0
  442. package/dist/esm/skeleton/skeleton.spec.js +48 -0
  443. package/dist/esm/skeleton/tests/skeleton.js +54 -11
  444. package/dist/esm/split-button/split-button.spec.js +124 -55
  445. package/dist/esm/split-button/{tests/split-button.js → templates/icon-split-button.js} +128 -96
  446. package/dist/esm/split-button/{tests/split-button-size.js → templates/icon-text-split-button.js} +128 -157
  447. package/dist/esm/split-button/templates/split-button-popup.js +4725 -0
  448. package/dist/esm/{scrollview/tests/scrollview-blazor.js → split-button/templates/text-split-button.js} +327 -91
  449. package/dist/esm/split-button/tests/split-button-flat.js +4747 -0
  450. package/dist/esm/split-button/tests/split-button-opened.js +4754 -0
  451. package/dist/esm/split-button/tests/split-button-outline.js +4747 -0
  452. package/dist/esm/split-button/tests/split-button-size-rounded.js +4754 -0
  453. package/dist/esm/split-button/tests/split-button-solid.js +4747 -0
  454. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  455. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +211 -200
  456. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  457. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +51 -46
  458. package/dist/esm/spreadsheet/tests/spreadsheet.js +51 -46
  459. package/dist/esm/switch/switch.spec.js +17 -9
  460. package/dist/esm/switch/templates/switch-checked.js +181 -0
  461. package/dist/esm/switch/templates/switch-normal.js +181 -0
  462. package/dist/esm/switch/tests/switch-size-rounded.js +49 -51
  463. package/dist/esm/switch/tests/switch.js +48 -36
  464. package/dist/esm/table/table-header.js +15 -3
  465. package/dist/esm/table/templates/data-table-normal.js +467 -0
  466. package/dist/esm/table/templates/table-list-virtualization.js +467 -0
  467. package/dist/esm/table/templates/table-list.js +497 -0
  468. package/dist/esm/table/templates/table-native.js +430 -0
  469. package/dist/esm/table/tests/table-data-sizes.js +76 -175
  470. package/dist/esm/table/tests/table-list-jquery.js +151 -139
  471. package/dist/esm/table/tests/table-list-sizes.js +69 -154
  472. package/dist/esm/table/tests/table-list-virtual.js +89 -76
  473. package/dist/esm/table/tests/table-native-sizes.js +70 -145
  474. package/dist/esm/table/tests/table-native-states.js +145 -58
  475. package/dist/esm/taskboard/tests/taskboard-card.js +51 -46
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +55 -50
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +51 -46
  478. package/dist/esm/taskboard/tests/taskboard.js +51 -46
  479. package/dist/esm/textarea/templates/textarea-normal.js +4605 -0
  480. package/dist/esm/textarea/tests/textarea-flat.js +23 -25
  481. package/dist/esm/textarea/tests/textarea-outline.js +23 -25
  482. package/dist/esm/textarea/tests/textarea-size-rounded.js +4626 -0
  483. package/dist/esm/textarea/tests/{textarea.js → textarea-solid.js} +26 -28
  484. package/dist/esm/textarea/textarea.spec.js +4 -5
  485. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +175 -102
  486. package/dist/esm/tilelayout/tests/tilelayout.js +216 -129
  487. package/dist/esm/tilelayout/tilelayout-item-hint.spec.js +20 -0
  488. package/dist/esm/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +50 -24
  489. package/dist/esm/tilelayout/tilelayout.spec.js +50 -0
  490. package/dist/esm/time-selector/templates/time-selector-all.js +4637 -0
  491. package/dist/esm/time-selector/templates/time-selector-hour.js +4637 -0
  492. package/dist/esm/time-selector/templates/time-selector-minute.js +4637 -0
  493. package/dist/esm/time-selector/tests/time-selector.js +197 -166
  494. package/dist/esm/time-selector/time-selector.spec.js +87 -14
  495. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  496. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +46 -37
  497. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +24 -15
  498. package/dist/esm/timepicker/templates/timepicker-adaptive.js +67 -58
  499. package/dist/esm/timepicker/templates/timepicker-normal.js +67 -58
  500. package/dist/esm/timepicker/templates/timepicker-popup.js +67 -58
  501. package/dist/esm/timepicker/tests/timepicker-adaptive.js +77 -68
  502. package/dist/esm/timepicker/tests/timepicker-flat.js +82 -73
  503. package/dist/esm/timepicker/tests/timepicker-opened.js +77 -68
  504. package/dist/esm/timepicker/tests/timepicker-outline.js +82 -73
  505. package/dist/esm/timepicker/tests/timepicker-solid.js +82 -73
  506. package/dist/esm/timepicker/timepicker.spec.js +65 -56
  507. package/dist/esm/toolbar/tests/toolbar-adaptive.js +51 -46
  508. package/dist/esm/toolbar/tests/toolbar-angular.js +442 -425
  509. package/dist/esm/toolbar/tests/toolbar-components.js +444 -427
  510. package/dist/esm/toolbar/tests/toolbar-sizes.js +283 -270
  511. package/dist/esm/toolbar/tests/toolbar.js +529 -504
  512. package/dist/esm/toolbar/toolbar-angular.spec.js +49 -44
  513. package/dist/esm/toolbar/toolbar.spec.js +49 -44
  514. package/dist/esm/treeview/templates/treeview-checkboxes.js +4579 -0
  515. package/dist/esm/treeview/templates/treeview-hierarchy.js +4579 -0
  516. package/dist/esm/treeview/templates/treeview-icons.js +4579 -0
  517. package/dist/esm/treeview/templates/treeview-normal.js +4570 -0
  518. package/dist/esm/treeview/tests/treeview-size.js +38 -38
  519. package/dist/esm/treeview/tests/treeview.js +117 -112
  520. package/dist/esm/treeview/treeview.spec.js +17 -5
  521. package/dist/types/chat/chat-message-group.d.ts +22 -0
  522. package/dist/types/chat/chat-message.d.ts +22 -0
  523. package/dist/types/chat/chat-quick-replies.d.ts +13 -0
  524. package/dist/types/chat/chat.spec.d.ts +18 -0
  525. package/dist/types/chat/index.d.ts +4 -0
  526. package/dist/types/listgroup/index.d.ts +3 -0
  527. package/dist/types/listgroup/listgroup-item.spec.d.ts +25 -0
  528. package/dist/types/listgroup/listgroup.spec.d.ts +16 -0
  529. package/dist/types/listgroup/templates/listgroup-normal.d.ts +1 -0
  530. package/dist/types/multiselect/index.d.ts +6 -0
  531. package/dist/types/multiselect/multiselect.spec.d.ts +3 -0
  532. package/dist/types/multiselect/templates/multiselect-adaptive.d.ts +1 -0
  533. package/dist/types/multiselect/templates/multiselect-arrow-button.d.ts +1 -0
  534. package/dist/types/multiselect/templates/multiselect-grouping.d.ts +1 -0
  535. package/dist/types/multiselect/templates/multiselect-normal.d.ts +1 -0
  536. package/dist/types/multiselect/templates/multiselect-popup.d.ts +1 -0
  537. package/dist/types/multiselect/templates/multiselect-value.d.ts +1 -0
  538. package/dist/types/pager/pager.spec.d.ts +4 -2
  539. package/dist/types/radio/index.d.ts +3 -0
  540. package/dist/types/radio/templates/radio-inside-label.d.ts +1 -0
  541. package/dist/types/radio/templates/radio-label.d.ts +1 -0
  542. package/dist/types/radio/templates/radio-normal.d.ts +1 -0
  543. package/dist/types/scrollview/index.d.ts +1 -0
  544. package/dist/types/scrollview/scrollview-spec.d.ts +23 -0
  545. package/dist/types/skeleton/index.d.ts +1 -0
  546. package/dist/types/skeleton/skeleton.spec.d.ts +18 -0
  547. package/dist/types/split-button/index.d.ts +4 -0
  548. package/dist/types/split-button/split-button.spec.d.ts +3 -0
  549. package/dist/types/split-button/templates/icon-split-button.d.ts +1 -0
  550. package/dist/types/split-button/templates/icon-text-split-button.d.ts +1 -0
  551. package/dist/types/split-button/templates/split-button-popup.d.ts +1 -0
  552. package/dist/types/split-button/templates/text-split-button.d.ts +1 -0
  553. package/dist/types/split-button/tests/split-button-solid.d.ts +2 -0
  554. package/dist/types/switch/index.d.ts +2 -0
  555. package/dist/types/switch/switch.spec.d.ts +8 -4
  556. package/dist/types/switch/templates/switch-checked.d.ts +1 -0
  557. package/dist/types/switch/templates/switch-normal.d.ts +1 -0
  558. package/dist/types/table/index.d.ts +4 -0
  559. package/dist/types/table/templates/data-table-normal.d.ts +1 -0
  560. package/dist/types/table/templates/table-list-virtualization.d.ts +1 -0
  561. package/dist/types/table/templates/table-list.d.ts +1 -0
  562. package/dist/types/table/templates/table-native.d.ts +1 -0
  563. package/dist/types/textarea/index.d.ts +1 -0
  564. package/dist/types/textarea/templates/textarea-normal.d.ts +1 -0
  565. package/dist/types/textarea/tests/textarea-size-rounded.d.ts +2 -0
  566. package/dist/types/textarea/tests/textarea-solid.d.ts +2 -0
  567. package/dist/types/textarea/textarea.spec.d.ts +2 -2
  568. package/dist/types/tilelayout/index.d.ts +3 -0
  569. package/dist/types/tilelayout/tilelayout-item-hint.spec.d.ts +13 -0
  570. package/dist/types/tilelayout/tilelayout-item.spec.d.ts +17 -0
  571. package/dist/types/tilelayout/tilelayout.spec.d.ts +18 -0
  572. package/dist/types/time-selector/index.d.ts +3 -0
  573. package/dist/types/time-selector/templates/time-selector-all.d.ts +1 -0
  574. package/dist/types/time-selector/templates/time-selector-hour.d.ts +1 -0
  575. package/dist/types/time-selector/templates/time-selector-minute.d.ts +1 -0
  576. package/dist/types/treeview/index.d.ts +4 -0
  577. package/dist/types/treeview/templates/treeview-checkboxes.d.ts +1 -0
  578. package/dist/types/treeview/templates/treeview-hierarchy.d.ts +1 -0
  579. package/dist/types/treeview/templates/treeview-icons.d.ts +1 -0
  580. package/dist/types/treeview/templates/treeview-normal.d.ts +1 -0
  581. package/package.json +2 -2
  582. package/src/captcha/captcha.spec.tsx +2 -4
  583. package/src/chat/chat-message-group.tsx +63 -0
  584. package/src/chat/chat-message.tsx +58 -0
  585. package/src/chat/chat-quick-replies.tsx +54 -0
  586. package/src/chat/chat.spec.tsx +88 -0
  587. package/src/chat/index.ts +4 -0
  588. package/src/chat/tests/chat-rtl.tsx +45 -84
  589. package/src/chat/tests/chat-scrollable-deck.tsx +42 -56
  590. package/src/chat/tests/chat.tsx +85 -150
  591. package/src/grid/tests/grid-adaptive-pager.tsx +2 -2
  592. package/src/grid/tests/grid-angular.tsx +2 -1
  593. package/src/grid/tests/grid-rtl-angular.tsx +3 -2
  594. package/src/grid/tests/grid-rtl.tsx +3 -2
  595. package/src/grid/tests/grid-selection-aggregates.tsx +5 -4
  596. package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -2
  597. package/src/grid/tests/grid-size-sm.tsx +3 -2
  598. package/src/grid/tests/grid-sticky-columns-rtl.tsx +1 -1
  599. package/src/grid/tests/grid-virtualization.tsx +202 -200
  600. package/src/grid/tests/grid.tsx +3 -2
  601. package/src/listgroup/index.ts +3 -0
  602. package/src/listgroup/listgroup-item.spec.tsx +69 -0
  603. package/src/listgroup/listgroup.spec.tsx +62 -0
  604. package/src/listgroup/templates/listgroup-normal.tsx +12 -0
  605. package/src/listgroup/tests/listgroup.tsx +35 -38
  606. package/src/multiselect/index.ts +6 -0
  607. package/src/multiselect/multiselect.spec.tsx +22 -0
  608. package/src/multiselect/templates/multiselect-adaptive.tsx +8 -0
  609. package/src/multiselect/templates/multiselect-arrow-button.tsx +3 -0
  610. package/src/multiselect/templates/multiselect-grouping.tsx +23 -0
  611. package/src/multiselect/templates/multiselect-normal.tsx +3 -0
  612. package/src/multiselect/templates/multiselect-popup.tsx +16 -0
  613. package/src/multiselect/templates/multiselect-value.tsx +12 -0
  614. package/src/multiselect/tests/multiselect-adaptive.tsx +33 -0
  615. package/src/multiselect/tests/multiselect-flat.tsx +28 -124
  616. package/src/multiselect/tests/multiselect-grouping.tsx +28 -0
  617. package/src/multiselect/tests/multiselect-opened.tsx +3 -36
  618. package/src/multiselect/tests/multiselect-outline.tsx +28 -124
  619. package/src/multiselect/tests/multiselect-size-rounded.tsx +32 -0
  620. package/src/multiselect/tests/multiselect-solid.tsx +79 -0
  621. package/src/pager/pager.spec.tsx +36 -29
  622. package/src/pager/tests/pager-adaptive.tsx +25 -0
  623. package/src/radio/index.ts +3 -0
  624. package/src/radio/templates/radio-inside-label.tsx +10 -0
  625. package/src/radio/templates/radio-label.tsx +8 -0
  626. package/src/radio/templates/radio-normal.tsx +3 -0
  627. package/src/radio/tests/radio-size.tsx +11 -73
  628. package/src/radio/tests/radio.tsx +29 -142
  629. package/src/scrollview/index.ts +1 -0
  630. package/src/scrollview/scrollview-spec.tsx +134 -0
  631. package/src/scrollview/tests/scrollview.tsx +5 -119
  632. package/src/skeleton/index.tsx +1 -0
  633. package/src/skeleton/skeleton.spec.tsx +50 -0
  634. package/src/skeleton/tests/skeleton.tsx +11 -12
  635. package/src/split-button/index.ts +4 -0
  636. package/src/split-button/split-button.spec.tsx +47 -35
  637. package/src/split-button/templates/icon-split-button.tsx +3 -0
  638. package/src/split-button/templates/icon-text-split-button.tsx +3 -0
  639. package/src/split-button/templates/split-button-popup.tsx +17 -0
  640. package/src/split-button/templates/text-split-button.tsx +3 -0
  641. package/src/split-button/tests/split-button-flat.tsx +28 -0
  642. package/src/split-button/tests/split-button-opened.tsx +27 -0
  643. package/src/split-button/tests/split-button-outline.tsx +28 -0
  644. package/src/split-button/tests/split-button-size-rounded.tsx +39 -0
  645. package/src/split-button/tests/split-button-solid.tsx +29 -0
  646. package/src/switch/index.ts +2 -0
  647. package/src/switch/switch.spec.tsx +14 -12
  648. package/src/switch/templates/switch-checked.tsx +3 -0
  649. package/src/switch/templates/switch-normal.tsx +3 -0
  650. package/src/switch/tests/switch-size-rounded.tsx +23 -102
  651. package/src/switch/tests/switch.tsx +26 -51
  652. package/src/table/index.ts +5 -0
  653. package/src/table/templates/data-table-normal.tsx +76 -0
  654. package/src/table/templates/table-list-virtualization.tsx +79 -0
  655. package/src/table/templates/table-list.tsx +63 -0
  656. package/src/table/templates/table-native.tsx +64 -0
  657. package/src/table/tests/table-data-sizes.tsx +4 -226
  658. package/src/table/tests/table-list-sizes.tsx +4 -187
  659. package/src/table/tests/table-list-virtual.tsx +2 -78
  660. package/src/table/tests/table-native-sizes.tsx +4 -182
  661. package/src/table/tests/table-native-states.tsx +3 -5
  662. package/src/textarea/index.ts +1 -0
  663. package/src/textarea/templates/textarea-normal.tsx +3 -0
  664. package/src/textarea/tests/textarea-flat.tsx +17 -40
  665. package/src/textarea/tests/textarea-outline.tsx +17 -41
  666. package/src/textarea/tests/textarea-size-rounded.tsx +32 -0
  667. package/src/textarea/tests/textarea-solid.tsx +52 -0
  668. package/src/textarea/textarea.spec.tsx +4 -5
  669. package/src/tilelayout/index.ts +3 -0
  670. package/src/tilelayout/tests/tilelayout-resizing.tsx +8 -35
  671. package/src/tilelayout/tests/tilelayout.tsx +27 -87
  672. package/src/tilelayout/tilelayout-item-hint.spec.tsx +30 -0
  673. package/src/tilelayout/tilelayout-item.spec.tsx +69 -0
  674. package/src/tilelayout/tilelayout.spec.tsx +56 -0
  675. package/src/time-selector/index.ts +3 -0
  676. package/src/time-selector/templates/time-selector-all.tsx +23 -0
  677. package/src/time-selector/templates/time-selector-hour.tsx +23 -0
  678. package/src/time-selector/templates/time-selector-minute.tsx +23 -0
  679. package/src/time-selector/tests/time-selector.tsx +4 -39
  680. package/src/treeview/index.ts +4 -0
  681. package/src/treeview/templates/treeview-checkboxes.tsx +28 -0
  682. package/src/treeview/templates/treeview-hierarchy.tsx +30 -0
  683. package/src/treeview/templates/treeview-icons.tsx +30 -0
  684. package/src/treeview/templates/treeview-normal.tsx +13 -0
  685. package/src/treeview/tests/treeview-size.tsx +4 -41
  686. package/src/treeview/tests/treeview.tsx +11 -136
  687. package/dist/cjs/scrollview/tests/scrollview-blazor.js +0 -4317
  688. package/src/multiselect/tests/multiselect-size.tsx +0 -50
  689. package/src/multiselect/tests/multiselect.tsx +0 -176
  690. package/src/pager/tests/pager-responsive.tsx +0 -27
  691. package/src/scrollview/tests/scrollview-angular.tsx +0 -109
  692. package/src/scrollview/tests/scrollview-blazor.tsx +0 -120
  693. package/src/split-button/tests/split-button-size.tsx +0 -111
  694. package/src/split-button/tests/split-button.tsx +0 -87
  695. package/src/textarea/tests/textarea.tsx +0 -75
  696. package/src/tilelayout/tests/tilelayout-react.tsx +0 -44
  697. /package/dist/types/multiselect/tests/{multiselect-size.d.ts → multiselect-adaptive.d.ts} +0 -0
  698. /package/dist/types/multiselect/tests/{multiselect.d.ts → multiselect-grouping.d.ts} +0 -0
  699. /package/dist/types/{pager/tests/pager-responsive.d.ts → multiselect/tests/multiselect-size-rounded.d.ts} +0 -0
  700. /package/dist/types/{scrollview/tests/scrollview-angular.d.ts → multiselect/tests/multiselect-solid.d.ts} +0 -0
  701. /package/dist/types/{scrollview/tests/scrollview-blazor.d.ts → pager/tests/pager-adaptive.d.ts} +0 -0
  702. /package/dist/types/split-button/tests/{split-button-size.d.ts → split-button-flat.d.ts} +0 -0
  703. /package/dist/types/split-button/tests/{split-button.d.ts → split-button-opened.d.ts} +0 -0
  704. /package/dist/types/{textarea/tests/textarea.d.ts → split-button/tests/split-button-outline.d.ts} +0 -0
  705. /package/dist/types/{tilelayout/tests/tilelayout-react.d.ts → split-button/tests/split-button-size-rounded.d.ts} +0 -0
@@ -5988,481 +5988,493 @@ TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5988
5988
  TreeviewItem.defaultProps = defaultProps24;
5989
5989
  var treeview_item_spec_default = TreeviewItem;
5990
5990
 
5991
- // src/pivotgrid/tests/pivotgrid-settings-top.tsx
5991
+ // src/treeview/templates/treeview-normal.tsx
5992
5992
  var import_jsx_runtime68 = require("react/jsx-runtime");
5993
- var pivotgrid_settings_top_default = () => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-d-flex k-flex-col-reverse k-pos-relative", children: [
5994
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5995
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
5996
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-pivotgrid-table", children: [
5997
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
5998
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
5999
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6000
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6001
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6002
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6003
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6004
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6005
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6006
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6007
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" })
5993
+
5994
+ // src/treeview/templates/treeview-hierarchy.tsx
5995
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5996
+
5997
+ // src/treeview/templates/treeview-icons.tsx
5998
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5999
+
6000
+ // src/treeview/templates/treeview-checkboxes.tsx
6001
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6002
+
6003
+ // src/pivotgrid/tests/pivotgrid-settings-top.tsx
6004
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6005
+ var pivotgrid_settings_top_default = () => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_jsx_runtime72.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-d-flex k-flex-col-reverse k-pos-relative", children: [
6006
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
6007
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
6008
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("table", { className: "k-pivotgrid-table", children: [
6009
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("colgroup", { children: [
6010
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6011
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6012
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6013
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6014
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6015
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6016
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6017
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6018
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6019
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" })
6008
6020
  ] }),
6009
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6010
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6011
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6012
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-up" }),
6013
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
6021
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6022
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6023
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6024
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-up" }),
6025
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
6014
6026
  ] }),
6015
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
6027
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
6016
6028
  ] }),
6017
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6018
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6019
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-up" }),
6020
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
6029
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6030
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6031
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-up" }),
6032
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
6021
6033
  ] }),
6022
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6023
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6024
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
6034
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6035
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6036
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
6025
6037
  ] }),
6026
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6027
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6028
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
6038
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6039
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6040
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
6029
6041
  ] }),
6030
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6031
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6032
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
6042
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
6043
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6044
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
6033
6045
  ] })
6034
6046
  ] }),
6035
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6036
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6037
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-up" }),
6038
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
6047
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6048
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
6049
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-up" }),
6050
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
6039
6051
  ] }),
6040
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
6052
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
6041
6053
  ] }),
6042
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
6043
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6044
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
6054
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
6055
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6056
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
6045
6057
  ] }) }),
6046
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6047
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6048
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6049
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6058
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
6059
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6060
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6061
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6050
6062
  ] }),
6051
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6052
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-up" }),
6053
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6063
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6064
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-up" }),
6065
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6054
6066
  ] }),
6055
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
6056
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6057
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6058
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6067
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
6068
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6069
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6070
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6059
6071
  ] }),
6060
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6061
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6062
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6072
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6073
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6074
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6063
6075
  ] }),
6064
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6065
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6066
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6076
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
6077
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6078
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6067
6079
  ] }),
6068
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
6069
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-down" }),
6070
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6080
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
6081
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-down" }),
6082
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
6071
6083
  ] })
6072
6084
  ] }),
6073
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6074
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
6075
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
6076
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
6077
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
6085
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6086
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
6087
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
6088
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
6089
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
6078
6090
  ] })
6079
6091
  ] })
6080
6092
  ] }) }),
6081
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-pivotgrid-table", children: [
6082
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
6083
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
6084
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
6093
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("table", { className: "k-pivotgrid-table", children: [
6094
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("colgroup", { children: [
6095
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", {}),
6096
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", {})
6085
6097
  ] }),
6086
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6087
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6088
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6089
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "chevron-up" }),
6090
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
6098
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6099
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6100
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
6101
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "chevron-up" }),
6102
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
6091
6103
  ] }),
6092
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
6104
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
6093
6105
  ] }),
6094
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
6095
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
6096
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
6097
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
6098
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6099
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6100
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6101
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6102
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
6106
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
6107
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
6108
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
6109
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
6110
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6111
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6112
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6113
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6114
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
6103
6115
  ] })
6104
6116
  ] }) }),
6105
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6106
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
6107
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6108
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6109
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6110
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6111
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6112
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6113
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6114
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6115
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" }),
6116
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { width: "120" })
6117
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6118
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("colgroup", { children: [
6119
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6120
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6121
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6122
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6123
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6124
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6125
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6126
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6127
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" }),
6128
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("col", { width: "120" })
6117
6129
  ] }),
6118
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6119
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6120
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6121
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6122
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6123
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6124
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6125
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6126
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6127
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6128
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6129
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6130
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6131
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6132
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6133
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6134
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6135
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6136
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6137
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6138
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6139
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6140
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6141
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6130
6142
  ] }),
6131
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6132
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6133
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6134
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6135
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6136
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6137
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6138
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6139
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6140
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6141
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6143
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6144
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6145
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6146
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6147
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6148
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6149
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6150
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6151
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6152
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6153
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6142
6154
  ] }),
6143
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6144
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6145
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6146
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6147
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6148
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6149
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6150
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6151
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6152
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6153
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6155
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6156
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6157
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6158
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6159
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6160
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6162
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6163
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6164
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6165
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6154
6166
  ] }),
6155
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6156
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6157
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6158
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6159
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6160
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6161
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6162
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6163
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6164
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6165
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6167
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6168
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6169
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6170
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6171
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6172
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6173
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6174
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6175
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6176
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6177
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6166
6178
  ] }),
6167
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6168
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6169
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6170
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6171
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6172
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6173
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6174
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6176
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6177
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6179
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6180
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6181
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6182
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6183
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6184
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6185
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6186
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6187
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6188
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6189
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6178
6190
  ] }),
6179
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6180
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6181
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6182
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6183
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6184
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6185
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6186
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6187
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6188
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6189
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6191
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6192
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6193
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6194
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6195
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6196
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6197
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6198
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6199
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6200
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6201
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6190
6202
  ] }),
6191
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6192
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6193
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6194
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6195
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6196
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6197
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6198
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6199
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6200
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6201
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6203
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6204
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6205
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6206
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6207
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6208
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6209
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6210
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6211
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6212
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6213
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6202
6214
  ] }),
6203
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6204
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6205
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6206
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6207
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6208
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6209
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6210
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6211
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6212
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6213
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6215
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6216
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6217
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6218
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6219
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6220
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6221
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6222
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6223
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6224
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6225
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6214
6226
  ] }),
6215
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6216
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6217
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6218
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6219
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6220
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6221
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6222
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6223
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6224
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content" }) }),
6225
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6227
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6228
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6229
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6230
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6231
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6232
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6233
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6234
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6235
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6236
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content" }) }),
6237
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6226
6238
  ] }),
6227
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6228
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6229
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6230
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6231
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6232
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6233
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6234
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6235
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6236
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6237
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6239
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6240
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6241
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6242
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6243
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6244
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6245
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6246
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6247
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6248
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6249
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6238
6250
  ] })
6239
6251
  ] })
6240
6252
  ] }) })
6241
6253
  ] }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-horizontal k-pivotgrid-configurator-overlay", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
6243
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6244
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
6245
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field-wrapper", children: [
6246
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field", children: [
6247
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-label", children: "Fields" }),
6248
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6249
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Searchbox, { placeholder: "Search..." })
6254
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-horizontal k-pivotgrid-configurator-overlay", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
6255
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6256
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
6257
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field-wrapper", children: [
6258
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field", children: [
6259
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("label", { className: "k-label", children: "Fields" }),
6260
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6261
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Searchbox, { placeholder: "Search..." })
6250
6262
  ] }),
6251
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field", children: [
6252
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-select-all", children: [
6253
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Checkbox, {}),
6254
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { children: "Select all" })
6263
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field", children: [
6264
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-select-all", children: [
6265
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Checkbox, {}),
6266
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { children: "Select all" })
6255
6267
  ] }),
6256
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { children: "5 fields selected" })
6268
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6269
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { children: "5 fields selected" })
6258
6270
  ] }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Treeview, { children: [
6260
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(TreeviewGroup, { children: [
6263
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6264
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(TreeviewGroup, { children: [
6265
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6266
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6271
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(Treeview, { children: [
6272
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6274
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(TreeviewGroup, { children: [
6275
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6276
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(TreeviewGroup, { children: [
6277
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6278
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6267
6279
  ] }) })
6268
6280
  ] }) }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6271
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6281
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6282
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6283
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6284
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6273
6285
  ] }) }) })
6274
6286
  ] }),
6275
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field-wrapper", children: [
6276
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-label", children: "Columns" }) }),
6277
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ChipList, { className: "k-column-fields", children: [
6278
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6287
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field-wrapper", children: [
6288
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("label", { className: "k-label", children: "Columns" }) }),
6289
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(ChipList, { className: "k-column-fields", children: [
6290
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6279
6291
  Chip,
6280
6292
  {
6281
6293
  text: "Date.Calendar",
6282
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6283
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6284
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6294
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6295
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6296
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6285
6297
  ] })
6286
6298
  }
6287
6299
  ),
6288
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6300
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6289
6301
  Chip,
6290
6302
  {
6291
6303
  text: "Product.Category",
6292
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6293
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6294
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6304
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6305
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6295
6307
  ] })
6296
6308
  }
6297
6309
  ),
6298
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6310
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6299
6311
  Chip,
6300
6312
  {
6301
6313
  text: "MyField.Name",
6302
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6303
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6304
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6314
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6315
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6305
6317
  ] })
6306
6318
  }
6307
6319
  ),
6308
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6320
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6309
6321
  Chip,
6310
6322
  {
6311
6323
  text: "MyField.MyFieldWithALongName",
6312
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6313
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6314
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6324
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6325
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6326
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6315
6327
  ] })
6316
6328
  }
6317
6329
  ),
6318
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6330
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6319
6331
  Chip,
6320
6332
  {
6321
6333
  text: "MyField.Name",
6322
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6323
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6324
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6334
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6335
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6336
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6325
6337
  ] })
6326
6338
  }
6327
6339
  ),
6328
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6340
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6329
6341
  Chip,
6330
6342
  {
6331
6343
  text: "MyField.Name",
6332
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6333
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6334
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6344
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6345
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6346
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6335
6347
  ] })
6336
6348
  }
6337
6349
  )
6338
6350
  ] }),
6339
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-label", children: "Rows" }) }),
6340
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6351
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("label", { className: "k-label", children: "Rows" }) }),
6352
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6341
6353
  Chip,
6342
6354
  {
6343
6355
  text: "Geography.City",
6344
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6345
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6346
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6356
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6357
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6358
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6347
6359
  ] })
6348
6360
  }
6349
6361
  ) }),
6350
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-label", children: "Filters" }) }),
6351
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6362
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("label", { className: "k-label", children: "Filters" }) }),
6363
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6352
6364
  Chip,
6353
6365
  {
6354
6366
  text: "Sales Channel.Sales Channel",
6355
- actions: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6356
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "more" }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ChipAction, { type: "remove" })
6367
+ actions: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6368
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "more" }),
6369
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChipAction, { type: "remove" })
6358
6370
  ] })
6359
6371
  }
6360
6372
  ) })
6361
6373
  ] }),
6362
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field-wrapper", children: [
6363
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-form-field", children: [
6364
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("label", { className: "k-label", children: "Values" }),
6365
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6366
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { children: "Add Custom" })
6374
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field-wrapper", children: [
6375
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-form-field", children: [
6376
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("label", { className: "k-label", children: "Values" }),
6377
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6378
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { children: "Add Custom" })
6367
6379
  ] }),
6368
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-value-fields", children: [
6369
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field", children: [
6370
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-header", children: [
6371
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6372
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6373
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6374
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6380
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-value-fields", children: [
6381
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field", children: [
6382
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-header", children: [
6383
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6384
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6385
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6386
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6375
6387
  ] }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-actions", children: [
6378
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "formula-fx" }),
6379
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Custom" }),
6380
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6381
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "eye" }),
6382
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Default" })
6388
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-actions", children: [
6390
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "formula-fx" }),
6391
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Custom" }),
6392
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6393
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "eye" }),
6394
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Default" })
6383
6395
  ] })
6384
6396
  ] }),
6385
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field", children: [
6386
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-header", children: [
6387
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6397
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field", children: [
6398
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-header", children: [
6399
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6388
6400
  Textbox,
6389
6401
  {
6390
6402
  showClearButton: false,
6391
6403
  value: "Renamed Field",
6392
- suffix: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "check" })
6404
+ suffix: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "check" })
6393
6405
  }
6394
6406
  ),
6395
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6396
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6407
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6408
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6397
6409
  ] }),
6398
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6410
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6399
6411
  Textbox,
6400
6412
  {
6401
6413
  showClearButton: false,
6402
6414
  value: "=IF(Amount>100, 3%*Amount)",
6403
- prefix: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "formula-fx" })
6415
+ prefix: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "formula-fx" })
6404
6416
  }
6405
6417
  ) }),
6406
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-actions", children: [
6407
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "formula-fx" }),
6408
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Custom" }),
6409
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6410
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "eye" }),
6411
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Default" })
6418
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-actions", children: [
6419
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "formula-fx" }),
6420
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Custom" }),
6421
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6422
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "eye" }),
6423
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Default" })
6412
6424
  ] })
6413
6425
  ] }),
6414
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field", children: [
6415
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-header", children: [
6416
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6417
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6418
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6426
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field", children: [
6427
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-header", children: [
6428
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6429
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6430
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6419
6431
  ] }),
6420
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-actions", children: [
6421
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "sum" }),
6422
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "SUM" }),
6423
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6424
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "eye" }),
6425
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Default" })
6432
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-actions", children: [
6433
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "sum" }),
6434
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "SUM" }),
6435
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6436
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "eye" }),
6437
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Default" })
6426
6438
  ] })
6427
6439
  ] }),
6428
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field", children: [
6429
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-header", children: [
6430
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6431
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6432
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6440
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field", children: [
6441
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-header", children: [
6442
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6443
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6444
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6433
6445
  ] }),
6434
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-actions", children: [
6435
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "sum" }),
6436
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "SUM" }),
6437
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6438
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "eye" }),
6439
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Default" })
6446
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-actions", children: [
6447
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "sum" }),
6448
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "SUM" }),
6449
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6450
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "eye" }),
6451
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Default" })
6440
6452
  ] })
6441
6453
  ] }),
6442
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field", children: [
6443
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-header", children: [
6444
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6445
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6446
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6454
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field", children: [
6455
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-header", children: [
6456
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6457
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6458
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6447
6459
  ] }),
6448
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-calculated-field-actions", children: [
6449
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "sum" }),
6450
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "SUM" }),
6451
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }),
6452
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "eye" }),
6453
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Default" })
6460
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "k-calculated-field-actions", children: [
6461
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "sum" }),
6462
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "SUM" }),
6463
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-spacer" }),
6464
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "eye" }),
6465
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(DropdownList, { value: "Default" })
6454
6466
  ] })
6455
6467
  ] })
6456
6468
  ] })
6457
6469
  ] })
6458
6470
  ] }) }),
6459
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ActionButtons, { className: "k-pivotgrid-configurator-actions", alignment: "end", children: [
6460
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { children: "Cancel" }),
6461
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { themeColor: "primary", children: "Apply" })
6471
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(ActionButtons, { className: "k-pivotgrid-configurator-actions", alignment: "end", children: [
6472
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { children: "Cancel" }),
6473
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Button, { themeColor: "primary", children: "Apply" })
6462
6474
  ] })
6463
6475
  ] }) }),
6464
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("span", { children: [
6476
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("span", { children: [
6465
6477
  "Change settings",
6466
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: "gear" })
6478
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: "gear" })
6467
6479
  ] }) })
6468
6480
  ] }) }) }) });