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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (508) hide show
  1. package/dist/cjs/action-sheet/action-sheet.spec.js +56 -21
  2. package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
  3. package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
  4. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
  5. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
  6. package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
  7. package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
  8. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
  9. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
  10. package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
  11. package/dist/cjs/animation-container/animation-container.spec.js +70 -0
  12. package/dist/cjs/chat/tests/chat.js +353 -306
  13. package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
  14. package/dist/cjs/combobox/combobox.spec.js +71 -24
  15. package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
  16. package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
  17. package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
  18. package/dist/cjs/combobox/tests/combobox.js +93 -46
  19. package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
  20. package/dist/cjs/context-menu/tests/context-menu.js +73 -28
  21. package/dist/cjs/datepicker/datepicker.spec.js +239 -192
  22. package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
  23. package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
  24. package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
  25. package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
  26. package/dist/cjs/datepicker/tests/datepicker.js +261 -214
  27. package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
  28. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
  29. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
  30. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
  31. package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
  32. package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
  33. package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
  34. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
  35. package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
  36. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
  37. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
  38. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
  39. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
  40. package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
  41. package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
  42. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
  43. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
  44. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
  45. package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
  46. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
  47. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
  48. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
  49. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
  50. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
  51. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
  52. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
  53. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
  54. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
  55. package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
  56. package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
  57. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
  58. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
  59. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
  60. package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
  61. package/dist/cjs/editor/editor-toolbar.js +262 -215
  62. package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
  63. package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
  64. package/dist/cjs/editor/tests/editor.js +480 -426
  65. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
  66. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
  67. package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
  68. package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
  69. package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
  70. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
  71. package/dist/cjs/filter/tests/filter.js +577 -530
  72. package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
  73. package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
  74. package/dist/cjs/floating-label/tests/floating-label.js +116 -69
  75. package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
  76. package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
  77. package/dist/cjs/form/tests/form-grid-layout.js +224 -177
  78. package/dist/cjs/form/tests/form-sizes.js +246 -199
  79. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
  80. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
  81. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
  82. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
  83. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
  84. package/dist/cjs/gantt/tests/gantt-react.js +628 -581
  85. package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
  86. package/dist/cjs/gantt/tests/gantt.js +907 -860
  87. package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
  88. package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
  89. package/dist/cjs/grid/tests/grid-angular.js +353 -306
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
  92. package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
  95. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
  96. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
  97. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
  98. package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
  99. package/dist/cjs/grid/tests/grid-editing.js +342 -295
  100. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
  101. package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
  102. package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
  103. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
  104. package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
  105. package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
  106. package/dist/cjs/grid/tests/grid-grouping.js +473 -426
  107. package/dist/cjs/grid/tests/grid-pager.js +308 -261
  108. package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
  109. package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
  110. package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
  111. package/dist/cjs/grid/tests/grid-rtl.js +301 -254
  112. package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
  113. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
  114. package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
  115. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
  116. package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
  117. package/dist/cjs/grid/tests/grid.js +326 -279
  118. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
  119. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
  120. package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
  121. package/dist/cjs/index.js +2770 -2722
  122. package/dist/cjs/listview/listview.spec.js +235 -188
  123. package/dist/cjs/listview/tests/listview-layout.js +282 -235
  124. package/dist/cjs/listview/tests/listview-loading.js +253 -206
  125. package/dist/cjs/listview/tests/listview.js +268 -221
  126. package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
  127. package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
  128. package/dist/cjs/menu/tests/menu.js +141 -94
  129. package/dist/cjs/multiselect/multiselect.spec.js +73 -26
  130. package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
  131. package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
  132. package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
  133. package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
  134. package/dist/cjs/multiselect/tests/multiselect.js +128 -81
  135. package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
  136. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
  137. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
  138. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
  139. package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
  140. package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
  141. package/dist/cjs/notification/tests/notification-jquery.js +66 -30
  142. package/dist/cjs/pager/index.js +216 -169
  143. package/dist/cjs/pager/pager.spec.js +216 -169
  144. package/dist/cjs/pager/tests/pager-responsive.js +236 -189
  145. package/dist/cjs/pager/tests/pager-sizes.js +236 -189
  146. package/dist/cjs/pager/tests/pager.js +226 -179
  147. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
  148. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
  149. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
  150. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
  151. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
  152. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
  153. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
  154. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
  155. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
  156. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
  157. package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
  158. package/dist/cjs/popup/popup.spec.js +54 -7
  159. package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
  160. package/dist/cjs/popup/tests/popup-list.js +154 -107
  161. package/dist/cjs/popup/tests/popup-no-data.js +72 -25
  162. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
  163. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
  164. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
  165. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
  166. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
  167. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
  168. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
  169. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
  170. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
  171. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
  172. package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
  173. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
  174. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
  175. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
  176. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
  177. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
  178. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
  179. package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
  180. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
  181. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
  182. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
  183. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
  184. package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
  185. package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
  186. package/dist/cjs/scheduler/tests/scheduler.js +656 -609
  187. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
  188. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
  189. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
  190. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
  191. package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
  192. package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
  193. package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
  194. package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
  195. package/dist/cjs/taskboard/tests/taskboard.js +310 -263
  196. package/dist/cjs/time-selector/tests/time-selector.js +89 -25
  197. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
  198. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
  199. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
  200. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
  201. package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
  202. package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
  203. package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
  204. package/dist/cjs/timepicker/tests/timepicker.js +135 -88
  205. package/dist/cjs/timepicker/timepicker.spec.js +113 -66
  206. package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
  207. package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
  208. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
  209. package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
  210. package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
  211. package/dist/cjs/toolbar/tests/toolbar.js +331 -284
  212. package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
  213. package/dist/cjs/toolbar/toolbar.spec.js +232 -185
  214. package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
  215. package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
  216. package/dist/cjs/tooltip/tests/tooltip.js +120 -84
  217. package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
  218. package/dist/cjs/treelist/tests/treelist-react.js +492 -445
  219. package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
  220. package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
  221. package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
  222. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
  223. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
  224. package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
  225. package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
  226. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
  227. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
  228. package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
  229. package/dist/esm/animation-container/animation-container.spec.js +48 -0
  230. package/dist/esm/chat/tests/chat.js +322 -275
  231. package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
  232. package/dist/esm/combobox/combobox.spec.js +69 -22
  233. package/dist/esm/combobox/tests/combobox-flat.js +89 -42
  234. package/dist/esm/combobox/tests/combobox-opened.js +154 -104
  235. package/dist/esm/combobox/tests/combobox-outline.js +89 -42
  236. package/dist/esm/combobox/tests/combobox.js +89 -42
  237. package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
  238. package/dist/esm/context-menu/tests/context-menu.js +72 -27
  239. package/dist/esm/datepicker/datepicker.spec.js +210 -163
  240. package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
  241. package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
  242. package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
  243. package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
  244. package/dist/esm/datepicker/tests/datepicker.js +230 -183
  245. package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
  246. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
  247. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
  248. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
  249. package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
  250. package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
  251. package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
  252. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
  253. package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
  254. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
  255. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
  256. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
  257. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
  258. package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
  259. package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
  260. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
  261. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
  262. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
  263. package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
  264. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
  265. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
  266. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
  267. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
  268. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
  269. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
  270. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
  271. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
  272. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
  273. package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
  274. package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
  275. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
  276. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
  277. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
  278. package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
  279. package/dist/esm/editor/editor-toolbar.js +251 -204
  280. package/dist/esm/editor/tests/editor-find-replace.js +336 -289
  281. package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
  282. package/dist/esm/editor/tests/editor.js +433 -379
  283. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
  284. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
  285. package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
  286. package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
  287. package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
  288. package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
  289. package/dist/esm/filter/tests/filter.js +527 -480
  290. package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
  291. package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
  292. package/dist/esm/floating-label/tests/floating-label.js +112 -65
  293. package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
  294. package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
  295. package/dist/esm/form/tests/form-grid-layout.js +210 -163
  296. package/dist/esm/form/tests/form-sizes.js +222 -175
  297. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
  298. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
  299. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
  300. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
  301. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
  302. package/dist/esm/gantt/tests/gantt-react.js +567 -520
  303. package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
  304. package/dist/esm/gantt/tests/gantt.js +801 -754
  305. package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
  306. package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
  307. package/dist/esm/grid/tests/grid-angular.js +309 -262
  308. package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
  309. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
  310. package/dist/esm/grid/tests/grid-column-menu.js +325 -278
  311. package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
  312. package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
  313. package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
  314. package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
  315. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
  316. package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
  317. package/dist/esm/grid/tests/grid-editing.js +307 -260
  318. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
  319. package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
  320. package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
  321. package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
  322. package/dist/esm/grid/tests/grid-filter-row.js +526 -479
  323. package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
  324. package/dist/esm/grid/tests/grid-grouping.js +427 -380
  325. package/dist/esm/grid/tests/grid-pager.js +272 -225
  326. package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
  327. package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
  328. package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
  329. package/dist/esm/grid/tests/grid-rtl.js +272 -225
  330. package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
  331. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
  332. package/dist/esm/grid/tests/grid-size-sm.js +497 -450
  333. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
  334. package/dist/esm/grid/tests/grid-toolbar.js +298 -251
  335. package/dist/esm/grid/tests/grid.js +292 -245
  336. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
  337. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
  338. package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
  339. package/dist/esm/index.js +2425 -2377
  340. package/dist/esm/listview/listview.spec.js +219 -172
  341. package/dist/esm/listview/tests/listview-layout.js +254 -207
  342. package/dist/esm/listview/tests/listview-loading.js +234 -187
  343. package/dist/esm/listview/tests/listview.js +244 -197
  344. package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
  345. package/dist/esm/menu/tests/menu-popup-size.js +127 -63
  346. package/dist/esm/menu/tests/menu.js +132 -85
  347. package/dist/esm/multiselect/multiselect.spec.js +70 -23
  348. package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
  349. package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
  350. package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
  351. package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
  352. package/dist/esm/multiselect/tests/multiselect.js +121 -74
  353. package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
  354. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
  355. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
  356. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
  357. package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
  358. package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
  359. package/dist/esm/notification/tests/notification-jquery.js +64 -28
  360. package/dist/esm/pager/index.js +202 -155
  361. package/dist/esm/pager/pager.spec.js +202 -155
  362. package/dist/esm/pager/tests/pager-responsive.js +222 -175
  363. package/dist/esm/pager/tests/pager-sizes.js +222 -175
  364. package/dist/esm/pager/tests/pager.js +212 -165
  365. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
  366. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
  367. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
  368. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
  369. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
  370. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
  371. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
  372. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
  373. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
  374. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
  375. package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
  376. package/dist/esm/popup/popup.spec.js +54 -7
  377. package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
  378. package/dist/esm/popup/tests/popup-list.js +152 -105
  379. package/dist/esm/popup/tests/popup-no-data.js +70 -23
  380. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
  381. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
  382. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
  383. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
  384. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
  385. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
  386. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
  387. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
  388. package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
  389. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
  390. package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
  391. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
  392. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
  393. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
  394. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
  395. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
  396. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
  397. package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
  398. package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
  399. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
  400. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
  401. package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
  402. package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
  403. package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
  404. package/dist/esm/scheduler/tests/scheduler.js +579 -532
  405. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
  406. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
  407. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
  408. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
  409. package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
  410. package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
  411. package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
  412. package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
  413. package/dist/esm/taskboard/tests/taskboard.js +277 -230
  414. package/dist/esm/time-selector/tests/time-selector.js +84 -20
  415. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
  416. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
  417. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
  418. package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
  419. package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
  420. package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
  421. package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
  422. package/dist/esm/timepicker/tests/timepicker.js +125 -78
  423. package/dist/esm/timepicker/timepicker.spec.js +105 -58
  424. package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
  425. package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
  426. package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
  427. package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
  428. package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
  429. package/dist/esm/toolbar/tests/toolbar.js +314 -267
  430. package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
  431. package/dist/esm/toolbar/toolbar.spec.js +221 -174
  432. package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
  433. package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
  434. package/dist/esm/tooltip/tests/tooltip.js +114 -78
  435. package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
  436. package/dist/esm/treelist/tests/treelist-react.js +431 -384
  437. package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
  438. package/dist/types/animation-container/index.d.ts +1 -0
  439. package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
  440. package/dist/types/index.d.ts +1 -0
  441. package/dist/types/popup/popup.spec.d.ts +11 -2
  442. package/package.json +2 -2
  443. package/src/action-sheet/action-sheet.spec.tsx +31 -32
  444. package/src/animation-container/animation-container.spec.tsx +59 -0
  445. package/src/animation-container/index.ts +1 -0
  446. package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
  447. package/src/combobox/combobox.spec.tsx +1 -1
  448. package/src/combobox/tests/combobox-opened.tsx +3 -0
  449. package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
  450. package/src/context-menu/tests/context-menu.tsx +20 -25
  451. package/src/datepicker/datepicker.spec.tsx +1 -1
  452. package/src/datepicker/tests/datepicker-opened.tsx +4 -0
  453. package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
  454. package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
  455. package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
  456. package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
  457. package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
  458. package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
  459. package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
  460. package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
  461. package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
  462. package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
  463. package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
  464. package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
  465. package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
  466. package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
  467. package/src/editor/tests/editor.tsx +48 -42
  468. package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
  469. package/src/gantt/tests/gantt-react.tsx +1 -1
  470. package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
  471. package/src/gantt/tests/gantt.tsx +1 -1
  472. package/src/grid/tests/grid-angular.tsx +22 -24
  473. package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
  474. package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
  475. package/src/grid/tests/grid-column-menu.tsx +310 -321
  476. package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
  477. package/src/grid/tests/grid-column-reordering.tsx +247 -0
  478. package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
  479. package/src/grid/tests/grid-filter-menu.tsx +3 -2
  480. package/src/grid/tests/grid-grouping-actions.tsx +10 -13
  481. package/src/index.ts +1 -0
  482. package/src/menu/tests/menu-popup-size.tsx +73 -90
  483. package/src/menu/tests/menu.tsx +20 -24
  484. package/src/multiselect/multiselect.spec.tsx +1 -1
  485. package/src/multiselect/tests/multiselect-opened.tsx +4 -0
  486. package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
  487. package/src/notification/tests/notification-jquery.tsx +49 -48
  488. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
  489. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
  490. package/src/popup/popup.spec.tsx +25 -5
  491. package/src/popup/tests/popup-list-grouping.tsx +112 -128
  492. package/src/popup/tests/popup-list.tsx +104 -120
  493. package/src/popup/tests/popup-no-data.tsx +22 -30
  494. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
  495. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
  496. package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
  497. package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
  498. package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
  499. package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
  500. package/src/time-selector/tests/time-selector.tsx +34 -39
  501. package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
  502. package/src/timepicker/tests/timepicker-opened.tsx +4 -0
  503. package/src/timepicker/timepicker.spec.tsx +1 -1
  504. package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
  505. package/src/toolbar/tests/toolbar-popup.tsx +89 -104
  506. package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
  507. package/src/tooltip/tests/tooltip-states.tsx +17 -16
  508. package/src/tooltip/tests/tooltip.tsx +41 -40
@@ -5057,27 +5057,74 @@ ColorPicker.options = options16;
5057
5057
  ColorPicker.className = COLORPICKER_CLASSNAME;
5058
5058
  ColorPicker.defaultProps = defaultProps13;
5059
5059
 
5060
- // src/popup/popup.spec.tsx
5060
+ // src/animation-container/animation-container.spec.tsx
5061
5061
  var import_jsx_runtime29 = require("react/jsx-runtime");
5062
- var POPUP_CLASSNAME = `k-popup`;
5062
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5063
5063
  var states18 = [];
5064
5064
  var options17 = {};
5065
- var defaultProps14 = {};
5065
+ var defaultProps14 = {
5066
+ positionMode: "absolute"
5067
+ };
5068
+ var AnimationContainer = (props) => {
5069
+ const {
5070
+ positionMode,
5071
+ animationStyle,
5072
+ offset,
5073
+ ...other
5074
+ } = props;
5075
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5076
+ "div",
5077
+ {
5078
+ ...other,
5079
+ style: { ...offset, ...props.style },
5080
+ className: classNames(
5081
+ ANIMATION_CONTAINER_CLASSNAME,
5082
+ "k-animation-container-shown",
5083
+ {
5084
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5085
+ }
5086
+ ),
5087
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5088
+ }
5089
+ );
5090
+ };
5091
+ AnimationContainer.states = states18;
5092
+ AnimationContainer.options = options17;
5093
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5094
+ AnimationContainer.defaultProps = defaultProps14;
5095
+
5096
+ // src/popup/popup.spec.tsx
5097
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5098
+ var POPUP_CLASSNAME = `k-popup`;
5099
+ var states19 = [];
5100
+ var options18 = {};
5101
+ var defaultProps15 = {
5102
+ positionMode: "absolute"
5103
+ };
5066
5104
  var Popup = (props) => {
5067
5105
  const {
5106
+ offset,
5107
+ positionMode,
5068
5108
  ...other
5069
5109
  } = props;
5070
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
5110
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5111
+ AnimationContainer,
5112
+ {
5113
+ positionMode,
5114
+ offset,
5115
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5116
+ }
5117
+ );
5071
5118
  };
5072
- Popup.states = states18;
5073
- Popup.options = options17;
5119
+ Popup.states = states19;
5120
+ Popup.options = options18;
5074
5121
  Popup.className = POPUP_CLASSNAME;
5075
- Popup.defaultProps = defaultProps14;
5122
+ Popup.defaultProps = defaultProps15;
5076
5123
 
5077
5124
  // src/combobox/combobox.spec.tsx
5078
- var import_jsx_runtime30 = require("react/jsx-runtime");
5125
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5079
5126
  var COMBOBOX_CLASSNAME = `k-combobox`;
5080
- var states19 = [
5127
+ var states20 = [
5081
5128
  States.hover,
5082
5129
  States.focus,
5083
5130
  States.valid,
@@ -5087,12 +5134,12 @@ var states19 = [
5087
5134
  States.disabled,
5088
5135
  States.readonly
5089
5136
  ];
5090
- var defaultProps15 = {
5137
+ var defaultProps16 = {
5091
5138
  size: Input.defaultProps.size,
5092
5139
  rounded: Input.defaultProps.rounded,
5093
5140
  fillMode: Input.defaultProps.fillMode
5094
5141
  };
5095
- var options18 = {
5142
+ var options19 = {
5096
5143
  size: [Size.small, Size.medium, Size.large],
5097
5144
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5098
5145
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5118,8 +5165,8 @@ var Combobox = (props) => {
5118
5165
  readonly,
5119
5166
  ...other
5120
5167
  } = props;
5121
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5122
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5168
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5169
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5123
5170
  Input,
5124
5171
  {
5125
5172
  ...other,
@@ -5136,9 +5183,9 @@ var Combobox = (props) => {
5136
5183
  readonly,
5137
5184
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5138
5185
  children: [
5139
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5141
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5186
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5187
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5188
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5142
5189
  InputValidationIcon,
5143
5190
  {
5144
5191
  valid,
@@ -5147,14 +5194,14 @@ var Combobox = (props) => {
5147
5194
  disabled
5148
5195
  }
5149
5196
  ),
5150
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5197
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5151
5198
  InputLoadingIcon,
5152
5199
  {
5153
5200
  loading,
5154
5201
  disabled
5155
5202
  }
5156
5203
  ),
5157
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5204
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5158
5205
  InputClearValue,
5159
5206
  {
5160
5207
  loading,
@@ -5163,8 +5210,8 @@ var Combobox = (props) => {
5163
5210
  value
5164
5211
  }
5165
5212
  ),
5166
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5167
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5213
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5214
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5168
5215
  Button,
5169
5216
  {
5170
5217
  className: "k-input-button",
@@ -5177,18 +5224,18 @@ var Combobox = (props) => {
5177
5224
  ]
5178
5225
  }
5179
5226
  ),
5180
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5227
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5181
5228
  ] });
5182
5229
  };
5183
- Combobox.states = states19;
5184
- Combobox.options = options18;
5230
+ Combobox.states = states20;
5231
+ Combobox.options = options19;
5185
5232
  Combobox.className = COMBOBOX_CLASSNAME;
5186
- Combobox.defaultProps = defaultProps15;
5233
+ Combobox.defaultProps = defaultProps16;
5187
5234
 
5188
5235
  // src/dropdownlist/dropdownlist.spec.tsx
5189
- var import_jsx_runtime31 = require("react/jsx-runtime");
5236
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5190
5237
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5191
- var states20 = [
5238
+ var states21 = [
5192
5239
  States.hover,
5193
5240
  States.focus,
5194
5241
  States.valid,
@@ -5198,12 +5245,12 @@ var states20 = [
5198
5245
  States.loading,
5199
5246
  States.readonly
5200
5247
  ];
5201
- var options19 = {
5248
+ var options20 = {
5202
5249
  size: [Size.small, Size.medium, Size.large],
5203
5250
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5204
5251
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5205
5252
  };
5206
- var defaultProps16 = {
5253
+ var defaultProps17 = {
5207
5254
  showValue: true,
5208
5255
  arrowIconName: "caret-alt-down",
5209
5256
  size: Size.medium,
@@ -5213,7 +5260,7 @@ var defaultProps16 = {
5213
5260
  var DropdownList = (props) => {
5214
5261
  const {
5215
5262
  valueIconName,
5216
- arrowIconName = defaultProps16.arrowIconName,
5263
+ arrowIconName = defaultProps17.arrowIconName,
5217
5264
  prefix,
5218
5265
  suffix,
5219
5266
  value,
@@ -5229,13 +5276,13 @@ var DropdownList = (props) => {
5229
5276
  loading,
5230
5277
  disabled,
5231
5278
  readonly,
5232
- showValue = defaultProps16.showValue,
5279
+ showValue = defaultProps17.showValue,
5233
5280
  popup,
5234
5281
  opened,
5235
5282
  ...other
5236
5283
  } = props;
5237
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5238
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5284
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5285
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5239
5286
  Picker,
5240
5287
  {
5241
5288
  ...other,
@@ -5258,8 +5305,8 @@ var DropdownList = (props) => {
5258
5305
  }
5259
5306
  ),
5260
5307
  children: [
5261
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5262
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5308
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5309
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5263
5310
  InputInnerSpan,
5264
5311
  {
5265
5312
  placeholder,
@@ -5268,7 +5315,7 @@ var DropdownList = (props) => {
5268
5315
  valueIconName
5269
5316
  }
5270
5317
  ),
5271
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5318
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5272
5319
  InputValidationIcon,
5273
5320
  {
5274
5321
  valid,
@@ -5277,15 +5324,15 @@ var DropdownList = (props) => {
5277
5324
  disabled
5278
5325
  }
5279
5326
  ),
5280
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5327
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5281
5328
  InputLoadingIcon,
5282
5329
  {
5283
5330
  loading,
5284
5331
  disabled
5285
5332
  }
5286
5333
  ),
5287
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5334
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5335
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5289
5336
  Button,
5290
5337
  {
5291
5338
  className: "k-input-button",
@@ -5298,35 +5345,35 @@ var DropdownList = (props) => {
5298
5345
  ]
5299
5346
  }
5300
5347
  ),
5301
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
5348
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5302
5349
  ] });
5303
5350
  };
5304
- DropdownList.states = states20;
5305
- DropdownList.options = options19;
5351
+ DropdownList.states = states21;
5352
+ DropdownList.options = options20;
5306
5353
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5307
- DropdownList.defaultProps = defaultProps16;
5354
+ DropdownList.defaultProps = defaultProps17;
5308
5355
 
5309
5356
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5310
- var import_jsx_runtime32 = require("react/jsx-runtime");
5357
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5311
5358
 
5312
5359
  // src/nodata/nodata.tsx
5313
- var import_jsx_runtime33 = require("react/jsx-runtime");
5360
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5314
5361
  var className9 = `k-nodata`;
5315
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5362
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5316
5363
 
5317
5364
  // src/list/list.spec.tsx
5318
- var import_jsx_runtime34 = require("react/jsx-runtime");
5365
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5319
5366
  var LIST_CLASSNAME = `k-list`;
5320
- var states21 = [];
5321
- var options20 = {
5367
+ var states22 = [];
5368
+ var options21 = {
5322
5369
  size: [Size.small, Size.medium, Size.large]
5323
5370
  };
5324
- var defaultProps17 = {
5371
+ var defaultProps18 = {
5325
5372
  size: Size.medium
5326
5373
  };
5327
5374
  var List = (props) => {
5328
5375
  const {
5329
- size = defaultProps17.size,
5376
+ size = defaultProps18.size,
5330
5377
  virtualization,
5331
5378
  children,
5332
5379
  optionLabel,
@@ -5343,7 +5390,7 @@ var List = (props) => {
5343
5390
  listHeader = child.props.label;
5344
5391
  child.props.children.map((optChild, index2) => {
5345
5392
  listChildren.push(
5346
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5393
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5347
5394
  ListItem,
5348
5395
  {
5349
5396
  ...optChild.props
@@ -5359,7 +5406,7 @@ var List = (props) => {
5359
5406
  groupLabel = child.props.label;
5360
5407
  }
5361
5408
  listChildren.push(
5362
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5409
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5363
5410
  ListItem,
5364
5411
  {
5365
5412
  className: index2 === 0 ? "k-first" : "",
@@ -5371,16 +5418,16 @@ var List = (props) => {
5371
5418
  );
5372
5419
  });
5373
5420
  }
5374
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5421
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5375
5422
  } else if (child.type === ListItem) {
5376
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5377
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5423
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5424
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5378
5425
  }
5379
5426
  });
5380
5427
  } else {
5381
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5428
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5382
5429
  }
5383
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5430
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5384
5431
  "div",
5385
5432
  {
5386
5433
  ...other,
@@ -5402,24 +5449,24 @@ var List = (props) => {
5402
5449
  }
5403
5450
  );
5404
5451
  };
5405
- List.states = states21;
5406
- List.options = options20;
5452
+ List.states = states22;
5453
+ List.options = options21;
5407
5454
  List.className = LIST_CLASSNAME;
5408
- List.defaultProps = defaultProps17;
5455
+ List.defaultProps = defaultProps18;
5409
5456
 
5410
5457
  // src/list/list-angular.spec.tsx
5411
- var import_jsx_runtime35 = require("react/jsx-runtime");
5458
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5412
5459
  var LISTANGULAR_CLASSNAME = `k-list`;
5413
- var states22 = [];
5414
- var options21 = {
5460
+ var states23 = [];
5461
+ var options22 = {
5415
5462
  size: [Size.small, Size.medium, Size.large]
5416
5463
  };
5417
- var defaultProps18 = {
5464
+ var defaultProps19 = {
5418
5465
  size: Size.medium
5419
5466
  };
5420
5467
  var ListAngular = (props) => {
5421
5468
  const {
5422
- size = defaultProps18.size,
5469
+ size = defaultProps19.size,
5423
5470
  virtualization,
5424
5471
  children,
5425
5472
  ...other
@@ -5435,7 +5482,7 @@ var ListAngular = (props) => {
5435
5482
  listHeader = child.props.label;
5436
5483
  child.props.children.map((optChild, index2) => {
5437
5484
  listChildren.push(
5438
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5485
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5439
5486
  ListItem,
5440
5487
  {
5441
5488
  ...optChild.props
@@ -5446,7 +5493,7 @@ var ListAngular = (props) => {
5446
5493
  });
5447
5494
  } else {
5448
5495
  listChildren.push(
5449
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5496
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5450
5497
  ListGroupItem,
5451
5498
  {
5452
5499
  ...child.props,
@@ -5457,7 +5504,7 @@ var ListAngular = (props) => {
5457
5504
  );
5458
5505
  child.props.children.map((optChild, index2) => {
5459
5506
  listChildren.push(
5460
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5507
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5461
5508
  ListItem,
5462
5509
  {
5463
5510
  ...optChild.props
@@ -5467,16 +5514,16 @@ var ListAngular = (props) => {
5467
5514
  );
5468
5515
  });
5469
5516
  }
5470
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5517
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5471
5518
  } else if (child.type === ListItem) {
5472
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5473
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5519
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5520
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: listChildren });
5474
5521
  }
5475
5522
  });
5476
5523
  } else {
5477
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5524
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NoData, { children: "No data found." });
5478
5525
  }
5479
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5526
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5480
5527
  "div",
5481
5528
  {
5482
5529
  ...other,
@@ -5497,15 +5544,15 @@ var ListAngular = (props) => {
5497
5544
  }
5498
5545
  );
5499
5546
  };
5500
- ListAngular.states = states22;
5501
- ListAngular.options = options21;
5547
+ ListAngular.states = states23;
5548
+ ListAngular.options = options22;
5502
5549
  ListAngular.className = LISTANGULAR_CLASSNAME;
5503
- ListAngular.defaultProps = defaultProps18;
5550
+ ListAngular.defaultProps = defaultProps19;
5504
5551
 
5505
5552
  // src/checkbox/checkbox.spec.tsx
5506
- var import_jsx_runtime36 = require("react/jsx-runtime");
5553
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5507
5554
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5508
- var states23 = [
5555
+ var states24 = [
5509
5556
  States.hover,
5510
5557
  States.focus,
5511
5558
  States.valid,
@@ -5515,11 +5562,11 @@ var states23 = [
5515
5562
  States.checked,
5516
5563
  States.indeterminate
5517
5564
  ];
5518
- var options22 = {
5565
+ var options23 = {
5519
5566
  size: [Size.small, Size.medium, Size.large],
5520
5567
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5521
5568
  };
5522
- var defaultProps19 = {
5569
+ var defaultProps20 = {
5523
5570
  size: Size.medium,
5524
5571
  rounded: Roundness.medium
5525
5572
  };
@@ -5534,11 +5581,11 @@ var Checkbox = (props) => {
5534
5581
  invalid,
5535
5582
  valid,
5536
5583
  required,
5537
- size = defaultProps19.size,
5538
- rounded = defaultProps19.rounded,
5584
+ size = defaultProps20.size,
5585
+ rounded = defaultProps20.rounded,
5539
5586
  ...other
5540
5587
  } = props;
5541
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5588
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5542
5589
  "input",
5543
5590
  {
5544
5591
  ...other,
@@ -5555,22 +5602,22 @@ var Checkbox = (props) => {
5555
5602
  }
5556
5603
  ) });
5557
5604
  };
5558
- Checkbox.states = states23;
5559
- Checkbox.options = options22;
5605
+ Checkbox.states = states24;
5606
+ Checkbox.options = options23;
5560
5607
  Checkbox.className = CHECKBOX_CLASSNAME;
5561
- Checkbox.defaultProps = defaultProps19;
5608
+ Checkbox.defaultProps = defaultProps20;
5562
5609
 
5563
5610
  // src/list/list-item.spec.tsx
5564
- var import_jsx_runtime37 = require("react/jsx-runtime");
5611
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5565
5612
  var LISTITEM_CLASSNAME = `k-list-item`;
5566
- var states24 = [
5613
+ var states25 = [
5567
5614
  States.hover,
5568
5615
  States.focus,
5569
5616
  States.selected,
5570
5617
  States.disabled
5571
5618
  ];
5572
- var options23 = {};
5573
- var defaultProps20 = {};
5619
+ var options24 = {};
5620
+ var defaultProps21 = {};
5574
5621
  var ListItem = (props) => {
5575
5622
  const {
5576
5623
  text,
@@ -5586,7 +5633,7 @@ var ListItem = (props) => {
5586
5633
  ...other
5587
5634
  } = props;
5588
5635
  const textOrChildren = text ? text : props.children;
5589
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5636
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5590
5637
  "li",
5591
5638
  {
5592
5639
  ...other,
@@ -5601,66 +5648,66 @@ var ListItem = (props) => {
5601
5648
  })
5602
5649
  ),
5603
5650
  children: [
5604
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Checkbox, { checked }),
5605
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName }),
5606
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5607
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5651
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, { checked }),
5652
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon: iconName }),
5653
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5654
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5608
5655
  ]
5609
5656
  }
5610
5657
  );
5611
5658
  };
5612
- ListItem.states = states24;
5613
- ListItem.options = options23;
5659
+ ListItem.states = states25;
5660
+ ListItem.options = options24;
5614
5661
  ListItem.className = LISTITEM_CLASSNAME;
5615
- ListItem.defaultProps = defaultProps20;
5662
+ ListItem.defaultProps = defaultProps21;
5616
5663
 
5617
5664
  // src/list/list-content.tsx
5618
- var import_jsx_runtime38 = require("react/jsx-runtime");
5665
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5619
5666
  var className10 = `k-list-content`;
5620
5667
  var ListContent = (props) => {
5621
5668
  const {
5622
5669
  virtualization
5623
5670
  } = props;
5624
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: classNames(className10, props.className), children: [
5625
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5626
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", {}) })
5671
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(className10, props.className), children: [
5672
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5673
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", {}) })
5627
5674
  ] });
5628
5675
  };
5629
5676
 
5630
5677
  // src/list/list-header.tsx
5631
- var import_jsx_runtime39 = require("react/jsx-runtime");
5678
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5632
5679
  var className11 = `k-list-group-sticky-header`;
5633
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5680
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5634
5681
 
5635
5682
  // src/list/list-group.tsx
5636
- var import_jsx_runtime40 = require("react/jsx-runtime");
5683
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5637
5684
  var ListGroup = (props) => {
5638
5685
  const {
5639
5686
  virtualization,
5640
5687
  label
5641
5688
  } = props;
5642
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5643
- label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListHeader, { children: label }),
5644
- props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: props.children })
5689
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5690
+ label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListHeader, { children: label }),
5691
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: props.children })
5645
5692
  ] });
5646
5693
  };
5647
5694
 
5648
5695
  // src/list/list-group-item.tsx
5649
- var import_jsx_runtime41 = require("react/jsx-runtime");
5696
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5650
5697
  var className12 = `k-list-group-item`;
5651
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5698
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5652
5699
 
5653
5700
  // src/list/list-option-label.tsx
5654
- var import_jsx_runtime42 = require("react/jsx-runtime");
5701
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5655
5702
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5656
- var states25 = [
5703
+ var states26 = [
5657
5704
  States.hover,
5658
5705
  States.focus,
5659
5706
  States.selected,
5660
5707
  States.disabled
5661
5708
  ];
5662
- var options24 = {};
5663
- var defaultProps21 = {};
5709
+ var options25 = {};
5710
+ var defaultProps22 = {};
5664
5711
  var ListOptionLabel = (props) => {
5665
5712
  const {
5666
5713
  text,
@@ -5670,7 +5717,7 @@ var ListOptionLabel = (props) => {
5670
5717
  disabled,
5671
5718
  ...other
5672
5719
  } = props;
5673
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5720
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5674
5721
  "div",
5675
5722
  {
5676
5723
  ...other,
@@ -5687,18 +5734,18 @@ var ListOptionLabel = (props) => {
5687
5734
  }
5688
5735
  );
5689
5736
  };
5690
- ListOptionLabel.states = states25;
5691
- ListOptionLabel.options = options24;
5737
+ ListOptionLabel.states = states26;
5738
+ ListOptionLabel.options = options25;
5692
5739
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5693
- ListOptionLabel.defaultProps = defaultProps21;
5740
+ ListOptionLabel.defaultProps = defaultProps22;
5694
5741
 
5695
5742
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5696
- var import_jsx_runtime43 = require("react/jsx-runtime");
5743
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5697
5744
 
5698
5745
  // src/searchbox/searchbox.spec.tsx
5699
- var import_jsx_runtime44 = require("react/jsx-runtime");
5746
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5700
5747
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5701
- var states26 = [
5748
+ var states27 = [
5702
5749
  States.hover,
5703
5750
  States.focus,
5704
5751
  States.valid,
@@ -5707,12 +5754,12 @@ var states26 = [
5707
5754
  States.disabled,
5708
5755
  States.loading
5709
5756
  ];
5710
- var options25 = {
5757
+ var options26 = {
5711
5758
  size: [Size.small, Size.medium, Size.large],
5712
5759
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5713
5760
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5714
5761
  };
5715
- var defaultProps22 = {
5762
+ var defaultProps23 = {
5716
5763
  showIcon: true,
5717
5764
  icon: "search",
5718
5765
  size: Input.defaultProps.size,
@@ -5733,11 +5780,11 @@ var Searchbox = (props) => {
5733
5780
  required,
5734
5781
  loading,
5735
5782
  disabled,
5736
- showIcon = defaultProps22.showIcon,
5737
- icon = defaultProps22.icon,
5783
+ showIcon = defaultProps23.showIcon,
5784
+ icon = defaultProps23.icon,
5738
5785
  ...other
5739
5786
  } = props;
5740
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5787
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5741
5788
  Input,
5742
5789
  {
5743
5790
  ...other,
@@ -5753,40 +5800,40 @@ var Searchbox = (props) => {
5753
5800
  disabled,
5754
5801
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5755
5802
  children: [
5756
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Icon, { className: "k-input-icon", icon }),
5757
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5758
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputLoadingIcon, { ...props }),
5759
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputValidationIcon, { ...props }),
5760
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputClearValue, { ...props })
5803
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-icon", icon }),
5804
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5805
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputLoadingIcon, { ...props }),
5806
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputValidationIcon, { ...props }),
5807
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputClearValue, { ...props })
5761
5808
  ]
5762
5809
  }
5763
5810
  );
5764
5811
  };
5765
- Searchbox.states = states26;
5766
- Searchbox.options = options25;
5812
+ Searchbox.states = states27;
5813
+ Searchbox.options = options26;
5767
5814
  Searchbox.className = SEARCHBOX_CLASSNAME;
5768
- Searchbox.defaultProps = defaultProps22;
5815
+ Searchbox.defaultProps = defaultProps23;
5769
5816
 
5770
5817
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5771
- var import_jsx_runtime45 = require("react/jsx-runtime");
5818
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5772
5819
 
5773
5820
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5774
- var import_jsx_runtime46 = require("react/jsx-runtime");
5821
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5775
5822
 
5776
5823
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5777
- var import_jsx_runtime47 = require("react/jsx-runtime");
5824
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5778
5825
 
5779
5826
  // src/menu-button/menu-button.spec.tsx
5780
- var import_jsx_runtime48 = require("react/jsx-runtime");
5827
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5781
5828
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5782
- var states27 = [
5829
+ var states28 = [
5783
5830
  States.hover,
5784
5831
  States.focus,
5785
5832
  States.active,
5786
5833
  States.selected,
5787
5834
  States.disabled
5788
5835
  ];
5789
- var options26 = {
5836
+ var options27 = {
5790
5837
  size: [Size.small, Size.medium, Size.large],
5791
5838
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5792
5839
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5804,7 +5851,7 @@ var options26 = {
5804
5851
  ThemeColor.inverse
5805
5852
  ]
5806
5853
  };
5807
- var defaultProps23 = {
5854
+ var defaultProps24 = {
5808
5855
  size: Size.medium,
5809
5856
  rounded: Roundness.medium,
5810
5857
  fillMode: FillMode.solid,
@@ -5814,10 +5861,10 @@ var defaultProps23 = {
5814
5861
  };
5815
5862
  var MenuButton = (props) => {
5816
5863
  const {
5817
- size = defaultProps23.size,
5818
- rounded = defaultProps23.rounded,
5819
- fillMode = defaultProps23.fillMode,
5820
- themeColor = defaultProps23.themeColor,
5864
+ size = defaultProps24.size,
5865
+ rounded = defaultProps24.rounded,
5866
+ fillMode = defaultProps24.fillMode,
5867
+ themeColor = defaultProps24.themeColor,
5821
5868
  hover,
5822
5869
  focus,
5823
5870
  active,
@@ -5825,11 +5872,11 @@ var MenuButton = (props) => {
5825
5872
  disabled,
5826
5873
  icon,
5827
5874
  text,
5828
- showArrow = defaultProps23.showArrow,
5829
- arrowIconName = defaultProps23.arrowIconName,
5875
+ showArrow = defaultProps24.showArrow,
5876
+ arrowIconName = defaultProps24.arrowIconName,
5830
5877
  ...other
5831
5878
  } = props;
5832
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5879
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5833
5880
  Button,
5834
5881
  {
5835
5882
  ...other,
@@ -5853,22 +5900,22 @@ var MenuButton = (props) => {
5853
5900
  }
5854
5901
  );
5855
5902
  };
5856
- MenuButton.states = states27;
5857
- MenuButton.options = options26;
5903
+ MenuButton.states = states28;
5904
+ MenuButton.options = options27;
5858
5905
  MenuButton.className = MENUBUTTON_CLASSNAME;
5859
- MenuButton.defaultProps = defaultProps23;
5906
+ MenuButton.defaultProps = defaultProps24;
5860
5907
 
5861
5908
  // src/split-button/split-button.spec.tsx
5862
- var import_jsx_runtime49 = require("react/jsx-runtime");
5909
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5863
5910
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
5864
- var states28 = [
5911
+ var states29 = [
5865
5912
  States.hover,
5866
5913
  States.focus,
5867
5914
  States.active,
5868
5915
  States.selected,
5869
5916
  States.disabled
5870
5917
  ];
5871
- var options27 = {
5918
+ var options28 = {
5872
5919
  size: [Size.small, Size.medium, Size.large],
5873
5920
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5874
5921
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5886,7 +5933,7 @@ var options27 = {
5886
5933
  ThemeColor.inverse
5887
5934
  ]
5888
5935
  };
5889
- var defaultProps24 = {
5936
+ var defaultProps25 = {
5890
5937
  size: Size.medium,
5891
5938
  rounded: Roundness.medium,
5892
5939
  fillMode: FillMode.solid,
@@ -5895,10 +5942,10 @@ var defaultProps24 = {
5895
5942
  };
5896
5943
  var SplitButton = (props) => {
5897
5944
  const {
5898
- size = defaultProps24.size,
5899
- rounded = defaultProps24.rounded,
5900
- fillMode = defaultProps24.fillMode,
5901
- themeColor = defaultProps24.themeColor,
5945
+ size = defaultProps25.size,
5946
+ rounded = defaultProps25.rounded,
5947
+ fillMode = defaultProps25.fillMode,
5948
+ themeColor = defaultProps25.themeColor,
5902
5949
  hover,
5903
5950
  focus,
5904
5951
  active,
@@ -5906,10 +5953,10 @@ var SplitButton = (props) => {
5906
5953
  disabled,
5907
5954
  icon,
5908
5955
  text,
5909
- arrowIconName = defaultProps24.arrowIconName,
5956
+ arrowIconName = defaultProps25.arrowIconName,
5910
5957
  ...other
5911
5958
  } = props;
5912
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5959
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5913
5960
  "div",
5914
5961
  {
5915
5962
  ...other,
@@ -5922,7 +5969,7 @@ var SplitButton = (props) => {
5922
5969
  })
5923
5970
  ),
5924
5971
  children: [
5925
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5972
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5926
5973
  Button,
5927
5974
  {
5928
5975
  text,
@@ -5939,7 +5986,7 @@ var SplitButton = (props) => {
5939
5986
  children: props.children
5940
5987
  }
5941
5988
  ),
5942
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5989
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5943
5990
  Button,
5944
5991
  {
5945
5992
  className: "k-split-button-arrow",
@@ -5954,27 +6001,27 @@ var SplitButton = (props) => {
5954
6001
  }
5955
6002
  );
5956
6003
  };
5957
- SplitButton.states = states28;
5958
- SplitButton.options = options27;
6004
+ SplitButton.states = states29;
6005
+ SplitButton.options = options28;
5959
6006
  SplitButton.className = SPLITBUTTON_CLASSNAME;
5960
- SplitButton.defaultProps = defaultProps24;
6007
+ SplitButton.defaultProps = defaultProps25;
5961
6008
  var split_button_spec_default = SplitButton;
5962
6009
 
5963
6010
  // src/toolbar/toolbar.spec.tsx
5964
- var import_jsx_runtime50 = require("react/jsx-runtime");
6011
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5965
6012
  var TOOLBAR_CLASSNAME = `k-toolbar`;
5966
- var states29 = [
6013
+ var states30 = [
5967
6014
  States.focus
5968
6015
  ];
5969
- var options28 = {
6016
+ var options29 = {
5970
6017
  size: [Size.small, Size.medium, Size.large]
5971
6018
  };
5972
- var defaultProps25 = {
6019
+ var defaultProps26 = {
5973
6020
  size: Size.medium
5974
6021
  };
5975
6022
  var Toolbar = (props) => {
5976
6023
  const {
5977
- size = defaultProps25.size,
6024
+ size = defaultProps26.size,
5978
6025
  focus,
5979
6026
  resizable,
5980
6027
  ...other
@@ -5984,7 +6031,7 @@ var Toolbar = (props) => {
5984
6031
  const tempToolbarChildren = [];
5985
6032
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
5986
6033
  tempToolbarChildren.push(
5987
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6034
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5988
6035
  Button,
5989
6036
  {
5990
6037
  ...child.props,
@@ -5995,7 +6042,7 @@ var Toolbar = (props) => {
5995
6042
  );
5996
6043
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
5997
6044
  tempToolbarChildren.push(
5998
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6045
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5999
6046
  Button,
6000
6047
  {
6001
6048
  ...child.props,
@@ -6006,7 +6053,7 @@ var Toolbar = (props) => {
6006
6053
  );
6007
6054
  } else if (child.type === Button) {
6008
6055
  tempToolbarChildren.push(
6009
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6056
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6010
6057
  Button,
6011
6058
  {
6012
6059
  ...child.props,
@@ -6017,7 +6064,7 @@ var Toolbar = (props) => {
6017
6064
  );
6018
6065
  } else if (child.type === MenuButton) {
6019
6066
  tempToolbarChildren.push(
6020
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6067
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6021
6068
  MenuButton,
6022
6069
  {
6023
6070
  ...child.props,
@@ -6028,7 +6075,7 @@ var Toolbar = (props) => {
6028
6075
  );
6029
6076
  } else if (child.type === split_button_spec_default) {
6030
6077
  tempToolbarChildren.push(
6031
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6078
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6032
6079
  split_button_spec_default,
6033
6080
  {
6034
6081
  ...child.props,
@@ -6042,7 +6089,7 @@ var Toolbar = (props) => {
6042
6089
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6043
6090
  childrenArray.forEach((button, bindex) => {
6044
6091
  buttonGroupItems.push(
6045
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6092
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6046
6093
  Button,
6047
6094
  {
6048
6095
  ...button.props,
@@ -6053,7 +6100,7 @@ var Toolbar = (props) => {
6053
6100
  );
6054
6101
  });
6055
6102
  tempToolbarChildren.push(
6056
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6103
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6057
6104
  ButtonGroup,
6058
6105
  {
6059
6106
  ...child.props,
@@ -6065,7 +6112,7 @@ var Toolbar = (props) => {
6065
6112
  );
6066
6113
  } else if (child.type === Combobox) {
6067
6114
  tempToolbarChildren.push(
6068
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6115
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6069
6116
  Combobox,
6070
6117
  {
6071
6118
  ...child.props,
@@ -6076,7 +6123,7 @@ var Toolbar = (props) => {
6076
6123
  );
6077
6124
  } else if (child.type === DropdownList) {
6078
6125
  tempToolbarChildren.push(
6079
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6126
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6080
6127
  DropdownList,
6081
6128
  {
6082
6129
  ...child.props,
@@ -6087,7 +6134,7 @@ var Toolbar = (props) => {
6087
6134
  );
6088
6135
  } else if (child.type === ColorPicker) {
6089
6136
  tempToolbarChildren.push(
6090
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6137
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6091
6138
  ColorPicker,
6092
6139
  {
6093
6140
  ...child.props,
@@ -6109,7 +6156,7 @@ var Toolbar = (props) => {
6109
6156
  addUniqueToolClass(child, index);
6110
6157
  });
6111
6158
  }
6112
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6159
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6113
6160
  "div",
6114
6161
  {
6115
6162
  ...other,
@@ -6130,26 +6177,26 @@ var Toolbar = (props) => {
6130
6177
  }
6131
6178
  );
6132
6179
  };
6133
- Toolbar.states = states29;
6134
- Toolbar.options = options28;
6180
+ Toolbar.states = states30;
6181
+ Toolbar.options = options29;
6135
6182
  Toolbar.className = TOOLBAR_CLASSNAME;
6136
- Toolbar.defaultProps = defaultProps25;
6183
+ Toolbar.defaultProps = defaultProps26;
6137
6184
 
6138
6185
  // src/toolbar/toolbar-angular.spec.tsx
6139
- var import_jsx_runtime51 = require("react/jsx-runtime");
6186
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6140
6187
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6141
- var states30 = [
6188
+ var states31 = [
6142
6189
  States.focus
6143
6190
  ];
6144
- var options29 = {
6191
+ var options30 = {
6145
6192
  size: [Size.small, Size.medium, Size.large]
6146
6193
  };
6147
- var defaultProps26 = {
6194
+ var defaultProps27 = {
6148
6195
  size: Size.medium
6149
6196
  };
6150
6197
  var ToolbarAngular = (props) => {
6151
6198
  const {
6152
- size = defaultProps26.size,
6199
+ size = defaultProps27.size,
6153
6200
  focus,
6154
6201
  resizable,
6155
6202
  ...other
@@ -6159,7 +6206,7 @@ var ToolbarAngular = (props) => {
6159
6206
  const tempToolbarChildren = [];
6160
6207
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6161
6208
  tempToolbarChildren.push(
6162
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6209
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6163
6210
  Button,
6164
6211
  {
6165
6212
  ...child.props,
@@ -6170,7 +6217,7 @@ var ToolbarAngular = (props) => {
6170
6217
  );
6171
6218
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6172
6219
  tempToolbarChildren.push(
6173
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6220
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6174
6221
  Button,
6175
6222
  {
6176
6223
  ...child.props,
@@ -6181,7 +6228,7 @@ var ToolbarAngular = (props) => {
6181
6228
  );
6182
6229
  } else if (child.type === Button) {
6183
6230
  tempToolbarChildren.push(
6184
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6231
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6185
6232
  Button,
6186
6233
  {
6187
6234
  ...child.props,
@@ -6192,7 +6239,7 @@ var ToolbarAngular = (props) => {
6192
6239
  );
6193
6240
  } else if (child.type === MenuButton) {
6194
6241
  tempToolbarChildren.push(
6195
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6242
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6196
6243
  MenuButton,
6197
6244
  {
6198
6245
  ...child.props,
@@ -6203,7 +6250,7 @@ var ToolbarAngular = (props) => {
6203
6250
  );
6204
6251
  } else if (child.type === split_button_spec_default) {
6205
6252
  tempToolbarChildren.push(
6206
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6253
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6207
6254
  split_button_spec_default,
6208
6255
  {
6209
6256
  ...child.props,
@@ -6217,7 +6264,7 @@ var ToolbarAngular = (props) => {
6217
6264
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6218
6265
  childrenArray.forEach((button, bindex) => {
6219
6266
  buttonGroupItems.push(
6220
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6267
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6221
6268
  Button,
6222
6269
  {
6223
6270
  ...button.props,
@@ -6228,7 +6275,7 @@ var ToolbarAngular = (props) => {
6228
6275
  );
6229
6276
  });
6230
6277
  tempToolbarChildren.push(
6231
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6278
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6232
6279
  ButtonGroup,
6233
6280
  {
6234
6281
  ...child.props,
@@ -6240,7 +6287,7 @@ var ToolbarAngular = (props) => {
6240
6287
  );
6241
6288
  } else if (child.type === Combobox) {
6242
6289
  tempToolbarChildren.push(
6243
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6290
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6244
6291
  Combobox,
6245
6292
  {
6246
6293
  ...child.props,
@@ -6251,7 +6298,7 @@ var ToolbarAngular = (props) => {
6251
6298
  );
6252
6299
  } else if (child.type === DropdownList) {
6253
6300
  tempToolbarChildren.push(
6254
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6301
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6255
6302
  DropdownList,
6256
6303
  {
6257
6304
  ...child.props,
@@ -6262,7 +6309,7 @@ var ToolbarAngular = (props) => {
6262
6309
  );
6263
6310
  } else if (child.type === ColorPicker) {
6264
6311
  tempToolbarChildren.push(
6265
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6312
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6266
6313
  ColorPicker,
6267
6314
  {
6268
6315
  ...child.props,
@@ -6284,7 +6331,7 @@ var ToolbarAngular = (props) => {
6284
6331
  addUniqueToolClass(child, index);
6285
6332
  });
6286
6333
  }
6287
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
6334
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
6288
6335
  "div",
6289
6336
  {
6290
6337
  ...other,
@@ -6305,28 +6352,28 @@ var ToolbarAngular = (props) => {
6305
6352
  }
6306
6353
  );
6307
6354
  };
6308
- ToolbarAngular.states = states30;
6309
- ToolbarAngular.options = options29;
6355
+ ToolbarAngular.states = states31;
6356
+ ToolbarAngular.options = options30;
6310
6357
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6311
- ToolbarAngular.defaultProps = defaultProps26;
6358
+ ToolbarAngular.defaultProps = defaultProps27;
6312
6359
 
6313
6360
  // src/toolbar/toolbar-separator.tsx
6314
- var import_jsx_runtime52 = require("react/jsx-runtime");
6361
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6315
6362
 
6316
6363
  // src/toolbar/toolbar-item.spec.tsx
6317
- var import_jsx_runtime53 = require("react/jsx-runtime");
6364
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6318
6365
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6319
- var states31 = [
6366
+ var states32 = [
6320
6367
  States.focus
6321
6368
  ];
6322
- var options30 = {};
6323
- var defaultProps27 = {};
6369
+ var options31 = {};
6370
+ var defaultProps28 = {};
6324
6371
  var ToolbarItem = (props) => {
6325
6372
  const {
6326
6373
  focus,
6327
6374
  ...other
6328
6375
  } = props;
6329
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6376
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6330
6377
  "div",
6331
6378
  {
6332
6379
  ...other,
@@ -6341,139 +6388,139 @@ var ToolbarItem = (props) => {
6341
6388
  }
6342
6389
  );
6343
6390
  };
6344
- ToolbarItem.states = states31;
6345
- ToolbarItem.options = options30;
6391
+ ToolbarItem.states = states32;
6392
+ ToolbarItem.options = options31;
6346
6393
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6347
- ToolbarItem.defaultProps = defaultProps27;
6394
+ ToolbarItem.defaultProps = defaultProps28;
6348
6395
 
6349
6396
  // src/pivotgrid/tests/pivotgrid-jquery.tsx
6350
- var import_jsx_runtime54 = require("react/jsx-runtime");
6351
- var pivotgrid_jquery_default = () => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "hidden-on-narrow k-widget k-pivot", style: { height: "580px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("table", { className: "k-pivot-layout", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { children: [
6352
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-pivot-rowheaders", style: { width: "163px" }, children: [
6353
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Toolbar, { className: "k-pivot-toolbar k-settings-measures k-pivot-setting", style: { height: "72px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6397
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6398
+ var pivotgrid_jquery_default = () => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "hidden-on-narrow k-widget k-pivot", style: { height: "580px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("table", { className: "k-pivot-layout", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { children: [
6399
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-pivot-rowheaders", style: { width: "163px" }, children: [
6400
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Toolbar, { className: "k-pivot-toolbar k-settings-measures k-pivot-setting", style: { height: "72px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6354
6401
  Chip,
6355
6402
  {
6356
6403
  text: "[Measures].[Reseller Freight Cost]",
6357
- actions: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
6358
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "more" }),
6359
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "remove" })
6404
+ actions: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6405
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "more" }),
6406
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "remove" })
6360
6407
  ] })
6361
6408
  }
6362
6409
  ) }),
6363
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Toolbar, { className: "k-pivot-toolbar k-settings-rows k-pivot-setting", style: { height: "94px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6410
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Toolbar, { className: "k-pivot-toolbar k-settings-rows k-pivot-setting", style: { height: "94px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6364
6411
  Chip,
6365
6412
  {
6366
6413
  text: "[Geography].[City]",
6367
- actions: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
6368
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "more" }),
6369
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "remove" })
6414
+ actions: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6415
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "more" }),
6416
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "remove" })
6370
6417
  ] })
6371
6418
  }
6372
6419
  ) }),
6373
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-grid k-grid-md k-alt", style: { height: "363px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("table", { className: "k-table k-table-md", children: [
6374
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}) }),
6375
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("tr", { className: "k-table-row", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("td", { className: "k-table-td k-first", children: [
6376
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "All Geographies" })
6420
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-grid k-grid-md k-alt", style: { height: "363px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("table", { className: "k-table k-table-md", children: [
6421
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}) }),
6422
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tr", { className: "k-table-row", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("td", { className: "k-table-td k-first", children: [
6423
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6424
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { children: "All Geographies" })
6378
6425
  ] }) }) })
6379
6426
  ] }) })
6380
6427
  ] }) }),
6381
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-pivot-table", children: [
6382
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Toolbar, { className: "k-pivot-toolbar k-settings-columns k-pivot-setting", style: { height: "72px" }, children: [
6383
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6428
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-pivot-table", children: [
6429
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Toolbar, { className: "k-pivot-toolbar k-settings-columns k-pivot-setting", style: { height: "72px" }, children: [
6430
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6384
6431
  Chip,
6385
6432
  {
6386
6433
  text: "[Date].[Calendar]",
6387
- actions: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
6388
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "more" }),
6389
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "remove" })
6434
+ actions: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6435
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "more" }),
6436
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "remove" })
6390
6437
  ] })
6391
6438
  }
6392
6439
  ),
6393
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6440
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6394
6441
  Chip,
6395
6442
  {
6396
6443
  text: "[Product].[Category]",
6397
- actions: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
6398
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "more" }),
6399
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ChipAction, { type: "remove" })
6444
+ actions: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
6445
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "more" }),
6446
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ChipAction, { type: "remove" })
6400
6447
  ] })
6401
6448
  }
6402
6449
  )
6403
6450
  ] }),
6404
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-grid k-grid-md", children: [
6405
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-grid-header-wrap", style: { height: "110px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "199%" }, children: [
6406
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("colgroup", { children: [
6407
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6408
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6409
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6410
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6411
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {})
6451
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "k-grid k-grid-md", children: [
6452
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-grid-header-wrap", style: { height: "110px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "199%" }, children: [
6453
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("colgroup", { children: [
6454
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6455
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6456
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6457
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6458
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {})
6412
6459
  ] }),
6413
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { className: "k-table-tbody", children: [
6414
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-table-row", children: [
6415
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", colSpan: 4, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6416
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-down" }),
6417
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Periods" })
6460
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tbody", { className: "k-table-tbody", children: [
6461
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { className: "k-table-row", children: [
6462
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", colSpan: 4, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6463
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-down" }),
6464
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Periods" })
6418
6465
  ] }) }) }),
6419
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header k-alt", colSpan: 1, rowSpan: 2, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Periods" }) }) }) })
6466
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header k-alt", colSpan: 1, rowSpan: 2, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Periods" }) }) }) })
6420
6467
  ] }),
6421
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-table-row", children: [
6422
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6423
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6424
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "CY 2005" })
6468
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { className: "k-table-row", children: [
6469
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6470
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6471
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "CY 2005" })
6425
6472
  ] }) }) }),
6426
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6427
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6428
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "CY 2006" })
6473
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6474
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6475
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "CY 2006" })
6429
6476
  ] }) }) }),
6430
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6431
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6432
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "CY 2007" })
6477
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6478
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6479
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "CY 2007" })
6433
6480
  ] }) }) }),
6434
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6435
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6436
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "CY 2008" })
6481
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6482
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6483
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "CY 2008" })
6437
6484
  ] }) }) })
6438
6485
  ] }),
6439
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-table-row", children: [
6440
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6441
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6442
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Products" })
6486
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { className: "k-table-row", children: [
6487
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6488
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6489
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Products" })
6443
6490
  ] }) }) }),
6444
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6445
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6446
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Products" })
6491
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6492
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6493
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Products" })
6447
6494
  ] }) }) }),
6448
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6449
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6450
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Products" })
6495
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6496
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6497
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Products" })
6451
6498
  ] }) }) }),
6452
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6453
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6454
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Products" })
6499
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6500
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6501
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Products" })
6455
6502
  ] }) }) }),
6456
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("span", { className: "k-link", children: [
6457
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "caret-alt-right" }),
6458
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-column-title", children: "All Products" })
6503
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("span", { className: "k-link", children: [
6504
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { icon: "caret-alt-right" }),
6505
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: "k-column-title", children: "All Products" })
6459
6506
  ] }) }) })
6460
6507
  ] })
6461
6508
  ] })
6462
6509
  ] }) }) }),
6463
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-grid-content", style: { height: "380px" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { width: "199%" }, children: [
6464
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("colgroup", { children: [
6465
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6466
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6467
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6468
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {}),
6469
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("col", {})
6510
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-grid-content", style: { height: "380px" }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { width: "199%" }, children: [
6511
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("colgroup", { children: [
6512
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6513
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6514
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6515
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {}),
6516
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("col", {})
6470
6517
  ] }),
6471
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { className: "k-table-row", children: [
6472
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "k-table-td", children: "$201,635.92" }),
6473
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "k-table-td", children: "$603,610.94" }),
6474
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "k-table-td", children: "$805,067.19" }),
6475
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "k-table-td", children: "$400,951.86" }),
6476
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "k-table-td k-alt", children: "$2,011,265.92" })
6518
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("tr", { className: "k-table-row", children: [
6519
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { className: "k-table-td", children: "$201,635.92" }),
6520
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { className: "k-table-td", children: "$603,610.94" }),
6521
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { className: "k-table-td", children: "$805,067.19" }),
6522
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { className: "k-table-td", children: "$400,951.86" }),
6523
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { className: "k-table-td k-alt", children: "$2,011,265.92" })
6477
6524
  ] }) })
6478
6525
  ] }) })
6479
6526
  ] })