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

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 (1400) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +92 -86
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +66 -60
  3. package/dist/cjs/avatar/templates/avatar-icon.js +192 -0
  4. package/dist/cjs/avatar/templates/avatar-image.js +192 -0
  5. package/dist/cjs/avatar/templates/avatar-text.js +192 -0
  6. package/dist/cjs/avatar/tests/avatar-size-rounded.js +136 -195
  7. package/dist/cjs/avatar/tests/avatar.js +47 -113
  8. package/dist/cjs/card/tests/card-custom.js +86 -77
  9. package/dist/cjs/chat/tests/chat-rtl.js +114 -105
  10. package/dist/cjs/chat/tests/chat-scrollable-deck.js +86 -77
  11. package/dist/cjs/chat/tests/chat.js +297 -282
  12. package/dist/cjs/checkbox/templates/checkbox-label.js +176 -0
  13. package/dist/cjs/checkbox/templates/checkbox-normal.js +173 -0
  14. package/dist/cjs/checkbox/tests/checkbox-rounded.js +31 -47
  15. package/dist/cjs/checkbox/tests/checkbox-size.js +33 -99
  16. package/dist/cjs/checkbox/tests/checkbox.js +80 -128
  17. package/dist/cjs/chip/chip.spec.js +15 -6
  18. package/dist/cjs/chip/templates/chip-avatar.js +4398 -0
  19. package/dist/cjs/chip/templates/chip-icon.js +4398 -0
  20. package/dist/cjs/chip/templates/chip-normal.js +4398 -0
  21. package/dist/cjs/chip/templates/chip-removable.js +4431 -0
  22. package/dist/cjs/chip/tests/chip-list-size.js +37 -28
  23. package/dist/cjs/chip/tests/chip-list.js +49 -26
  24. package/dist/cjs/chip/tests/chip-outline.js +58 -58
  25. package/dist/cjs/chip/tests/chip-size-rounded.js +49 -76
  26. package/dist/cjs/chip/tests/chip-solid.js +58 -58
  27. package/dist/cjs/combobox/tests/combobox-opened.js +42 -36
  28. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +108 -102
  29. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +113 -107
  30. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +104 -98
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +99 -93
  32. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +60 -54
  33. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +52 -46
  34. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +59 -53
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +57 -51
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +55 -49
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +50 -44
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +71 -65
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +59 -53
  40. package/dist/cjs/dropdownlist/tests/dropdownlist.js +59 -53
  41. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +122 -116
  42. package/dist/cjs/editor/editor-toolbar.js +72 -66
  43. package/dist/cjs/editor/tests/editor-find-replace.js +270 -264
  44. package/dist/cjs/editor/tests/editor-table-wizard.js +263 -257
  45. package/dist/cjs/editor/tests/editor.js +286 -280
  46. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +115 -109
  47. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +115 -109
  48. package/dist/cjs/filemanager/tests/filemanager-gridview.js +180 -174
  49. package/dist/cjs/filemanager/tests/filemanager-listview.js +134 -128
  50. package/dist/cjs/filemanager/tests/filemanager-preview.js +233 -227
  51. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +77 -71
  52. package/dist/cjs/filter/tests/filter.js +179 -173
  53. package/dist/cjs/form/tests/form-field-dropdowns.js +183 -156
  54. package/dist/cjs/form/tests/form-field-inputs-rtl.js +299 -293
  55. package/dist/cjs/form/tests/form-field-inputs.js +276 -270
  56. package/dist/cjs/form/tests/form-grid-layout.js +77 -71
  57. package/dist/cjs/form/tests/form-misc.js +124 -118
  58. package/dist/cjs/form/tests/form-sizes.js +99 -93
  59. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +85 -79
  60. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +53 -47
  61. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +134 -128
  62. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +177 -171
  63. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +134 -128
  64. package/dist/cjs/gantt/tests/gantt-react.js +438 -432
  65. package/dist/cjs/gantt/tests/gantt-row-reordering.js +743 -737
  66. package/dist/cjs/gantt/tests/gantt.js +717 -711
  67. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +58 -52
  68. package/dist/cjs/grid/tests/grid-adaptive-pager.js +73 -67
  69. package/dist/cjs/grid/tests/grid-adaptive-search.js +72 -66
  70. package/dist/cjs/grid/tests/grid-angular.js +276 -270
  71. package/dist/cjs/grid/tests/grid-column-menu-angular.js +100 -94
  72. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +107 -101
  73. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +306 -300
  74. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +238 -232
  75. package/dist/cjs/grid/tests/grid-column-menu.js +306 -300
  76. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +368 -341
  77. package/dist/cjs/grid/tests/grid-column-reordering.js +373 -346
  78. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +210 -183
  79. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +243 -237
  80. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +241 -235
  81. package/dist/cjs/grid/tests/grid-editing-popup.js +309 -303
  82. package/dist/cjs/grid/tests/grid-editing.js +272 -266
  83. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +98 -92
  84. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +101 -95
  85. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +117 -111
  86. package/dist/cjs/grid/tests/grid-filter-menu.js +61 -55
  87. package/dist/cjs/grid/tests/grid-filter-row-angular.js +280 -274
  88. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +275 -269
  89. package/dist/cjs/grid/tests/grid-filter-row.js +130 -124
  90. package/dist/cjs/grid/tests/grid-grouping-actions.js +334 -307
  91. package/dist/cjs/grid/tests/grid-grouping-blazor.js +181 -154
  92. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +274 -247
  93. package/dist/cjs/grid/tests/grid-grouping.js +275 -248
  94. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +172 -166
  95. package/dist/cjs/grid/tests/grid-locked-columns.js +328 -322
  96. package/dist/cjs/grid/tests/grid-pager.js +159 -153
  97. package/dist/cjs/grid/tests/grid-react-basic.js +134 -128
  98. package/dist/cjs/grid/tests/grid-row-reordering.js +222 -216
  99. package/dist/cjs/grid/tests/grid-rows-resizing.js +166 -160
  100. package/dist/cjs/grid/tests/grid-rows-states.js +111 -105
  101. package/dist/cjs/grid/tests/grid-rtl-angular.js +159 -153
  102. package/dist/cjs/grid/tests/grid-rtl.js +152 -146
  103. package/dist/cjs/grid/tests/grid-selection-aggregates.js +161 -155
  104. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +439 -412
  105. package/dist/cjs/grid/tests/grid-size-sm.js +439 -412
  106. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +204 -177
  107. package/dist/cjs/grid/tests/grid-sticky-columns.js +206 -185
  108. package/dist/cjs/grid/tests/grid-toolbar.js +132 -126
  109. package/dist/cjs/grid/tests/grid.js +177 -171
  110. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +235 -229
  111. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +223 -217
  112. package/dist/cjs/imageeditor/tests/imageeditor.js +118 -112
  113. package/dist/cjs/index.js +2255 -2204
  114. package/dist/cjs/list/list-angular.spec.js +49 -43
  115. package/dist/cjs/list/list-group.js +40 -34
  116. package/dist/cjs/list/list-item.spec.js +26 -20
  117. package/dist/cjs/list/list.spec.js +48 -42
  118. package/dist/cjs/list/tests/list-grouping.js +124 -118
  119. package/dist/cjs/list/tests/list-sizes.js +101 -95
  120. package/dist/cjs/list/tests/list.js +92 -86
  121. package/dist/cjs/listbox/listbox.spec.js +40 -34
  122. package/dist/cjs/listbox/tests/listbox-sizes.js +84 -78
  123. package/dist/cjs/listbox/tests/listbox.js +118 -112
  124. package/dist/cjs/listview/listview.spec.js +77 -71
  125. package/dist/cjs/listview/tests/listview-layout.js +118 -112
  126. package/dist/cjs/listview/tests/listview-loading.js +89 -83
  127. package/dist/cjs/listview/tests/listview.js +104 -98
  128. package/dist/cjs/mediaplayer/tests/mediaplayer.js +120 -114
  129. package/dist/cjs/multiselect/multiselect.spec.js +48 -27
  130. package/dist/cjs/multiselect/tests/multiselect-flat.js +140 -119
  131. package/dist/cjs/multiselect/tests/multiselect-opened.js +158 -131
  132. package/dist/cjs/multiselect/tests/multiselect-outline.js +140 -119
  133. package/dist/cjs/multiselect/tests/multiselect-size.js +104 -83
  134. package/dist/cjs/multiselect/tests/multiselect.js +140 -119
  135. package/dist/cjs/multiselecttree/multiselecttree.spec.js +47 -26
  136. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +139 -118
  137. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +163 -136
  138. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +139 -118
  139. package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +103 -82
  140. package/dist/cjs/multiselecttree/tests/multiselecttree.js +139 -118
  141. package/dist/cjs/orgchart/orgchart-node.js +20 -11
  142. package/dist/cjs/orgchart/orgchart.spec.js +27 -18
  143. package/dist/cjs/orgchart/tests/orgchart-group-states.js +42 -33
  144. package/dist/cjs/orgchart/tests/orgchart-group.js +47 -38
  145. package/dist/cjs/orgchart/tests/orgchart-node.js +35 -26
  146. package/dist/cjs/pager/index.js +67 -61
  147. package/dist/cjs/pager/pager.spec.js +67 -61
  148. package/dist/cjs/pager/tests/pager-responsive.js +87 -81
  149. package/dist/cjs/pager/tests/pager-sizes.js +87 -81
  150. package/dist/cjs/pager/tests/pager.js +77 -71
  151. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +113 -107
  152. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +119 -113
  153. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +116 -110
  154. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +113 -107
  155. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +250 -244
  156. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +168 -141
  157. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +284 -257
  158. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +326 -299
  159. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +380 -353
  160. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +380 -353
  161. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +510 -483
  162. package/dist/cjs/pivotgrid/tests/pivotgrid.js +491 -464
  163. package/dist/cjs/popup/tests/popup-list-grouping.js +130 -124
  164. package/dist/cjs/popup/tests/popup-list.js +138 -132
  165. package/dist/cjs/popup/tests/popup-no-data.js +92 -86
  166. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +112 -106
  167. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +290 -284
  168. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +213 -207
  169. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +158 -152
  170. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +194 -188
  171. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +194 -188
  172. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +250 -244
  173. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +211 -205
  174. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +211 -205
  175. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +366 -360
  176. package/dist/cjs/scheduler/tests/scheduler-angular.js +366 -360
  177. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +392 -365
  178. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +406 -379
  179. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +224 -218
  180. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +134 -128
  181. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +203 -197
  182. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +281 -275
  183. package/dist/cjs/scheduler/tests/scheduler-react-day.js +766 -760
  184. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1701 -1695
  185. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +673 -667
  186. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +587 -581
  187. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1502 -1496
  188. package/dist/cjs/scheduler/tests/scheduler-year.js +816 -810
  189. package/dist/cjs/scheduler/tests/scheduler.js +466 -460
  190. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +158 -152
  191. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +125 -119
  192. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +56 -50
  193. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +386 -380
  194. package/dist/cjs/spreadsheet/tests/spreadsheet.js +357 -351
  195. package/dist/cjs/taskboard/tests/taskboard-card.js +137 -131
  196. package/dist/cjs/taskboard/tests/taskboard-pane.js +208 -202
  197. package/dist/cjs/taskboard/tests/taskboard-rtl.js +134 -128
  198. package/dist/cjs/taskboard/tests/taskboard.js +128 -122
  199. package/dist/cjs/toolbar/tests/toolbar-angular.js +100 -94
  200. package/dist/cjs/toolbar/tests/toolbar-components.js +130 -124
  201. package/dist/cjs/toolbar/tests/toolbar-sizes.js +127 -121
  202. package/dist/cjs/toolbar/tests/toolbar.js +164 -158
  203. package/dist/cjs/toolbar/toolbar-angular.spec.js +55 -49
  204. package/dist/cjs/toolbar/toolbar.spec.js +55 -49
  205. package/dist/cjs/treelist/tests/treelist-editing-popup.js +251 -245
  206. package/dist/cjs/treelist/tests/treelist-react.js +311 -305
  207. package/dist/cjs/treeview/tests/treeview-size.js +71 -65
  208. package/dist/cjs/treeview/tests/treeview.js +130 -124
  209. package/dist/cjs/treeview/treeview-group.js +36 -30
  210. package/dist/cjs/treeview/treeview-item.spec.js +36 -30
  211. package/dist/cjs/treeview/treeview.spec.js +41 -35
  212. package/dist/esm/action-sheet/tests/action-sheet-list.js +92 -86
  213. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +66 -60
  214. package/dist/esm/avatar/templates/avatar-icon.js +170 -0
  215. package/dist/esm/avatar/templates/avatar-image.js +170 -0
  216. package/dist/esm/avatar/templates/avatar-text.js +170 -0
  217. package/dist/esm/avatar/tests/avatar-size-rounded.js +134 -193
  218. package/dist/esm/avatar/tests/avatar.js +45 -111
  219. package/dist/esm/card/tests/card-custom.js +58 -49
  220. package/dist/esm/chat/tests/chat-rtl.js +103 -94
  221. package/dist/esm/chat/tests/chat-scrollable-deck.js +77 -68
  222. package/dist/esm/chat/tests/chat.js +285 -270
  223. package/dist/esm/checkbox/templates/checkbox-label.js +154 -0
  224. package/dist/esm/checkbox/templates/checkbox-normal.js +151 -0
  225. package/dist/esm/checkbox/tests/checkbox-rounded.js +31 -47
  226. package/dist/esm/checkbox/tests/checkbox-size.js +33 -99
  227. package/dist/esm/checkbox/tests/checkbox.js +80 -128
  228. package/dist/esm/chip/chip.spec.js +14 -5
  229. package/dist/esm/chip/templates/chip-avatar.js +4382 -0
  230. package/dist/esm/chip/templates/chip-icon.js +4382 -0
  231. package/dist/esm/chip/templates/chip-normal.js +4382 -0
  232. package/dist/esm/chip/templates/chip-removable.js +4415 -0
  233. package/dist/esm/chip/tests/chip-list-size.js +36 -27
  234. package/dist/esm/chip/tests/chip-list.js +48 -25
  235. package/dist/esm/chip/tests/chip-outline.js +57 -57
  236. package/dist/esm/chip/tests/chip-size-rounded.js +46 -73
  237. package/dist/esm/chip/tests/chip-solid.js +57 -57
  238. package/dist/esm/combobox/tests/combobox-opened.js +42 -36
  239. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +108 -102
  240. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +113 -107
  241. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +104 -98
  242. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +99 -93
  243. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +60 -54
  244. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +52 -46
  245. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +59 -53
  246. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +57 -51
  247. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +55 -49
  248. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +50 -44
  249. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +71 -65
  250. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +59 -53
  251. package/dist/esm/dropdownlist/tests/dropdownlist.js +59 -53
  252. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +122 -116
  253. package/dist/esm/editor/editor-toolbar.js +72 -66
  254. package/dist/esm/editor/tests/editor-find-replace.js +270 -264
  255. package/dist/esm/editor/tests/editor-table-wizard.js +263 -257
  256. package/dist/esm/editor/tests/editor.js +286 -280
  257. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +115 -109
  258. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +115 -109
  259. package/dist/esm/filemanager/tests/filemanager-gridview.js +180 -174
  260. package/dist/esm/filemanager/tests/filemanager-listview.js +134 -128
  261. package/dist/esm/filemanager/tests/filemanager-preview.js +233 -227
  262. package/dist/esm/filemanager/tests/filemanager-toolbar.js +77 -71
  263. package/dist/esm/filter/tests/filter.js +179 -173
  264. package/dist/esm/form/tests/form-field-dropdowns.js +174 -147
  265. package/dist/esm/form/tests/form-field-inputs-rtl.js +299 -293
  266. package/dist/esm/form/tests/form-field-inputs.js +276 -270
  267. package/dist/esm/form/tests/form-grid-layout.js +77 -71
  268. package/dist/esm/form/tests/form-misc.js +124 -118
  269. package/dist/esm/form/tests/form-sizes.js +99 -93
  270. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +85 -79
  271. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +53 -47
  272. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +134 -128
  273. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +177 -171
  274. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +134 -128
  275. package/dist/esm/gantt/tests/gantt-react.js +438 -432
  276. package/dist/esm/gantt/tests/gantt-row-reordering.js +743 -737
  277. package/dist/esm/gantt/tests/gantt.js +717 -711
  278. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +58 -52
  279. package/dist/esm/grid/tests/grid-adaptive-pager.js +73 -67
  280. package/dist/esm/grid/tests/grid-adaptive-search.js +72 -66
  281. package/dist/esm/grid/tests/grid-angular.js +276 -270
  282. package/dist/esm/grid/tests/grid-column-menu-angular.js +100 -94
  283. package/dist/esm/grid/tests/grid-column-menu-blazor.js +107 -101
  284. package/dist/esm/grid/tests/grid-column-menu-rtl.js +306 -300
  285. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +238 -232
  286. package/dist/esm/grid/tests/grid-column-menu.js +306 -300
  287. package/dist/esm/grid/tests/grid-column-reordering-actions.js +360 -333
  288. package/dist/esm/grid/tests/grid-column-reordering.js +365 -338
  289. package/dist/esm/grid/tests/grid-editing-custom-editor.js +210 -183
  290. package/dist/esm/grid/tests/grid-editing-inline-angular.js +243 -237
  291. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +241 -235
  292. package/dist/esm/grid/tests/grid-editing-popup.js +309 -303
  293. package/dist/esm/grid/tests/grid-editing.js +272 -266
  294. package/dist/esm/grid/tests/grid-filter-menu-angular.js +98 -92
  295. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +101 -95
  296. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +117 -111
  297. package/dist/esm/grid/tests/grid-filter-menu.js +61 -55
  298. package/dist/esm/grid/tests/grid-filter-row-angular.js +280 -274
  299. package/dist/esm/grid/tests/grid-filter-row-blazor.js +275 -269
  300. package/dist/esm/grid/tests/grid-filter-row.js +130 -124
  301. package/dist/esm/grid/tests/grid-grouping-actions.js +326 -299
  302. package/dist/esm/grid/tests/grid-grouping-blazor.js +181 -154
  303. package/dist/esm/grid/tests/grid-grouping-detail-template.js +274 -247
  304. package/dist/esm/grid/tests/grid-grouping.js +275 -248
  305. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +172 -166
  306. package/dist/esm/grid/tests/grid-locked-columns.js +328 -322
  307. package/dist/esm/grid/tests/grid-pager.js +159 -153
  308. package/dist/esm/grid/tests/grid-react-basic.js +134 -128
  309. package/dist/esm/grid/tests/grid-row-reordering.js +222 -216
  310. package/dist/esm/grid/tests/grid-rows-resizing.js +166 -160
  311. package/dist/esm/grid/tests/grid-rows-states.js +111 -105
  312. package/dist/esm/grid/tests/grid-rtl-angular.js +159 -153
  313. package/dist/esm/grid/tests/grid-rtl.js +152 -146
  314. package/dist/esm/grid/tests/grid-selection-aggregates.js +161 -155
  315. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +439 -412
  316. package/dist/esm/grid/tests/grid-size-sm.js +439 -412
  317. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +204 -177
  318. package/dist/esm/grid/tests/grid-sticky-columns.js +179 -158
  319. package/dist/esm/grid/tests/grid-toolbar.js +132 -126
  320. package/dist/esm/grid/tests/grid.js +177 -171
  321. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +235 -229
  322. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +223 -217
  323. package/dist/esm/imageeditor/tests/imageeditor.js +118 -112
  324. package/dist/esm/index.js +2249 -2198
  325. package/dist/esm/list/list-angular.spec.js +49 -43
  326. package/dist/esm/list/list-group.js +40 -34
  327. package/dist/esm/list/list-item.spec.js +26 -20
  328. package/dist/esm/list/list.spec.js +48 -42
  329. package/dist/esm/list/tests/list-grouping.js +124 -118
  330. package/dist/esm/list/tests/list-sizes.js +101 -95
  331. package/dist/esm/list/tests/list.js +92 -86
  332. package/dist/esm/listbox/listbox.spec.js +40 -34
  333. package/dist/esm/listbox/tests/listbox-sizes.js +84 -78
  334. package/dist/esm/listbox/tests/listbox.js +118 -112
  335. package/dist/esm/listview/listview.spec.js +77 -71
  336. package/dist/esm/listview/tests/listview-layout.js +118 -112
  337. package/dist/esm/listview/tests/listview-loading.js +89 -83
  338. package/dist/esm/listview/tests/listview.js +104 -98
  339. package/dist/esm/mediaplayer/tests/mediaplayer.js +120 -114
  340. package/dist/esm/multiselect/multiselect.spec.js +44 -23
  341. package/dist/esm/multiselect/tests/multiselect-flat.js +129 -108
  342. package/dist/esm/multiselect/tests/multiselect-opened.js +155 -128
  343. package/dist/esm/multiselect/tests/multiselect-outline.js +129 -108
  344. package/dist/esm/multiselect/tests/multiselect-size.js +92 -71
  345. package/dist/esm/multiselect/tests/multiselect.js +129 -108
  346. package/dist/esm/multiselecttree/multiselecttree.spec.js +44 -23
  347. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +129 -108
  348. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +157 -130
  349. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +129 -108
  350. package/dist/esm/multiselecttree/tests/multiselecttree-size.js +92 -71
  351. package/dist/esm/multiselecttree/tests/multiselecttree.js +129 -108
  352. package/dist/esm/orgchart/orgchart-node.js +18 -9
  353. package/dist/esm/orgchart/orgchart.spec.js +25 -16
  354. package/dist/esm/orgchart/tests/orgchart-group-states.js +36 -27
  355. package/dist/esm/orgchart/tests/orgchart-group.js +38 -29
  356. package/dist/esm/orgchart/tests/orgchart-node.js +31 -22
  357. package/dist/esm/pager/index.js +67 -61
  358. package/dist/esm/pager/pager.spec.js +67 -61
  359. package/dist/esm/pager/tests/pager-responsive.js +87 -81
  360. package/dist/esm/pager/tests/pager-sizes.js +87 -81
  361. package/dist/esm/pager/tests/pager.js +77 -71
  362. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +113 -107
  363. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +119 -113
  364. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +116 -110
  365. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +113 -107
  366. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +250 -244
  367. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +167 -140
  368. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +272 -245
  369. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +326 -299
  370. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +380 -353
  371. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +380 -353
  372. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +510 -483
  373. package/dist/esm/pivotgrid/tests/pivotgrid.js +491 -464
  374. package/dist/esm/popup/tests/popup-list-grouping.js +130 -124
  375. package/dist/esm/popup/tests/popup-list.js +138 -132
  376. package/dist/esm/popup/tests/popup-no-data.js +92 -86
  377. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +112 -106
  378. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +290 -284
  379. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +213 -207
  380. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +158 -152
  381. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +194 -188
  382. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +194 -188
  383. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +250 -244
  384. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +211 -205
  385. package/dist/esm/scheduler/tests/scheduler-angular-month.js +211 -205
  386. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +366 -360
  387. package/dist/esm/scheduler/tests/scheduler-angular.js +366 -360
  388. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +392 -365
  389. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +406 -379
  390. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +224 -218
  391. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +134 -128
  392. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +203 -197
  393. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +281 -275
  394. package/dist/esm/scheduler/tests/scheduler-react-day.js +766 -760
  395. package/dist/esm/scheduler/tests/scheduler-react-month.js +1701 -1695
  396. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +673 -667
  397. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +587 -581
  398. package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1496
  399. package/dist/esm/scheduler/tests/scheduler-year.js +816 -810
  400. package/dist/esm/scheduler/tests/scheduler.js +466 -460
  401. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +158 -152
  402. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +125 -119
  403. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +56 -50
  404. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +386 -380
  405. package/dist/esm/spreadsheet/tests/spreadsheet.js +357 -351
  406. package/dist/esm/taskboard/tests/taskboard-card.js +137 -131
  407. package/dist/esm/taskboard/tests/taskboard-pane.js +208 -202
  408. package/dist/esm/taskboard/tests/taskboard-rtl.js +134 -128
  409. package/dist/esm/taskboard/tests/taskboard.js +128 -122
  410. package/dist/esm/toolbar/tests/toolbar-angular.js +100 -94
  411. package/dist/esm/toolbar/tests/toolbar-components.js +130 -124
  412. package/dist/esm/toolbar/tests/toolbar-sizes.js +127 -121
  413. package/dist/esm/toolbar/tests/toolbar.js +164 -158
  414. package/dist/esm/toolbar/toolbar-angular.spec.js +55 -49
  415. package/dist/esm/toolbar/toolbar.spec.js +55 -49
  416. package/dist/esm/treelist/tests/treelist-editing-popup.js +251 -245
  417. package/dist/esm/treelist/tests/treelist-react.js +311 -305
  418. package/dist/esm/treeview/tests/treeview-size.js +71 -65
  419. package/dist/esm/treeview/tests/treeview.js +130 -124
  420. package/dist/esm/treeview/treeview-group.js +36 -30
  421. package/dist/esm/treeview/treeview-item.spec.js +36 -30
  422. package/dist/esm/treeview/treeview.spec.js +41 -35
  423. package/dist/types/action-buttons/action-buttons.spec.d.ts +1 -2
  424. package/dist/types/action-buttons/tests/action-buttons.d.ts +1 -2
  425. package/dist/types/action-sheet/action-sheet.spec.d.ts +1 -1
  426. package/dist/types/action-sheet/actionsheet-content.d.ts +1 -2
  427. package/dist/types/action-sheet/actionsheet-footer.d.ts +1 -2
  428. package/dist/types/action-sheet/actionsheet-header.d.ts +1 -2
  429. package/dist/types/action-sheet/actionsheet-item.d.ts +1 -2
  430. package/dist/types/action-sheet/actionsheet-items.d.ts +1 -2
  431. package/dist/types/action-sheet/tests/action-sheet-calendar-infinite.d.ts +1 -2
  432. package/dist/types/action-sheet/tests/action-sheet-calendar.d.ts +1 -2
  433. package/dist/types/action-sheet/tests/action-sheet-data-table.d.ts +1 -2
  434. package/dist/types/action-sheet/tests/action-sheet-date-time-selector.d.ts +1 -2
  435. package/dist/types/action-sheet/tests/action-sheet-list.d.ts +1 -2
  436. package/dist/types/action-sheet/tests/action-sheet-position.d.ts +1 -2
  437. package/dist/types/action-sheet/tests/action-sheet-time-selector.d.ts +1 -2
  438. package/dist/types/action-sheet/tests/action-sheet-treeview.d.ts +1 -2
  439. package/dist/types/action-sheet/tests/action-sheet.d.ts +1 -2
  440. package/dist/types/animation-container/animation-container.spec.d.ts +1 -1
  441. package/dist/types/appbar/appbar-section.d.ts +1 -2
  442. package/dist/types/appbar/appbar.spec.d.ts +1 -2
  443. package/dist/types/appbar/tests/appbar.d.ts +1 -2
  444. package/dist/types/autocomplete/autocomplete.spec.d.ts +1 -1
  445. package/dist/types/autocomplete/tests/autocomplete-flat.d.ts +1 -2
  446. package/dist/types/autocomplete/tests/autocomplete-outline.d.ts +1 -2
  447. package/dist/types/autocomplete/tests/autocomplete.d.ts +1 -2
  448. package/dist/types/avatar/avatar.spec.d.ts +1 -2
  449. package/dist/types/avatar/index.d.ts +4 -1
  450. package/dist/types/avatar/templates/avatar-icon.d.ts +1 -0
  451. package/dist/types/avatar/templates/avatar-image.d.ts +1 -0
  452. package/dist/types/avatar/templates/avatar-text.d.ts +1 -0
  453. package/dist/types/avatar/tests/avatar-size-rounded.d.ts +1 -2
  454. package/dist/types/avatar/tests/avatar.d.ts +1 -2
  455. package/dist/types/badge/badge.spec.d.ts +1 -2
  456. package/dist/types/badge/tests/badge-misc.d.ts +1 -2
  457. package/dist/types/badge/tests/badge-position.d.ts +1 -2
  458. package/dist/types/badge/tests/badge-size.d.ts +1 -2
  459. package/dist/types/badge/tests/badge.d.ts +1 -2
  460. package/dist/types/barcode/tests/barcode.d.ts +1 -2
  461. package/dist/types/bottom-nav/bottom-nav-item.d.ts +1 -2
  462. package/dist/types/bottom-nav/bottom-nav.spec.d.ts +1 -2
  463. package/dist/types/bottom-nav/tests/bottom-nav-colors.d.ts +1 -2
  464. package/dist/types/bottom-nav/tests/bottom-nav-items.d.ts +1 -2
  465. package/dist/types/bottom-nav/tests/bottom-nav-rtl.d.ts +1 -2
  466. package/dist/types/bottom-nav/tests/bottom-nav.d.ts +1 -2
  467. package/dist/types/breadcrumb/breadcrumb-container.d.ts +1 -2
  468. package/dist/types/breadcrumb/breadcrumb-input-container.d.ts +1 -2
  469. package/dist/types/breadcrumb/breadcrumb-item-text.d.ts +1 -2
  470. package/dist/types/breadcrumb/breadcrumb-item.d.ts +1 -2
  471. package/dist/types/breadcrumb/breadcrumb-link.d.ts +1 -2
  472. package/dist/types/breadcrumb/breadcrumb-root-item-container.d.ts +1 -2
  473. package/dist/types/breadcrumb/breadcrumb.spec.d.ts +1 -2
  474. package/dist/types/breadcrumb/tests/breadcrumb-rtl.d.ts +1 -2
  475. package/dist/types/breadcrumb/tests/breadcrumb.d.ts +1 -2
  476. package/dist/types/button/button.spec.d.ts +1 -2
  477. package/dist/types/button/templates/icon-button.d.ts +1 -2
  478. package/dist/types/button/templates/icon-text-button.d.ts +1 -2
  479. package/dist/types/button/templates/text-button.d.ts +1 -2
  480. package/dist/types/button/tests/button-clear.d.ts +1 -2
  481. package/dist/types/button/tests/button-flat.d.ts +1 -2
  482. package/dist/types/button/tests/button-link.d.ts +1 -2
  483. package/dist/types/button/tests/button-outline.d.ts +1 -2
  484. package/dist/types/button/tests/button-rtl.d.ts +1 -2
  485. package/dist/types/button/tests/button-size.d.ts +1 -2
  486. package/dist/types/button/tests/button-solid.d.ts +1 -2
  487. package/dist/types/button/tests/button.d.ts +1 -2
  488. package/dist/types/button-group/button-group.spec.d.ts +1 -2
  489. package/dist/types/button-group/templates/icon-button-group.d.ts +1 -2
  490. package/dist/types/button-group/templates/icon-text-button-group.d.ts +1 -2
  491. package/dist/types/button-group/templates/mixed-button-group.d.ts +1 -2
  492. package/dist/types/button-group/templates/text-button-group.d.ts +1 -2
  493. package/dist/types/button-group/tests/button-group-rounded.d.ts +1 -2
  494. package/dist/types/button-group/tests/button-group.d.ts +1 -2
  495. package/dist/types/calendar/calendar-cell.d.ts +1 -2
  496. package/dist/types/calendar/calendar-footer.d.ts +1 -2
  497. package/dist/types/calendar/calendar-header.d.ts +1 -2
  498. package/dist/types/calendar/calendar-table-head.d.ts +1 -2
  499. package/dist/types/calendar/calendar-table.d.ts +1 -2
  500. package/dist/types/calendar/calendar-view.d.ts +1 -2
  501. package/dist/types/calendar/calendar.spec.d.ts +1 -2
  502. package/dist/types/calendar/tests/calendar-classic-jquery.d.ts +1 -2
  503. package/dist/types/calendar/tests/calendar-infinite-rtl.d.ts +1 -2
  504. package/dist/types/calendar/tests/calendar-infinite.d.ts +1 -2
  505. package/dist/types/calendar/tests/calendar-modern-angular.d.ts +1 -2
  506. package/dist/types/calendar/tests/calendar-modern-jquery.d.ts +1 -2
  507. package/dist/types/calendar/tests/calendar-modern-size.d.ts +1 -2
  508. package/dist/types/captcha/captcha.spec.d.ts +1 -2
  509. package/dist/types/captcha/tests/captcha-loading.d.ts +1 -2
  510. package/dist/types/captcha/tests/captcha.d.ts +1 -2
  511. package/dist/types/card/card-body.d.ts +1 -2
  512. package/dist/types/card/card-callout.d.ts +1 -2
  513. package/dist/types/card/card-deck.d.ts +1 -2
  514. package/dist/types/card/card-footer.d.ts +1 -2
  515. package/dist/types/card/card-header.d.ts +1 -2
  516. package/dist/types/card/card-img.d.ts +1 -2
  517. package/dist/types/card/card-subtitle.d.ts +1 -2
  518. package/dist/types/card/card-title.d.ts +1 -2
  519. package/dist/types/card/card.spec.d.ts +1 -2
  520. package/dist/types/card/tests/card-callout.d.ts +1 -2
  521. package/dist/types/card/tests/card-custom.d.ts +1 -2
  522. package/dist/types/card/tests/card-deck.d.ts +1 -2
  523. package/dist/types/card/tests/card-layout-horizontal.d.ts +1 -2
  524. package/dist/types/card/tests/card-layout-vertical.d.ts +1 -2
  525. package/dist/types/card/tests/card-rtl.d.ts +1 -2
  526. package/dist/types/card/tests/card-variants.d.ts +1 -2
  527. package/dist/types/card/tests/card.d.ts +1 -2
  528. package/dist/types/chart/tests/chart.d.ts +1 -2
  529. package/dist/types/chat/tests/chat-rtl.d.ts +1 -2
  530. package/dist/types/chat/tests/chat-scrollable-deck.d.ts +1 -2
  531. package/dist/types/chat/tests/chat.d.ts +1 -2
  532. package/dist/types/checkbox/checkbox.spec.d.ts +1 -2
  533. package/dist/types/checkbox/index.d.ts +3 -1
  534. package/dist/types/checkbox/templates/checkbox-label.d.ts +1 -0
  535. package/dist/types/checkbox/templates/checkbox-normal.d.ts +1 -0
  536. package/dist/types/checkbox/tests/checkbox-rounded.d.ts +1 -2
  537. package/dist/types/checkbox/tests/checkbox-size.d.ts +1 -2
  538. package/dist/types/checkbox/tests/checkbox.d.ts +1 -2
  539. package/dist/types/chip/chip-action.d.ts +1 -2
  540. package/dist/types/chip/chip-list.spec.d.ts +1 -2
  541. package/dist/types/chip/chip.spec.d.ts +1 -1
  542. package/dist/types/chip/index.d.ts +4 -0
  543. package/dist/types/chip/templates/chip-avatar.d.ts +1 -0
  544. package/dist/types/chip/templates/chip-icon.d.ts +1 -0
  545. package/dist/types/chip/templates/chip-normal.d.ts +1 -0
  546. package/dist/types/chip/templates/chip-removable.d.ts +1 -0
  547. package/dist/types/chip/tests/chip-list-size.d.ts +1 -2
  548. package/dist/types/chip/tests/chip-list.d.ts +1 -2
  549. package/dist/types/chip/tests/chip-outline.d.ts +1 -2
  550. package/dist/types/chip/tests/chip-size-rounded.d.ts +1 -2
  551. package/dist/types/chip/tests/chip-solid.d.ts +1 -2
  552. package/dist/types/color-preview/color-preview.d.ts +1 -2
  553. package/dist/types/coloreditor/color-editor.spec.d.ts +1 -2
  554. package/dist/types/coloreditor/tests/coloreditor-focused-colorgradient.d.ts +1 -2
  555. package/dist/types/coloreditor/tests/coloreditor-rtl.d.ts +1 -2
  556. package/dist/types/coloreditor/tests/coloreditor-states.d.ts +1 -2
  557. package/dist/types/coloreditor/tests/coloreditor-views.d.ts +1 -2
  558. package/dist/types/coloreditor/tests/coloreditor.d.ts +1 -2
  559. package/dist/types/colorgradient/color-contrast.d.ts +1 -2
  560. package/dist/types/colorgradient/color-gradient.spec.d.ts +1 -1
  561. package/dist/types/colorgradient/color-input.d.ts +1 -2
  562. package/dist/types/colorgradient/tests/colorgradient-contrast.d.ts +1 -2
  563. package/dist/types/colorgradient/tests/colorgradient-draghandle.d.ts +1 -2
  564. package/dist/types/colorgradient/tests/colorgradient-modes.d.ts +1 -2
  565. package/dist/types/colorgradient/tests/colorgradient-rtl.d.ts +1 -2
  566. package/dist/types/colorgradient/tests/colorgradient-states.d.ts +1 -2
  567. package/dist/types/colorgradient/tests/colorgradient.d.ts +1 -2
  568. package/dist/types/colorpalette/colorpalette-row.d.ts +1 -2
  569. package/dist/types/colorpalette/colorpalette-tile.d.ts +1 -2
  570. package/dist/types/colorpalette/colorpalette.spec.d.ts +1 -2
  571. package/dist/types/colorpalette/tests/colorpalette-states.d.ts +1 -2
  572. package/dist/types/colorpalette/tests/colorpalette-variants.d.ts +1 -2
  573. package/dist/types/colorpalette/tests/colorpalette.d.ts +1 -2
  574. package/dist/types/colorpicker/colorpicker.spec.d.ts +1 -1
  575. package/dist/types/colorpicker/tests/colorpicker-dropdown.d.ts +1 -2
  576. package/dist/types/colorpicker/tests/colorpicker.d.ts +1 -2
  577. package/dist/types/combobox/combobox.spec.d.ts +1 -1
  578. package/dist/types/combobox/tests/combobox-flat.d.ts +1 -2
  579. package/dist/types/combobox/tests/combobox-opened.d.ts +1 -2
  580. package/dist/types/combobox/tests/combobox-outline.d.ts +1 -2
  581. package/dist/types/combobox/tests/combobox.d.ts +1 -2
  582. package/dist/types/context-menu/tests/context-menu-in-window.d.ts +1 -2
  583. package/dist/types/context-menu/tests/context-menu.d.ts +1 -2
  584. package/dist/types/dateinput/dateinput.spec.d.ts +1 -2
  585. package/dist/types/dateinput/tests/dateinput-flat.d.ts +1 -2
  586. package/dist/types/dateinput/tests/dateinput-outline.d.ts +1 -2
  587. package/dist/types/dateinput/tests/dateinput.d.ts +1 -2
  588. package/dist/types/datepicker/datepicker.spec.d.ts +1 -1
  589. package/dist/types/datepicker/tests/datepicker-adaptive.d.ts +1 -2
  590. package/dist/types/datepicker/tests/datepicker-flat.d.ts +1 -2
  591. package/dist/types/datepicker/tests/datepicker-opened.d.ts +1 -2
  592. package/dist/types/datepicker/tests/datepicker-outline.d.ts +1 -2
  593. package/dist/types/datepicker/tests/datepicker.d.ts +1 -2
  594. package/dist/types/daterangepicker/daterangepicker.spec.d.ts +1 -2
  595. package/dist/types/daterangepicker/tests/daterangepicker-adaptive.d.ts +1 -2
  596. package/dist/types/daterangepicker/tests/daterangepicker-opened.d.ts +1 -2
  597. package/dist/types/daterangepicker/tests/daterangepicker-size-rounded.d.ts +1 -2
  598. package/dist/types/daterangepicker/tests/daterangepicker.d.ts +1 -2
  599. package/dist/types/datetime-selector/datetime-selector.spec.d.ts +1 -2
  600. package/dist/types/datetime-selector/tests/datetime-selector.d.ts +1 -2
  601. package/dist/types/datetimepicker/datetimepicker.spec.d.ts +1 -1
  602. package/dist/types/datetimepicker/tests/datetimepicker-opened.d.ts +1 -2
  603. package/dist/types/datetimepicker/tests/datetimepicker.d.ts +1 -2
  604. package/dist/types/dialog/dialog.spec.d.ts +1 -1
  605. package/dist/types/dialog/tests/dialog-action-buttons.d.ts +1 -2
  606. package/dist/types/dialog/tests/dialog-in-window.d.ts +1 -2
  607. package/dist/types/dialog/tests/dialog-modal.d.ts +1 -2
  608. package/dist/types/dialog/tests/dialog-theme-colors.d.ts +1 -2
  609. package/dist/types/dialog/tests/dialog.d.ts +1 -2
  610. package/dist/types/drawer/tests/drawer-hierarchical-item-levels.d.ts +1 -2
  611. package/dist/types/drawer/tests/drawer-overlay-mini.d.ts +1 -2
  612. package/dist/types/drawer/tests/drawer-overlay.d.ts +1 -2
  613. package/dist/types/drawer/tests/drawer-rtl.d.ts +1 -2
  614. package/dist/types/drawer/tests/drawer.d.ts +1 -2
  615. package/dist/types/drop-hint/tests/drop-hint.d.ts +1 -2
  616. package/dist/types/dropdowngrid/dropdowngrid.spec.d.ts +1 -1
  617. package/dist/types/dropdowngrid/tests/dropdowngrid-flat.d.ts +1 -2
  618. package/dist/types/dropdowngrid/tests/dropdowngrid-opened.d.ts +1 -2
  619. package/dist/types/dropdowngrid/tests/dropdowngrid-outline.d.ts +1 -2
  620. package/dist/types/dropdowngrid/tests/dropdowngrid.d.ts +1 -2
  621. package/dist/types/dropdownlist/dropdownlist.spec.d.ts +1 -1
  622. package/dist/types/dropdownlist/templates/dropdownlist-filtering.d.ts +1 -2
  623. package/dist/types/dropdownlist/templates/dropdownlist-grouping-filtering.d.ts +1 -2
  624. package/dist/types/dropdownlist/templates/dropdownlist-grouping.d.ts +1 -2
  625. package/dist/types/dropdownlist/templates/dropdownlist-normal.d.ts +1 -2
  626. package/dist/types/dropdownlist/templates/dropdownlist-popup.d.ts +1 -2
  627. package/dist/types/dropdownlist/tests/dropdownlist-adaptive.d.ts +1 -2
  628. package/dist/types/dropdownlist/tests/dropdownlist-filtering.d.ts +1 -2
  629. package/dist/types/dropdownlist/tests/dropdownlist-flat.d.ts +1 -2
  630. package/dist/types/dropdownlist/tests/dropdownlist-grouping-filtering.d.ts +1 -2
  631. package/dist/types/dropdownlist/tests/dropdownlist-grouping.d.ts +1 -2
  632. package/dist/types/dropdownlist/tests/dropdownlist-opened.d.ts +1 -2
  633. package/dist/types/dropdownlist/tests/dropdownlist-option-label.d.ts +1 -2
  634. package/dist/types/dropdownlist/tests/dropdownlist-outline.d.ts +1 -2
  635. package/dist/types/dropdownlist/tests/dropdownlist.d.ts +1 -2
  636. package/dist/types/dropdowntree/dropdowntree.spec.d.ts +1 -1
  637. package/dist/types/dropdowntree/tests/dropdowntree-flat.d.ts +1 -2
  638. package/dist/types/dropdowntree/tests/dropdowntree-opened.d.ts +1 -2
  639. package/dist/types/dropdowntree/tests/dropdowntree-outline.d.ts +1 -2
  640. package/dist/types/dropdowntree/tests/dropdowntree.d.ts +1 -2
  641. package/dist/types/dropzone/dropzone.spec.d.ts +1 -2
  642. package/dist/types/dropzone/tests/dropzone.d.ts +1 -2
  643. package/dist/types/editor/editor-content.d.ts +1 -2
  644. package/dist/types/editor/editor-toolbar.d.ts +1 -2
  645. package/dist/types/editor/editor.spec.d.ts +1 -2
  646. package/dist/types/editor/tests/editor-find-replace.d.ts +1 -2
  647. package/dist/types/editor/tests/editor-image-editor.d.ts +1 -2
  648. package/dist/types/editor/tests/editor-table-wizard.d.ts +1 -2
  649. package/dist/types/editor/tests/editor-view-source.d.ts +1 -2
  650. package/dist/types/editor/tests/editor.d.ts +1 -2
  651. package/dist/types/expansion-panel/expansion-panel.spec.d.ts +1 -1
  652. package/dist/types/expansion-panel/tests/expansion-panel-rtl.d.ts +1 -2
  653. package/dist/types/expansion-panel/tests/expansion-panel.d.ts +1 -2
  654. package/dist/types/fab/fab-item.d.ts +1 -2
  655. package/dist/types/fab/fab-items.d.ts +1 -2
  656. package/dist/types/fab/fab.spec.d.ts +1 -2
  657. package/dist/types/fab/tests/fab-items.d.ts +1 -2
  658. package/dist/types/fab/tests/fab-position.d.ts +1 -2
  659. package/dist/types/fab/tests/fab-size.d.ts +1 -2
  660. package/dist/types/fab/tests/fab-states.d.ts +1 -2
  661. package/dist/types/fab/tests/fab.d.ts +1 -2
  662. package/dist/types/filemanager/tests/filemanager-contextmenu.d.ts +1 -2
  663. package/dist/types/filemanager/tests/filemanager-dialogs.d.ts +1 -2
  664. package/dist/types/filemanager/tests/filemanager-drag-hint.d.ts +1 -2
  665. package/dist/types/filemanager/tests/filemanager-gridview.d.ts +1 -2
  666. package/dist/types/filemanager/tests/filemanager-listview.d.ts +1 -2
  667. package/dist/types/filemanager/tests/filemanager-preview.d.ts +1 -2
  668. package/dist/types/filemanager/tests/filemanager-toolbar.d.ts +1 -2
  669. package/dist/types/filter/tests/filter.d.ts +1 -2
  670. package/dist/types/floating-label/floating-label.spec.d.ts +1 -2
  671. package/dist/types/floating-label/tests/floating-label-flat.d.ts +1 -2
  672. package/dist/types/floating-label/tests/floating-label-outline.d.ts +1 -2
  673. package/dist/types/floating-label/tests/floating-label.d.ts +1 -2
  674. package/dist/types/form/fieldset.d.ts +1 -2
  675. package/dist/types/form/form-field.d.ts +1 -1
  676. package/dist/types/form/form.spec.d.ts +1 -1
  677. package/dist/types/form/tests/form-field-dateinputs.d.ts +1 -2
  678. package/dist/types/form/tests/form-field-dropdowns.d.ts +1 -2
  679. package/dist/types/form/tests/form-field-fieldset.d.ts +1 -2
  680. package/dist/types/form/tests/form-field-inputs-rtl.d.ts +1 -2
  681. package/dist/types/form/tests/form-field-inputs.d.ts +1 -2
  682. package/dist/types/form/tests/form-grid-layout.d.ts +1 -2
  683. package/dist/types/form/tests/form-misc.d.ts +1 -2
  684. package/dist/types/form/tests/form-sizes.d.ts +1 -2
  685. package/dist/types/gantt/tests/gantt-dep-validation-tooltip.d.ts +1 -2
  686. package/dist/types/gantt/tests/gantt-editing-popup-general.d.ts +1 -2
  687. package/dist/types/gantt/tests/gantt-editing-popup-other.d.ts +1 -2
  688. package/dist/types/gantt/tests/gantt-editing-popup-predecessors.d.ts +1 -2
  689. package/dist/types/gantt/tests/gantt-editing-popup-resources.d.ts +1 -2
  690. package/dist/types/gantt/tests/gantt-editing-popup-successors.d.ts +1 -2
  691. package/dist/types/gantt/tests/gantt-react.d.ts +1 -2
  692. package/dist/types/gantt/tests/gantt-row-reordering.d.ts +1 -2
  693. package/dist/types/gantt/tests/gantt.d.ts +1 -2
  694. package/dist/types/grid/tests/grid-adaptive-column-menu.d.ts +1 -2
  695. package/dist/types/grid/tests/grid-adaptive-edit-popup-no-height.d.ts +1 -2
  696. package/dist/types/grid/tests/grid-adaptive-edit-popup.d.ts +1 -2
  697. package/dist/types/grid/tests/grid-adaptive-filter-bool.d.ts +1 -2
  698. package/dist/types/grid/tests/grid-adaptive-filter-multi.d.ts +1 -2
  699. package/dist/types/grid/tests/grid-adaptive-filter.d.ts +1 -2
  700. package/dist/types/grid/tests/grid-adaptive-pager.d.ts +1 -2
  701. package/dist/types/grid/tests/grid-adaptive-search.d.ts +1 -2
  702. package/dist/types/grid/tests/grid-angular.d.ts +1 -2
  703. package/dist/types/grid/tests/grid-column-menu-angular.d.ts +1 -2
  704. package/dist/types/grid/tests/grid-column-menu-blazor.d.ts +1 -2
  705. package/dist/types/grid/tests/grid-column-menu-rtl.d.ts +1 -2
  706. package/dist/types/grid/tests/grid-column-menu-tabbed.d.ts +1 -2
  707. package/dist/types/grid/tests/grid-column-menu.d.ts +1 -2
  708. package/dist/types/grid/tests/grid-column-reordering-actions.d.ts +1 -2
  709. package/dist/types/grid/tests/grid-column-reordering.d.ts +1 -2
  710. package/dist/types/grid/tests/grid-editing-custom-editor.d.ts +1 -2
  711. package/dist/types/grid/tests/grid-editing-inline-angular.d.ts +1 -2
  712. package/dist/types/grid/tests/grid-editing-inline-blazor.d.ts +1 -2
  713. package/dist/types/grid/tests/grid-editing-popup.d.ts +1 -2
  714. package/dist/types/grid/tests/grid-editing.d.ts +1 -2
  715. package/dist/types/grid/tests/grid-filter-menu-angular.d.ts +1 -2
  716. package/dist/types/grid/tests/grid-filter-menu-blazor.d.ts +1 -2
  717. package/dist/types/grid/tests/grid-filter-menu-multi-checkbox.d.ts +1 -2
  718. package/dist/types/grid/tests/grid-filter-menu.d.ts +1 -2
  719. package/dist/types/grid/tests/grid-filter-row-angular.d.ts +1 -2
  720. package/dist/types/grid/tests/grid-filter-row-blazor.d.ts +1 -2
  721. package/dist/types/grid/tests/grid-filter-row.d.ts +1 -2
  722. package/dist/types/grid/tests/grid-grouping-actions.d.ts +1 -2
  723. package/dist/types/grid/tests/grid-grouping-blazor.d.ts +1 -2
  724. package/dist/types/grid/tests/grid-grouping-detail-template.d.ts +1 -2
  725. package/dist/types/grid/tests/grid-grouping.d.ts +1 -2
  726. package/dist/types/grid/tests/grid-hierarchy.d.ts +1 -2
  727. package/dist/types/grid/tests/grid-locked-columns-rtl.d.ts +1 -2
  728. package/dist/types/grid/tests/grid-locked-columns.d.ts +1 -2
  729. package/dist/types/grid/tests/grid-long-titles.d.ts +1 -2
  730. package/dist/types/grid/tests/grid-multicolumn-headers.d.ts +1 -2
  731. package/dist/types/grid/tests/grid-no-records.d.ts +1 -2
  732. package/dist/types/grid/tests/grid-pager.d.ts +1 -2
  733. package/dist/types/grid/tests/grid-react-basic.d.ts +1 -2
  734. package/dist/types/grid/tests/grid-react.d.ts +1 -2
  735. package/dist/types/grid/tests/grid-row-reordering.d.ts +1 -2
  736. package/dist/types/grid/tests/grid-rows-resizing.d.ts +1 -2
  737. package/dist/types/grid/tests/grid-rows-states.d.ts +1 -2
  738. package/dist/types/grid/tests/grid-rtl-angular.d.ts +1 -2
  739. package/dist/types/grid/tests/grid-rtl.d.ts +1 -2
  740. package/dist/types/grid/tests/grid-selection-aggregates.d.ts +1 -2
  741. package/dist/types/grid/tests/grid-size-sm-comp-sm.d.ts +1 -2
  742. package/dist/types/grid/tests/grid-size-sm.d.ts +1 -2
  743. package/dist/types/grid/tests/grid-sticky-columns-rtl.d.ts +1 -2
  744. package/dist/types/grid/tests/grid-sticky-columns.d.ts +1 -2
  745. package/dist/types/grid/tests/grid-sticky-multicolumn-headers.d.ts +1 -2
  746. package/dist/types/grid/tests/grid-toolbar.d.ts +1 -2
  747. package/dist/types/grid/tests/grid-virtualization.d.ts +1 -2
  748. package/dist/types/grid/tests/grid.d.ts +1 -2
  749. package/dist/types/icon/font-icon.spec.d.ts +1 -2
  750. package/dist/types/icon/icon.spec.d.ts +1 -2
  751. package/dist/types/icon/svg-icon.spec.d.ts +1 -2
  752. package/dist/types/icon/tests/icons-flip-rotate.d.ts +1 -2
  753. package/dist/types/icon/tests/icons-size.d.ts +1 -2
  754. package/dist/types/icon/tests/icons-svg.d.ts +1 -2
  755. package/dist/types/icon/tests/icons.d.ts +1 -2
  756. package/dist/types/imageeditor/tests/imageeditor-crop-pane.d.ts +1 -2
  757. package/dist/types/imageeditor/tests/imageeditor-resize-pane.d.ts +1 -2
  758. package/dist/types/imageeditor/tests/imageeditor.d.ts +1 -2
  759. package/dist/types/input/input-clear-value.d.ts +1 -2
  760. package/dist/types/input/input-inner-input.d.ts +1 -2
  761. package/dist/types/input/input-inner-span.d.ts +1 -1
  762. package/dist/types/input/input-inner-textarea.d.ts +1 -2
  763. package/dist/types/input/input-loading-icon.d.ts +1 -2
  764. package/dist/types/input/input-prefix.d.ts +1 -2
  765. package/dist/types/input/input-separator.d.ts +1 -2
  766. package/dist/types/input/input-suffix.d.ts +1 -2
  767. package/dist/types/input/input-validation-icon.d.ts +1 -2
  768. package/dist/types/input/input.spec.d.ts +1 -2
  769. package/dist/types/input/picker.spec.d.ts +1 -2
  770. package/dist/types/layout/layout.spec.d.ts +1 -2
  771. package/dist/types/layout/tests/complex-layout.d.ts +1 -2
  772. package/dist/types/layout/tests/grid-layout.d.ts +1 -2
  773. package/dist/types/layout/tests/hstack.d.ts +1 -2
  774. package/dist/types/layout/tests/stack-layout.d.ts +1 -2
  775. package/dist/types/layout/tests/vstack.d.ts +1 -2
  776. package/dist/types/list/list-angular.spec.d.ts +1 -1
  777. package/dist/types/list/list-content.d.ts +1 -2
  778. package/dist/types/list/list-group-item.d.ts +1 -2
  779. package/dist/types/list/list-group.d.ts +1 -2
  780. package/dist/types/list/list-header.d.ts +1 -2
  781. package/dist/types/list/list-item.spec.d.ts +1 -2
  782. package/dist/types/list/list-option-label.d.ts +1 -2
  783. package/dist/types/list/list.spec.d.ts +1 -1
  784. package/dist/types/list/tests/list-grouping.d.ts +1 -2
  785. package/dist/types/list/tests/list-sizes.d.ts +1 -2
  786. package/dist/types/list/tests/list.d.ts +1 -2
  787. package/dist/types/listbox/listbox.spec.d.ts +1 -1
  788. package/dist/types/listbox/tests/listbox-sizes.d.ts +1 -2
  789. package/dist/types/listbox/tests/listbox.d.ts +1 -2
  790. package/dist/types/listgroup/tests/listgroup-rtl.d.ts +1 -2
  791. package/dist/types/listgroup/tests/listgroup.d.ts +1 -2
  792. package/dist/types/listview/listview-item.spec.d.ts +1 -2
  793. package/dist/types/listview/listview.spec.d.ts +1 -2
  794. package/dist/types/listview/tests/listview-layout.d.ts +1 -2
  795. package/dist/types/listview/tests/listview-loading.d.ts +1 -2
  796. package/dist/types/listview/tests/listview.d.ts +1 -2
  797. package/dist/types/loader/loader-container.spec.d.ts +1 -2
  798. package/dist/types/loader/loader.spec.d.ts +1 -2
  799. package/dist/types/loader/tests/loader-container-colors.d.ts +1 -2
  800. package/dist/types/loader/tests/loader-container-overlay.d.ts +1 -2
  801. package/dist/types/loader/tests/loader-container.d.ts +1 -2
  802. package/dist/types/loader/tests/loader-sizes.d.ts +1 -2
  803. package/dist/types/loader/tests/loader.d.ts +1 -2
  804. package/dist/types/loading/tests/loading.d.ts +1 -2
  805. package/dist/types/map/tests/map.d.ts +1 -2
  806. package/dist/types/maskedtextbox/maskedtextbox.spec.d.ts +1 -2
  807. package/dist/types/maskedtextbox/tests/maskedtextbox-flat.d.ts +1 -2
  808. package/dist/types/maskedtextbox/tests/maskedtextbox-outline.d.ts +1 -2
  809. package/dist/types/maskedtextbox/tests/maskedtextbox.d.ts +1 -2
  810. package/dist/types/mediaplayer/tests/mediaplayer.d.ts +1 -2
  811. package/dist/types/menu/menu-item-content.d.ts +1 -2
  812. package/dist/types/menu/menu-item.spec.d.ts +1 -1
  813. package/dist/types/menu/menu-list.spec.d.ts +1 -1
  814. package/dist/types/menu/tests/menu-popup-size.d.ts +1 -2
  815. package/dist/types/menu/tests/menu-vertical.d.ts +1 -2
  816. package/dist/types/menu/tests/menu.d.ts +1 -2
  817. package/dist/types/menu-button/menu-button.spec.d.ts +1 -2
  818. package/dist/types/menu-button/tests/menu-button-size.d.ts +1 -2
  819. package/dist/types/menu-button/tests/menu-button.d.ts +1 -2
  820. package/dist/types/message-box/tests/message-box.d.ts +1 -2
  821. package/dist/types/multiselect/multiselect.spec.d.ts +1 -1
  822. package/dist/types/multiselect/tests/multiselect-flat.d.ts +1 -2
  823. package/dist/types/multiselect/tests/multiselect-opened.d.ts +1 -2
  824. package/dist/types/multiselect/tests/multiselect-outline.d.ts +1 -2
  825. package/dist/types/multiselect/tests/multiselect-size.d.ts +1 -2
  826. package/dist/types/multiselect/tests/multiselect.d.ts +1 -2
  827. package/dist/types/multiselecttree/multiselecttree.spec.d.ts +1 -1
  828. package/dist/types/multiselecttree/tests/multiselecttree-flat.d.ts +1 -2
  829. package/dist/types/multiselecttree/tests/multiselecttree-opened.d.ts +1 -2
  830. package/dist/types/multiselecttree/tests/multiselecttree-outline.d.ts +1 -2
  831. package/dist/types/multiselecttree/tests/multiselecttree-size.d.ts +1 -2
  832. package/dist/types/multiselecttree/tests/multiselecttree.d.ts +1 -2
  833. package/dist/types/multiviewcalendar/multiviewcalendar.spec.d.ts +1 -2
  834. package/dist/types/multiviewcalendar/tests/multiviewcalendar-angular.d.ts +1 -2
  835. package/dist/types/multiviewcalendar/tests/multiviewcalendar-jquery.d.ts +1 -2
  836. package/dist/types/multiviewcalendar/tests/multiviewcalendar-react.d.ts +1 -2
  837. package/dist/types/multiviewcalendar/tests/multiviewcalendar-vertical-angular.d.ts +1 -2
  838. package/dist/types/multiviewcalendar/tests/multiviewcalendar-vertical-jquery.d.ts +1 -2
  839. package/dist/types/multiviewcalendar/tests/multiviewcalendar-vertical-react.d.ts +1 -2
  840. package/dist/types/nodata/nodata.d.ts +1 -2
  841. package/dist/types/notification/notification-action.d.ts +1 -2
  842. package/dist/types/notification/notification.spec.d.ts +1 -1
  843. package/dist/types/notification/tests/notification-angular.d.ts +1 -2
  844. package/dist/types/notification/tests/notification-custom-angular.d.ts +1 -2
  845. package/dist/types/notification/tests/notification-jquery.d.ts +1 -2
  846. package/dist/types/numerictextbox/numerictextbox.spec.d.ts +1 -2
  847. package/dist/types/numerictextbox/tests/numerictextbox-flat.d.ts +1 -2
  848. package/dist/types/numerictextbox/tests/numerictextbox-outline.d.ts +1 -2
  849. package/dist/types/numerictextbox/tests/numerictextbox.d.ts +1 -2
  850. package/dist/types/orgchart/orgchart-group.d.ts +1 -2
  851. package/dist/types/orgchart/orgchart-node.d.ts +1 -2
  852. package/dist/types/orgchart/orgchart.spec.d.ts +1 -1
  853. package/dist/types/orgchart/tests/orgchart-group-states.d.ts +1 -2
  854. package/dist/types/orgchart/tests/orgchart-group.d.ts +1 -2
  855. package/dist/types/orgchart/tests/orgchart-node.d.ts +1 -2
  856. package/dist/types/pager/pager.spec.d.ts +1 -2
  857. package/dist/types/pager/tests/pager-responsive.d.ts +1 -2
  858. package/dist/types/pager/tests/pager-sizes.d.ts +1 -2
  859. package/dist/types/pager/tests/pager.d.ts +1 -2
  860. package/dist/types/panelbar/tests/panelbar-angular.d.ts +1 -2
  861. package/dist/types/panelbar/tests/panelbar-rtl-angular.d.ts +1 -2
  862. package/dist/types/panelbar/tests/panelbar-rtl.d.ts +1 -2
  863. package/dist/types/panelbar/tests/panelbar.d.ts +1 -2
  864. package/dist/types/pdf-viewer/tests/pdf-viewer-blank-page-blazor.d.ts +1 -2
  865. package/dist/types/pdf-viewer/tests/pdf-viewer-blank-page.d.ts +1 -2
  866. package/dist/types/pdf-viewer/tests/pdf-viewer-search-panel-jquery.d.ts +1 -2
  867. package/dist/types/pdf-viewer/tests/pdf-viewer-search-panel.d.ts +1 -2
  868. package/dist/types/pdf-viewer/tests/pdf-viewer.d.ts +1 -2
  869. package/dist/types/pivotgrid/tests/pivotgrid-column-menus.d.ts +1 -2
  870. package/dist/types/pivotgrid/tests/pivotgrid-header-cell-states.d.ts +1 -2
  871. package/dist/types/pivotgrid/tests/pivotgrid-jquery-configurator.d.ts +1 -2
  872. package/dist/types/pivotgrid/tests/pivotgrid-jquery.d.ts +1 -2
  873. package/dist/types/pivotgrid/tests/pivotgrid-settings-panel-horizontal.d.ts +1 -2
  874. package/dist/types/pivotgrid/tests/pivotgrid-settings-panel-reordering.d.ts +1 -2
  875. package/dist/types/pivotgrid/tests/pivotgrid-settings-panel-vertical.d.ts +1 -2
  876. package/dist/types/pivotgrid/tests/pivotgrid-settings-top.d.ts +1 -2
  877. package/dist/types/pivotgrid/tests/pivotgrid.d.ts +1 -2
  878. package/dist/types/popover/popover.spec.d.ts +1 -1
  879. package/dist/types/popover/tests/popover.d.ts +1 -2
  880. package/dist/types/popup/popup.spec.d.ts +1 -2
  881. package/dist/types/popup/tests/popup-list-grouping.d.ts +1 -2
  882. package/dist/types/popup/tests/popup-list.d.ts +1 -2
  883. package/dist/types/popup/tests/popup-no-data.d.ts +1 -2
  884. package/dist/types/progressbar/chunk-progressbar.spec.d.ts +1 -2
  885. package/dist/types/progressbar/progressbar.spec.d.ts +1 -2
  886. package/dist/types/progressbar/tests/circular-progressbar-angular.d.ts +1 -2
  887. package/dist/types/progressbar/tests/progressbar-horizontal-chunk.d.ts +1 -2
  888. package/dist/types/progressbar/tests/progressbar-horizontal-indeterminate.d.ts +1 -2
  889. package/dist/types/progressbar/tests/progressbar-horizontal-reverse.d.ts +1 -2
  890. package/dist/types/progressbar/tests/progressbar-vertical.d.ts +1 -2
  891. package/dist/types/progressbar/tests/progressbar.d.ts +1 -2
  892. package/dist/types/qrcode/tests/qrcode.d.ts +1 -2
  893. package/dist/types/quick-replies/tests/quick-replies.d.ts +1 -2
  894. package/dist/types/radio/radio.spec.d.ts +1 -2
  895. package/dist/types/radio/tests/radio-size.d.ts +1 -2
  896. package/dist/types/radio/tests/radio.d.ts +1 -2
  897. package/dist/types/rating/tests/rating.d.ts +1 -2
  898. package/dist/types/scheduler/tests/scheduler-adaptive-agenda.d.ts +1 -2
  899. package/dist/types/scheduler/tests/scheduler-adaptive-day-resource-group.d.ts +1 -2
  900. package/dist/types/scheduler/tests/scheduler-adaptive-day.d.ts +1 -2
  901. package/dist/types/scheduler/tests/scheduler-adaptive-edit-no-height.d.ts +1 -2
  902. package/dist/types/scheduler/tests/scheduler-adaptive-edit-time-zones.d.ts +1 -2
  903. package/dist/types/scheduler/tests/scheduler-adaptive-edit.d.ts +1 -2
  904. package/dist/types/scheduler/tests/scheduler-adaptive-month.d.ts +1 -2
  905. package/dist/types/scheduler/tests/scheduler-angular-agenda-rtl.d.ts +1 -2
  906. package/dist/types/scheduler/tests/scheduler-angular-agenda.d.ts +1 -2
  907. package/dist/types/scheduler/tests/scheduler-angular-day-rtl.d.ts +1 -2
  908. package/dist/types/scheduler/tests/scheduler-angular-month-rtl.d.ts +1 -2
  909. package/dist/types/scheduler/tests/scheduler-angular-month.d.ts +1 -2
  910. package/dist/types/scheduler/tests/scheduler-angular-rtl.d.ts +1 -2
  911. package/dist/types/scheduler/tests/scheduler-angular.d.ts +1 -2
  912. package/dist/types/scheduler/tests/scheduler-edit-dialog.d.ts +1 -2
  913. package/dist/types/scheduler/tests/scheduler-editing-weekly.d.ts +1 -2
  914. package/dist/types/scheduler/tests/scheduler-flex-layout.d.ts +1 -2
  915. package/dist/types/scheduler/tests/scheduler-jquery-agenda.d.ts +1 -2
  916. package/dist/types/scheduler/tests/scheduler-jquery-month.d.ts +1 -2
  917. package/dist/types/scheduler/tests/scheduler-react-agenda.d.ts +1 -2
  918. package/dist/types/scheduler/tests/scheduler-react-day.d.ts +1 -2
  919. package/dist/types/scheduler/tests/scheduler-react-month.d.ts +1 -2
  920. package/dist/types/scheduler/tests/scheduler-react-timeline-multi.d.ts +1 -2
  921. package/dist/types/scheduler/tests/scheduler-react-timeline.d.ts +1 -2
  922. package/dist/types/scheduler/tests/scheduler-react-week.d.ts +1 -2
  923. package/dist/types/scheduler/tests/scheduler-tooltip.d.ts +1 -2
  924. package/dist/types/scheduler/tests/scheduler-year.d.ts +1 -2
  925. package/dist/types/scheduler/tests/scheduler.d.ts +1 -2
  926. package/dist/types/scrollview/tests/scrollview-angular.d.ts +1 -2
  927. package/dist/types/scrollview/tests/scrollview-blazor.d.ts +1 -2
  928. package/dist/types/scrollview/tests/scrollview.d.ts +1 -2
  929. package/dist/types/searchbar/searchbar.spec.d.ts +1 -2
  930. package/dist/types/searchbox/searchbox.spec.d.ts +1 -2
  931. package/dist/types/searchbox/tests/searchbox-flat.d.ts +1 -2
  932. package/dist/types/searchbox/tests/searchbox-outline.d.ts +1 -2
  933. package/dist/types/searchbox/tests/searchbox.d.ts +1 -2
  934. package/dist/types/signature/signature.spec.d.ts +1 -2
  935. package/dist/types/signature/tests/signature-flat.d.ts +1 -2
  936. package/dist/types/signature/tests/signature-outline.d.ts +1 -2
  937. package/dist/types/signature/tests/signature-sizes.d.ts +1 -2
  938. package/dist/types/signature/tests/signature.d.ts +1 -2
  939. package/dist/types/skeleton/tests/skeleton.d.ts +1 -2
  940. package/dist/types/slider/slider-tick.d.ts +1 -1
  941. package/dist/types/slider/slider.spec.d.ts +1 -1
  942. package/dist/types/slider/tests/slider-css-vars.d.ts +1 -2
  943. package/dist/types/slider/tests/slider-tick-absolute-position.d.ts +1 -2
  944. package/dist/types/slider/tests/slider.d.ts +1 -2
  945. package/dist/types/spinbutton/spinbutton.spec.d.ts +1 -2
  946. package/dist/types/split-button/split-button.spec.d.ts +1 -2
  947. package/dist/types/split-button/tests/split-button-size.d.ts +1 -2
  948. package/dist/types/split-button/tests/split-button.d.ts +1 -2
  949. package/dist/types/splitter/tests/splitter.d.ts +1 -2
  950. package/dist/types/spreadsheet/tests/spreadsheet-borders-config.d.ts +1 -2
  951. package/dist/types/spreadsheet/tests/spreadsheet-data-validation.d.ts +1 -2
  952. package/dist/types/spreadsheet/tests/spreadsheet-dialog.d.ts +1 -2
  953. package/dist/types/spreadsheet/tests/spreadsheet-filter-menu.d.ts +1 -2
  954. package/dist/types/spreadsheet/tests/spreadsheet-tools-popup.d.ts +1 -2
  955. package/dist/types/spreadsheet/tests/spreadsheet.d.ts +1 -2
  956. package/dist/types/stepper/tests/stepper-horizontal-rtl.d.ts +1 -2
  957. package/dist/types/stepper/tests/stepper-states.d.ts +1 -2
  958. package/dist/types/stepper/tests/stepper-vertical-rtl.d.ts +1 -2
  959. package/dist/types/stepper/tests/stepper-vertical.d.ts +1 -2
  960. package/dist/types/stepper/tests/stepper.d.ts +1 -2
  961. package/dist/types/switch/switch.spec.d.ts +1 -2
  962. package/dist/types/switch/tests/switch-size-rounded.d.ts +1 -2
  963. package/dist/types/switch/tests/switch.d.ts +1 -2
  964. package/dist/types/table/data-table.spec.d.ts +1 -2
  965. package/dist/types/table/table-body.d.ts +1 -2
  966. package/dist/types/table/table-footer.d.ts +1 -2
  967. package/dist/types/table/table-group-header.d.ts +1 -2
  968. package/dist/types/table/table-group-row.d.ts +1 -2
  969. package/dist/types/table/table-group-sticky-header.d.ts +1 -2
  970. package/dist/types/table/table-header.d.ts +1 -2
  971. package/dist/types/table/table-list-group-row.d.ts +1 -2
  972. package/dist/types/table/table-list-row.d.ts +1 -2
  973. package/dist/types/table/table-list-td.d.ts +1 -2
  974. package/dist/types/table/table-list-th.d.ts +1 -2
  975. package/dist/types/table/table-list.spec.d.ts +1 -2
  976. package/dist/types/table/table-row.d.ts +1 -2
  977. package/dist/types/table/table-tbody.d.ts +1 -2
  978. package/dist/types/table/table-td.d.ts +1 -2
  979. package/dist/types/table/table-tfoot.d.ts +1 -2
  980. package/dist/types/table/table-th.d.ts +1 -2
  981. package/dist/types/table/table-thead.d.ts +1 -2
  982. package/dist/types/table/table.spec.d.ts +1 -2
  983. package/dist/types/table/tests/table-data-sizes.d.ts +1 -2
  984. package/dist/types/table/tests/table-list-jquery.d.ts +1 -2
  985. package/dist/types/table/tests/table-list-sizes.d.ts +1 -2
  986. package/dist/types/table/tests/table-list-virtual.d.ts +1 -2
  987. package/dist/types/table/tests/table-native-sizes.d.ts +1 -2
  988. package/dist/types/table/tests/table-native-states.d.ts +1 -2
  989. package/dist/types/tabstrip/tests/tabstrip-rtl.d.ts +1 -2
  990. package/dist/types/tabstrip/tests/tabstrip-scrollable-rtl.d.ts +1 -2
  991. package/dist/types/tabstrip/tests/tabstrip-scrollable.d.ts +1 -2
  992. package/dist/types/tabstrip/tests/tabstrip-sortable.d.ts +1 -2
  993. package/dist/types/tabstrip/tests/tabstrip.d.ts +1 -2
  994. package/dist/types/taskboard/tests/taskboard-card.d.ts +1 -2
  995. package/dist/types/taskboard/tests/taskboard-column.d.ts +1 -2
  996. package/dist/types/taskboard/tests/taskboard-pane.d.ts +1 -2
  997. package/dist/types/taskboard/tests/taskboard-resources.d.ts +1 -2
  998. package/dist/types/taskboard/tests/taskboard-rtl.d.ts +1 -2
  999. package/dist/types/taskboard/tests/taskboard.d.ts +1 -2
  1000. package/dist/types/textarea/tests/textarea-flat.d.ts +1 -2
  1001. package/dist/types/textarea/tests/textarea-outline.d.ts +1 -2
  1002. package/dist/types/textarea/tests/textarea.d.ts +1 -2
  1003. package/dist/types/textarea/textarea.spec.d.ts +1 -2
  1004. package/dist/types/textbox/tests/textbox-flat.d.ts +1 -2
  1005. package/dist/types/textbox/tests/textbox-outline.d.ts +1 -2
  1006. package/dist/types/textbox/tests/textbox-size.d.ts +1 -2
  1007. package/dist/types/textbox/tests/textbox.d.ts +1 -2
  1008. package/dist/types/textbox/textbox.spec.d.ts +1 -1
  1009. package/dist/types/tilelayout/tests/tilelayout-react.d.ts +1 -2
  1010. package/dist/types/tilelayout/tests/tilelayout-resizing.d.ts +1 -2
  1011. package/dist/types/tilelayout/tests/tilelayout.d.ts +1 -2
  1012. package/dist/types/time-selector/tests/time-selector.d.ts +1 -2
  1013. package/dist/types/time-selector/time-selector-column.d.ts +1 -2
  1014. package/dist/types/time-selector/time-selector-fast-selection.d.ts +1 -2
  1015. package/dist/types/time-selector/time-selector-header.d.ts +1 -2
  1016. package/dist/types/time-selector/time-selector.spec.d.ts +1 -1
  1017. package/dist/types/timedurationpicker/tests/timedurationpicker-expanded.d.ts +1 -2
  1018. package/dist/types/timedurationpicker/tests/timedurationpicker.d.ts +1 -2
  1019. package/dist/types/timedurationpicker/timedurationpicker.spec.d.ts +1 -1
  1020. package/dist/types/timeline/tests/timeline-horizontal.d.ts +1 -2
  1021. package/dist/types/timeline/tests/timeline-vertical-alternating.d.ts +1 -2
  1022. package/dist/types/timeline/tests/timeline-vertical.d.ts +1 -2
  1023. package/dist/types/timepicker/tests/timepicker-adaptive.d.ts +1 -2
  1024. package/dist/types/timepicker/tests/timepicker-flat.d.ts +1 -2
  1025. package/dist/types/timepicker/tests/timepicker-opened.d.ts +1 -2
  1026. package/dist/types/timepicker/tests/timepicker-outline.d.ts +1 -2
  1027. package/dist/types/timepicker/tests/timepicker.d.ts +1 -2
  1028. package/dist/types/timepicker/timepicker.spec.d.ts +1 -1
  1029. package/dist/types/toolbar/tests/toolbar-angular.d.ts +1 -2
  1030. package/dist/types/toolbar/tests/toolbar-components.d.ts +1 -2
  1031. package/dist/types/toolbar/tests/toolbar-popup-legacy.d.ts +1 -2
  1032. package/dist/types/toolbar/tests/toolbar-popup-size.d.ts +1 -2
  1033. package/dist/types/toolbar/tests/toolbar-popup.d.ts +1 -2
  1034. package/dist/types/toolbar/tests/toolbar-sizes.d.ts +1 -2
  1035. package/dist/types/toolbar/tests/toolbar.d.ts +1 -2
  1036. package/dist/types/toolbar/toolbar-angular.spec.d.ts +1 -2
  1037. package/dist/types/toolbar/toolbar-item.spec.d.ts +1 -2
  1038. package/dist/types/toolbar/toolbar-separator.d.ts +1 -2
  1039. package/dist/types/toolbar/toolbar.spec.d.ts +1 -2
  1040. package/dist/types/tooltip/tests/tooltip-rtl.d.ts +1 -2
  1041. package/dist/types/tooltip/tests/tooltip-states.d.ts +1 -2
  1042. package/dist/types/tooltip/tests/tooltip.d.ts +1 -2
  1043. package/dist/types/treelist/tests/treelist-aggregate-react.d.ts +1 -2
  1044. package/dist/types/treelist/tests/treelist-aggregates.d.ts +1 -2
  1045. package/dist/types/treelist/tests/treelist-editing-popup.d.ts +1 -2
  1046. package/dist/types/treelist/tests/treelist-react.d.ts +1 -2
  1047. package/dist/types/treelist/tests/treelist-row-reordering.d.ts +1 -2
  1048. package/dist/types/treelist/tests/treelist.d.ts +1 -2
  1049. package/dist/types/treemap/tests/treemap.d.ts +1 -2
  1050. package/dist/types/treeview/tests/treeview-size.d.ts +1 -2
  1051. package/dist/types/treeview/tests/treeview.d.ts +1 -2
  1052. package/dist/types/treeview/treeview-group.d.ts +1 -1
  1053. package/dist/types/treeview/treeview-item.spec.d.ts +1 -1
  1054. package/dist/types/treeview/treeview-leaf.d.ts +1 -2
  1055. package/dist/types/treeview/treeview.spec.d.ts +1 -1
  1056. package/dist/types/typography/tests/typography.d.ts +1 -2
  1057. package/dist/types/typography/typography.spec.d.ts +1 -2
  1058. package/dist/types/upload/tests/upload-rtl.d.ts +1 -2
  1059. package/dist/types/upload/tests/upload.d.ts +1 -2
  1060. package/dist/types/upload/upload-dropzone.d.ts +1 -2
  1061. package/dist/types/upload/upload-file-info.d.ts +1 -2
  1062. package/dist/types/upload/upload-file-multiple.d.ts +1 -2
  1063. package/dist/types/upload/upload-file.d.ts +1 -2
  1064. package/dist/types/upload/upload.spec.d.ts +1 -2
  1065. package/dist/types/utils/templates/background/background-clip/border-clip.d.ts +1 -2
  1066. package/dist/types/utils/templates/background/background-clip/content-clip.d.ts +1 -2
  1067. package/dist/types/utils/templates/background/background-clip/padding-clip.d.ts +1 -2
  1068. package/dist/types/utils/templates/background/background-clip/text-clip.d.ts +1 -2
  1069. package/dist/types/utils/templates/background/background-color/color.d.ts +1 -2
  1070. package/dist/types/utils/templates/borders/border-color/all-sides.d.ts +1 -2
  1071. package/dist/types/utils/templates/borders/border-color/individual.d.ts +1 -2
  1072. package/dist/types/utils/templates/borders/border-color/left-right.d.ts +1 -2
  1073. package/dist/types/utils/templates/borders/border-color/top-bottom.d.ts +1 -2
  1074. package/dist/types/utils/templates/borders/border-radius/corners.d.ts +1 -2
  1075. package/dist/types/utils/templates/borders/border-radius/no-rounding.d.ts +1 -2
  1076. package/dist/types/utils/templates/borders/border-radius/rounding.d.ts +1 -2
  1077. package/dist/types/utils/templates/borders/border-radius/sides.d.ts +1 -2
  1078. package/dist/types/utils/templates/borders/border-style/all-sides.d.ts +1 -2
  1079. package/dist/types/utils/templates/borders/border-style/individual.d.ts +1 -2
  1080. package/dist/types/utils/templates/borders/border-style/left-right.d.ts +1 -2
  1081. package/dist/types/utils/templates/borders/border-style/no-style.d.ts +1 -2
  1082. package/dist/types/utils/templates/borders/border-style/top-bottom.d.ts +1 -2
  1083. package/dist/types/utils/templates/borders/border-width/all-sides.d.ts +1 -2
  1084. package/dist/types/utils/templates/borders/border-width/individual.d.ts +1 -2
  1085. package/dist/types/utils/templates/borders/border-width/left-right.d.ts +1 -2
  1086. package/dist/types/utils/templates/borders/border-width/top-bottom.d.ts +1 -2
  1087. package/dist/types/utils/templates/borders/outline-color/all-sides.d.ts +1 -2
  1088. package/dist/types/utils/templates/borders/outline-offset/all-sides.d.ts +1 -2
  1089. package/dist/types/utils/templates/borders/outline-offset/no-offset.d.ts +1 -2
  1090. package/dist/types/utils/templates/borders/outline-style/all-sides.d.ts +1 -2
  1091. package/dist/types/utils/templates/borders/outline-style/no-style.d.ts +1 -2
  1092. package/dist/types/utils/templates/borders/outline-width/all-sides.d.ts +1 -2
  1093. package/dist/types/utils/templates/borders/outline-width/no-width.d.ts +1 -2
  1094. package/dist/types/utils/templates/effects/opacity/applying.d.ts +1 -2
  1095. package/dist/types/utils/templates/filters/backdrop-blur/applying.d.ts +1 -2
  1096. package/dist/types/utils/templates/flex-grid/align-content/around.d.ts +1 -2
  1097. package/dist/types/utils/templates/flex-grid/align-content/between.d.ts +1 -2
  1098. package/dist/types/utils/templates/flex-grid/align-content/center.d.ts +1 -2
  1099. package/dist/types/utils/templates/flex-grid/align-content/end.d.ts +1 -2
  1100. package/dist/types/utils/templates/flex-grid/align-content/evenly.d.ts +1 -2
  1101. package/dist/types/utils/templates/flex-grid/align-content/normal.d.ts +1 -2
  1102. package/dist/types/utils/templates/flex-grid/align-content/start.d.ts +1 -2
  1103. package/dist/types/utils/templates/flex-grid/align-content/stretch.d.ts +1 -2
  1104. package/dist/types/utils/templates/flex-grid/align-items/baseline.d.ts +1 -2
  1105. package/dist/types/utils/templates/flex-grid/align-items/center.d.ts +1 -2
  1106. package/dist/types/utils/templates/flex-grid/align-items/end.d.ts +1 -2
  1107. package/dist/types/utils/templates/flex-grid/align-items/start.d.ts +1 -2
  1108. package/dist/types/utils/templates/flex-grid/align-items/stretch.d.ts +1 -2
  1109. package/dist/types/utils/templates/flex-grid/align-self/baseline.d.ts +1 -2
  1110. package/dist/types/utils/templates/flex-grid/align-self/center.d.ts +1 -2
  1111. package/dist/types/utils/templates/flex-grid/align-self/end.d.ts +1 -2
  1112. package/dist/types/utils/templates/flex-grid/align-self/start.d.ts +1 -2
  1113. package/dist/types/utils/templates/flex-grid/align-self/stretch.d.ts +1 -2
  1114. package/dist/types/utils/templates/flex-grid/flex/auto.d.ts +1 -2
  1115. package/dist/types/utils/templates/flex-grid/flex/flex-1.d.ts +1 -2
  1116. package/dist/types/utils/templates/flex-grid/flex/initial.d.ts +1 -2
  1117. package/dist/types/utils/templates/flex-grid/flex/none.d.ts +1 -2
  1118. package/dist/types/utils/templates/flex-grid/flex-basis/auto.d.ts +1 -2
  1119. package/dist/types/utils/templates/flex-grid/flex-basis/size.d.ts +1 -2
  1120. package/dist/types/utils/templates/flex-grid/flex-direction/column-reverse.d.ts +1 -2
  1121. package/dist/types/utils/templates/flex-grid/flex-direction/column.d.ts +1 -2
  1122. package/dist/types/utils/templates/flex-grid/flex-direction/row-reverse.d.ts +1 -2
  1123. package/dist/types/utils/templates/flex-grid/flex-direction/row.d.ts +1 -2
  1124. package/dist/types/utils/templates/flex-grid/flex-grow/grow-0.d.ts +1 -2
  1125. package/dist/types/utils/templates/flex-grid/flex-grow/grow-1.d.ts +1 -2
  1126. package/dist/types/utils/templates/flex-grid/flex-srink/shrink-0.d.ts +1 -2
  1127. package/dist/types/utils/templates/flex-grid/flex-srink/shrink-1.d.ts +1 -2
  1128. package/dist/types/utils/templates/flex-grid/flex-wrap/nowrap.d.ts +1 -2
  1129. package/dist/types/utils/templates/flex-grid/flex-wrap/wrap-reverse.d.ts +1 -2
  1130. package/dist/types/utils/templates/flex-grid/flex-wrap/wrap.d.ts +1 -2
  1131. package/dist/types/utils/templates/flex-grid/gap/size-x-y.d.ts +1 -2
  1132. package/dist/types/utils/templates/flex-grid/gap/size.d.ts +1 -2
  1133. package/dist/types/utils/templates/flex-grid/grid-auto-cols/auto.d.ts +1 -2
  1134. package/dist/types/utils/templates/flex-grid/grid-auto-cols/fr.d.ts +1 -2
  1135. package/dist/types/utils/templates/flex-grid/grid-auto-cols/max.d.ts +1 -2
  1136. package/dist/types/utils/templates/flex-grid/grid-auto-cols/min.d.ts +1 -2
  1137. package/dist/types/utils/templates/flex-grid/grid-auto-flow/column.d.ts +1 -2
  1138. package/dist/types/utils/templates/flex-grid/grid-auto-flow/dense.d.ts +1 -2
  1139. package/dist/types/utils/templates/flex-grid/grid-auto-flow/row.d.ts +1 -2
  1140. package/dist/types/utils/templates/flex-grid/grid-auto-rows/auto.d.ts +1 -2
  1141. package/dist/types/utils/templates/flex-grid/grid-auto-rows/fr.d.ts +1 -2
  1142. package/dist/types/utils/templates/flex-grid/grid-auto-rows/min.d.ts +1 -2
  1143. package/dist/types/utils/templates/flex-grid/grid-col-start-end/start-end-n.d.ts +1 -2
  1144. package/dist/types/utils/templates/flex-grid/grid-row-start-end/start-end-n.d.ts +1 -2
  1145. package/dist/types/utils/templates/flex-grid/grid-template-cols/integer.d.ts +1 -2
  1146. package/dist/types/utils/templates/flex-grid/grid-template-rows/integer.d.ts +1 -2
  1147. package/dist/types/utils/templates/flex-grid/justify-content/around.d.ts +1 -2
  1148. package/dist/types/utils/templates/flex-grid/justify-content/between.d.ts +1 -2
  1149. package/dist/types/utils/templates/flex-grid/justify-content/center.d.ts +1 -2
  1150. package/dist/types/utils/templates/flex-grid/justify-content/end.d.ts +1 -2
  1151. package/dist/types/utils/templates/flex-grid/justify-content/evenly.d.ts +1 -2
  1152. package/dist/types/utils/templates/flex-grid/justify-content/normal.d.ts +1 -2
  1153. package/dist/types/utils/templates/flex-grid/justify-content/start.d.ts +1 -2
  1154. package/dist/types/utils/templates/flex-grid/justify-content/stretch.d.ts +1 -2
  1155. package/dist/types/utils/templates/flex-grid/justify-items/center.d.ts +1 -2
  1156. package/dist/types/utils/templates/flex-grid/justify-items/end.d.ts +1 -2
  1157. package/dist/types/utils/templates/flex-grid/justify-items/start.d.ts +1 -2
  1158. package/dist/types/utils/templates/flex-grid/justify-items/stretch.d.ts +1 -2
  1159. package/dist/types/utils/templates/flex-grid/justify-self/center.d.ts +1 -2
  1160. package/dist/types/utils/templates/flex-grid/justify-self/end.d.ts +1 -2
  1161. package/dist/types/utils/templates/flex-grid/justify-self/start.d.ts +1 -2
  1162. package/dist/types/utils/templates/flex-grid/justify-self/stretch.d.ts +1 -2
  1163. package/dist/types/utils/templates/flex-grid/order/first.d.ts +1 -2
  1164. package/dist/types/utils/templates/flex-grid/order/integer.d.ts +1 -2
  1165. package/dist/types/utils/templates/flex-grid/order/last.d.ts +1 -2
  1166. package/dist/types/utils/templates/flex-grid/place-content/around.d.ts +1 -2
  1167. package/dist/types/utils/templates/flex-grid/place-content/between.d.ts +1 -2
  1168. package/dist/types/utils/templates/flex-grid/place-content/center.d.ts +1 -2
  1169. package/dist/types/utils/templates/flex-grid/place-content/end.d.ts +1 -2
  1170. package/dist/types/utils/templates/flex-grid/place-content/evenly.d.ts +1 -2
  1171. package/dist/types/utils/templates/flex-grid/place-content/normal.d.ts +1 -2
  1172. package/dist/types/utils/templates/flex-grid/place-content/start.d.ts +1 -2
  1173. package/dist/types/utils/templates/flex-grid/place-content/stretch.d.ts +1 -2
  1174. package/dist/types/utils/templates/flex-grid/place-items/center.d.ts +1 -2
  1175. package/dist/types/utils/templates/flex-grid/place-items/end.d.ts +1 -2
  1176. package/dist/types/utils/templates/flex-grid/place-items/start.d.ts +1 -2
  1177. package/dist/types/utils/templates/flex-grid/place-items/stretch.d.ts +1 -2
  1178. package/dist/types/utils/templates/flex-grid/place-self/center.d.ts +1 -2
  1179. package/dist/types/utils/templates/flex-grid/place-self/end.d.ts +1 -2
  1180. package/dist/types/utils/templates/flex-grid/place-self/start.d.ts +1 -2
  1181. package/dist/types/utils/templates/flex-grid/place-self/stretch.d.ts +1 -2
  1182. package/dist/types/utils/templates/interactivity/appearance/applying.d.ts +1 -2
  1183. package/dist/types/utils/templates/interactivity/appearance/none.d.ts +1 -2
  1184. package/dist/types/utils/templates/interactivity/cursor/applying.d.ts +1 -2
  1185. package/dist/types/utils/templates/interactivity/pointer-events/applying.d.ts +1 -2
  1186. package/dist/types/utils/templates/interactivity/resize/all-directions.d.ts +1 -2
  1187. package/dist/types/utils/templates/interactivity/resize/horizontal.d.ts +1 -2
  1188. package/dist/types/utils/templates/interactivity/resize/no-resizing.d.ts +1 -2
  1189. package/dist/types/utils/templates/interactivity/resize/vertical.d.ts +1 -2
  1190. package/dist/types/utils/templates/interactivity/touch-action/auto.d.ts +1 -2
  1191. package/dist/types/utils/templates/interactivity/touch-action/horizontal.d.ts +1 -2
  1192. package/dist/types/utils/templates/interactivity/touch-action/none.d.ts +1 -2
  1193. package/dist/types/utils/templates/interactivity/touch-action/vertical.d.ts +1 -2
  1194. package/dist/types/utils/templates/interactivity/user-select/all.d.ts +1 -2
  1195. package/dist/types/utils/templates/interactivity/user-select/none.d.ts +1 -2
  1196. package/dist/types/utils/templates/interactivity/user-select/text.d.ts +1 -2
  1197. package/dist/types/utils/templates/layout/aspect-ratio/auto.d.ts +1 -2
  1198. package/dist/types/utils/templates/layout/aspect-ratio/one.d.ts +1 -2
  1199. package/dist/types/utils/templates/layout/aspect-ratio/sqaure.d.ts +1 -2
  1200. package/dist/types/utils/templates/layout/aspect-ratio/video.d.ts +1 -2
  1201. package/dist/types/utils/templates/layout/box-sizing/border.d.ts +1 -2
  1202. package/dist/types/utils/templates/layout/box-sizing/content.d.ts +1 -2
  1203. package/dist/types/utils/templates/layout/clear/both.d.ts +1 -2
  1204. package/dist/types/utils/templates/layout/clear/left.d.ts +1 -2
  1205. package/dist/types/utils/templates/layout/clear/no-clear.d.ts +1 -2
  1206. package/dist/types/utils/templates/layout/clear/right.d.ts +1 -2
  1207. package/dist/types/utils/templates/layout/columns/automatic.d.ts +1 -2
  1208. package/dist/types/utils/templates/layout/columns/count.d.ts +1 -2
  1209. package/dist/types/utils/templates/layout/display/block.d.ts +1 -2
  1210. package/dist/types/utils/templates/layout/display/flex.d.ts +1 -2
  1211. package/dist/types/utils/templates/layout/display/inline.d.ts +1 -2
  1212. package/dist/types/utils/templates/layout/display/none.d.ts +1 -2
  1213. package/dist/types/utils/templates/layout/float/left.d.ts +1 -2
  1214. package/dist/types/utils/templates/layout/float/no-float.d.ts +1 -2
  1215. package/dist/types/utils/templates/layout/float/right.d.ts +1 -2
  1216. package/dist/types/utils/templates/layout/object-fit/contain.d.ts +1 -2
  1217. package/dist/types/utils/templates/layout/object-fit/cover.d.ts +1 -2
  1218. package/dist/types/utils/templates/layout/object-fit/fill.d.ts +1 -2
  1219. package/dist/types/utils/templates/layout/object-fit/scale-down.d.ts +1 -2
  1220. package/dist/types/utils/templates/layout/object-position/position.d.ts +1 -2
  1221. package/dist/types/utils/templates/layout/overflow/hidden.d.ts +1 -2
  1222. package/dist/types/utils/templates/layout/overflow/horizontal.d.ts +1 -2
  1223. package/dist/types/utils/templates/layout/overflow/vertical.d.ts +1 -2
  1224. package/dist/types/utils/templates/layout/overflow/visible.d.ts +1 -2
  1225. package/dist/types/utils/templates/layout/placement/multiple.d.ts +1 -2
  1226. package/dist/types/utils/templates/layout/placement/single.d.ts +1 -2
  1227. package/dist/types/utils/templates/layout/position/applying.d.ts +1 -2
  1228. package/dist/types/utils/templates/layout/visibility/invisible.d.ts +1 -2
  1229. package/dist/types/utils/templates/layout/z-index/applying.d.ts +1 -2
  1230. package/dist/types/utils/templates/sizing/height/fixed.d.ts +1 -2
  1231. package/dist/types/utils/templates/sizing/height/full.d.ts +1 -2
  1232. package/dist/types/utils/templates/sizing/height/maximum.d.ts +1 -2
  1233. package/dist/types/utils/templates/sizing/height/minimum.d.ts +1 -2
  1234. package/dist/types/utils/templates/sizing/height/screen.d.ts +1 -2
  1235. package/dist/types/utils/templates/sizing/width/fixed.d.ts +1 -2
  1236. package/dist/types/utils/templates/sizing/width/full.d.ts +1 -2
  1237. package/dist/types/utils/templates/sizing/width/maximum.d.ts +1 -2
  1238. package/dist/types/utils/templates/sizing/width/minimum.d.ts +1 -2
  1239. package/dist/types/utils/templates/sizing/width/screen.d.ts +1 -2
  1240. package/dist/types/utils/templates/spacing/margin/all.d.ts +1 -2
  1241. package/dist/types/utils/templates/spacing/margin/single.d.ts +1 -2
  1242. package/dist/types/utils/templates/spacing/margin/x.d.ts +1 -2
  1243. package/dist/types/utils/templates/spacing/margin/y.d.ts +1 -2
  1244. package/dist/types/utils/templates/spacing/padding/all.d.ts +1 -2
  1245. package/dist/types/utils/templates/spacing/padding/single.d.ts +1 -2
  1246. package/dist/types/utils/templates/spacing/padding/x.d.ts +1 -2
  1247. package/dist/types/utils/templates/spacing/padding/y.d.ts +1 -2
  1248. package/dist/types/utils/templates/svg/fill/color.d.ts +1 -2
  1249. package/dist/types/utils/templates/svg/stroke/color.d.ts +1 -2
  1250. package/dist/types/utils/templates/table/border-collapse/collapse.d.ts +1 -2
  1251. package/dist/types/utils/templates/table/border-collapse/separate.d.ts +1 -2
  1252. package/dist/types/utils/templates/table/table-layout/auto.d.ts +1 -2
  1253. package/dist/types/utils/templates/table/table-layout/fixed.d.ts +1 -2
  1254. package/dist/types/utils/templates/transform/flip/horizontal.d.ts +1 -2
  1255. package/dist/types/utils/templates/transform/flip/vertical.d.ts +1 -2
  1256. package/dist/types/utils/templates/transform/origin/applying.d.ts +1 -2
  1257. package/dist/types/utils/templates/transform/rotate/applying.d.ts +1 -2
  1258. package/dist/types/utils/templates/transform/scale/applying.d.ts +1 -2
  1259. package/dist/types/utils/templates/transform/skew/applying.d.ts +1 -2
  1260. package/dist/types/utils/templates/transform/translate/applying.d.ts +1 -2
  1261. package/dist/types/utils/templates/typography/font-style/italic.d.ts +1 -2
  1262. package/dist/types/utils/templates/typography/font-weight/size.d.ts +1 -2
  1263. package/dist/types/utils/templates/typography/list-style-type/decimal.d.ts +1 -2
  1264. package/dist/types/utils/templates/typography/list-style-type/disc.d.ts +1 -2
  1265. package/dist/types/utils/templates/typography/list-style-type/none.d.ts +1 -2
  1266. package/dist/types/utils/templates/typography/text-align/center.d.ts +1 -2
  1267. package/dist/types/utils/templates/typography/text-align/justify.d.ts +1 -2
  1268. package/dist/types/utils/templates/typography/text-align/left.d.ts +1 -2
  1269. package/dist/types/utils/templates/typography/text-align/right.d.ts +1 -2
  1270. package/dist/types/utils/templates/typography/text-color/inherit.d.ts +1 -2
  1271. package/dist/types/utils/templates/typography/text-color/white.d.ts +1 -2
  1272. package/dist/types/utils/templates/typography/text-decoration/all.d.ts +1 -2
  1273. package/dist/types/utils/templates/typography/text-overflow/clip.d.ts +1 -2
  1274. package/dist/types/utils/templates/typography/text-overflow/ellipsis.d.ts +1 -2
  1275. package/dist/types/utils/templates/typography/text-transform/all.d.ts +1 -2
  1276. package/dist/types/utils/templates/typography/vertical-align/baseline.d.ts +1 -2
  1277. package/dist/types/utils/templates/typography/vertical-align/bottom.d.ts +1 -2
  1278. package/dist/types/utils/templates/typography/vertical-align/center.d.ts +1 -2
  1279. package/dist/types/utils/templates/typography/vertical-align/top.d.ts +1 -2
  1280. package/dist/types/utils/templates/typography/white-space/normal.d.ts +1 -2
  1281. package/dist/types/utils/templates/typography/white-space/nowrap.d.ts +1 -2
  1282. package/dist/types/utils/templates/typography/white-space/pre-line.d.ts +1 -2
  1283. package/dist/types/utils/templates/typography/white-space/pre-wrap.d.ts +1 -2
  1284. package/dist/types/utils/templates/typography/white-space/pre.d.ts +1 -2
  1285. package/dist/types/utils/tests/background/background-clip.d.ts +1 -2
  1286. package/dist/types/utils/tests/background/background-color.d.ts +1 -2
  1287. package/dist/types/utils/tests/borders/border-color.d.ts +1 -2
  1288. package/dist/types/utils/tests/borders/border-radius.d.ts +1 -2
  1289. package/dist/types/utils/tests/borders/border-style.d.ts +1 -2
  1290. package/dist/types/utils/tests/borders/border-width.d.ts +1 -2
  1291. package/dist/types/utils/tests/borders/outline-color.d.ts +1 -2
  1292. package/dist/types/utils/tests/borders/outline-offset.d.ts +1 -2
  1293. package/dist/types/utils/tests/borders/outline-style.d.ts +1 -2
  1294. package/dist/types/utils/tests/borders/outline-width.d.ts +1 -2
  1295. package/dist/types/utils/tests/effects/opacity.d.ts +1 -2
  1296. package/dist/types/utils/tests/filters/backdrop-blur.d.ts +1 -2
  1297. package/dist/types/utils/tests/flex-grid/align-content/around.d.ts +1 -2
  1298. package/dist/types/utils/tests/flex-grid/align-content/between.d.ts +1 -2
  1299. package/dist/types/utils/tests/flex-grid/align-content/center.d.ts +1 -2
  1300. package/dist/types/utils/tests/flex-grid/align-content/end.d.ts +1 -2
  1301. package/dist/types/utils/tests/flex-grid/align-content/evenly.d.ts +1 -2
  1302. package/dist/types/utils/tests/flex-grid/align-content/normal.d.ts +1 -2
  1303. package/dist/types/utils/tests/flex-grid/align-content/start.d.ts +1 -2
  1304. package/dist/types/utils/tests/flex-grid/align-content/stretch.d.ts +1 -2
  1305. package/dist/types/utils/tests/flex-grid/align-items.d.ts +1 -2
  1306. package/dist/types/utils/tests/flex-grid/align-self.d.ts +1 -2
  1307. package/dist/types/utils/tests/flex-grid/flex-basis.d.ts +1 -2
  1308. package/dist/types/utils/tests/flex-grid/flex-direction.d.ts +1 -2
  1309. package/dist/types/utils/tests/flex-grid/flex-grow.d.ts +1 -2
  1310. package/dist/types/utils/tests/flex-grid/flex-srink.d.ts +1 -2
  1311. package/dist/types/utils/tests/flex-grid/flex-wrap.d.ts +1 -2
  1312. package/dist/types/utils/tests/flex-grid/flex.d.ts +1 -2
  1313. package/dist/types/utils/tests/flex-grid/gap.d.ts +1 -2
  1314. package/dist/types/utils/tests/flex-grid/grid-auto-cols.d.ts +1 -2
  1315. package/dist/types/utils/tests/flex-grid/grid-auto-flow.d.ts +1 -2
  1316. package/dist/types/utils/tests/flex-grid/grid-auto-rows.d.ts +1 -2
  1317. package/dist/types/utils/tests/flex-grid/grid-col-start-end.d.ts +1 -2
  1318. package/dist/types/utils/tests/flex-grid/grid-row-start-end.d.ts +1 -2
  1319. package/dist/types/utils/tests/flex-grid/grid-template-cols.d.ts +1 -2
  1320. package/dist/types/utils/tests/flex-grid/grid-template-rows.d.ts +1 -2
  1321. package/dist/types/utils/tests/flex-grid/justify-content.d.ts +1 -2
  1322. package/dist/types/utils/tests/flex-grid/justify-items.d.ts +1 -2
  1323. package/dist/types/utils/tests/flex-grid/justify-self.d.ts +1 -2
  1324. package/dist/types/utils/tests/flex-grid/order.d.ts +1 -2
  1325. package/dist/types/utils/tests/flex-grid/place-content.d.ts +1 -2
  1326. package/dist/types/utils/tests/flex-grid/place-items.d.ts +1 -2
  1327. package/dist/types/utils/tests/flex-grid/place-self.d.ts +1 -2
  1328. package/dist/types/utils/tests/interactivity/appearance.d.ts +1 -2
  1329. package/dist/types/utils/tests/interactivity/cursor.d.ts +1 -2
  1330. package/dist/types/utils/tests/interactivity/pointer-events.d.ts +1 -2
  1331. package/dist/types/utils/tests/interactivity/resize.d.ts +1 -2
  1332. package/dist/types/utils/tests/interactivity/touch-action.d.ts +1 -2
  1333. package/dist/types/utils/tests/interactivity/user-select.d.ts +1 -2
  1334. package/dist/types/utils/tests/layout/aspect-ratio.d.ts +1 -2
  1335. package/dist/types/utils/tests/layout/box-sizing.d.ts +1 -2
  1336. package/dist/types/utils/tests/layout/clear.d.ts +1 -2
  1337. package/dist/types/utils/tests/layout/columns.d.ts +1 -2
  1338. package/dist/types/utils/tests/layout/display.d.ts +1 -2
  1339. package/dist/types/utils/tests/layout/float.d.ts +1 -2
  1340. package/dist/types/utils/tests/layout/object-fit.d.ts +1 -2
  1341. package/dist/types/utils/tests/layout/object-position.d.ts +1 -2
  1342. package/dist/types/utils/tests/layout/overflow.d.ts +1 -2
  1343. package/dist/types/utils/tests/layout/placement.d.ts +1 -2
  1344. package/dist/types/utils/tests/layout/position.d.ts +1 -2
  1345. package/dist/types/utils/tests/layout/visibility.d.ts +1 -2
  1346. package/dist/types/utils/tests/layout/z-index.d.ts +1 -2
  1347. package/dist/types/utils/tests/sizing/height.d.ts +1 -2
  1348. package/dist/types/utils/tests/sizing/width.d.ts +1 -2
  1349. package/dist/types/utils/tests/spacing/margin.d.ts +1 -2
  1350. package/dist/types/utils/tests/spacing/padding.d.ts +1 -2
  1351. package/dist/types/utils/tests/svg/fill.d.ts +1 -2
  1352. package/dist/types/utils/tests/svg/stroke.d.ts +1 -2
  1353. package/dist/types/utils/tests/table/border-collapse.d.ts +1 -2
  1354. package/dist/types/utils/tests/table/table-layout.d.ts +1 -2
  1355. package/dist/types/utils/tests/transform/flip.d.ts +1 -2
  1356. package/dist/types/utils/tests/transform/origin.d.ts +1 -2
  1357. package/dist/types/utils/tests/transform/rotate.d.ts +1 -2
  1358. package/dist/types/utils/tests/transform/scale.d.ts +1 -2
  1359. package/dist/types/utils/tests/transform/skew.d.ts +1 -2
  1360. package/dist/types/utils/tests/transform/translate.d.ts +1 -2
  1361. package/dist/types/utils/tests/typography/font-style.d.ts +1 -2
  1362. package/dist/types/utils/tests/typography/font-weight.d.ts +1 -2
  1363. package/dist/types/utils/tests/typography/list-style-type.d.ts +1 -2
  1364. package/dist/types/utils/tests/typography/text-align.d.ts +1 -2
  1365. package/dist/types/utils/tests/typography/text-color.d.ts +1 -2
  1366. package/dist/types/utils/tests/typography/text-decoration.d.ts +1 -2
  1367. package/dist/types/utils/tests/typography/text-overflow.d.ts +1 -2
  1368. package/dist/types/utils/tests/typography/text-transform.d.ts +1 -2
  1369. package/dist/types/utils/tests/typography/vertical-align.d.ts +1 -2
  1370. package/dist/types/utils/tests/typography/white-space.d.ts +1 -2
  1371. package/dist/types/window/tests/window-action-buttons.d.ts +1 -2
  1372. package/dist/types/window/tests/window-rtl.d.ts +1 -2
  1373. package/dist/types/window/tests/window-theme-colors.d.ts +1 -2
  1374. package/dist/types/window/tests/window.d.ts +1 -2
  1375. package/dist/types/window/window.spec.d.ts +1 -1
  1376. package/dist/types/wizard/tests/wizard-horizontal.d.ts +1 -2
  1377. package/dist/types/wizard/tests/wizard-vertical.d.ts +1 -2
  1378. package/package.json +2 -2
  1379. package/src/avatar/index.ts +4 -1
  1380. package/src/avatar/templates/avatar-icon.tsx +3 -0
  1381. package/src/avatar/templates/avatar-image.tsx +3 -0
  1382. package/src/avatar/templates/avatar-text.tsx +3 -0
  1383. package/src/avatar/tests/avatar-size-rounded.tsx +17 -147
  1384. package/src/avatar/tests/avatar.tsx +29 -213
  1385. package/src/checkbox/index.ts +3 -1
  1386. package/src/checkbox/templates/checkbox-label.tsx +8 -0
  1387. package/src/checkbox/templates/checkbox-normal.tsx +3 -0
  1388. package/src/checkbox/tests/checkbox-rounded.tsx +18 -43
  1389. package/src/checkbox/tests/checkbox-size.tsx +36 -86
  1390. package/src/checkbox/tests/checkbox.tsx +42 -61
  1391. package/src/chip/index.ts +4 -0
  1392. package/src/chip/templates/chip-avatar.tsx +3 -0
  1393. package/src/chip/templates/chip-icon.tsx +3 -0
  1394. package/src/chip/templates/chip-normal.tsx +3 -0
  1395. package/src/chip/templates/chip-removable.tsx +4 -0
  1396. package/src/chip/tests/chip-list-size.tsx +12 -26
  1397. package/src/chip/tests/chip-list.tsx +10 -9
  1398. package/src/chip/tests/chip-outline.tsx +22 -94
  1399. package/src/chip/tests/chip-size-rounded.tsx +28 -157
  1400. package/src/chip/tests/chip-solid.tsx +18 -93
@@ -4417,8 +4417,14 @@ Checkbox.options = options6;
4417
4417
  Checkbox.className = CHECKBOX_CLASSNAME;
4418
4418
  Checkbox.defaultProps = defaultProps6;
4419
4419
 
4420
+ // src/checkbox/templates/checkbox-label.tsx
4421
+ import { Fragment as Fragment5, jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
4422
+
4423
+ // src/checkbox/templates/checkbox-normal.tsx
4424
+ import { jsx as jsx11 } from "react/jsx-runtime";
4425
+
4420
4426
  // src/chip/chip-action.tsx
4421
- import { jsx as jsx10 } from "react/jsx-runtime";
4427
+ import { jsx as jsx12 } from "react/jsx-runtime";
4422
4428
  var CHIPACTION_CLASSNAME = `k-chip-action`;
4423
4429
  var ChipAction = (props) => {
4424
4430
  const {
@@ -4428,15 +4434,15 @@ var ChipAction = (props) => {
4428
4434
  let icon;
4429
4435
  switch (type) {
4430
4436
  case "remove" /* REMOVE */:
4431
- icon = /* @__PURE__ */ jsx10(Icon, { icon: "x-circle" });
4437
+ icon = /* @__PURE__ */ jsx12(Icon, { icon: "x-circle" });
4432
4438
  break;
4433
4439
  case "more" /* MORE */:
4434
- icon = /* @__PURE__ */ jsx10(Icon, { icon: "more-vertical" });
4440
+ icon = /* @__PURE__ */ jsx12(Icon, { icon: "more-vertical" });
4435
4441
  break;
4436
4442
  default:
4437
- return /* @__PURE__ */ jsx10(Icon, { icon: type });
4443
+ return /* @__PURE__ */ jsx12(Icon, { icon: type });
4438
4444
  }
4439
- return /* @__PURE__ */ jsx10(
4445
+ return /* @__PURE__ */ jsx12(
4440
4446
  "span",
4441
4447
  {
4442
4448
  ...other,
@@ -4451,7 +4457,7 @@ var ChipAction = (props) => {
4451
4457
  };
4452
4458
 
4453
4459
  // src/avatar/avatar.spec.tsx
4454
- import { jsx as jsx11 } from "react/jsx-runtime";
4460
+ import { jsx as jsx13 } from "react/jsx-runtime";
4455
4461
  var AVATAR_CLASSNAME = `k-avatar`;
4456
4462
  var states7 = [
4457
4463
  States.hover,
@@ -4496,7 +4502,7 @@ var Avatar = (props) => {
4496
4502
  border = defaultProps7.border,
4497
4503
  ...other
4498
4504
  } = props;
4499
- return /* @__PURE__ */ jsx11(
4505
+ return /* @__PURE__ */ jsx13(
4500
4506
  "div",
4501
4507
  {
4502
4508
  ...other,
@@ -4513,7 +4519,7 @@ var Avatar = (props) => {
4513
4519
  [`${AVATAR_CLASSNAME}-bordered`]: border
4514
4520
  }
4515
4521
  ),
4516
- children: /* @__PURE__ */ jsx11("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4522
+ children: /* @__PURE__ */ jsx13("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
4517
4523
  }
4518
4524
  );
4519
4525
  };
@@ -4522,8 +4528,17 @@ Avatar.options = options7;
4522
4528
  Avatar.className = AVATAR_CLASSNAME;
4523
4529
  Avatar.defaultProps = defaultProps7;
4524
4530
 
4531
+ // src/avatar/templates/avatar-icon.tsx
4532
+ import { jsx as jsx14 } from "react/jsx-runtime";
4533
+
4534
+ // src/avatar/templates/avatar-text.tsx
4535
+ import { jsx as jsx15 } from "react/jsx-runtime";
4536
+
4537
+ // src/avatar/templates/avatar-image.tsx
4538
+ import { jsx as jsx16 } from "react/jsx-runtime";
4539
+
4525
4540
  // src/chip/chip.spec.tsx
4526
- import { jsx as jsx12, jsxs as jsxs2 } from "react/jsx-runtime";
4541
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4527
4542
  var CHIP_CLASSNAME = `k-chip`;
4528
4543
  var states8 = [
4529
4544
  States.hover,
@@ -4567,7 +4582,7 @@ var Chip = (props) => {
4567
4582
  disabled,
4568
4583
  ...other
4569
4584
  } = props;
4570
- return /* @__PURE__ */ jsxs2(
4585
+ return /* @__PURE__ */ jsxs3(
4571
4586
  "div",
4572
4587
  {
4573
4588
  ...other,
@@ -4589,10 +4604,10 @@ var Chip = (props) => {
4589
4604
  })
4590
4605
  ),
4591
4606
  children: [
4592
- icon && /* @__PURE__ */ jsx12(Icon, { className: "k-chip-icon", icon, size: "small" }),
4593
- showAvatar && /* @__PURE__ */ jsx12(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx12("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4594
- /* @__PURE__ */ jsx12("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx12("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4595
- actions && /* @__PURE__ */ jsx12("span", { className: "k-chip-actions", children: actions })
4607
+ icon && /* @__PURE__ */ jsx17(Icon, { className: "k-chip-icon", icon, size: "small" }),
4608
+ showAvatar && /* @__PURE__ */ jsx17(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx17("img", { src: "/packages/html/assets/avatar.jpg" }) }),
4609
+ /* @__PURE__ */ jsx17("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx17("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
4610
+ actions && /* @__PURE__ */ jsx17("span", { className: "k-chip-actions", children: actions })
4596
4611
  ]
4597
4612
  }
4598
4613
  );
@@ -4603,7 +4618,7 @@ Chip.className = CHIP_CLASSNAME;
4603
4618
  Chip.defaultProps = defaultProps8;
4604
4619
 
4605
4620
  // src/chip/chip-list.spec.tsx
4606
- import { jsx as jsx13 } from "react/jsx-runtime";
4621
+ import { jsx as jsx18 } from "react/jsx-runtime";
4607
4622
  var CHIPLIST_CLASSNAME = `k-chip-list`;
4608
4623
  var states9 = [];
4609
4624
  var options9 = {
@@ -4617,7 +4632,7 @@ var ChipList = (props) => {
4617
4632
  size = defaultProps9.size,
4618
4633
  ...other
4619
4634
  } = props;
4620
- return /* @__PURE__ */ jsx13(
4635
+ return /* @__PURE__ */ jsx18(
4621
4636
  "div",
4622
4637
  {
4623
4638
  ...other,
@@ -4637,8 +4652,20 @@ ChipList.options = options9;
4637
4652
  ChipList.className = CHIPLIST_CLASSNAME;
4638
4653
  ChipList.defaultProps = defaultProps9;
4639
4654
 
4655
+ // src/chip/templates/chip-avatar.tsx
4656
+ import { jsx as jsx19 } from "react/jsx-runtime";
4657
+
4658
+ // src/chip/templates/chip-icon.tsx
4659
+ import { jsx as jsx20 } from "react/jsx-runtime";
4660
+
4661
+ // src/chip/templates/chip-normal.tsx
4662
+ import { jsx as jsx21 } from "react/jsx-runtime";
4663
+
4664
+ // src/chip/templates/chip-removable.tsx
4665
+ import { jsx as jsx22 } from "react/jsx-runtime";
4666
+
4640
4667
  // src/input/input.spec.tsx
4641
- import { jsx as jsx14 } from "react/jsx-runtime";
4668
+ import { jsx as jsx23 } from "react/jsx-runtime";
4642
4669
  var INPUT_CLASSNAME = `k-input`;
4643
4670
  var states10 = [
4644
4671
  States.hover,
@@ -4674,7 +4701,7 @@ var Input = (props) => {
4674
4701
  fillMode = defaultProps10.fillMode,
4675
4702
  ...other
4676
4703
  } = props;
4677
- return /* @__PURE__ */ jsx14(
4704
+ return /* @__PURE__ */ jsx23(
4678
4705
  "span",
4679
4706
  {
4680
4707
  ...other,
@@ -4693,7 +4720,7 @@ Input.className = INPUT_CLASSNAME;
4693
4720
  Input.defaultProps = defaultProps10;
4694
4721
 
4695
4722
  // src/input/picker.spec.tsx
4696
- import { jsx as jsx15 } from "react/jsx-runtime";
4723
+ import { jsx as jsx24 } from "react/jsx-runtime";
4697
4724
  var PICKER_CLASSNAME = `k-picker`;
4698
4725
  var pickerStates = [
4699
4726
  States.hover,
@@ -4729,7 +4756,7 @@ var Picker = (props) => {
4729
4756
  fillMode = defaultProps11.fillMode,
4730
4757
  ...other
4731
4758
  } = props;
4732
- return /* @__PURE__ */ jsx15(
4759
+ return /* @__PURE__ */ jsx24(
4733
4760
  "span",
4734
4761
  {
4735
4762
  ...other,
@@ -4749,7 +4776,7 @@ Picker.className = PICKER_CLASSNAME;
4749
4776
  Picker.defaultProps = defaultProps11;
4750
4777
 
4751
4778
  // src/input/input-clear-value.tsx
4752
- import { Fragment as Fragment5, jsx as jsx16 } from "react/jsx-runtime";
4779
+ import { Fragment as Fragment6, jsx as jsx25 } from "react/jsx-runtime";
4753
4780
  var className = `k-clear-value`;
4754
4781
  var states11 = [
4755
4782
  States.disabled,
@@ -4765,16 +4792,16 @@ var InputClearValue = (props) => {
4765
4792
  value
4766
4793
  } = props;
4767
4794
  if (disabled || readonly || loading || !value) {
4768
- return /* @__PURE__ */ jsx16(Fragment5, {});
4795
+ return /* @__PURE__ */ jsx25(Fragment6, {});
4769
4796
  }
4770
- return /* @__PURE__ */ jsx16("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx16(Icon, { icon: "x" }) });
4797
+ return /* @__PURE__ */ jsx25("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx25(Icon, { icon: "x" }) });
4771
4798
  };
4772
4799
  InputClearValue.states = states11;
4773
4800
  InputClearValue.options = options11;
4774
4801
  InputClearValue.className = className;
4775
4802
 
4776
4803
  // src/input/input-inner-input.tsx
4777
- import { jsx as jsx17 } from "react/jsx-runtime";
4804
+ import { jsx as jsx26 } from "react/jsx-runtime";
4778
4805
  var className2 = `k-input-inner`;
4779
4806
  var states12 = [];
4780
4807
  var options12 = {};
@@ -4792,7 +4819,7 @@ var InputInnerInput = (props) => {
4792
4819
  autocomplete = defaultProps12.autocomplete,
4793
4820
  ...other
4794
4821
  } = props;
4795
- return /* @__PURE__ */ jsx17(
4822
+ return /* @__PURE__ */ jsx26(
4796
4823
  "input",
4797
4824
  {
4798
4825
  ...other,
@@ -4809,7 +4836,7 @@ InputInnerInput.options = options12;
4809
4836
  InputInnerInput.className = className2;
4810
4837
 
4811
4838
  // src/input/input-inner-span.tsx
4812
- import { jsx as jsx18, jsxs as jsxs3 } from "react/jsx-runtime";
4839
+ import { jsx as jsx27, jsxs as jsxs4 } from "react/jsx-runtime";
4813
4840
  var className3 = `k-input-inner`;
4814
4841
  var states13 = [];
4815
4842
  var options13 = {};
@@ -4822,16 +4849,16 @@ var InputInnerSpan = (props) => {
4822
4849
  valueIconName,
4823
4850
  ...other
4824
4851
  } = props;
4825
- return /* @__PURE__ */ jsxs3(
4852
+ return /* @__PURE__ */ jsxs4(
4826
4853
  "span",
4827
4854
  {
4828
4855
  ...other,
4829
4856
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4830
4857
  children: [
4831
4858
  valueIcon,
4832
- !valueIcon && valueIconName && /* @__PURE__ */ jsx18(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4859
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx27(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4833
4860
  showValue && !value && placeholder,
4834
- showValue && value && /* @__PURE__ */ jsx18("span", { className: "k-input-value-text", children: value })
4861
+ showValue && value && /* @__PURE__ */ jsx27("span", { className: "k-input-value-text", children: value })
4835
4862
  ]
4836
4863
  }
4837
4864
  );
@@ -4841,7 +4868,7 @@ InputInnerSpan.options = options13;
4841
4868
  InputInnerSpan.className = className3;
4842
4869
 
4843
4870
  // src/input/input-inner-textarea.tsx
4844
- import { jsx as jsx19 } from "react/jsx-runtime";
4871
+ import { jsx as jsx28 } from "react/jsx-runtime";
4845
4872
  var defaultProps13 = {
4846
4873
  value: "",
4847
4874
  placeholder: ""
@@ -4856,7 +4883,7 @@ var InputInnerTextarea = (props) => {
4856
4883
  rows,
4857
4884
  ...other
4858
4885
  } = props;
4859
- return /* @__PURE__ */ jsx19(
4886
+ return /* @__PURE__ */ jsx28(
4860
4887
  "textarea",
4861
4888
  {
4862
4889
  ...other,
@@ -4872,7 +4899,7 @@ InputInnerTextarea.options = options14;
4872
4899
  InputInnerTextarea.className = className4;
4873
4900
 
4874
4901
  // src/input/input-loading-icon.tsx
4875
- import { Fragment as Fragment6, jsx as jsx20 } from "react/jsx-runtime";
4902
+ import { Fragment as Fragment7, jsx as jsx29 } from "react/jsx-runtime";
4876
4903
  var className5 = `k-input-loading-icon`;
4877
4904
  var states15 = [
4878
4905
  States.disabled,
@@ -4884,13 +4911,13 @@ var InputLoadingIcon = (props) => {
4884
4911
  loading
4885
4912
  } = props;
4886
4913
  if (disabled || !loading) {
4887
- return /* @__PURE__ */ jsx20(Fragment6, {});
4914
+ return /* @__PURE__ */ jsx29(Fragment7, {});
4888
4915
  }
4889
- return /* @__PURE__ */ jsx20(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4916
+ return /* @__PURE__ */ jsx29(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4890
4917
  };
4891
4918
 
4892
4919
  // src/input/input-validation-icon.tsx
4893
- import { Fragment as Fragment7, jsx as jsx21 } from "react/jsx-runtime";
4920
+ import { Fragment as Fragment8, jsx as jsx30 } from "react/jsx-runtime";
4894
4921
  var className6 = `k-input-validation-icon`;
4895
4922
  var states16 = [
4896
4923
  States.valid,
@@ -4909,36 +4936,36 @@ var InputValidationIcon = (props) => {
4909
4936
  const iconName = invalid ? "exclamation-circle" : "check";
4910
4937
  const renderValidationIcon = Boolean(valid || invalid);
4911
4938
  if (disabled || loading || !renderValidationIcon) {
4912
- return /* @__PURE__ */ jsx21(Fragment7, {});
4939
+ return /* @__PURE__ */ jsx30(Fragment8, {});
4913
4940
  }
4914
- return /* @__PURE__ */ jsx21(Icon, { className: classNames(className6), icon: iconName });
4941
+ return /* @__PURE__ */ jsx30(Icon, { className: classNames(className6), icon: iconName });
4915
4942
  };
4916
4943
  InputValidationIcon.states = states16;
4917
4944
  InputValidationIcon.options = options15;
4918
4945
  InputValidationIcon.className = className6;
4919
4946
 
4920
4947
  // src/input/input-prefix.tsx
4921
- import { Fragment as Fragment8, jsx as jsx22 } from "react/jsx-runtime";
4948
+ import { Fragment as Fragment9, jsx as jsx31 } from "react/jsx-runtime";
4922
4949
  var className7 = `k-input-prefix`;
4923
4950
  var InputPrefix = (props) => {
4924
4951
  if (!props.children) {
4925
- return /* @__PURE__ */ jsx22(Fragment8, {});
4952
+ return /* @__PURE__ */ jsx31(Fragment9, {});
4926
4953
  }
4927
- return /* @__PURE__ */ jsx22("span", { className: classNames(className7, props.className), children: props.children });
4954
+ return /* @__PURE__ */ jsx31("span", { className: classNames(className7, props.className), children: props.children });
4928
4955
  };
4929
4956
 
4930
4957
  // src/input/input-suffix.tsx
4931
- import { Fragment as Fragment9, jsx as jsx23 } from "react/jsx-runtime";
4958
+ import { Fragment as Fragment10, jsx as jsx32 } from "react/jsx-runtime";
4932
4959
  var className8 = `k-input-suffix`;
4933
4960
  var InputSuffix = (props) => {
4934
4961
  if (!props.children) {
4935
- return /* @__PURE__ */ jsx23(Fragment9, {});
4962
+ return /* @__PURE__ */ jsx32(Fragment10, {});
4936
4963
  }
4937
- return /* @__PURE__ */ jsx23("span", { className: classNames(className8, props.className), children: props.children });
4964
+ return /* @__PURE__ */ jsx32("span", { className: classNames(className8, props.className), children: props.children });
4938
4965
  };
4939
4966
 
4940
4967
  // src/animation-container/animation-container.spec.tsx
4941
- import { jsx as jsx24 } from "react/jsx-runtime";
4968
+ import { jsx as jsx33 } from "react/jsx-runtime";
4942
4969
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4943
4970
  var states17 = [];
4944
4971
  var options16 = {};
@@ -4952,7 +4979,7 @@ var AnimationContainer = (props) => {
4952
4979
  offset,
4953
4980
  ...other
4954
4981
  } = props;
4955
- return /* @__PURE__ */ jsx24(
4982
+ return /* @__PURE__ */ jsx33(
4956
4983
  "div",
4957
4984
  {
4958
4985
  ...other,
@@ -4964,7 +4991,7 @@ var AnimationContainer = (props) => {
4964
4991
  ["k-animation-container-fixed"]: positionMode === "fixed"
4965
4992
  }
4966
4993
  ),
4967
- children: /* @__PURE__ */ jsx24("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4994
+ children: /* @__PURE__ */ jsx33("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4968
4995
  }
4969
4996
  );
4970
4997
  };
@@ -4974,7 +5001,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4974
5001
  AnimationContainer.defaultProps = defaultProps14;
4975
5002
 
4976
5003
  // src/popup/popup.spec.tsx
4977
- import { jsx as jsx25 } from "react/jsx-runtime";
5004
+ import { jsx as jsx34 } from "react/jsx-runtime";
4978
5005
  var POPUP_CLASSNAME = `k-popup`;
4979
5006
  var states18 = [];
4980
5007
  var options17 = {};
@@ -4987,12 +5014,12 @@ var Popup = (props) => {
4987
5014
  positionMode,
4988
5015
  ...other
4989
5016
  } = props;
4990
- return /* @__PURE__ */ jsx25(
5017
+ return /* @__PURE__ */ jsx34(
4991
5018
  AnimationContainer,
4992
5019
  {
4993
5020
  positionMode,
4994
5021
  offset,
4995
- children: /* @__PURE__ */ jsx25("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5022
+ children: /* @__PURE__ */ jsx34("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4996
5023
  }
4997
5024
  );
4998
5025
  };
@@ -5002,7 +5029,7 @@ Popup.className = POPUP_CLASSNAME;
5002
5029
  Popup.defaultProps = defaultProps15;
5003
5030
 
5004
5031
  // src/dropdownlist/dropdownlist.spec.tsx
5005
- import { Fragment as Fragment10, jsx as jsx26, jsxs as jsxs4 } from "react/jsx-runtime";
5032
+ import { Fragment as Fragment11, jsx as jsx35, jsxs as jsxs5 } from "react/jsx-runtime";
5006
5033
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5007
5034
  var states19 = [
5008
5035
  States.hover,
@@ -5050,8 +5077,8 @@ var DropdownList = (props) => {
5050
5077
  opened,
5051
5078
  ...other
5052
5079
  } = props;
5053
- return /* @__PURE__ */ jsxs4(Fragment10, { children: [
5054
- /* @__PURE__ */ jsxs4(
5080
+ return /* @__PURE__ */ jsxs5(Fragment11, { children: [
5081
+ /* @__PURE__ */ jsxs5(
5055
5082
  Picker,
5056
5083
  {
5057
5084
  ...other,
@@ -5074,8 +5101,8 @@ var DropdownList = (props) => {
5074
5101
  }
5075
5102
  ),
5076
5103
  children: [
5077
- /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
5078
- /* @__PURE__ */ jsx26(
5104
+ /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5105
+ /* @__PURE__ */ jsx35(
5079
5106
  InputInnerSpan,
5080
5107
  {
5081
5108
  placeholder,
@@ -5084,7 +5111,7 @@ var DropdownList = (props) => {
5084
5111
  valueIconName
5085
5112
  }
5086
5113
  ),
5087
- /* @__PURE__ */ jsx26(
5114
+ /* @__PURE__ */ jsx35(
5088
5115
  InputValidationIcon,
5089
5116
  {
5090
5117
  valid,
@@ -5093,15 +5120,15 @@ var DropdownList = (props) => {
5093
5120
  disabled
5094
5121
  }
5095
5122
  ),
5096
- /* @__PURE__ */ jsx26(
5123
+ /* @__PURE__ */ jsx35(
5097
5124
  InputLoadingIcon,
5098
5125
  {
5099
5126
  loading,
5100
5127
  disabled
5101
5128
  }
5102
5129
  ),
5103
- /* @__PURE__ */ jsx26(InputSuffix, { children: suffix }),
5104
- /* @__PURE__ */ jsx26(
5130
+ /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5131
+ /* @__PURE__ */ jsx35(
5105
5132
  Button,
5106
5133
  {
5107
5134
  className: "k-input-button",
@@ -5114,7 +5141,7 @@ var DropdownList = (props) => {
5114
5141
  ]
5115
5142
  }
5116
5143
  ),
5117
- opened && popup && /* @__PURE__ */ jsx26(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5144
+ opened && popup && /* @__PURE__ */ jsx35(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5118
5145
  ] });
5119
5146
  };
5120
5147
  DropdownList.states = states19;
@@ -5123,15 +5150,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5123
5150
  DropdownList.defaultProps = defaultProps16;
5124
5151
 
5125
5152
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5126
- import { jsx as jsx27 } from "react/jsx-runtime";
5153
+ import { jsx as jsx36 } from "react/jsx-runtime";
5127
5154
 
5128
5155
  // src/nodata/nodata.tsx
5129
- import { jsx as jsx28 } from "react/jsx-runtime";
5156
+ import { jsx as jsx37 } from "react/jsx-runtime";
5130
5157
  var className9 = `k-nodata`;
5131
- var NoData = (props) => /* @__PURE__ */ jsx28("span", { className: classNames(className9, props.className), children: props.children });
5158
+ var NoData = (props) => /* @__PURE__ */ jsx37("span", { className: classNames(className9, props.className), children: props.children });
5132
5159
 
5133
5160
  // src/list/list.spec.tsx
5134
- import { jsx as jsx29, jsxs as jsxs5 } from "react/jsx-runtime";
5161
+ import { jsx as jsx38, jsxs as jsxs6 } from "react/jsx-runtime";
5135
5162
  var LIST_CLASSNAME = `k-list`;
5136
5163
  var states20 = [];
5137
5164
  var options19 = {
@@ -5159,7 +5186,7 @@ var List = (props) => {
5159
5186
  listHeader = child.props.label;
5160
5187
  child.props.children.map((optChild, index2) => {
5161
5188
  listChildren.push(
5162
- /* @__PURE__ */ jsx29(
5189
+ /* @__PURE__ */ jsx38(
5163
5190
  ListItem,
5164
5191
  {
5165
5192
  ...optChild.props
@@ -5175,7 +5202,7 @@ var List = (props) => {
5175
5202
  groupLabel = child.props.label;
5176
5203
  }
5177
5204
  listChildren.push(
5178
- /* @__PURE__ */ jsx29(
5205
+ /* @__PURE__ */ jsx38(
5179
5206
  ListItem,
5180
5207
  {
5181
5208
  className: index2 === 0 ? "k-first" : "",
@@ -5187,16 +5214,16 @@ var List = (props) => {
5187
5214
  );
5188
5215
  });
5189
5216
  }
5190
- listGroup = /* @__PURE__ */ jsx29(ListGroup, { label: listHeader, virtualization, children: listChildren });
5217
+ listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
5191
5218
  } else if (child.type === ListItem) {
5192
- listChildren.push(/* @__PURE__ */ jsx29(ListItem, { ...child.props }, `${child.type}-${index}`));
5193
- listContent = /* @__PURE__ */ jsx29(ListContent, { virtualization, children: listChildren });
5219
+ listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
5220
+ listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
5194
5221
  }
5195
5222
  });
5196
5223
  } else {
5197
- listContent = /* @__PURE__ */ jsx29(NoData, { children: "No data found." });
5224
+ listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
5198
5225
  }
5199
- return /* @__PURE__ */ jsxs5(
5226
+ return /* @__PURE__ */ jsxs6(
5200
5227
  "div",
5201
5228
  {
5202
5229
  ...other,
@@ -5224,7 +5251,7 @@ List.className = LIST_CLASSNAME;
5224
5251
  List.defaultProps = defaultProps17;
5225
5252
 
5226
5253
  // src/list/list-angular.spec.tsx
5227
- import { jsx as jsx30, jsxs as jsxs6 } from "react/jsx-runtime";
5254
+ import { jsx as jsx39, jsxs as jsxs7 } from "react/jsx-runtime";
5228
5255
  var LISTANGULAR_CLASSNAME = `k-list`;
5229
5256
  var states21 = [];
5230
5257
  var options20 = {
@@ -5251,7 +5278,7 @@ var ListAngular = (props) => {
5251
5278
  listHeader = child.props.label;
5252
5279
  child.props.children.map((optChild, index2) => {
5253
5280
  listChildren.push(
5254
- /* @__PURE__ */ jsx30(
5281
+ /* @__PURE__ */ jsx39(
5255
5282
  ListItem,
5256
5283
  {
5257
5284
  ...optChild.props
@@ -5262,7 +5289,7 @@ var ListAngular = (props) => {
5262
5289
  });
5263
5290
  } else {
5264
5291
  listChildren.push(
5265
- /* @__PURE__ */ jsx30(
5292
+ /* @__PURE__ */ jsx39(
5266
5293
  ListGroupItem,
5267
5294
  {
5268
5295
  ...child.props,
@@ -5273,7 +5300,7 @@ var ListAngular = (props) => {
5273
5300
  );
5274
5301
  child.props.children.map((optChild, index2) => {
5275
5302
  listChildren.push(
5276
- /* @__PURE__ */ jsx30(
5303
+ /* @__PURE__ */ jsx39(
5277
5304
  ListItem,
5278
5305
  {
5279
5306
  ...optChild.props
@@ -5283,16 +5310,16 @@ var ListAngular = (props) => {
5283
5310
  );
5284
5311
  });
5285
5312
  }
5286
- listGroup = /* @__PURE__ */ jsx30(ListGroup, { label: listHeader, virtualization, children: listChildren });
5313
+ listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5287
5314
  } else if (child.type === ListItem) {
5288
- listChildren.push(/* @__PURE__ */ jsx30(ListItem, { ...child.props }, `${child.type}-${index}`));
5289
- listContent = /* @__PURE__ */ jsx30(ListContent, { virtualization, children: listChildren });
5315
+ listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5316
+ listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5290
5317
  }
5291
5318
  });
5292
5319
  } else {
5293
- listContent = /* @__PURE__ */ jsx30(NoData, { children: "No data found." });
5320
+ listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5294
5321
  }
5295
- return /* @__PURE__ */ jsxs6(
5322
+ return /* @__PURE__ */ jsxs7(
5296
5323
  "div",
5297
5324
  {
5298
5325
  ...other,
@@ -5319,7 +5346,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5319
5346
  ListAngular.defaultProps = defaultProps18;
5320
5347
 
5321
5348
  // src/list/list-item.spec.tsx
5322
- import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5349
+ import { jsx as jsx40, jsxs as jsxs8 } from "react/jsx-runtime";
5323
5350
  var LISTITEM_CLASSNAME = `k-list-item`;
5324
5351
  var states22 = [
5325
5352
  States.hover,
@@ -5344,7 +5371,7 @@ var ListItem = (props) => {
5344
5371
  ...other
5345
5372
  } = props;
5346
5373
  const textOrChildren = text ? text : props.children;
5347
- return /* @__PURE__ */ jsxs7(
5374
+ return /* @__PURE__ */ jsxs8(
5348
5375
  "li",
5349
5376
  {
5350
5377
  ...other,
@@ -5359,10 +5386,10 @@ var ListItem = (props) => {
5359
5386
  })
5360
5387
  ),
5361
5388
  children: [
5362
- showCheckbox && /* @__PURE__ */ jsx31(Checkbox, { checked }),
5363
- showIcon && /* @__PURE__ */ jsx31(Icon, { icon: iconName }),
5364
- /* @__PURE__ */ jsx31("span", { className: "k-list-item-text", children: textOrChildren }),
5365
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx31("div", { className: "k-list-item-group-label", children: groupLabel })
5389
+ showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5390
+ showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5391
+ /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5392
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5366
5393
  ]
5367
5394
  }
5368
5395
  );
@@ -5373,43 +5400,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5373
5400
  ListItem.defaultProps = defaultProps19;
5374
5401
 
5375
5402
  // src/list/list-content.tsx
5376
- import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5403
+ import { jsx as jsx41, jsxs as jsxs9 } from "react/jsx-runtime";
5377
5404
  var className10 = `k-list-content`;
5378
5405
  var ListContent = (props) => {
5379
5406
  const {
5380
5407
  virtualization
5381
5408
  } = props;
5382
- return /* @__PURE__ */ jsxs8("div", { className: classNames(className10, props.className), children: [
5383
- /* @__PURE__ */ jsx32("ul", { className: classNames("k-list-ul"), children: props.children }),
5384
- virtualization && /* @__PURE__ */ jsx32("div", { className: "k-height-container", children: /* @__PURE__ */ jsx32("div", {}) })
5409
+ return /* @__PURE__ */ jsxs9("div", { className: classNames(className10, props.className), children: [
5410
+ /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5411
+ virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5385
5412
  ] });
5386
5413
  };
5387
5414
 
5388
5415
  // src/list/list-header.tsx
5389
- import { jsx as jsx33 } from "react/jsx-runtime";
5416
+ import { jsx as jsx42 } from "react/jsx-runtime";
5390
5417
  var className11 = `k-list-group-sticky-header`;
5391
- var ListHeader = (props) => /* @__PURE__ */ jsx33("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx33("div", { className: "k-list-header-text", children: props.children }) });
5418
+ var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5392
5419
 
5393
5420
  // src/list/list-group.tsx
5394
- import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs9 } from "react/jsx-runtime";
5421
+ import { Fragment as Fragment12, jsx as jsx43, jsxs as jsxs10 } from "react/jsx-runtime";
5395
5422
  var ListGroup = (props) => {
5396
5423
  const {
5397
5424
  virtualization,
5398
5425
  label
5399
5426
  } = props;
5400
- return /* @__PURE__ */ jsxs9(Fragment11, { children: [
5401
- label && /* @__PURE__ */ jsx34(ListHeader, { children: label }),
5402
- props.children && /* @__PURE__ */ jsx34(ListContent, { virtualization, children: props.children })
5427
+ return /* @__PURE__ */ jsxs10(Fragment12, { children: [
5428
+ label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5429
+ props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5403
5430
  ] });
5404
5431
  };
5405
5432
 
5406
5433
  // src/list/list-group-item.tsx
5407
- import { jsx as jsx35 } from "react/jsx-runtime";
5434
+ import { jsx as jsx44 } from "react/jsx-runtime";
5408
5435
  var className12 = `k-list-group-item`;
5409
- var ListGroupItem = (props) => /* @__PURE__ */ jsx35("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: props.children }) });
5436
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5410
5437
 
5411
5438
  // src/list/list-option-label.tsx
5412
- import { jsx as jsx36 } from "react/jsx-runtime";
5439
+ import { jsx as jsx45 } from "react/jsx-runtime";
5413
5440
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5414
5441
  var states23 = [
5415
5442
  States.hover,
@@ -5428,7 +5455,7 @@ var ListOptionLabel = (props) => {
5428
5455
  disabled,
5429
5456
  ...other
5430
5457
  } = props;
5431
- return /* @__PURE__ */ jsx36(
5458
+ return /* @__PURE__ */ jsx45(
5432
5459
  "div",
5433
5460
  {
5434
5461
  ...other,
@@ -5451,10 +5478,10 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5451
5478
  ListOptionLabel.defaultProps = defaultProps20;
5452
5479
 
5453
5480
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5454
- import { jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5481
+ import { jsx as jsx46, jsxs as jsxs11 } from "react/jsx-runtime";
5455
5482
 
5456
5483
  // src/searchbox/searchbox.spec.tsx
5457
- import { jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5484
+ import { jsx as jsx47, jsxs as jsxs12 } from "react/jsx-runtime";
5458
5485
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5459
5486
  var states24 = [
5460
5487
  States.hover,
@@ -5495,7 +5522,7 @@ var Searchbox = (props) => {
5495
5522
  icon = defaultProps21.icon,
5496
5523
  ...other
5497
5524
  } = props;
5498
- return /* @__PURE__ */ jsxs11(
5525
+ return /* @__PURE__ */ jsxs12(
5499
5526
  Input,
5500
5527
  {
5501
5528
  ...other,
@@ -5511,11 +5538,11 @@ var Searchbox = (props) => {
5511
5538
  disabled,
5512
5539
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5513
5540
  children: [
5514
- showIcon && /* @__PURE__ */ jsx38(Icon, { className: "k-input-icon", icon }),
5515
- /* @__PURE__ */ jsx38(InputInnerInput, { placeholder, value }),
5516
- /* @__PURE__ */ jsx38(InputLoadingIcon, { ...props }),
5517
- /* @__PURE__ */ jsx38(InputValidationIcon, { ...props }),
5518
- /* @__PURE__ */ jsx38(InputClearValue, { ...props })
5541
+ showIcon && /* @__PURE__ */ jsx47(Icon, { className: "k-input-icon", icon }),
5542
+ /* @__PURE__ */ jsx47(InputInnerInput, { placeholder, value }),
5543
+ /* @__PURE__ */ jsx47(InputLoadingIcon, { ...props }),
5544
+ /* @__PURE__ */ jsx47(InputValidationIcon, { ...props }),
5545
+ /* @__PURE__ */ jsx47(InputClearValue, { ...props })
5519
5546
  ]
5520
5547
  }
5521
5548
  );
@@ -5526,16 +5553,16 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5526
5553
  Searchbox.defaultProps = defaultProps21;
5527
5554
 
5528
5555
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5529
- import { Fragment as Fragment12, jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5556
+ import { Fragment as Fragment13, jsx as jsx48, jsxs as jsxs13 } from "react/jsx-runtime";
5530
5557
 
5531
5558
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5532
- import { jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5559
+ import { jsx as jsx49, jsxs as jsxs14 } from "react/jsx-runtime";
5533
5560
 
5534
5561
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5535
- import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5562
+ import { Fragment as Fragment14, jsx as jsx50, jsxs as jsxs15 } from "react/jsx-runtime";
5536
5563
 
5537
5564
  // src/textbox/textbox.spec.tsx
5538
- import { jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5565
+ import { jsx as jsx51, jsxs as jsxs16 } from "react/jsx-runtime";
5539
5566
  var TEXTBOX_CLASSNAME = `k-textbox`;
5540
5567
  var states25 = [
5541
5568
  States.hover,
@@ -5578,7 +5605,7 @@ var Textbox = (props) => {
5578
5605
  showClearButton = defaultProps22.showClearButton,
5579
5606
  ...other
5580
5607
  } = props;
5581
- return /* @__PURE__ */ jsxs15(
5608
+ return /* @__PURE__ */ jsxs16(
5582
5609
  Input,
5583
5610
  {
5584
5611
  ...other,
@@ -5595,9 +5622,9 @@ var Textbox = (props) => {
5595
5622
  readonly,
5596
5623
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5597
5624
  children: [
5598
- /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5599
- /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5600
- /* @__PURE__ */ jsx42(
5625
+ /* @__PURE__ */ jsx51(InputPrefix, { children: prefix }),
5626
+ /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
5627
+ /* @__PURE__ */ jsx51(
5601
5628
  InputValidationIcon,
5602
5629
  {
5603
5630
  valid,
@@ -5606,14 +5633,14 @@ var Textbox = (props) => {
5606
5633
  disabled
5607
5634
  }
5608
5635
  ),
5609
- /* @__PURE__ */ jsx42(
5636
+ /* @__PURE__ */ jsx51(
5610
5637
  InputLoadingIcon,
5611
5638
  {
5612
5639
  loading,
5613
5640
  disabled
5614
5641
  }
5615
5642
  ),
5616
- showClearButton && /* @__PURE__ */ jsx42(
5643
+ showClearButton && /* @__PURE__ */ jsx51(
5617
5644
  InputClearValue,
5618
5645
  {
5619
5646
  loading,
@@ -5622,7 +5649,7 @@ var Textbox = (props) => {
5622
5649
  value
5623
5650
  }
5624
5651
  ),
5625
- /* @__PURE__ */ jsx42(InputSuffix, { children: suffix })
5652
+ /* @__PURE__ */ jsx51(InputSuffix, { children: suffix })
5626
5653
  ]
5627
5654
  }
5628
5655
  );
@@ -5633,7 +5660,7 @@ Textbox.className = TEXTBOX_CLASSNAME;
5633
5660
  Textbox.defaultProps = defaultProps22;
5634
5661
 
5635
5662
  // src/treeview/treeview.spec.tsx
5636
- import { jsx as jsx43 } from "react/jsx-runtime";
5663
+ import { jsx as jsx52 } from "react/jsx-runtime";
5637
5664
  import { createElement } from "react";
5638
5665
  var TREEVIEW_CLASSNAME = `k-treeview`;
5639
5666
  var states26 = [];
@@ -5668,17 +5695,17 @@ var Treeview = (props) => {
5668
5695
  } else {
5669
5696
  if (children.type === TreeviewItem) {
5670
5697
  listChildren.push(
5671
- /* @__PURE__ */ jsx43(TreeviewItem, { ...children.props, dir })
5698
+ /* @__PURE__ */ jsx52(TreeviewItem, { ...children.props, dir })
5672
5699
  );
5673
5700
  }
5674
5701
  if (children.type === TreeviewGroup) {
5675
5702
  listChildren.push(
5676
- /* @__PURE__ */ jsx43(TreeviewGroup, { ...children.props, dir })
5703
+ /* @__PURE__ */ jsx52(TreeviewGroup, { ...children.props, dir })
5677
5704
  );
5678
5705
  }
5679
5706
  }
5680
5707
  }
5681
- return /* @__PURE__ */ jsx43(
5708
+ return /* @__PURE__ */ jsx52(
5682
5709
  "div",
5683
5710
  {
5684
5711
  ...other,
@@ -5690,7 +5717,7 @@ var Treeview = (props) => {
5690
5717
  size
5691
5718
  })
5692
5719
  ),
5693
- children: /* @__PURE__ */ jsx43(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5720
+ children: /* @__PURE__ */ jsx52(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5694
5721
  }
5695
5722
  );
5696
5723
  };
@@ -5700,7 +5727,7 @@ Treeview.className = TREEVIEW_CLASSNAME;
5700
5727
  Treeview.defaultProps = defaultProps23;
5701
5728
 
5702
5729
  // src/treeview/treeview-group.tsx
5703
- import { jsx as jsx44 } from "react/jsx-runtime";
5730
+ import { jsx as jsx53 } from "react/jsx-runtime";
5704
5731
  import { createElement as createElement2 } from "react";
5705
5732
  var className13 = `k-treeview-group`;
5706
5733
  var TreeviewGroup = (props) => {
@@ -5721,16 +5748,16 @@ var TreeviewGroup = (props) => {
5721
5748
  } else {
5722
5749
  if (children.type === treeview_item_spec_default) {
5723
5750
  listChildren.push(
5724
- /* @__PURE__ */ jsx44(treeview_item_spec_default, { ...children.props, dir })
5751
+ /* @__PURE__ */ jsx53(treeview_item_spec_default, { ...children.props, dir })
5725
5752
  );
5726
5753
  }
5727
5754
  }
5728
5755
  }
5729
- return /* @__PURE__ */ jsx44("ul", { className: classNames(props.className, className13), children: listChildren });
5756
+ return /* @__PURE__ */ jsx53("ul", { className: classNames(props.className, className13), children: listChildren });
5730
5757
  };
5731
5758
 
5732
5759
  // src/treeview/treeview-leaf.tsx
5733
- import { jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5760
+ import { jsx as jsx54, jsxs as jsxs17 } from "react/jsx-runtime";
5734
5761
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5735
5762
  var states27 = [
5736
5763
  States.hover,
@@ -5748,7 +5775,7 @@ var TreeviewLeaf = (props) => {
5748
5775
  selected,
5749
5776
  ...other
5750
5777
  } = props;
5751
- return /* @__PURE__ */ jsxs16(
5778
+ return /* @__PURE__ */ jsxs17(
5752
5779
  "span",
5753
5780
  {
5754
5781
  ...other,
@@ -5762,8 +5789,8 @@ var TreeviewLeaf = (props) => {
5762
5789
  })
5763
5790
  ),
5764
5791
  children: [
5765
- showIcon && /* @__PURE__ */ jsx45(Icon, { icon }),
5766
- /* @__PURE__ */ jsx45("span", { className: "k-treeview-leaf-text", children: text })
5792
+ showIcon && /* @__PURE__ */ jsx54(Icon, { icon }),
5793
+ /* @__PURE__ */ jsx54("span", { className: "k-treeview-leaf-text", children: text })
5767
5794
  ]
5768
5795
  }
5769
5796
  );
@@ -5774,7 +5801,7 @@ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5774
5801
  var treeview_leaf_default = TreeviewLeaf;
5775
5802
 
5776
5803
  // src/treeview/treeview-item.spec.tsx
5777
- import { Fragment as Fragment14, jsx as jsx46, jsxs as jsxs17 } from "react/jsx-runtime";
5804
+ import { Fragment as Fragment15, jsx as jsx55, jsxs as jsxs18 } from "react/jsx-runtime";
5778
5805
  import { createElement as createElement3 } from "react";
5779
5806
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5780
5807
  var states28 = [
@@ -5817,12 +5844,12 @@ var TreeviewItem = (props) => {
5817
5844
  } else {
5818
5845
  if (children.type === TreeviewGroup) {
5819
5846
  listChildren.push(
5820
- /* @__PURE__ */ jsx46(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5847
+ /* @__PURE__ */ jsx55(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5821
5848
  );
5822
5849
  }
5823
5850
  }
5824
5851
  }
5825
- return /* @__PURE__ */ jsxs17(
5852
+ return /* @__PURE__ */ jsxs18(
5826
5853
  "li",
5827
5854
  {
5828
5855
  ...other,
@@ -5831,19 +5858,19 @@ var TreeviewItem = (props) => {
5831
5858
  TREEVIEWITEM_CLASSNAME
5832
5859
  ),
5833
5860
  children: [
5834
- /* @__PURE__ */ jsxs17("span", { className: "k-treeview-mid", children: [
5835
- _hasChildren && /* @__PURE__ */ jsx46(
5861
+ /* @__PURE__ */ jsxs18("span", { className: "k-treeview-mid", children: [
5862
+ _hasChildren && /* @__PURE__ */ jsx55(
5836
5863
  "span",
5837
5864
  {
5838
5865
  className: classNames(
5839
5866
  "k-treeview-toggle",
5840
5867
  stateClassNames("k-treeview-toggle", { disabled })
5841
5868
  ),
5842
- children: /* @__PURE__ */ jsx46(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5869
+ children: /* @__PURE__ */ jsx55(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5843
5870
  }
5844
5871
  ),
5845
- showCheckbox && /* @__PURE__ */ jsx46(Checkbox, { checked, disabled }),
5846
- /* @__PURE__ */ jsx46(
5872
+ showCheckbox && /* @__PURE__ */ jsx55(Checkbox, { checked, disabled }),
5873
+ /* @__PURE__ */ jsx55(
5847
5874
  treeview_leaf_default,
5848
5875
  {
5849
5876
  className: classNames(
@@ -5859,7 +5886,7 @@ var TreeviewItem = (props) => {
5859
5886
  }
5860
5887
  )
5861
5888
  ] }),
5862
- expanded && _hasChildren && /* @__PURE__ */ jsx46(Fragment14, { children: listChildren })
5889
+ expanded && _hasChildren && /* @__PURE__ */ jsx55(Fragment15, { children: listChildren })
5863
5890
  ]
5864
5891
  }
5865
5892
  );
@@ -5871,435 +5898,435 @@ TreeviewItem.defaultProps = defaultProps24;
5871
5898
  var treeview_item_spec_default = TreeviewItem;
5872
5899
 
5873
5900
  // src/pivotgrid/tests/pivotgrid.tsx
5874
- import { Fragment as Fragment15, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5875
- var pivotgrid_default = () => /* @__PURE__ */ jsx47(Fragment15, { children: /* @__PURE__ */ jsx47("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx47("section", { children: /* @__PURE__ */ jsxs18("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5876
- /* @__PURE__ */ jsxs18("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5877
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-empty-cell" }),
5878
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ jsxs18("table", { className: "k-pivotgrid-table", children: [
5879
- /* @__PURE__ */ jsxs18("colgroup", { children: [
5880
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5881
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5882
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5883
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5884
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5885
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5886
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5887
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5888
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5889
- /* @__PURE__ */ jsx47("col", { width: "120" })
5901
+ import { Fragment as Fragment16, jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5902
+ var pivotgrid_default = () => /* @__PURE__ */ jsx56(Fragment16, { children: /* @__PURE__ */ jsx56("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs19("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
5903
+ /* @__PURE__ */ jsxs19("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
5904
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-empty-cell" }),
5905
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ jsxs19("table", { className: "k-pivotgrid-table", children: [
5906
+ /* @__PURE__ */ jsxs19("colgroup", { children: [
5907
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5908
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5909
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5910
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5911
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5912
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5913
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5914
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5915
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
5916
+ /* @__PURE__ */ jsx56("col", { width: "120" })
5890
5917
  ] }),
5891
- /* @__PURE__ */ jsxs18("tbody", { className: "k-pivotgrid-tbody", children: [
5892
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5893
- /* @__PURE__ */ jsxs18("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5894
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-up" }),
5895
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5918
+ /* @__PURE__ */ jsxs19("tbody", { className: "k-pivotgrid-tbody", children: [
5919
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5920
+ /* @__PURE__ */ jsxs19("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5921
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-up" }),
5922
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
5896
5923
  ] }),
5897
- /* @__PURE__ */ jsx47("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5924
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
5898
5925
  ] }),
5899
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
5900
- /* @__PURE__ */ jsxs18("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5901
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-up" }),
5902
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5926
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
5927
+ /* @__PURE__ */ jsxs19("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5928
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-up" }),
5929
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
5903
5930
  ] }),
5904
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5905
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5906
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5931
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5932
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5933
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
5907
5934
  ] }),
5908
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5909
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5910
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5935
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5936
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5937
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
5911
5938
  ] }),
5912
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5913
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5914
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5939
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
5940
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5941
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
5915
5942
  ] })
5916
5943
  ] }),
5917
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
5918
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5919
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-up" }),
5920
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5944
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
5945
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
5946
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-up" }),
5947
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
5921
5948
  ] }),
5922
- /* @__PURE__ */ jsx47("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5949
+ /* @__PURE__ */ jsx56("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
5923
5950
  ] }),
5924
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsxs18("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5925
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5926
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5951
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsxs19("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
5952
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5953
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
5927
5954
  ] }) }),
5928
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5929
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5930
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5931
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5955
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
5956
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5957
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5958
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5932
5959
  ] }),
5933
- /* @__PURE__ */ jsxs18("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5934
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-up" }),
5935
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5960
+ /* @__PURE__ */ jsxs19("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5961
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-up" }),
5962
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5936
5963
  ] }),
5937
- /* @__PURE__ */ jsx47("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5938
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5939
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5940
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5964
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
5965
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5966
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5967
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5941
5968
  ] }),
5942
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5943
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5944
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5969
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5970
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5971
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5945
5972
  ] }),
5946
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5947
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5948
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5973
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
5974
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5975
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5949
5976
  ] }),
5950
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5951
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-down" }),
5952
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5977
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
5978
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-down" }),
5979
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Products" })
5953
5980
  ] })
5954
5981
  ] }),
5955
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
5956
- /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5957
- /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5958
- /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5959
- /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5982
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
5983
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
5984
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
5985
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
5986
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
5960
5987
  ] })
5961
5988
  ] })
5962
5989
  ] }) }),
5963
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ jsxs18("table", { className: "k-pivotgrid-table", children: [
5964
- /* @__PURE__ */ jsxs18("colgroup", { children: [
5965
- /* @__PURE__ */ jsx47("col", {}),
5966
- /* @__PURE__ */ jsx47("col", {})
5990
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ jsxs19("table", { className: "k-pivotgrid-table", children: [
5991
+ /* @__PURE__ */ jsxs19("colgroup", { children: [
5992
+ /* @__PURE__ */ jsx56("col", {}),
5993
+ /* @__PURE__ */ jsx56("col", {})
5967
5994
  ] }),
5968
- /* @__PURE__ */ jsxs18("tbody", { className: "k-pivotgrid-tbody", children: [
5969
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
5970
- /* @__PURE__ */ jsxs18("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5971
- /* @__PURE__ */ jsx47(Icon, { icon: "chevron-up" }),
5972
- /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5995
+ /* @__PURE__ */ jsxs19("tbody", { className: "k-pivotgrid-tbody", children: [
5996
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
5997
+ /* @__PURE__ */ jsxs19("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
5998
+ /* @__PURE__ */ jsx56(Icon, { icon: "chevron-up" }),
5999
+ /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
5973
6000
  ] }),
5974
- /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
6001
+ /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
5975
6002
  ] }),
5976
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
5977
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
5978
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
5979
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
5980
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
5981
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
5982
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
5983
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
5984
- /* @__PURE__ */ jsx47("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx47("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
6003
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
6004
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
6005
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
6006
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
6007
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
6008
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
6009
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
6010
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
6011
+ /* @__PURE__ */ jsx56("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ jsx56("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
5985
6012
  ] })
5986
6013
  ] }) }),
5987
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ jsxs18("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
5988
- /* @__PURE__ */ jsxs18("colgroup", { children: [
5989
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5990
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5991
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5992
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5993
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5994
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5995
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5996
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5997
- /* @__PURE__ */ jsx47("col", { width: "120" }),
5998
- /* @__PURE__ */ jsx47("col", { width: "120" })
6014
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ jsxs19("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
6015
+ /* @__PURE__ */ jsxs19("colgroup", { children: [
6016
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6017
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6018
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6019
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6020
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6021
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6022
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6023
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6024
+ /* @__PURE__ */ jsx56("col", { width: "120" }),
6025
+ /* @__PURE__ */ jsx56("col", { width: "120" })
5999
6026
  ] }),
6000
- /* @__PURE__ */ jsxs18("tbody", { className: "k-pivotgrid-tbody", children: [
6001
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6002
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6003
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6004
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6005
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6006
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6007
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6008
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6009
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6010
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6011
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6027
+ /* @__PURE__ */ jsxs19("tbody", { className: "k-pivotgrid-tbody", children: [
6028
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6029
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6030
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6031
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6032
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6033
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6034
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6035
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6036
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6037
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6038
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6012
6039
  ] }),
6013
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row k-hover", children: [
6014
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6015
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6016
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6017
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6018
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6019
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6020
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6021
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6022
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6023
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6040
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row k-hover", children: [
6041
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6042
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6043
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6044
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6045
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6046
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6047
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6048
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6049
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6050
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6024
6051
  ] }),
6025
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6026
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6027
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6028
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6029
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6030
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6031
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6032
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6033
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6034
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6035
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6052
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6053
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6054
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6055
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6056
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6057
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6058
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6059
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6060
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6061
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6062
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6036
6063
  ] }),
6037
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row k-selected", children: [
6038
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6039
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6040
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6041
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6042
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6043
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6044
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6045
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6046
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6047
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6064
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row k-selected", children: [
6065
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6066
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6067
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6068
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6069
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6070
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6071
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6072
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6073
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6074
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6048
6075
  ] }),
6049
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6050
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6051
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6052
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6053
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6054
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6055
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6056
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6057
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6058
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6059
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6076
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6077
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6078
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
6079
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
6080
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
6081
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6082
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
6083
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
6084
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
6085
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
6086
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
6060
6087
  ] }),
6061
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6062
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6063
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6064
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6065
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6066
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6067
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6068
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6069
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6070
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6071
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6088
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6089
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6090
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
6091
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
6092
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
6093
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
6094
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
6095
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
6096
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
6097
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6098
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
6072
6099
  ] }),
6073
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6074
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6075
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6076
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6077
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6078
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6079
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6080
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6081
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6082
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6083
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6100
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6101
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6102
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6103
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6104
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6105
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6106
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6107
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6108
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6109
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6110
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6084
6111
  ] }),
6085
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6086
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6087
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6088
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6089
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6090
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6091
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6092
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6093
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6094
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6095
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6112
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6113
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6114
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
6115
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
6116
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
6117
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6118
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
6119
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
6120
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
6121
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
6122
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
6096
6123
  ] }),
6097
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6098
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6099
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6100
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6101
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6102
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6103
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6104
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6105
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6106
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content" }) }),
6107
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6124
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6125
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6126
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6127
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
6128
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
6129
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6130
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
6131
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
6132
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6133
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content" }) }),
6134
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
6108
6135
  ] }),
6109
- /* @__PURE__ */ jsxs18("tr", { className: "k-pivotgrid-row", children: [
6110
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6111
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6112
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6113
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6114
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6115
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6116
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6117
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6118
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6119
- /* @__PURE__ */ jsx47("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx47("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6136
+ /* @__PURE__ */ jsxs19("tr", { className: "k-pivotgrid-row", children: [
6137
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
6138
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6139
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
6140
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
6141
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6142
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
6143
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6144
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6145
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
6146
+ /* @__PURE__ */ jsx56("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ jsx56("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
6120
6147
  ] })
6121
6148
  ] })
6122
6149
  ] }) })
6123
6150
  ] }),
6124
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ jsxs18("div", { className: "k-pivotgrid-configurator-panel", children: [
6125
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6126
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ jsxs18("form", { className: "k-form k-form-md k-form-horizontal", children: [
6127
- /* @__PURE__ */ jsxs18("div", { className: "k-form-field", children: [
6128
- /* @__PURE__ */ jsx47("label", { className: "k-label", children: "Fields" }),
6129
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6130
- /* @__PURE__ */ jsx47(Searchbox, { placeholder: "Search..." })
6151
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ jsxs19("div", { className: "k-pivotgrid-configurator-panel", children: [
6152
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
6153
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ jsxs19("form", { className: "k-form k-form-md k-form-horizontal", children: [
6154
+ /* @__PURE__ */ jsxs19("div", { className: "k-form-field", children: [
6155
+ /* @__PURE__ */ jsx56("label", { className: "k-label", children: "Fields" }),
6156
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6157
+ /* @__PURE__ */ jsx56(Searchbox, { placeholder: "Search..." })
6131
6158
  ] }),
6132
- /* @__PURE__ */ jsxs18("div", { className: "k-form-field", children: [
6133
- /* @__PURE__ */ jsxs18("div", { className: "k-select-all", children: [
6134
- /* @__PURE__ */ jsx47(Checkbox, {}),
6135
- /* @__PURE__ */ jsx47("span", { children: "Select all" })
6159
+ /* @__PURE__ */ jsxs19("div", { className: "k-form-field", children: [
6160
+ /* @__PURE__ */ jsxs19("div", { className: "k-select-all", children: [
6161
+ /* @__PURE__ */ jsx56(Checkbox, {}),
6162
+ /* @__PURE__ */ jsx56("span", { children: "Select all" })
6136
6163
  ] }),
6137
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6138
- /* @__PURE__ */ jsx47("span", { children: "5 fields selected" })
6164
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6165
+ /* @__PURE__ */ jsx56("span", { children: "5 fields selected" })
6139
6166
  ] }),
6140
- /* @__PURE__ */ jsx47("div", { className: "k-form-field", children: /* @__PURE__ */ jsx47("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ jsxs18(Treeview, { children: [
6141
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6142
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6143
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ jsxs18(TreeviewGroup, { children: [
6144
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6145
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ jsxs18(TreeviewGroup, { children: [
6146
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6147
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6167
+ /* @__PURE__ */ jsx56("div", { className: "k-form-field", children: /* @__PURE__ */ jsx56("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ jsxs19(Treeview, { children: [
6168
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6169
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6170
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ jsxs19(TreeviewGroup, { children: [
6171
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6172
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ jsxs19(TreeviewGroup, { children: [
6173
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6174
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6148
6175
  ] }) })
6149
6176
  ] }) }),
6150
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6151
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6152
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6153
- /* @__PURE__ */ jsx47(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6177
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6178
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6179
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6180
+ /* @__PURE__ */ jsx56(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6154
6181
  ] }) }) }),
6155
- /* @__PURE__ */ jsx47("div", { className: "k-form-field", children: /* @__PURE__ */ jsx47("label", { className: "k-label", children: "Columns" }) }),
6156
- /* @__PURE__ */ jsxs18(ChipList, { className: "k-column-fields", children: [
6157
- /* @__PURE__ */ jsx47(
6182
+ /* @__PURE__ */ jsx56("div", { className: "k-form-field", children: /* @__PURE__ */ jsx56("label", { className: "k-label", children: "Columns" }) }),
6183
+ /* @__PURE__ */ jsxs19(ChipList, { className: "k-column-fields", children: [
6184
+ /* @__PURE__ */ jsx56(
6158
6185
  Chip,
6159
6186
  {
6160
6187
  text: "Date.Calendar",
6161
- actions: /* @__PURE__ */ jsxs18(Fragment15, { children: [
6162
- /* @__PURE__ */ jsx47(ChipAction, { type: "more" }),
6163
- /* @__PURE__ */ jsx47(ChipAction, { type: "remove" })
6188
+ actions: /* @__PURE__ */ jsxs19(Fragment16, { children: [
6189
+ /* @__PURE__ */ jsx56(ChipAction, { type: "more" }),
6190
+ /* @__PURE__ */ jsx56(ChipAction, { type: "remove" })
6164
6191
  ] })
6165
6192
  }
6166
6193
  ),
6167
- /* @__PURE__ */ jsx47(
6194
+ /* @__PURE__ */ jsx56(
6168
6195
  Chip,
6169
6196
  {
6170
6197
  text: "Product.Category",
6171
- actions: /* @__PURE__ */ jsxs18(Fragment15, { children: [
6172
- /* @__PURE__ */ jsx47(ChipAction, { type: "more" }),
6173
- /* @__PURE__ */ jsx47(ChipAction, { type: "remove" })
6198
+ actions: /* @__PURE__ */ jsxs19(Fragment16, { children: [
6199
+ /* @__PURE__ */ jsx56(ChipAction, { type: "more" }),
6200
+ /* @__PURE__ */ jsx56(ChipAction, { type: "remove" })
6174
6201
  ] })
6175
6202
  }
6176
6203
  )
6177
6204
  ] }),
6178
- /* @__PURE__ */ jsx47("div", { className: "k-form-field", children: /* @__PURE__ */ jsx47("label", { className: "k-label", children: "Rows" }) }),
6179
- /* @__PURE__ */ jsx47(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ jsx47(
6205
+ /* @__PURE__ */ jsx56("div", { className: "k-form-field", children: /* @__PURE__ */ jsx56("label", { className: "k-label", children: "Rows" }) }),
6206
+ /* @__PURE__ */ jsx56(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ jsx56(
6180
6207
  Chip,
6181
6208
  {
6182
6209
  text: "Geography.City",
6183
- actions: /* @__PURE__ */ jsxs18(Fragment15, { children: [
6184
- /* @__PURE__ */ jsx47(ChipAction, { type: "more" }),
6185
- /* @__PURE__ */ jsx47(ChipAction, { type: "remove" })
6210
+ actions: /* @__PURE__ */ jsxs19(Fragment16, { children: [
6211
+ /* @__PURE__ */ jsx56(ChipAction, { type: "more" }),
6212
+ /* @__PURE__ */ jsx56(ChipAction, { type: "remove" })
6186
6213
  ] })
6187
6214
  }
6188
6215
  ) }),
6189
- /* @__PURE__ */ jsx47("div", { className: "k-form-field", children: /* @__PURE__ */ jsx47("label", { className: "k-label", children: "Filters" }) }),
6190
- /* @__PURE__ */ jsx47(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ jsx47(
6216
+ /* @__PURE__ */ jsx56("div", { className: "k-form-field", children: /* @__PURE__ */ jsx56("label", { className: "k-label", children: "Filters" }) }),
6217
+ /* @__PURE__ */ jsx56(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ jsx56(
6191
6218
  Chip,
6192
6219
  {
6193
6220
  text: "Sales Channel.Sales Channel",
6194
- actions: /* @__PURE__ */ jsxs18(Fragment15, { children: [
6195
- /* @__PURE__ */ jsx47(ChipAction, { type: "more" }),
6196
- /* @__PURE__ */ jsx47(ChipAction, { type: "remove" })
6221
+ actions: /* @__PURE__ */ jsxs19(Fragment16, { children: [
6222
+ /* @__PURE__ */ jsx56(ChipAction, { type: "more" }),
6223
+ /* @__PURE__ */ jsx56(ChipAction, { type: "remove" })
6197
6224
  ] })
6198
6225
  }
6199
6226
  ) }),
6200
- /* @__PURE__ */ jsxs18("div", { className: "k-form-field", children: [
6201
- /* @__PURE__ */ jsx47("label", { className: "k-label", children: "Values" }),
6202
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6203
- /* @__PURE__ */ jsx47(Button, { children: "Add Custom" })
6227
+ /* @__PURE__ */ jsxs19("div", { className: "k-form-field", children: [
6228
+ /* @__PURE__ */ jsx56("label", { className: "k-label", children: "Values" }),
6229
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6230
+ /* @__PURE__ */ jsx56(Button, { children: "Add Custom" })
6204
6231
  ] }),
6205
- /* @__PURE__ */ jsxs18("div", { className: "k-value-fields", children: [
6206
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field", children: [
6207
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-header", children: [
6208
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6209
- /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "pencil" }),
6210
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6211
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "x" }) })
6232
+ /* @__PURE__ */ jsxs19("div", { className: "k-value-fields", children: [
6233
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field", children: [
6234
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-header", children: [
6235
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
6236
+ /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "pencil" }),
6237
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6238
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "x" }) })
6212
6239
  ] }),
6213
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx47(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6214
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-actions", children: [
6215
- /* @__PURE__ */ jsx47(Icon, { icon: "formula-fx" }),
6216
- /* @__PURE__ */ jsx47(DropdownList, { value: "Custom" }),
6217
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6218
- /* @__PURE__ */ jsx47(Icon, { icon: "eye" }),
6219
- /* @__PURE__ */ jsx47(DropdownList, { value: "Default" })
6240
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx56(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
6241
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-actions", children: [
6242
+ /* @__PURE__ */ jsx56(Icon, { icon: "formula-fx" }),
6243
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Custom" }),
6244
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6245
+ /* @__PURE__ */ jsx56(Icon, { icon: "eye" }),
6246
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Default" })
6220
6247
  ] })
6221
6248
  ] }),
6222
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field", children: [
6223
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-header", children: [
6224
- /* @__PURE__ */ jsx47(
6249
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field", children: [
6250
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-header", children: [
6251
+ /* @__PURE__ */ jsx56(
6225
6252
  Textbox,
6226
6253
  {
6227
6254
  showClearButton: false,
6228
6255
  value: "Renamed Field",
6229
- suffix: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "check" })
6256
+ suffix: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "check" })
6230
6257
  }
6231
6258
  ),
6232
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6233
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "x" }) })
6259
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6260
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "x" }) })
6234
6261
  ] }),
6235
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx47(
6262
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ jsx56(
6236
6263
  Textbox,
6237
6264
  {
6238
6265
  showClearButton: false,
6239
6266
  value: "=IF(Amount>100, 3%*Amount)",
6240
- prefix: /* @__PURE__ */ jsx47(Icon, { icon: "formula-fx" })
6267
+ prefix: /* @__PURE__ */ jsx56(Icon, { icon: "formula-fx" })
6241
6268
  }
6242
6269
  ) }),
6243
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-actions", children: [
6244
- /* @__PURE__ */ jsx47(Icon, { icon: "formula-fx" }),
6245
- /* @__PURE__ */ jsx47(DropdownList, { value: "Custom" }),
6246
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6247
- /* @__PURE__ */ jsx47(Icon, { icon: "eye" }),
6248
- /* @__PURE__ */ jsx47(DropdownList, { value: "Default" })
6270
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-actions", children: [
6271
+ /* @__PURE__ */ jsx56(Icon, { icon: "formula-fx" }),
6272
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Custom" }),
6273
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6274
+ /* @__PURE__ */ jsx56(Icon, { icon: "eye" }),
6275
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Default" })
6249
6276
  ] })
6250
6277
  ] }),
6251
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field", children: [
6252
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-header", children: [
6253
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6254
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6255
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "x" }) })
6278
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field", children: [
6279
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-header", children: [
6280
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6281
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6282
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "x" }) })
6256
6283
  ] }),
6257
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-actions", children: [
6258
- /* @__PURE__ */ jsx47(Icon, { icon: "sum" }),
6259
- /* @__PURE__ */ jsx47(DropdownList, { value: "SUM" }),
6260
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6261
- /* @__PURE__ */ jsx47(Icon, { icon: "eye" }),
6262
- /* @__PURE__ */ jsx47(DropdownList, { value: "Default" })
6284
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-actions", children: [
6285
+ /* @__PURE__ */ jsx56(Icon, { icon: "sum" }),
6286
+ /* @__PURE__ */ jsx56(DropdownList, { value: "SUM" }),
6287
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6288
+ /* @__PURE__ */ jsx56(Icon, { icon: "eye" }),
6289
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Default" })
6263
6290
  ] })
6264
6291
  ] }),
6265
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field", children: [
6266
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-header", children: [
6267
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6268
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6269
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "x" }) })
6292
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field", children: [
6293
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-header", children: [
6294
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6295
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6296
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "x" }) })
6270
6297
  ] }),
6271
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-actions", children: [
6272
- /* @__PURE__ */ jsx47(Icon, { icon: "sum" }),
6273
- /* @__PURE__ */ jsx47(DropdownList, { value: "SUM" }),
6274
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6275
- /* @__PURE__ */ jsx47(Icon, { icon: "eye" }),
6276
- /* @__PURE__ */ jsx47(DropdownList, { value: "Default" })
6298
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-actions", children: [
6299
+ /* @__PURE__ */ jsx56(Icon, { icon: "sum" }),
6300
+ /* @__PURE__ */ jsx56(DropdownList, { value: "SUM" }),
6301
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6302
+ /* @__PURE__ */ jsx56(Icon, { icon: "eye" }),
6303
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Default" })
6277
6304
  ] })
6278
6305
  ] }),
6279
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field", children: [
6280
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-header", children: [
6281
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6282
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6283
- /* @__PURE__ */ jsx47("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx47(Button, { fillMode: "flat", icon: "x" }) })
6306
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field", children: [
6307
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-header", children: [
6308
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
6309
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6310
+ /* @__PURE__ */ jsx56("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ jsx56(Button, { fillMode: "flat", icon: "x" }) })
6284
6311
  ] }),
6285
- /* @__PURE__ */ jsxs18("div", { className: "k-calculated-field-actions", children: [
6286
- /* @__PURE__ */ jsx47(Icon, { icon: "sum" }),
6287
- /* @__PURE__ */ jsx47(DropdownList, { value: "SUM" }),
6288
- /* @__PURE__ */ jsx47("span", { className: "k-spacer" }),
6289
- /* @__PURE__ */ jsx47(Icon, { icon: "eye" }),
6290
- /* @__PURE__ */ jsx47(DropdownList, { value: "Default" })
6312
+ /* @__PURE__ */ jsxs19("div", { className: "k-calculated-field-actions", children: [
6313
+ /* @__PURE__ */ jsx56(Icon, { icon: "sum" }),
6314
+ /* @__PURE__ */ jsx56(DropdownList, { value: "SUM" }),
6315
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6316
+ /* @__PURE__ */ jsx56(Icon, { icon: "eye" }),
6317
+ /* @__PURE__ */ jsx56(DropdownList, { value: "Default" })
6291
6318
  ] })
6292
6319
  ] })
6293
6320
  ] })
6294
6321
  ] }) }),
6295
- /* @__PURE__ */ jsxs18(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
6296
- /* @__PURE__ */ jsx47(Button, { children: "Cancel" }),
6297
- /* @__PURE__ */ jsx47(Button, { themeColor: "primary", children: "Apply" })
6322
+ /* @__PURE__ */ jsxs19(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
6323
+ /* @__PURE__ */ jsx56(Button, { children: "Cancel" }),
6324
+ /* @__PURE__ */ jsx56(Button, { themeColor: "primary", children: "Apply" })
6298
6325
  ] })
6299
6326
  ] }) }),
6300
- /* @__PURE__ */ jsx47("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ jsxs18("span", { children: [
6327
+ /* @__PURE__ */ jsx56("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ jsxs19("span", { children: [
6301
6328
  "Change settings",
6302
- /* @__PURE__ */ jsx47(Icon, { icon: "gear" })
6329
+ /* @__PURE__ */ jsx56(Icon, { icon: "gear" })
6303
6330
  ] }) })
6304
6331
  ] }) }) }) });
6305
6332
  export {