@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6

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 (508) hide show
  1. package/dist/cjs/action-sheet/action-sheet.spec.js +56 -21
  2. package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
  3. package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
  4. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
  5. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
  6. package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
  7. package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
  8. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
  9. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
  10. package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
  11. package/dist/cjs/animation-container/animation-container.spec.js +70 -0
  12. package/dist/cjs/chat/tests/chat.js +353 -306
  13. package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
  14. package/dist/cjs/combobox/combobox.spec.js +71 -24
  15. package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
  16. package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
  17. package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
  18. package/dist/cjs/combobox/tests/combobox.js +93 -46
  19. package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
  20. package/dist/cjs/context-menu/tests/context-menu.js +73 -28
  21. package/dist/cjs/datepicker/datepicker.spec.js +239 -192
  22. package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
  23. package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
  24. package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
  25. package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
  26. package/dist/cjs/datepicker/tests/datepicker.js +261 -214
  27. package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
  28. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
  29. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
  30. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
  31. package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
  32. package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
  33. package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
  34. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
  35. package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
  36. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
  37. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
  38. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
  39. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
  40. package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
  41. package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
  42. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
  43. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
  44. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
  45. package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
  46. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
  47. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
  48. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
  49. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
  50. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
  51. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
  52. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
  53. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
  54. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
  55. package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
  56. package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
  57. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
  58. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
  59. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
  60. package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
  61. package/dist/cjs/editor/editor-toolbar.js +262 -215
  62. package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
  63. package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
  64. package/dist/cjs/editor/tests/editor.js +480 -426
  65. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
  66. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
  67. package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
  68. package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
  69. package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
  70. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
  71. package/dist/cjs/filter/tests/filter.js +577 -530
  72. package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
  73. package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
  74. package/dist/cjs/floating-label/tests/floating-label.js +116 -69
  75. package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
  76. package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
  77. package/dist/cjs/form/tests/form-grid-layout.js +224 -177
  78. package/dist/cjs/form/tests/form-sizes.js +246 -199
  79. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
  80. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
  81. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
  82. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
  83. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
  84. package/dist/cjs/gantt/tests/gantt-react.js +628 -581
  85. package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
  86. package/dist/cjs/gantt/tests/gantt.js +907 -860
  87. package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
  88. package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
  89. package/dist/cjs/grid/tests/grid-angular.js +353 -306
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
  92. package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
  95. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
  96. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
  97. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
  98. package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
  99. package/dist/cjs/grid/tests/grid-editing.js +342 -295
  100. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
  101. package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
  102. package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
  103. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
  104. package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
  105. package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
  106. package/dist/cjs/grid/tests/grid-grouping.js +473 -426
  107. package/dist/cjs/grid/tests/grid-pager.js +308 -261
  108. package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
  109. package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
  110. package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
  111. package/dist/cjs/grid/tests/grid-rtl.js +301 -254
  112. package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
  113. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
  114. package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
  115. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
  116. package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
  117. package/dist/cjs/grid/tests/grid.js +326 -279
  118. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
  119. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
  120. package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
  121. package/dist/cjs/index.js +2770 -2722
  122. package/dist/cjs/listview/listview.spec.js +235 -188
  123. package/dist/cjs/listview/tests/listview-layout.js +282 -235
  124. package/dist/cjs/listview/tests/listview-loading.js +253 -206
  125. package/dist/cjs/listview/tests/listview.js +268 -221
  126. package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
  127. package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
  128. package/dist/cjs/menu/tests/menu.js +141 -94
  129. package/dist/cjs/multiselect/multiselect.spec.js +73 -26
  130. package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
  131. package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
  132. package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
  133. package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
  134. package/dist/cjs/multiselect/tests/multiselect.js +128 -81
  135. package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
  136. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
  137. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
  138. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
  139. package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
  140. package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
  141. package/dist/cjs/notification/tests/notification-jquery.js +66 -30
  142. package/dist/cjs/pager/index.js +216 -169
  143. package/dist/cjs/pager/pager.spec.js +216 -169
  144. package/dist/cjs/pager/tests/pager-responsive.js +236 -189
  145. package/dist/cjs/pager/tests/pager-sizes.js +236 -189
  146. package/dist/cjs/pager/tests/pager.js +226 -179
  147. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
  148. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
  149. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
  150. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
  151. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
  152. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
  153. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
  154. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
  155. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
  156. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
  157. package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
  158. package/dist/cjs/popup/popup.spec.js +54 -7
  159. package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
  160. package/dist/cjs/popup/tests/popup-list.js +154 -107
  161. package/dist/cjs/popup/tests/popup-no-data.js +72 -25
  162. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
  163. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
  164. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
  165. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
  166. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
  167. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
  168. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
  169. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
  170. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
  171. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
  172. package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
  173. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
  174. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
  175. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
  176. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
  177. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
  178. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
  179. package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
  180. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
  181. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
  182. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
  183. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
  184. package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
  185. package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
  186. package/dist/cjs/scheduler/tests/scheduler.js +656 -609
  187. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
  188. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
  189. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
  190. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
  191. package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
  192. package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
  193. package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
  194. package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
  195. package/dist/cjs/taskboard/tests/taskboard.js +310 -263
  196. package/dist/cjs/time-selector/tests/time-selector.js +89 -25
  197. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
  198. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
  199. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
  200. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
  201. package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
  202. package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
  203. package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
  204. package/dist/cjs/timepicker/tests/timepicker.js +135 -88
  205. package/dist/cjs/timepicker/timepicker.spec.js +113 -66
  206. package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
  207. package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
  208. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
  209. package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
  210. package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
  211. package/dist/cjs/toolbar/tests/toolbar.js +331 -284
  212. package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
  213. package/dist/cjs/toolbar/toolbar.spec.js +232 -185
  214. package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
  215. package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
  216. package/dist/cjs/tooltip/tests/tooltip.js +120 -84
  217. package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
  218. package/dist/cjs/treelist/tests/treelist-react.js +492 -445
  219. package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
  220. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
  221. package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
  222. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
  223. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
  224. package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
  225. package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
  226. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
  227. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
  228. package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
  229. package/dist/esm/animation-container/animation-container.spec.js +48 -0
  230. package/dist/esm/chat/tests/chat.js +322 -275
  231. package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
  232. package/dist/esm/combobox/combobox.spec.js +69 -22
  233. package/dist/esm/combobox/tests/combobox-flat.js +89 -42
  234. package/dist/esm/combobox/tests/combobox-opened.js +154 -104
  235. package/dist/esm/combobox/tests/combobox-outline.js +89 -42
  236. package/dist/esm/combobox/tests/combobox.js +89 -42
  237. package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
  238. package/dist/esm/context-menu/tests/context-menu.js +72 -27
  239. package/dist/esm/datepicker/datepicker.spec.js +210 -163
  240. package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
  241. package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
  242. package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
  243. package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
  244. package/dist/esm/datepicker/tests/datepicker.js +230 -183
  245. package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
  246. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
  247. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
  248. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
  249. package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
  250. package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
  251. package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
  252. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
  253. package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
  254. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
  255. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
  256. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
  257. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
  258. package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
  259. package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
  260. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
  261. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
  262. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
  263. package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
  264. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
  265. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
  266. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
  267. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
  268. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
  269. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
  270. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
  271. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
  272. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
  273. package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
  274. package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
  275. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
  276. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
  277. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
  278. package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
  279. package/dist/esm/editor/editor-toolbar.js +251 -204
  280. package/dist/esm/editor/tests/editor-find-replace.js +336 -289
  281. package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
  282. package/dist/esm/editor/tests/editor.js +433 -379
  283. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
  284. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
  285. package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
  286. package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
  287. package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
  288. package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
  289. package/dist/esm/filter/tests/filter.js +527 -480
  290. package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
  291. package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
  292. package/dist/esm/floating-label/tests/floating-label.js +112 -65
  293. package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
  294. package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
  295. package/dist/esm/form/tests/form-grid-layout.js +210 -163
  296. package/dist/esm/form/tests/form-sizes.js +222 -175
  297. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
  298. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
  299. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
  300. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
  301. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
  302. package/dist/esm/gantt/tests/gantt-react.js +567 -520
  303. package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
  304. package/dist/esm/gantt/tests/gantt.js +801 -754
  305. package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
  306. package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
  307. package/dist/esm/grid/tests/grid-angular.js +309 -262
  308. package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
  309. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
  310. package/dist/esm/grid/tests/grid-column-menu.js +325 -278
  311. package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
  312. package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
  313. package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
  314. package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
  315. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
  316. package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
  317. package/dist/esm/grid/tests/grid-editing.js +307 -260
  318. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
  319. package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
  320. package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
  321. package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
  322. package/dist/esm/grid/tests/grid-filter-row.js +526 -479
  323. package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
  324. package/dist/esm/grid/tests/grid-grouping.js +427 -380
  325. package/dist/esm/grid/tests/grid-pager.js +272 -225
  326. package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
  327. package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
  328. package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
  329. package/dist/esm/grid/tests/grid-rtl.js +272 -225
  330. package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
  331. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
  332. package/dist/esm/grid/tests/grid-size-sm.js +497 -450
  333. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
  334. package/dist/esm/grid/tests/grid-toolbar.js +298 -251
  335. package/dist/esm/grid/tests/grid.js +292 -245
  336. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
  337. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
  338. package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
  339. package/dist/esm/index.js +2425 -2377
  340. package/dist/esm/listview/listview.spec.js +219 -172
  341. package/dist/esm/listview/tests/listview-layout.js +254 -207
  342. package/dist/esm/listview/tests/listview-loading.js +234 -187
  343. package/dist/esm/listview/tests/listview.js +244 -197
  344. package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
  345. package/dist/esm/menu/tests/menu-popup-size.js +127 -63
  346. package/dist/esm/menu/tests/menu.js +132 -85
  347. package/dist/esm/multiselect/multiselect.spec.js +70 -23
  348. package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
  349. package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
  350. package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
  351. package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
  352. package/dist/esm/multiselect/tests/multiselect.js +121 -74
  353. package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
  354. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
  355. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
  356. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
  357. package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
  358. package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
  359. package/dist/esm/notification/tests/notification-jquery.js +64 -28
  360. package/dist/esm/pager/index.js +202 -155
  361. package/dist/esm/pager/pager.spec.js +202 -155
  362. package/dist/esm/pager/tests/pager-responsive.js +222 -175
  363. package/dist/esm/pager/tests/pager-sizes.js +222 -175
  364. package/dist/esm/pager/tests/pager.js +212 -165
  365. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
  366. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
  367. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
  368. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
  369. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
  370. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
  371. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
  372. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
  373. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
  374. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
  375. package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
  376. package/dist/esm/popup/popup.spec.js +54 -7
  377. package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
  378. package/dist/esm/popup/tests/popup-list.js +152 -105
  379. package/dist/esm/popup/tests/popup-no-data.js +70 -23
  380. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
  381. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
  382. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
  383. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
  384. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
  385. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
  386. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
  387. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
  388. package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
  389. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
  390. package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
  391. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
  392. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
  393. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
  394. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
  395. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
  396. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
  397. package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
  398. package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
  399. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
  400. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
  401. package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
  402. package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
  403. package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
  404. package/dist/esm/scheduler/tests/scheduler.js +579 -532
  405. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
  406. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
  407. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
  408. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
  409. package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
  410. package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
  411. package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
  412. package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
  413. package/dist/esm/taskboard/tests/taskboard.js +277 -230
  414. package/dist/esm/time-selector/tests/time-selector.js +84 -20
  415. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
  416. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
  417. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
  418. package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
  419. package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
  420. package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
  421. package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
  422. package/dist/esm/timepicker/tests/timepicker.js +125 -78
  423. package/dist/esm/timepicker/timepicker.spec.js +105 -58
  424. package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
  425. package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
  426. package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
  427. package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
  428. package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
  429. package/dist/esm/toolbar/tests/toolbar.js +314 -267
  430. package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
  431. package/dist/esm/toolbar/toolbar.spec.js +221 -174
  432. package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
  433. package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
  434. package/dist/esm/tooltip/tests/tooltip.js +114 -78
  435. package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
  436. package/dist/esm/treelist/tests/treelist-react.js +431 -384
  437. package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
  438. package/dist/types/animation-container/index.d.ts +1 -0
  439. package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
  440. package/dist/types/index.d.ts +1 -0
  441. package/dist/types/popup/popup.spec.d.ts +11 -2
  442. package/package.json +2 -2
  443. package/src/action-sheet/action-sheet.spec.tsx +31 -32
  444. package/src/animation-container/animation-container.spec.tsx +59 -0
  445. package/src/animation-container/index.ts +1 -0
  446. package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
  447. package/src/combobox/combobox.spec.tsx +1 -1
  448. package/src/combobox/tests/combobox-opened.tsx +3 -0
  449. package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
  450. package/src/context-menu/tests/context-menu.tsx +20 -25
  451. package/src/datepicker/datepicker.spec.tsx +1 -1
  452. package/src/datepicker/tests/datepicker-opened.tsx +4 -0
  453. package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
  454. package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
  455. package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
  456. package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
  457. package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
  458. package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
  459. package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
  460. package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
  461. package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
  462. package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
  463. package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
  464. package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
  465. package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
  466. package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
  467. package/src/editor/tests/editor.tsx +48 -42
  468. package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
  469. package/src/gantt/tests/gantt-react.tsx +1 -1
  470. package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
  471. package/src/gantt/tests/gantt.tsx +1 -1
  472. package/src/grid/tests/grid-angular.tsx +22 -24
  473. package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
  474. package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
  475. package/src/grid/tests/grid-column-menu.tsx +310 -321
  476. package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
  477. package/src/grid/tests/grid-column-reordering.tsx +247 -0
  478. package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
  479. package/src/grid/tests/grid-filter-menu.tsx +3 -2
  480. package/src/grid/tests/grid-grouping-actions.tsx +10 -13
  481. package/src/index.ts +1 -0
  482. package/src/menu/tests/menu-popup-size.tsx +73 -90
  483. package/src/menu/tests/menu.tsx +20 -24
  484. package/src/multiselect/multiselect.spec.tsx +1 -1
  485. package/src/multiselect/tests/multiselect-opened.tsx +4 -0
  486. package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
  487. package/src/notification/tests/notification-jquery.tsx +49 -48
  488. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
  489. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
  490. package/src/popup/popup.spec.tsx +25 -5
  491. package/src/popup/tests/popup-list-grouping.tsx +112 -128
  492. package/src/popup/tests/popup-list.tsx +104 -120
  493. package/src/popup/tests/popup-no-data.tsx +22 -30
  494. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
  495. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
  496. package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
  497. package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
  498. package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
  499. package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
  500. package/src/time-selector/tests/time-selector.tsx +34 -39
  501. package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
  502. package/src/timepicker/tests/timepicker-opened.tsx +4 -0
  503. package/src/timepicker/timepicker.spec.tsx +1 -1
  504. package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
  505. package/src/toolbar/tests/toolbar-popup.tsx +89 -104
  506. package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
  507. package/src/tooltip/tests/tooltip-states.tsx +17 -16
  508. package/src/tooltip/tests/tooltip.tsx +41 -40
@@ -4956,27 +4956,74 @@ var InputSuffix = (props) => {
4956
4956
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4957
4957
  };
4958
4958
 
4959
- // src/popup/popup.spec.tsx
4959
+ // src/animation-container/animation-container.spec.tsx
4960
4960
  var import_jsx_runtime24 = require("react/jsx-runtime");
4961
- var POPUP_CLASSNAME = `k-popup`;
4961
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4962
4962
  var states17 = [];
4963
4963
  var options16 = {};
4964
- var defaultProps14 = {};
4964
+ var defaultProps14 = {
4965
+ positionMode: "absolute"
4966
+ };
4967
+ var AnimationContainer = (props) => {
4968
+ const {
4969
+ positionMode,
4970
+ animationStyle,
4971
+ offset,
4972
+ ...other
4973
+ } = props;
4974
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4975
+ "div",
4976
+ {
4977
+ ...other,
4978
+ style: { ...offset, ...props.style },
4979
+ className: classNames(
4980
+ ANIMATION_CONTAINER_CLASSNAME,
4981
+ "k-animation-container-shown",
4982
+ {
4983
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4984
+ }
4985
+ ),
4986
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4987
+ }
4988
+ );
4989
+ };
4990
+ AnimationContainer.states = states17;
4991
+ AnimationContainer.options = options16;
4992
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4993
+ AnimationContainer.defaultProps = defaultProps14;
4994
+
4995
+ // src/popup/popup.spec.tsx
4996
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4997
+ var POPUP_CLASSNAME = `k-popup`;
4998
+ var states18 = [];
4999
+ var options17 = {};
5000
+ var defaultProps15 = {
5001
+ positionMode: "absolute"
5002
+ };
4965
5003
  var Popup = (props) => {
4966
5004
  const {
5005
+ offset,
5006
+ positionMode,
4967
5007
  ...other
4968
5008
  } = props;
4969
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5009
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5010
+ AnimationContainer,
5011
+ {
5012
+ positionMode,
5013
+ offset,
5014
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5015
+ }
5016
+ );
4970
5017
  };
4971
- Popup.states = states17;
4972
- Popup.options = options16;
5018
+ Popup.states = states18;
5019
+ Popup.options = options17;
4973
5020
  Popup.className = POPUP_CLASSNAME;
4974
- Popup.defaultProps = defaultProps14;
5021
+ Popup.defaultProps = defaultProps15;
4975
5022
 
4976
5023
  // src/dropdownlist/dropdownlist.spec.tsx
4977
- var import_jsx_runtime25 = require("react/jsx-runtime");
5024
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4978
5025
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4979
- var states18 = [
5026
+ var states19 = [
4980
5027
  States.hover,
4981
5028
  States.focus,
4982
5029
  States.valid,
@@ -4986,12 +5033,12 @@ var states18 = [
4986
5033
  States.loading,
4987
5034
  States.readonly
4988
5035
  ];
4989
- var options17 = {
5036
+ var options18 = {
4990
5037
  size: [Size.small, Size.medium, Size.large],
4991
5038
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4992
5039
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4993
5040
  };
4994
- var defaultProps15 = {
5041
+ var defaultProps16 = {
4995
5042
  showValue: true,
4996
5043
  arrowIconName: "caret-alt-down",
4997
5044
  size: Size.medium,
@@ -5001,7 +5048,7 @@ var defaultProps15 = {
5001
5048
  var DropdownList = (props) => {
5002
5049
  const {
5003
5050
  valueIconName,
5004
- arrowIconName = defaultProps15.arrowIconName,
5051
+ arrowIconName = defaultProps16.arrowIconName,
5005
5052
  prefix,
5006
5053
  suffix,
5007
5054
  value,
@@ -5017,13 +5064,13 @@ var DropdownList = (props) => {
5017
5064
  loading,
5018
5065
  disabled,
5019
5066
  readonly,
5020
- showValue = defaultProps15.showValue,
5067
+ showValue = defaultProps16.showValue,
5021
5068
  popup,
5022
5069
  opened,
5023
5070
  ...other
5024
5071
  } = props;
5025
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
5026
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5072
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
5073
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5027
5074
  Picker,
5028
5075
  {
5029
5076
  ...other,
@@ -5046,8 +5093,8 @@ var DropdownList = (props) => {
5046
5093
  }
5047
5094
  ),
5048
5095
  children: [
5049
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
5050
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5096
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
5097
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5051
5098
  InputInnerSpan,
5052
5099
  {
5053
5100
  placeholder,
@@ -5056,7 +5103,7 @@ var DropdownList = (props) => {
5056
5103
  valueIconName
5057
5104
  }
5058
5105
  ),
5059
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5106
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5060
5107
  InputValidationIcon,
5061
5108
  {
5062
5109
  valid,
@@ -5065,15 +5112,15 @@ var DropdownList = (props) => {
5065
5112
  disabled
5066
5113
  }
5067
5114
  ),
5068
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5115
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5069
5116
  InputLoadingIcon,
5070
5117
  {
5071
5118
  loading,
5072
5119
  disabled
5073
5120
  }
5074
5121
  ),
5075
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix }),
5076
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5122
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix }),
5123
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5077
5124
  Button,
5078
5125
  {
5079
5126
  className: "k-input-button",
@@ -5086,35 +5133,35 @@ var DropdownList = (props) => {
5086
5133
  ]
5087
5134
  }
5088
5135
  ),
5089
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5136
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5090
5137
  ] });
5091
5138
  };
5092
- DropdownList.states = states18;
5093
- DropdownList.options = options17;
5139
+ DropdownList.states = states19;
5140
+ DropdownList.options = options18;
5094
5141
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5095
- DropdownList.defaultProps = defaultProps15;
5142
+ DropdownList.defaultProps = defaultProps16;
5096
5143
 
5097
5144
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5098
- var import_jsx_runtime26 = require("react/jsx-runtime");
5145
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5099
5146
 
5100
5147
  // src/nodata/nodata.tsx
5101
- var import_jsx_runtime27 = require("react/jsx-runtime");
5148
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5102
5149
  var className9 = `k-nodata`;
5103
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5150
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5104
5151
 
5105
5152
  // src/list/list.spec.tsx
5106
- var import_jsx_runtime28 = require("react/jsx-runtime");
5153
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5107
5154
  var LIST_CLASSNAME = `k-list`;
5108
- var states19 = [];
5109
- var options18 = {
5155
+ var states20 = [];
5156
+ var options19 = {
5110
5157
  size: [Size.small, Size.medium, Size.large]
5111
5158
  };
5112
- var defaultProps16 = {
5159
+ var defaultProps17 = {
5113
5160
  size: Size.medium
5114
5161
  };
5115
5162
  var List = (props) => {
5116
5163
  const {
5117
- size = defaultProps16.size,
5164
+ size = defaultProps17.size,
5118
5165
  virtualization,
5119
5166
  children,
5120
5167
  optionLabel,
@@ -5131,7 +5178,7 @@ var List = (props) => {
5131
5178
  listHeader = child.props.label;
5132
5179
  child.props.children.map((optChild, index2) => {
5133
5180
  listChildren.push(
5134
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5181
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5135
5182
  ListItem,
5136
5183
  {
5137
5184
  ...optChild.props
@@ -5147,7 +5194,7 @@ var List = (props) => {
5147
5194
  groupLabel = child.props.label;
5148
5195
  }
5149
5196
  listChildren.push(
5150
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5197
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5151
5198
  ListItem,
5152
5199
  {
5153
5200
  className: index2 === 0 ? "k-first" : "",
@@ -5159,16 +5206,16 @@ var List = (props) => {
5159
5206
  );
5160
5207
  });
5161
5208
  }
5162
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5209
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5163
5210
  } else if (child.type === ListItem) {
5164
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5165
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ListContent, { virtualization, children: listChildren });
5211
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5212
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5166
5213
  }
5167
5214
  });
5168
5215
  } else {
5169
- listContent = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(NoData, { children: "No data found." });
5216
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5170
5217
  }
5171
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5218
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5172
5219
  "div",
5173
5220
  {
5174
5221
  ...other,
@@ -5190,24 +5237,24 @@ var List = (props) => {
5190
5237
  }
5191
5238
  );
5192
5239
  };
5193
- List.states = states19;
5194
- List.options = options18;
5240
+ List.states = states20;
5241
+ List.options = options19;
5195
5242
  List.className = LIST_CLASSNAME;
5196
- List.defaultProps = defaultProps16;
5243
+ List.defaultProps = defaultProps17;
5197
5244
 
5198
5245
  // src/list/list-angular.spec.tsx
5199
- var import_jsx_runtime29 = require("react/jsx-runtime");
5246
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5200
5247
  var LISTANGULAR_CLASSNAME = `k-list`;
5201
- var states20 = [];
5202
- var options19 = {
5248
+ var states21 = [];
5249
+ var options20 = {
5203
5250
  size: [Size.small, Size.medium, Size.large]
5204
5251
  };
5205
- var defaultProps17 = {
5252
+ var defaultProps18 = {
5206
5253
  size: Size.medium
5207
5254
  };
5208
5255
  var ListAngular = (props) => {
5209
5256
  const {
5210
- size = defaultProps17.size,
5257
+ size = defaultProps18.size,
5211
5258
  virtualization,
5212
5259
  children,
5213
5260
  ...other
@@ -5223,7 +5270,7 @@ var ListAngular = (props) => {
5223
5270
  listHeader = child.props.label;
5224
5271
  child.props.children.map((optChild, index2) => {
5225
5272
  listChildren.push(
5226
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5273
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5227
5274
  ListItem,
5228
5275
  {
5229
5276
  ...optChild.props
@@ -5234,7 +5281,7 @@ var ListAngular = (props) => {
5234
5281
  });
5235
5282
  } else {
5236
5283
  listChildren.push(
5237
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5284
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5238
5285
  ListGroupItem,
5239
5286
  {
5240
5287
  ...child.props,
@@ -5245,7 +5292,7 @@ var ListAngular = (props) => {
5245
5292
  );
5246
5293
  child.props.children.map((optChild, index2) => {
5247
5294
  listChildren.push(
5248
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5295
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5249
5296
  ListItem,
5250
5297
  {
5251
5298
  ...optChild.props
@@ -5255,16 +5302,16 @@ var ListAngular = (props) => {
5255
5302
  );
5256
5303
  });
5257
5304
  }
5258
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5305
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5259
5306
  } else if (child.type === ListItem) {
5260
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5261
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5307
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5308
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5262
5309
  }
5263
5310
  });
5264
5311
  } else {
5265
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5312
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5266
5313
  }
5267
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5314
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5268
5315
  "div",
5269
5316
  {
5270
5317
  ...other,
@@ -5285,22 +5332,22 @@ var ListAngular = (props) => {
5285
5332
  }
5286
5333
  );
5287
5334
  };
5288
- ListAngular.states = states20;
5289
- ListAngular.options = options19;
5335
+ ListAngular.states = states21;
5336
+ ListAngular.options = options20;
5290
5337
  ListAngular.className = LISTANGULAR_CLASSNAME;
5291
- ListAngular.defaultProps = defaultProps17;
5338
+ ListAngular.defaultProps = defaultProps18;
5292
5339
 
5293
5340
  // src/list/list-item.spec.tsx
5294
- var import_jsx_runtime30 = require("react/jsx-runtime");
5341
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5295
5342
  var LISTITEM_CLASSNAME = `k-list-item`;
5296
- var states21 = [
5343
+ var states22 = [
5297
5344
  States.hover,
5298
5345
  States.focus,
5299
5346
  States.selected,
5300
5347
  States.disabled
5301
5348
  ];
5302
- var options20 = {};
5303
- var defaultProps18 = {};
5349
+ var options21 = {};
5350
+ var defaultProps19 = {};
5304
5351
  var ListItem = (props) => {
5305
5352
  const {
5306
5353
  text,
@@ -5316,7 +5363,7 @@ var ListItem = (props) => {
5316
5363
  ...other
5317
5364
  } = props;
5318
5365
  const textOrChildren = text ? text : props.children;
5319
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5366
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5320
5367
  "li",
5321
5368
  {
5322
5369
  ...other,
@@ -5331,66 +5378,66 @@ var ListItem = (props) => {
5331
5378
  })
5332
5379
  ),
5333
5380
  children: [
5334
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Checkbox, { checked }),
5335
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: iconName }),
5336
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5337
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5381
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Checkbox, { checked }),
5382
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName }),
5383
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5384
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5338
5385
  ]
5339
5386
  }
5340
5387
  );
5341
5388
  };
5342
- ListItem.states = states21;
5343
- ListItem.options = options20;
5389
+ ListItem.states = states22;
5390
+ ListItem.options = options21;
5344
5391
  ListItem.className = LISTITEM_CLASSNAME;
5345
- ListItem.defaultProps = defaultProps18;
5392
+ ListItem.defaultProps = defaultProps19;
5346
5393
 
5347
5394
  // src/list/list-content.tsx
5348
- var import_jsx_runtime31 = require("react/jsx-runtime");
5395
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5349
5396
  var className10 = `k-list-content`;
5350
5397
  var ListContent = (props) => {
5351
5398
  const {
5352
5399
  virtualization
5353
5400
  } = props;
5354
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: classNames(className10, props.className), children: [
5355
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5356
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", {}) })
5401
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(className10, props.className), children: [
5402
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5403
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", {}) })
5357
5404
  ] });
5358
5405
  };
5359
5406
 
5360
5407
  // src/list/list-header.tsx
5361
- var import_jsx_runtime32 = require("react/jsx-runtime");
5408
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5362
5409
  var className11 = `k-list-group-sticky-header`;
5363
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5410
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5364
5411
 
5365
5412
  // src/list/list-group.tsx
5366
- var import_jsx_runtime33 = require("react/jsx-runtime");
5413
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5367
5414
  var ListGroup = (props) => {
5368
5415
  const {
5369
5416
  virtualization,
5370
5417
  label
5371
5418
  } = props;
5372
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5373
- label && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListHeader, { children: label }),
5374
- props.children && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: props.children })
5419
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5420
+ label && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListHeader, { children: label }),
5421
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: props.children })
5375
5422
  ] });
5376
5423
  };
5377
5424
 
5378
5425
  // src/list/list-group-item.tsx
5379
- var import_jsx_runtime34 = require("react/jsx-runtime");
5426
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5380
5427
  var className12 = `k-list-group-item`;
5381
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5428
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5382
5429
 
5383
5430
  // src/list/list-option-label.tsx
5384
- var import_jsx_runtime35 = require("react/jsx-runtime");
5431
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5385
5432
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5386
- var states22 = [
5433
+ var states23 = [
5387
5434
  States.hover,
5388
5435
  States.focus,
5389
5436
  States.selected,
5390
5437
  States.disabled
5391
5438
  ];
5392
- var options21 = {};
5393
- var defaultProps19 = {};
5439
+ var options22 = {};
5440
+ var defaultProps20 = {};
5394
5441
  var ListOptionLabel = (props) => {
5395
5442
  const {
5396
5443
  text,
@@ -5400,7 +5447,7 @@ var ListOptionLabel = (props) => {
5400
5447
  disabled,
5401
5448
  ...other
5402
5449
  } = props;
5403
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5450
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5404
5451
  "div",
5405
5452
  {
5406
5453
  ...other,
@@ -5417,18 +5464,18 @@ var ListOptionLabel = (props) => {
5417
5464
  }
5418
5465
  );
5419
5466
  };
5420
- ListOptionLabel.states = states22;
5421
- ListOptionLabel.options = options21;
5467
+ ListOptionLabel.states = states23;
5468
+ ListOptionLabel.options = options22;
5422
5469
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5423
- ListOptionLabel.defaultProps = defaultProps19;
5470
+ ListOptionLabel.defaultProps = defaultProps20;
5424
5471
 
5425
5472
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5426
- var import_jsx_runtime36 = require("react/jsx-runtime");
5473
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5427
5474
 
5428
5475
  // src/searchbox/searchbox.spec.tsx
5429
- var import_jsx_runtime37 = require("react/jsx-runtime");
5476
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5430
5477
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5431
- var states23 = [
5478
+ var states24 = [
5432
5479
  States.hover,
5433
5480
  States.focus,
5434
5481
  States.valid,
@@ -5437,12 +5484,12 @@ var states23 = [
5437
5484
  States.disabled,
5438
5485
  States.loading
5439
5486
  ];
5440
- var options22 = {
5487
+ var options23 = {
5441
5488
  size: [Size.small, Size.medium, Size.large],
5442
5489
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5443
5490
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5444
5491
  };
5445
- var defaultProps20 = {
5492
+ var defaultProps21 = {
5446
5493
  showIcon: true,
5447
5494
  icon: "search",
5448
5495
  size: Input.defaultProps.size,
@@ -5463,11 +5510,11 @@ var Searchbox = (props) => {
5463
5510
  required,
5464
5511
  loading,
5465
5512
  disabled,
5466
- showIcon = defaultProps20.showIcon,
5467
- icon = defaultProps20.icon,
5513
+ showIcon = defaultProps21.showIcon,
5514
+ icon = defaultProps21.icon,
5468
5515
  ...other
5469
5516
  } = props;
5470
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5517
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5471
5518
  Input,
5472
5519
  {
5473
5520
  ...other,
@@ -5483,33 +5530,33 @@ var Searchbox = (props) => {
5483
5530
  disabled,
5484
5531
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5485
5532
  children: [
5486
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { className: "k-input-icon", icon }),
5487
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputInnerInput, { placeholder, value }),
5488
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputLoadingIcon, { ...props }),
5489
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputValidationIcon, { ...props }),
5490
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputClearValue, { ...props })
5533
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { className: "k-input-icon", icon }),
5534
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
5535
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputLoadingIcon, { ...props }),
5536
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputValidationIcon, { ...props }),
5537
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputClearValue, { ...props })
5491
5538
  ]
5492
5539
  }
5493
5540
  );
5494
5541
  };
5495
- Searchbox.states = states23;
5496
- Searchbox.options = options22;
5542
+ Searchbox.states = states24;
5543
+ Searchbox.options = options23;
5497
5544
  Searchbox.className = SEARCHBOX_CLASSNAME;
5498
- Searchbox.defaultProps = defaultProps20;
5545
+ Searchbox.defaultProps = defaultProps21;
5499
5546
 
5500
5547
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5501
- var import_jsx_runtime38 = require("react/jsx-runtime");
5548
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5502
5549
 
5503
5550
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5504
- var import_jsx_runtime39 = require("react/jsx-runtime");
5551
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5505
5552
 
5506
5553
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5507
- var import_jsx_runtime40 = require("react/jsx-runtime");
5554
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5508
5555
 
5509
5556
  // src/textbox/textbox.spec.tsx
5510
- var import_jsx_runtime41 = require("react/jsx-runtime");
5557
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5511
5558
  var TEXTBOX_CLASSNAME = `k-textbox`;
5512
- var states24 = [
5559
+ var states25 = [
5513
5560
  States.hover,
5514
5561
  States.focus,
5515
5562
  States.valid,
@@ -5519,12 +5566,12 @@ var states24 = [
5519
5566
  States.loading,
5520
5567
  States.readonly
5521
5568
  ];
5522
- var options23 = {
5569
+ var options24 = {
5523
5570
  size: [Size.small, Size.medium, Size.large],
5524
5571
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5525
5572
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5526
5573
  };
5527
- var defaultProps21 = {
5574
+ var defaultProps22 = {
5528
5575
  showClearButton: true,
5529
5576
  size: Input.defaultProps.size,
5530
5577
  rounded: Input.defaultProps.rounded,
@@ -5547,10 +5594,10 @@ var Textbox = (props) => {
5547
5594
  loading,
5548
5595
  disabled,
5549
5596
  readonly,
5550
- showClearButton = defaultProps21.showClearButton,
5597
+ showClearButton = defaultProps22.showClearButton,
5551
5598
  ...other
5552
5599
  } = props;
5553
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5600
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5554
5601
  Input,
5555
5602
  {
5556
5603
  ...other,
@@ -5567,9 +5614,9 @@ var Textbox = (props) => {
5567
5614
  readonly,
5568
5615
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5569
5616
  children: [
5570
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5571
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5617
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5618
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5619
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5573
5620
  InputValidationIcon,
5574
5621
  {
5575
5622
  valid,
@@ -5578,14 +5625,14 @@ var Textbox = (props) => {
5578
5625
  disabled
5579
5626
  }
5580
5627
  ),
5581
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5628
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5582
5629
  InputLoadingIcon,
5583
5630
  {
5584
5631
  loading,
5585
5632
  disabled
5586
5633
  }
5587
5634
  ),
5588
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5635
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5589
5636
  InputClearValue,
5590
5637
  {
5591
5638
  loading,
@@ -5594,30 +5641,30 @@ var Textbox = (props) => {
5594
5641
  value
5595
5642
  }
5596
5643
  ),
5597
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix })
5644
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix })
5598
5645
  ]
5599
5646
  }
5600
5647
  );
5601
5648
  };
5602
- Textbox.states = states24;
5603
- Textbox.options = options23;
5649
+ Textbox.states = states25;
5650
+ Textbox.options = options24;
5604
5651
  Textbox.className = TEXTBOX_CLASSNAME;
5605
- Textbox.defaultProps = defaultProps21;
5652
+ Textbox.defaultProps = defaultProps22;
5606
5653
 
5607
5654
  // src/treeview/treeview.spec.tsx
5608
- var import_jsx_runtime42 = require("react/jsx-runtime");
5655
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5609
5656
  var import_react = require("react");
5610
5657
  var TREEVIEW_CLASSNAME = `k-treeview`;
5611
- var states25 = [];
5612
- var options24 = {
5658
+ var states26 = [];
5659
+ var options25 = {
5613
5660
  size: [Size.small, Size.medium, Size.large]
5614
5661
  };
5615
- var defaultProps22 = {
5662
+ var defaultProps23 = {
5616
5663
  size: Size.medium
5617
5664
  };
5618
5665
  var Treeview = (props) => {
5619
5666
  const {
5620
- size = defaultProps22.size,
5667
+ size = defaultProps23.size,
5621
5668
  children,
5622
5669
  dir,
5623
5670
  ...other
@@ -5640,17 +5687,17 @@ var Treeview = (props) => {
5640
5687
  } else {
5641
5688
  if (children.type === TreeviewItem) {
5642
5689
  listChildren.push(
5643
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TreeviewItem, { ...children.props, dir })
5690
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewItem, { ...children.props, dir })
5644
5691
  );
5645
5692
  }
5646
5693
  if (children.type === TreeviewGroup) {
5647
5694
  listChildren.push(
5648
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TreeviewGroup, { ...children.props, dir })
5695
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewGroup, { ...children.props, dir })
5649
5696
  );
5650
5697
  }
5651
5698
  }
5652
5699
  }
5653
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5700
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5654
5701
  "div",
5655
5702
  {
5656
5703
  ...other,
@@ -5662,17 +5709,17 @@ var Treeview = (props) => {
5662
5709
  size
5663
5710
  })
5664
5711
  ),
5665
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5712
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5666
5713
  }
5667
5714
  );
5668
5715
  };
5669
- Treeview.states = states25;
5670
- Treeview.options = options24;
5716
+ Treeview.states = states26;
5717
+ Treeview.options = options25;
5671
5718
  Treeview.className = TREEVIEW_CLASSNAME;
5672
- Treeview.defaultProps = defaultProps22;
5719
+ Treeview.defaultProps = defaultProps23;
5673
5720
 
5674
5721
  // src/treeview/treeview-group.tsx
5675
- var import_jsx_runtime43 = require("react/jsx-runtime");
5722
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5676
5723
  var import_react2 = require("react");
5677
5724
  var className13 = `k-treeview-group`;
5678
5725
  var TreeviewGroup = (props) => {
@@ -5693,23 +5740,23 @@ var TreeviewGroup = (props) => {
5693
5740
  } else {
5694
5741
  if (children.type === treeview_item_spec_default) {
5695
5742
  listChildren.push(
5696
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(treeview_item_spec_default, { ...children.props, dir })
5743
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(treeview_item_spec_default, { ...children.props, dir })
5697
5744
  );
5698
5745
  }
5699
5746
  }
5700
5747
  }
5701
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
5748
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
5702
5749
  };
5703
5750
 
5704
5751
  // src/treeview/treeview-leaf.tsx
5705
- var import_jsx_runtime44 = require("react/jsx-runtime");
5752
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5706
5753
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5707
- var states26 = [
5754
+ var states27 = [
5708
5755
  States.hover,
5709
5756
  States.focus,
5710
5757
  States.selected
5711
5758
  ];
5712
- var options25 = {};
5759
+ var options26 = {};
5713
5760
  var TreeviewLeaf = (props) => {
5714
5761
  const {
5715
5762
  text,
@@ -5720,7 +5767,7 @@ var TreeviewLeaf = (props) => {
5720
5767
  selected,
5721
5768
  ...other
5722
5769
  } = props;
5723
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5770
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5724
5771
  "span",
5725
5772
  {
5726
5773
  ...other,
@@ -5734,29 +5781,29 @@ var TreeviewLeaf = (props) => {
5734
5781
  })
5735
5782
  ),
5736
5783
  children: [
5737
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Icon, { icon }),
5738
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-treeview-leaf-text", children: text })
5784
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { icon }),
5785
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-treeview-leaf-text", children: text })
5739
5786
  ]
5740
5787
  }
5741
5788
  );
5742
5789
  };
5743
- TreeviewLeaf.states = states26;
5744
- TreeviewLeaf.options = options25;
5790
+ TreeviewLeaf.states = states27;
5791
+ TreeviewLeaf.options = options26;
5745
5792
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5746
5793
  var treeview_leaf_default = TreeviewLeaf;
5747
5794
 
5748
5795
  // src/treeview/treeview-item.spec.tsx
5749
- var import_jsx_runtime45 = require("react/jsx-runtime");
5796
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5750
5797
  var import_react3 = require("react");
5751
5798
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5752
- var states27 = [
5799
+ var states28 = [
5753
5800
  States.hover,
5754
5801
  States.focus,
5755
5802
  States.selected,
5756
5803
  States.disabled
5757
5804
  ];
5758
- var options26 = {};
5759
- var defaultProps23 = {};
5805
+ var options27 = {};
5806
+ var defaultProps24 = {};
5760
5807
  var TreeviewItem = (props) => {
5761
5808
  const {
5762
5809
  leafClassName,
@@ -5789,12 +5836,12 @@ var TreeviewItem = (props) => {
5789
5836
  } else {
5790
5837
  if (children.type === TreeviewGroup) {
5791
5838
  listChildren.push(
5792
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5839
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5793
5840
  );
5794
5841
  }
5795
5842
  }
5796
5843
  }
5797
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5844
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5798
5845
  "li",
5799
5846
  {
5800
5847
  ...other,
@@ -5803,19 +5850,19 @@ var TreeviewItem = (props) => {
5803
5850
  TREEVIEWITEM_CLASSNAME
5804
5851
  ),
5805
5852
  children: [
5806
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("span", { className: "k-treeview-mid", children: [
5807
- _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5853
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("span", { className: "k-treeview-mid", children: [
5854
+ _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5808
5855
  "span",
5809
5856
  {
5810
5857
  className: classNames(
5811
5858
  "k-treeview-toggle",
5812
5859
  stateClassNames("k-treeview-toggle", { disabled })
5813
5860
  ),
5814
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5861
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5815
5862
  }
5816
5863
  ),
5817
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Checkbox, { checked, disabled }),
5818
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5864
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, { checked, disabled }),
5865
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5819
5866
  treeview_leaf_default,
5820
5867
  {
5821
5868
  className: classNames(
@@ -5831,446 +5878,446 @@ var TreeviewItem = (props) => {
5831
5878
  }
5832
5879
  )
5833
5880
  ] }),
5834
- expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_jsx_runtime45.Fragment, { children: listChildren })
5881
+ expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: listChildren })
5835
5882
  ]
5836
5883
  }
5837
5884
  );
5838
5885
  };
5839
- TreeviewItem.states = states27;
5840
- TreeviewItem.options = options26;
5886
+ TreeviewItem.states = states28;
5887
+ TreeviewItem.options = options27;
5841
5888
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5842
- TreeviewItem.defaultProps = defaultProps23;
5889
+ TreeviewItem.defaultProps = defaultProps24;
5843
5890
  var treeview_item_spec_default = TreeviewItem;
5844
5891
 
5845
5892
  // src/pivotgrid/tests/pivotgrid.tsx
5846
- var import_jsx_runtime46 = require("react/jsx-runtime");
5847
- var pivotgrid_default = () => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5848
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5849
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
5850
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", children: [
5851
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5852
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5853
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5854
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5855
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5856
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5857
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5858
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5859
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5860
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5861
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" })
5893
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5894
+ var pivotgrid_default = () => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5895
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5896
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
5897
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", children: [
5898
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
5899
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5900
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5901
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5902
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5903
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5904
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5905
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5906
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5907
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
5908
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" })
5862
5909
  ] }),
5863
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5864
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5865
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5866
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-up" }),
5867
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5910
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5911
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5912
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5913
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
5914
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5868
5915
  ] }),
5869
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5916
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5870
5917
  ] }),
5871
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5873
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-up" }),
5874
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5918
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5919
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5920
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
5921
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5875
5922
  ] }),
5876
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5877
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5878
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5923
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5924
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5925
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5879
5926
  ] }),
5880
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5881
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5882
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5927
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5928
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5929
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5883
5930
  ] }),
5884
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5885
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5886
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5931
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5932
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5933
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5887
5934
  ] })
5888
5935
  ] }),
5889
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5890
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5891
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-up" }),
5892
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5936
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5937
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5938
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
5939
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5893
5940
  ] }),
5894
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5941
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5895
5942
  ] }),
5896
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5897
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5898
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5943
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5944
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5945
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5899
5946
  ] }) }),
5900
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5901
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5902
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5903
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5947
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5948
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5949
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5950
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5904
5951
  ] }),
5905
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5906
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-up" }),
5907
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5952
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5953
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
5954
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5908
5955
  ] }),
5909
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5910
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5911
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5912
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5956
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5957
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5958
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5959
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5913
5960
  ] }),
5914
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5915
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5916
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5961
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5962
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5963
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5917
5964
  ] }),
5918
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5919
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5920
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5965
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5966
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5967
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5921
5968
  ] }),
5922
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5923
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-down" }),
5924
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5969
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5970
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
5971
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5925
5972
  ] })
5926
5973
  ] }),
5927
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5928
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5929
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5930
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5931
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5974
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5975
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5976
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5977
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5978
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5932
5979
  ] })
5933
5980
  ] })
5934
5981
  ] }) }),
5935
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", children: [
5936
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5937
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", {}),
5938
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", {})
5982
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", children: [
5983
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
5984
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", {}),
5985
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", {})
5939
5986
  ] }),
5940
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5941
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5942
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5943
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "chevron-up" }),
5944
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5987
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5988
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5989
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5990
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
5991
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5945
5992
  ] }),
5946
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
5993
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
5947
5994
  ] }),
5948
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
5949
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
5950
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
5951
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
5952
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
5953
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
5954
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
5955
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
5956
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
5995
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
5996
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
5997
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
5998
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
5999
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6000
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6001
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6002
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6003
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
5957
6004
  ] })
5958
6005
  ] }) }),
5959
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
5960
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("colgroup", { children: [
5961
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5962
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5963
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5964
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5965
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5966
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5967
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5968
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5969
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" }),
5970
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("col", { width: "120" })
6006
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6007
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
6008
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6009
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6010
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6011
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6012
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6013
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6014
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6015
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6016
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
6017
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" })
5971
6018
  ] }),
5972
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
5973
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5974
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5975
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
5976
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
5977
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
5978
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5979
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
5980
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
5981
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
5982
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
5983
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6019
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
6020
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6021
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6022
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6023
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6024
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6025
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6026
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6027
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6028
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6029
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6030
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
5984
6031
  ] }),
5985
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-hover", children: [
5986
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5987
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
5988
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
5989
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
5990
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
5991
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
5992
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
5993
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
5994
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
5995
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6032
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-hover", children: [
6033
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6034
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6035
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6036
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6037
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6038
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6039
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6040
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6041
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6042
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
5996
6043
  ] }),
5997
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
5998
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
5999
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6000
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6001
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6002
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6003
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6004
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6005
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6006
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6007
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6044
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6045
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6046
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6047
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6048
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6049
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6050
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6051
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6052
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6053
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6054
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6008
6055
  ] }),
6009
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row k-selected", children: [
6010
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6011
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6012
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6013
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6014
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6015
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6016
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6017
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6018
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6019
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6056
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-selected", children: [
6057
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6058
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6059
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6060
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6061
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6062
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6063
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6064
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6065
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6066
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6020
6067
  ] }),
6021
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6022
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6023
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6024
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6025
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6026
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6027
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6028
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6029
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6030
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6031
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6068
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6069
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6070
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6071
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6072
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6073
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6074
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6075
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6076
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6077
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6078
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6032
6079
  ] }),
6033
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6034
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6035
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6036
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6037
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6038
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6039
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6040
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6041
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6042
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6043
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6080
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6081
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6082
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6083
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6084
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6085
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6086
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6087
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6088
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6089
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6090
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6044
6091
  ] }),
6045
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6046
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6047
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6048
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6049
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6050
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6051
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6052
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6053
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6054
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6055
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6092
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6093
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6094
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6095
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6096
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6097
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6098
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6099
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6100
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6101
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6102
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6056
6103
  ] }),
6057
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6058
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6059
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6060
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6061
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6062
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6063
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6064
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6065
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6066
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6067
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6104
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6105
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6106
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6107
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6108
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6109
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6110
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6111
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6112
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6113
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6114
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6068
6115
  ] }),
6069
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6070
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6071
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6072
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6073
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6074
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6075
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6076
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6077
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6078
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content" }) }),
6079
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6116
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6117
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6118
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6119
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6120
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6121
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6122
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6123
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6124
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6125
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
6126
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6080
6127
  ] }),
6081
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6082
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6083
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6084
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6085
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6086
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6087
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6088
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6089
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6090
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6091
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6128
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
6129
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6130
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6131
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6132
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6133
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6134
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6135
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6136
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6137
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6138
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6092
6139
  ] })
6093
6140
  ] })
6094
6141
  ] }) })
6095
6142
  ] }),
6096
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
6097
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6098
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
6099
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
6100
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Fields" }),
6101
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6102
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Searchbox, { placeholder: "Search..." })
6143
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
6144
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6145
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
6146
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
6147
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Fields" }),
6148
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6149
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Searchbox, { placeholder: "Search..." })
6103
6150
  ] }),
6104
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
6105
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-select-all", children: [
6106
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, {}),
6107
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: "Select all" })
6151
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
6152
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-select-all", children: [
6153
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, {}),
6154
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "Select all" })
6108
6155
  ] }),
6109
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6110
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: "5 fields selected" })
6156
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6157
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "5 fields selected" })
6111
6158
  ] }),
6112
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(Treeview, { children: [
6113
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6114
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6115
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(TreeviewGroup, { children: [
6116
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6117
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(TreeviewGroup, { children: [
6118
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6119
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6159
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Treeview, { children: [
6160
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6162
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(TreeviewGroup, { children: [
6163
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6164
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(TreeviewGroup, { children: [
6165
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6166
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6120
6167
  ] }) })
6121
6168
  ] }) }),
6122
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6123
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6124
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6125
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6169
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6170
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6171
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6172
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6126
6173
  ] }) }) }),
6127
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Columns" }) }),
6128
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ChipList, { className: "k-column-fields", children: [
6129
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6174
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Columns" }) }),
6175
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(ChipList, { className: "k-column-fields", children: [
6176
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6130
6177
  Chip,
6131
6178
  {
6132
6179
  text: "Date.Calendar",
6133
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
6134
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
6135
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
6180
+ actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6181
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
6182
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
6136
6183
  ] })
6137
6184
  }
6138
6185
  ),
6139
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6186
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6140
6187
  Chip,
6141
6188
  {
6142
6189
  text: "Product.Category",
6143
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
6144
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
6145
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
6190
+ actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6191
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
6192
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
6146
6193
  ] })
6147
6194
  }
6148
6195
  )
6149
6196
  ] }),
6150
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Rows" }) }),
6151
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6197
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Rows" }) }),
6198
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6152
6199
  Chip,
6153
6200
  {
6154
6201
  text: "Geography.City",
6155
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
6156
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
6157
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
6202
+ actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6203
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
6204
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
6158
6205
  ] })
6159
6206
  }
6160
6207
  ) }),
6161
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Filters" }) }),
6162
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6208
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Filters" }) }),
6209
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6163
6210
  Chip,
6164
6211
  {
6165
6212
  text: "Sales Channel.Sales Channel",
6166
- actions: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
6167
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "more" }),
6168
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ChipAction, { type: "remove" })
6213
+ actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
6214
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
6215
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
6169
6216
  ] })
6170
6217
  }
6171
6218
  ) }),
6172
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-form-field", children: [
6173
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("label", { className: "k-label", children: "Values" }),
6174
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { children: "Add Custom" })
6219
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
6220
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Values" }),
6221
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6222
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Add Custom" })
6176
6223
  ] }),
6177
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-value-fields", children: [
6178
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field", children: [
6179
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-header", children: [
6180
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6181
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6182
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6183
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6224
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-value-fields", children: [
6225
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
6226
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
6227
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6228
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
6229
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6230
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6184
6231
  ] }),
6185
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6186
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-actions", children: [
6187
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "formula-fx" }),
6188
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Custom" }),
6189
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6190
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "eye" }),
6191
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Default" })
6232
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6233
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
6234
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" }),
6235
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Custom" }),
6236
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6237
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
6238
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
6192
6239
  ] })
6193
6240
  ] }),
6194
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field", children: [
6195
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-header", children: [
6196
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6241
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
6242
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
6243
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6197
6244
  Textbox,
6198
6245
  {
6199
6246
  showClearButton: false,
6200
6247
  value: "Renamed Field",
6201
- suffix: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "check" })
6248
+ suffix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "check" })
6202
6249
  }
6203
6250
  ),
6204
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6205
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6251
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6252
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6206
6253
  ] }),
6207
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6254
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6208
6255
  Textbox,
6209
6256
  {
6210
6257
  showClearButton: false,
6211
6258
  value: "=IF(Amount>100, 3%*Amount)",
6212
- prefix: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "formula-fx" })
6259
+ prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" })
6213
6260
  }
6214
6261
  ) }),
6215
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-actions", children: [
6216
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "formula-fx" }),
6217
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Custom" }),
6218
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6219
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "eye" }),
6220
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Default" })
6262
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
6263
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" }),
6264
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Custom" }),
6265
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6266
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
6267
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
6221
6268
  ] })
6222
6269
  ] }),
6223
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field", children: [
6224
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-header", children: [
6225
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6226
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6227
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6270
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
6271
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
6272
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6273
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6274
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6228
6275
  ] }),
6229
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-actions", children: [
6230
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "sum" }),
6231
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "SUM" }),
6232
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6233
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "eye" }),
6234
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Default" })
6276
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
6277
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
6278
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6280
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
6281
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
6235
6282
  ] })
6236
6283
  ] }),
6237
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field", children: [
6238
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-header", children: [
6239
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6240
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6241
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6284
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
6285
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
6286
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6287
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6288
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6242
6289
  ] }),
6243
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-actions", children: [
6244
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "sum" }),
6245
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "SUM" }),
6246
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6247
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "eye" }),
6248
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Default" })
6290
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
6291
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
6292
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
6293
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6294
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
6295
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
6249
6296
  ] })
6250
6297
  ] }),
6251
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field", children: [
6252
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-header", children: [
6253
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6254
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6255
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6298
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
6299
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
6300
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6301
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6302
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
6256
6303
  ] }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-calculated-field-actions", children: [
6258
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "sum" }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "SUM" }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-spacer" }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "eye" }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(DropdownList, { value: "Default" })
6304
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
6305
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
6308
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
6309
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
6263
6310
  ] })
6264
6311
  ] })
6265
6312
  ] })
6266
6313
  ] }) }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
6268
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { children: "Cancel" }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { themeColor: "primary", children: "Apply" })
6314
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
6315
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Cancel" }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", children: "Apply" })
6270
6317
  ] })
6271
6318
  ] }) }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("span", { children: [
6319
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { children: [
6273
6320
  "Change settings",
6274
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "gear" })
6321
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "gear" })
6275
6322
  ] }) })
6276
6323
  ] }) }) }) });