@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
@@ -4843,27 +4843,74 @@ var InputSuffix = (props) => {
4843
4843
  return /* @__PURE__ */ jsx21("span", { className: classNames(className8, props.className), children: props.children });
4844
4844
  };
4845
4845
 
4846
- // src/popup/popup.spec.tsx
4846
+ // src/animation-container/animation-container.spec.tsx
4847
4847
  import { jsx as jsx22 } from "react/jsx-runtime";
4848
- var POPUP_CLASSNAME = `k-popup`;
4848
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4849
4849
  var states15 = [];
4850
4850
  var options14 = {};
4851
- var defaultProps12 = {};
4851
+ var defaultProps12 = {
4852
+ positionMode: "absolute"
4853
+ };
4854
+ var AnimationContainer = (props) => {
4855
+ const {
4856
+ positionMode,
4857
+ animationStyle,
4858
+ offset,
4859
+ ...other
4860
+ } = props;
4861
+ return /* @__PURE__ */ jsx22(
4862
+ "div",
4863
+ {
4864
+ ...other,
4865
+ style: { ...offset, ...props.style },
4866
+ className: classNames(
4867
+ ANIMATION_CONTAINER_CLASSNAME,
4868
+ "k-animation-container-shown",
4869
+ {
4870
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4871
+ }
4872
+ ),
4873
+ children: /* @__PURE__ */ jsx22("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4874
+ }
4875
+ );
4876
+ };
4877
+ AnimationContainer.states = states15;
4878
+ AnimationContainer.options = options14;
4879
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4880
+ AnimationContainer.defaultProps = defaultProps12;
4881
+
4882
+ // src/popup/popup.spec.tsx
4883
+ import { jsx as jsx23 } from "react/jsx-runtime";
4884
+ var POPUP_CLASSNAME = `k-popup`;
4885
+ var states16 = [];
4886
+ var options15 = {};
4887
+ var defaultProps13 = {
4888
+ positionMode: "absolute"
4889
+ };
4852
4890
  var Popup = (props) => {
4853
4891
  const {
4892
+ offset,
4893
+ positionMode,
4854
4894
  ...other
4855
4895
  } = props;
4856
- return /* @__PURE__ */ jsx22("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4896
+ return /* @__PURE__ */ jsx23(
4897
+ AnimationContainer,
4898
+ {
4899
+ positionMode,
4900
+ offset,
4901
+ children: /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4902
+ }
4903
+ );
4857
4904
  };
4858
- Popup.states = states15;
4859
- Popup.options = options14;
4905
+ Popup.states = states16;
4906
+ Popup.options = options15;
4860
4907
  Popup.className = POPUP_CLASSNAME;
4861
- Popup.defaultProps = defaultProps12;
4908
+ Popup.defaultProps = defaultProps13;
4862
4909
 
4863
4910
  // src/dropdownlist/dropdownlist.spec.tsx
4864
- import { Fragment as Fragment10, jsx as jsx23, jsxs as jsxs4 } from "react/jsx-runtime";
4911
+ import { Fragment as Fragment10, jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
4865
4912
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4866
- var states16 = [
4913
+ var states17 = [
4867
4914
  States.hover,
4868
4915
  States.focus,
4869
4916
  States.valid,
@@ -4873,12 +4920,12 @@ var states16 = [
4873
4920
  States.loading,
4874
4921
  States.readonly
4875
4922
  ];
4876
- var options15 = {
4923
+ var options16 = {
4877
4924
  size: [Size.small, Size.medium, Size.large],
4878
4925
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4879
4926
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4880
4927
  };
4881
- var defaultProps13 = {
4928
+ var defaultProps14 = {
4882
4929
  showValue: true,
4883
4930
  arrowIconName: "caret-alt-down",
4884
4931
  size: Size.medium,
@@ -4888,7 +4935,7 @@ var defaultProps13 = {
4888
4935
  var DropdownList = (props) => {
4889
4936
  const {
4890
4937
  valueIconName,
4891
- arrowIconName = defaultProps13.arrowIconName,
4938
+ arrowIconName = defaultProps14.arrowIconName,
4892
4939
  prefix,
4893
4940
  suffix,
4894
4941
  value,
@@ -4904,7 +4951,7 @@ var DropdownList = (props) => {
4904
4951
  loading,
4905
4952
  disabled,
4906
4953
  readonly,
4907
- showValue = defaultProps13.showValue,
4954
+ showValue = defaultProps14.showValue,
4908
4955
  popup,
4909
4956
  opened,
4910
4957
  ...other
@@ -4933,8 +4980,8 @@ var DropdownList = (props) => {
4933
4980
  }
4934
4981
  ),
4935
4982
  children: [
4936
- /* @__PURE__ */ jsx23(InputPrefix, { children: prefix }),
4937
- /* @__PURE__ */ jsx23(
4983
+ /* @__PURE__ */ jsx24(InputPrefix, { children: prefix }),
4984
+ /* @__PURE__ */ jsx24(
4938
4985
  InputInnerSpan,
4939
4986
  {
4940
4987
  placeholder,
@@ -4943,7 +4990,7 @@ var DropdownList = (props) => {
4943
4990
  valueIconName
4944
4991
  }
4945
4992
  ),
4946
- /* @__PURE__ */ jsx23(
4993
+ /* @__PURE__ */ jsx24(
4947
4994
  InputValidationIcon,
4948
4995
  {
4949
4996
  valid,
@@ -4952,15 +4999,15 @@ var DropdownList = (props) => {
4952
4999
  disabled
4953
5000
  }
4954
5001
  ),
4955
- /* @__PURE__ */ jsx23(
5002
+ /* @__PURE__ */ jsx24(
4956
5003
  InputLoadingIcon,
4957
5004
  {
4958
5005
  loading,
4959
5006
  disabled
4960
5007
  }
4961
5008
  ),
4962
- /* @__PURE__ */ jsx23(InputSuffix, { children: suffix }),
4963
- /* @__PURE__ */ jsx23(
5009
+ /* @__PURE__ */ jsx24(InputSuffix, { children: suffix }),
5010
+ /* @__PURE__ */ jsx24(
4964
5011
  Button,
4965
5012
  {
4966
5013
  className: "k-input-button",
@@ -4973,35 +5020,35 @@ var DropdownList = (props) => {
4973
5020
  ]
4974
5021
  }
4975
5022
  ),
4976
- opened && popup && /* @__PURE__ */ jsx23(Popup, { className: "k-dropdownlist-popup", children: popup })
5023
+ opened && popup && /* @__PURE__ */ jsx24(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
4977
5024
  ] });
4978
5025
  };
4979
- DropdownList.states = states16;
4980
- DropdownList.options = options15;
5026
+ DropdownList.states = states17;
5027
+ DropdownList.options = options16;
4981
5028
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
4982
- DropdownList.defaultProps = defaultProps13;
5029
+ DropdownList.defaultProps = defaultProps14;
4983
5030
 
4984
5031
  // src/dropdownlist/templates/dropdownlist-normal.tsx
4985
- import { jsx as jsx24 } from "react/jsx-runtime";
5032
+ import { jsx as jsx25 } from "react/jsx-runtime";
4986
5033
 
4987
5034
  // src/nodata/nodata.tsx
4988
- import { jsx as jsx25 } from "react/jsx-runtime";
5035
+ import { jsx as jsx26 } from "react/jsx-runtime";
4989
5036
  var className9 = `k-nodata`;
4990
- var NoData = (props) => /* @__PURE__ */ jsx25("span", { className: classNames(className9, props.className), children: props.children });
5037
+ var NoData = (props) => /* @__PURE__ */ jsx26("span", { className: classNames(className9, props.className), children: props.children });
4991
5038
 
4992
5039
  // src/list/list.spec.tsx
4993
- import { jsx as jsx26, jsxs as jsxs5 } from "react/jsx-runtime";
5040
+ import { jsx as jsx27, jsxs as jsxs5 } from "react/jsx-runtime";
4994
5041
  var LIST_CLASSNAME = `k-list`;
4995
- var states17 = [];
4996
- var options16 = {
5042
+ var states18 = [];
5043
+ var options17 = {
4997
5044
  size: [Size.small, Size.medium, Size.large]
4998
5045
  };
4999
- var defaultProps14 = {
5046
+ var defaultProps15 = {
5000
5047
  size: Size.medium
5001
5048
  };
5002
5049
  var List = (props) => {
5003
5050
  const {
5004
- size = defaultProps14.size,
5051
+ size = defaultProps15.size,
5005
5052
  virtualization,
5006
5053
  children,
5007
5054
  optionLabel,
@@ -5018,7 +5065,7 @@ var List = (props) => {
5018
5065
  listHeader = child.props.label;
5019
5066
  child.props.children.map((optChild, index2) => {
5020
5067
  listChildren.push(
5021
- /* @__PURE__ */ jsx26(
5068
+ /* @__PURE__ */ jsx27(
5022
5069
  ListItem,
5023
5070
  {
5024
5071
  ...optChild.props
@@ -5034,7 +5081,7 @@ var List = (props) => {
5034
5081
  groupLabel = child.props.label;
5035
5082
  }
5036
5083
  listChildren.push(
5037
- /* @__PURE__ */ jsx26(
5084
+ /* @__PURE__ */ jsx27(
5038
5085
  ListItem,
5039
5086
  {
5040
5087
  className: index2 === 0 ? "k-first" : "",
@@ -5046,14 +5093,14 @@ var List = (props) => {
5046
5093
  );
5047
5094
  });
5048
5095
  }
5049
- listGroup = /* @__PURE__ */ jsx26(ListGroup, { label: listHeader, virtualization, children: listChildren });
5096
+ listGroup = /* @__PURE__ */ jsx27(ListGroup, { label: listHeader, virtualization, children: listChildren });
5050
5097
  } else if (child.type === ListItem) {
5051
- listChildren.push(/* @__PURE__ */ jsx26(ListItem, { ...child.props }, `${child.type}-${index}`));
5052
- listContent = /* @__PURE__ */ jsx26(ListContent, { virtualization, children: listChildren });
5098
+ listChildren.push(/* @__PURE__ */ jsx27(ListItem, { ...child.props }, `${child.type}-${index}`));
5099
+ listContent = /* @__PURE__ */ jsx27(ListContent, { virtualization, children: listChildren });
5053
5100
  }
5054
5101
  });
5055
5102
  } else {
5056
- listContent = /* @__PURE__ */ jsx26(NoData, { children: "No data found." });
5103
+ listContent = /* @__PURE__ */ jsx27(NoData, { children: "No data found." });
5057
5104
  }
5058
5105
  return /* @__PURE__ */ jsxs5(
5059
5106
  "div",
@@ -5077,24 +5124,24 @@ var List = (props) => {
5077
5124
  }
5078
5125
  );
5079
5126
  };
5080
- List.states = states17;
5081
- List.options = options16;
5127
+ List.states = states18;
5128
+ List.options = options17;
5082
5129
  List.className = LIST_CLASSNAME;
5083
- List.defaultProps = defaultProps14;
5130
+ List.defaultProps = defaultProps15;
5084
5131
 
5085
5132
  // src/list/list-angular.spec.tsx
5086
- import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
5133
+ import { jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
5087
5134
  var LISTANGULAR_CLASSNAME = `k-list`;
5088
- var states18 = [];
5089
- var options17 = {
5135
+ var states19 = [];
5136
+ var options18 = {
5090
5137
  size: [Size.small, Size.medium, Size.large]
5091
5138
  };
5092
- var defaultProps15 = {
5139
+ var defaultProps16 = {
5093
5140
  size: Size.medium
5094
5141
  };
5095
5142
  var ListAngular = (props) => {
5096
5143
  const {
5097
- size = defaultProps15.size,
5144
+ size = defaultProps16.size,
5098
5145
  virtualization,
5099
5146
  children,
5100
5147
  ...other
@@ -5110,7 +5157,7 @@ var ListAngular = (props) => {
5110
5157
  listHeader = child.props.label;
5111
5158
  child.props.children.map((optChild, index2) => {
5112
5159
  listChildren.push(
5113
- /* @__PURE__ */ jsx27(
5160
+ /* @__PURE__ */ jsx28(
5114
5161
  ListItem,
5115
5162
  {
5116
5163
  ...optChild.props
@@ -5121,7 +5168,7 @@ var ListAngular = (props) => {
5121
5168
  });
5122
5169
  } else {
5123
5170
  listChildren.push(
5124
- /* @__PURE__ */ jsx27(
5171
+ /* @__PURE__ */ jsx28(
5125
5172
  ListGroupItem,
5126
5173
  {
5127
5174
  ...child.props,
@@ -5132,7 +5179,7 @@ var ListAngular = (props) => {
5132
5179
  );
5133
5180
  child.props.children.map((optChild, index2) => {
5134
5181
  listChildren.push(
5135
- /* @__PURE__ */ jsx27(
5182
+ /* @__PURE__ */ jsx28(
5136
5183
  ListItem,
5137
5184
  {
5138
5185
  ...optChild.props
@@ -5142,14 +5189,14 @@ var ListAngular = (props) => {
5142
5189
  );
5143
5190
  });
5144
5191
  }
5145
- listGroup = /* @__PURE__ */ jsx27(ListGroup, { label: listHeader, virtualization, children: listChildren });
5192
+ listGroup = /* @__PURE__ */ jsx28(ListGroup, { label: listHeader, virtualization, children: listChildren });
5146
5193
  } else if (child.type === ListItem) {
5147
- listChildren.push(/* @__PURE__ */ jsx27(ListItem, { ...child.props }, `${child.type}-${index}`));
5148
- listContent = /* @__PURE__ */ jsx27(ListContent, { virtualization, children: listChildren });
5194
+ listChildren.push(/* @__PURE__ */ jsx28(ListItem, { ...child.props }, `${child.type}-${index}`));
5195
+ listContent = /* @__PURE__ */ jsx28(ListContent, { virtualization, children: listChildren });
5149
5196
  }
5150
5197
  });
5151
5198
  } else {
5152
- listContent = /* @__PURE__ */ jsx27(NoData, { children: "No data found." });
5199
+ listContent = /* @__PURE__ */ jsx28(NoData, { children: "No data found." });
5153
5200
  }
5154
5201
  return /* @__PURE__ */ jsxs6(
5155
5202
  "div",
@@ -5172,15 +5219,15 @@ var ListAngular = (props) => {
5172
5219
  }
5173
5220
  );
5174
5221
  };
5175
- ListAngular.states = states18;
5176
- ListAngular.options = options17;
5222
+ ListAngular.states = states19;
5223
+ ListAngular.options = options18;
5177
5224
  ListAngular.className = LISTANGULAR_CLASSNAME;
5178
- ListAngular.defaultProps = defaultProps15;
5225
+ ListAngular.defaultProps = defaultProps16;
5179
5226
 
5180
5227
  // src/checkbox/checkbox.spec.tsx
5181
- import { jsx as jsx28 } from "react/jsx-runtime";
5228
+ import { jsx as jsx29 } from "react/jsx-runtime";
5182
5229
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5183
- var states19 = [
5230
+ var states20 = [
5184
5231
  States.hover,
5185
5232
  States.focus,
5186
5233
  States.valid,
@@ -5190,11 +5237,11 @@ var states19 = [
5190
5237
  States.checked,
5191
5238
  States.indeterminate
5192
5239
  ];
5193
- var options18 = {
5240
+ var options19 = {
5194
5241
  size: [Size.small, Size.medium, Size.large],
5195
5242
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5196
5243
  };
5197
- var defaultProps16 = {
5244
+ var defaultProps17 = {
5198
5245
  size: Size.medium,
5199
5246
  rounded: Roundness.medium
5200
5247
  };
@@ -5209,11 +5256,11 @@ var Checkbox = (props) => {
5209
5256
  invalid,
5210
5257
  valid,
5211
5258
  required,
5212
- size = defaultProps16.size,
5213
- rounded = defaultProps16.rounded,
5259
+ size = defaultProps17.size,
5260
+ rounded = defaultProps17.rounded,
5214
5261
  ...other
5215
5262
  } = props;
5216
- return /* @__PURE__ */ jsx28("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx28(
5263
+ return /* @__PURE__ */ jsx29("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx29(
5217
5264
  "input",
5218
5265
  {
5219
5266
  ...other,
@@ -5230,22 +5277,22 @@ var Checkbox = (props) => {
5230
5277
  }
5231
5278
  ) });
5232
5279
  };
5233
- Checkbox.states = states19;
5234
- Checkbox.options = options18;
5280
+ Checkbox.states = states20;
5281
+ Checkbox.options = options19;
5235
5282
  Checkbox.className = CHECKBOX_CLASSNAME;
5236
- Checkbox.defaultProps = defaultProps16;
5283
+ Checkbox.defaultProps = defaultProps17;
5237
5284
 
5238
5285
  // src/list/list-item.spec.tsx
5239
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5286
+ import { jsx as jsx30, jsxs as jsxs7 } from "react/jsx-runtime";
5240
5287
  var LISTITEM_CLASSNAME = `k-list-item`;
5241
- var states20 = [
5288
+ var states21 = [
5242
5289
  States.hover,
5243
5290
  States.focus,
5244
5291
  States.selected,
5245
5292
  States.disabled
5246
5293
  ];
5247
- var options19 = {};
5248
- var defaultProps17 = {};
5294
+ var options20 = {};
5295
+ var defaultProps18 = {};
5249
5296
  var ListItem = (props) => {
5250
5297
  const {
5251
5298
  text,
@@ -5276,66 +5323,66 @@ var ListItem = (props) => {
5276
5323
  })
5277
5324
  ),
5278
5325
  children: [
5279
- showCheckbox && /* @__PURE__ */ jsx29(Checkbox, { checked }),
5280
- showIcon && /* @__PURE__ */ jsx29(Icon, { icon: iconName }),
5281
- /* @__PURE__ */ jsx29("span", { className: "k-list-item-text", children: textOrChildren }),
5282
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx29("div", { className: "k-list-item-group-label", children: groupLabel })
5326
+ showCheckbox && /* @__PURE__ */ jsx30(Checkbox, { checked }),
5327
+ showIcon && /* @__PURE__ */ jsx30(Icon, { icon: iconName }),
5328
+ /* @__PURE__ */ jsx30("span", { className: "k-list-item-text", children: textOrChildren }),
5329
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx30("div", { className: "k-list-item-group-label", children: groupLabel })
5283
5330
  ]
5284
5331
  }
5285
5332
  );
5286
5333
  };
5287
- ListItem.states = states20;
5288
- ListItem.options = options19;
5334
+ ListItem.states = states21;
5335
+ ListItem.options = options20;
5289
5336
  ListItem.className = LISTITEM_CLASSNAME;
5290
- ListItem.defaultProps = defaultProps17;
5337
+ ListItem.defaultProps = defaultProps18;
5291
5338
 
5292
5339
  // src/list/list-content.tsx
5293
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5340
+ import { jsx as jsx31, jsxs as jsxs8 } from "react/jsx-runtime";
5294
5341
  var className10 = `k-list-content`;
5295
5342
  var ListContent = (props) => {
5296
5343
  const {
5297
5344
  virtualization
5298
5345
  } = props;
5299
5346
  return /* @__PURE__ */ jsxs8("div", { className: classNames(className10, props.className), children: [
5300
- /* @__PURE__ */ jsx30("ul", { className: classNames("k-list-ul"), children: props.children }),
5301
- virtualization && /* @__PURE__ */ jsx30("div", { className: "k-height-container", children: /* @__PURE__ */ jsx30("div", {}) })
5347
+ /* @__PURE__ */ jsx31("ul", { className: classNames("k-list-ul"), children: props.children }),
5348
+ virtualization && /* @__PURE__ */ jsx31("div", { className: "k-height-container", children: /* @__PURE__ */ jsx31("div", {}) })
5302
5349
  ] });
5303
5350
  };
5304
5351
 
5305
5352
  // src/list/list-header.tsx
5306
- import { jsx as jsx31 } from "react/jsx-runtime";
5353
+ import { jsx as jsx32 } from "react/jsx-runtime";
5307
5354
  var className11 = `k-list-group-sticky-header`;
5308
- var ListHeader = (props) => /* @__PURE__ */ jsx31("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx31("div", { className: "k-list-header-text", children: props.children }) });
5355
+ var ListHeader = (props) => /* @__PURE__ */ jsx32("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx32("div", { className: "k-list-header-text", children: props.children }) });
5309
5356
 
5310
5357
  // src/list/list-group.tsx
5311
- import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5358
+ import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5312
5359
  var ListGroup = (props) => {
5313
5360
  const {
5314
5361
  virtualization,
5315
5362
  label
5316
5363
  } = props;
5317
5364
  return /* @__PURE__ */ jsxs9(Fragment11, { children: [
5318
- label && /* @__PURE__ */ jsx32(ListHeader, { children: label }),
5319
- props.children && /* @__PURE__ */ jsx32(ListContent, { virtualization, children: props.children })
5365
+ label && /* @__PURE__ */ jsx33(ListHeader, { children: label }),
5366
+ props.children && /* @__PURE__ */ jsx33(ListContent, { virtualization, children: props.children })
5320
5367
  ] });
5321
5368
  };
5322
5369
 
5323
5370
  // src/list/list-group-item.tsx
5324
- import { jsx as jsx33 } from "react/jsx-runtime";
5371
+ import { jsx as jsx34 } from "react/jsx-runtime";
5325
5372
  var className12 = `k-list-group-item`;
5326
- var ListGroupItem = (props) => /* @__PURE__ */ jsx33("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx33("span", { className: "k-list-item-text", children: props.children }) });
5373
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx34("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx34("span", { className: "k-list-item-text", children: props.children }) });
5327
5374
 
5328
5375
  // src/list/list-option-label.tsx
5329
- import { jsx as jsx34 } from "react/jsx-runtime";
5376
+ import { jsx as jsx35 } from "react/jsx-runtime";
5330
5377
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5331
- var states21 = [
5378
+ var states22 = [
5332
5379
  States.hover,
5333
5380
  States.focus,
5334
5381
  States.selected,
5335
5382
  States.disabled
5336
5383
  ];
5337
- var options20 = {};
5338
- var defaultProps18 = {};
5384
+ var options21 = {};
5385
+ var defaultProps19 = {};
5339
5386
  var ListOptionLabel = (props) => {
5340
5387
  const {
5341
5388
  text,
@@ -5345,7 +5392,7 @@ var ListOptionLabel = (props) => {
5345
5392
  disabled,
5346
5393
  ...other
5347
5394
  } = props;
5348
- return /* @__PURE__ */ jsx34(
5395
+ return /* @__PURE__ */ jsx35(
5349
5396
  "div",
5350
5397
  {
5351
5398
  ...other,
@@ -5362,18 +5409,18 @@ var ListOptionLabel = (props) => {
5362
5409
  }
5363
5410
  );
5364
5411
  };
5365
- ListOptionLabel.states = states21;
5366
- ListOptionLabel.options = options20;
5412
+ ListOptionLabel.states = states22;
5413
+ ListOptionLabel.options = options21;
5367
5414
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5368
- ListOptionLabel.defaultProps = defaultProps18;
5415
+ ListOptionLabel.defaultProps = defaultProps19;
5369
5416
 
5370
5417
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5371
- import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5418
+ import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
5372
5419
 
5373
5420
  // src/searchbox/searchbox.spec.tsx
5374
- import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5421
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5375
5422
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5376
- var states22 = [
5423
+ var states23 = [
5377
5424
  States.hover,
5378
5425
  States.focus,
5379
5426
  States.valid,
@@ -5382,12 +5429,12 @@ var states22 = [
5382
5429
  States.disabled,
5383
5430
  States.loading
5384
5431
  ];
5385
- var options21 = {
5432
+ var options22 = {
5386
5433
  size: [Size.small, Size.medium, Size.large],
5387
5434
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5388
5435
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5389
5436
  };
5390
- var defaultProps19 = {
5437
+ var defaultProps20 = {
5391
5438
  showIcon: true,
5392
5439
  icon: "search",
5393
5440
  size: Input.defaultProps.size,
@@ -5408,8 +5455,8 @@ var Searchbox = (props) => {
5408
5455
  required,
5409
5456
  loading,
5410
5457
  disabled,
5411
- showIcon = defaultProps19.showIcon,
5412
- icon = defaultProps19.icon,
5458
+ showIcon = defaultProps20.showIcon,
5459
+ icon = defaultProps20.icon,
5413
5460
  ...other
5414
5461
  } = props;
5415
5462
  return /* @__PURE__ */ jsxs11(
@@ -5428,33 +5475,33 @@ var Searchbox = (props) => {
5428
5475
  disabled,
5429
5476
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5430
5477
  children: [
5431
- showIcon && /* @__PURE__ */ jsx36(Icon, { className: "k-input-icon", icon }),
5432
- /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5433
- /* @__PURE__ */ jsx36(InputLoadingIcon, { ...props }),
5434
- /* @__PURE__ */ jsx36(InputValidationIcon, { ...props }),
5435
- /* @__PURE__ */ jsx36(InputClearValue, { ...props })
5478
+ showIcon && /* @__PURE__ */ jsx37(Icon, { className: "k-input-icon", icon }),
5479
+ /* @__PURE__ */ jsx37(InputInnerInput, { placeholder, value }),
5480
+ /* @__PURE__ */ jsx37(InputLoadingIcon, { ...props }),
5481
+ /* @__PURE__ */ jsx37(InputValidationIcon, { ...props }),
5482
+ /* @__PURE__ */ jsx37(InputClearValue, { ...props })
5436
5483
  ]
5437
5484
  }
5438
5485
  );
5439
5486
  };
5440
- Searchbox.states = states22;
5441
- Searchbox.options = options21;
5487
+ Searchbox.states = states23;
5488
+ Searchbox.options = options22;
5442
5489
  Searchbox.className = SEARCHBOX_CLASSNAME;
5443
- Searchbox.defaultProps = defaultProps19;
5490
+ Searchbox.defaultProps = defaultProps20;
5444
5491
 
5445
5492
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5446
- import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5493
+ import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5447
5494
 
5448
5495
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5449
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5496
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5450
5497
 
5451
5498
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5452
- import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5499
+ import { Fragment as Fragment13, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5453
5500
 
5454
5501
  // src/textbox/textbox.spec.tsx
5455
- import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5502
+ import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5456
5503
  var TEXTBOX_CLASSNAME = `k-textbox`;
5457
- var states23 = [
5504
+ var states24 = [
5458
5505
  States.hover,
5459
5506
  States.focus,
5460
5507
  States.valid,
@@ -5464,12 +5511,12 @@ var states23 = [
5464
5511
  States.loading,
5465
5512
  States.readonly
5466
5513
  ];
5467
- var options22 = {
5514
+ var options23 = {
5468
5515
  size: [Size.small, Size.medium, Size.large],
5469
5516
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5470
5517
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5471
5518
  };
5472
- var defaultProps20 = {
5519
+ var defaultProps21 = {
5473
5520
  showClearButton: true,
5474
5521
  size: Input.defaultProps.size,
5475
5522
  rounded: Input.defaultProps.rounded,
@@ -5492,7 +5539,7 @@ var Textbox = (props) => {
5492
5539
  loading,
5493
5540
  disabled,
5494
5541
  readonly,
5495
- showClearButton = defaultProps20.showClearButton,
5542
+ showClearButton = defaultProps21.showClearButton,
5496
5543
  ...other
5497
5544
  } = props;
5498
5545
  return /* @__PURE__ */ jsxs15(
@@ -5512,9 +5559,9 @@ var Textbox = (props) => {
5512
5559
  readonly,
5513
5560
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5514
5561
  children: [
5515
- /* @__PURE__ */ jsx40(InputPrefix, { children: prefix }),
5516
- /* @__PURE__ */ jsx40(InputInnerInput, { placeholder, value }),
5517
- /* @__PURE__ */ jsx40(
5562
+ /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5563
+ /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5564
+ /* @__PURE__ */ jsx41(
5518
5565
  InputValidationIcon,
5519
5566
  {
5520
5567
  valid,
@@ -5523,14 +5570,14 @@ var Textbox = (props) => {
5523
5570
  disabled
5524
5571
  }
5525
5572
  ),
5526
- /* @__PURE__ */ jsx40(
5573
+ /* @__PURE__ */ jsx41(
5527
5574
  InputLoadingIcon,
5528
5575
  {
5529
5576
  loading,
5530
5577
  disabled
5531
5578
  }
5532
5579
  ),
5533
- showClearButton && /* @__PURE__ */ jsx40(
5580
+ showClearButton && /* @__PURE__ */ jsx41(
5534
5581
  InputClearValue,
5535
5582
  {
5536
5583
  loading,
@@ -5539,27 +5586,27 @@ var Textbox = (props) => {
5539
5586
  value
5540
5587
  }
5541
5588
  ),
5542
- /* @__PURE__ */ jsx40(InputSuffix, { children: suffix })
5589
+ /* @__PURE__ */ jsx41(InputSuffix, { children: suffix })
5543
5590
  ]
5544
5591
  }
5545
5592
  );
5546
5593
  };
5547
- Textbox.states = states23;
5548
- Textbox.options = options22;
5594
+ Textbox.states = states24;
5595
+ Textbox.options = options23;
5549
5596
  Textbox.className = TEXTBOX_CLASSNAME;
5550
- Textbox.defaultProps = defaultProps20;
5597
+ Textbox.defaultProps = defaultProps21;
5551
5598
 
5552
5599
  // src/pager/pager.spec.tsx
5553
- import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5600
+ import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
5554
5601
  var PAGER_CLASSNAME = `k-pager`;
5555
- var states24 = [
5602
+ var states25 = [
5556
5603
  States.focus,
5557
5604
  States.disabled
5558
5605
  ];
5559
- var options23 = {
5606
+ var options24 = {
5560
5607
  size: [Size.small, Size.medium, Size.large]
5561
5608
  };
5562
- var defaultProps21 = {
5609
+ var defaultProps22 = {
5563
5610
  size: Size.medium,
5564
5611
  mobile: null,
5565
5612
  type: "numeric",
@@ -5569,12 +5616,12 @@ var defaultProps21 = {
5569
5616
  };
5570
5617
  var Pager = (props) => {
5571
5618
  const {
5572
- size = defaultProps21.size,
5573
- mobile = defaultProps21.mobile,
5574
- type = defaultProps21.type,
5575
- pageSizes = defaultProps21.pageSizes,
5576
- refresh = defaultProps21.refresh,
5577
- info = defaultProps21.info,
5619
+ size = defaultProps22.size,
5620
+ mobile = defaultProps22.mobile,
5621
+ type = defaultProps22.type,
5622
+ pageSizes = defaultProps22.pageSizes,
5623
+ refresh = defaultProps22.refresh,
5624
+ info = defaultProps22.info,
5578
5625
  focus,
5579
5626
  disabled,
5580
5627
  dir,
@@ -5608,7 +5655,7 @@ var Pager = (props) => {
5608
5655
  "k-pager-numbers-wrap"
5609
5656
  ),
5610
5657
  children: [
5611
- /* @__PURE__ */ jsx41(
5658
+ /* @__PURE__ */ jsx42(
5612
5659
  Button,
5613
5660
  {
5614
5661
  className: classNames(
@@ -5622,7 +5669,7 @@ var Pager = (props) => {
5622
5669
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5623
5670
  }
5624
5671
  ),
5625
- /* @__PURE__ */ jsx41(
5672
+ /* @__PURE__ */ jsx42(
5626
5673
  Button,
5627
5674
  {
5628
5675
  className: classNames(
@@ -5635,7 +5682,7 @@ var Pager = (props) => {
5635
5682
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5636
5683
  }
5637
5684
  ),
5638
- /* @__PURE__ */ jsx41(
5685
+ /* @__PURE__ */ jsx42(
5639
5686
  "select",
5640
5687
  {
5641
5688
  className: classNames(
@@ -5648,7 +5695,7 @@ var Pager = (props) => {
5648
5695
  size
5649
5696
  })
5650
5697
  ),
5651
- children: /* @__PURE__ */ jsx41("option", { children: "1" })
5698
+ children: /* @__PURE__ */ jsx42("option", { children: "1" })
5652
5699
  }
5653
5700
  ),
5654
5701
  type === "numeric" && /* @__PURE__ */ jsxs16(
@@ -5658,7 +5705,7 @@ var Pager = (props) => {
5658
5705
  "k-pager-numbers"
5659
5706
  ),
5660
5707
  children: [
5661
- /* @__PURE__ */ jsx41(
5708
+ /* @__PURE__ */ jsx42(
5662
5709
  Button,
5663
5710
  {
5664
5711
  fillMode: "flat",
@@ -5668,7 +5715,7 @@ var Pager = (props) => {
5668
5715
  children: "1"
5669
5716
  }
5670
5717
  ),
5671
- /* @__PURE__ */ jsx41(
5718
+ /* @__PURE__ */ jsx42(
5672
5719
  Button,
5673
5720
  {
5674
5721
  hover: true,
@@ -5679,7 +5726,7 @@ var Pager = (props) => {
5679
5726
  children: "2"
5680
5727
  }
5681
5728
  ),
5682
- /* @__PURE__ */ jsx41(
5729
+ /* @__PURE__ */ jsx42(
5683
5730
  Button,
5684
5731
  {
5685
5732
  focus: true,
@@ -5690,7 +5737,7 @@ var Pager = (props) => {
5690
5737
  children: "3"
5691
5738
  }
5692
5739
  ),
5693
- /* @__PURE__ */ jsx41(
5740
+ /* @__PURE__ */ jsx42(
5694
5741
  Button,
5695
5742
  {
5696
5743
  selected: true,
@@ -5701,7 +5748,7 @@ var Pager = (props) => {
5701
5748
  children: "4"
5702
5749
  }
5703
5750
  ),
5704
- /* @__PURE__ */ jsx41(
5751
+ /* @__PURE__ */ jsx42(
5705
5752
  Button,
5706
5753
  {
5707
5754
  hover: true,
@@ -5713,7 +5760,7 @@ var Pager = (props) => {
5713
5760
  children: "5"
5714
5761
  }
5715
5762
  ),
5716
- /* @__PURE__ */ jsx41(
5763
+ /* @__PURE__ */ jsx42(
5717
5764
  Button,
5718
5765
  {
5719
5766
  selected: true,
@@ -5736,12 +5783,12 @@ var Pager = (props) => {
5736
5783
  ),
5737
5784
  children: [
5738
5785
  "Page",
5739
- /* @__PURE__ */ jsx41(Textbox, { showClearButton: false, size, value: "999" }),
5786
+ /* @__PURE__ */ jsx42(Textbox, { showClearButton: false, size, value: "999" }),
5740
5787
  "of 8"
5741
5788
  ]
5742
5789
  }
5743
5790
  ),
5744
- /* @__PURE__ */ jsx41(
5791
+ /* @__PURE__ */ jsx42(
5745
5792
  Button,
5746
5793
  {
5747
5794
  className: classNames(
@@ -5754,7 +5801,7 @@ var Pager = (props) => {
5754
5801
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5755
5802
  }
5756
5803
  ),
5757
- /* @__PURE__ */ jsx41(
5804
+ /* @__PURE__ */ jsx42(
5758
5805
  Button,
5759
5806
  {
5760
5807
  className: classNames(
@@ -5777,12 +5824,12 @@ var Pager = (props) => {
5777
5824
  "k-pager-sizes"
5778
5825
  ),
5779
5826
  children: [
5780
- /* @__PURE__ */ jsx41(DropdownList, { value: "20", size }),
5827
+ /* @__PURE__ */ jsx42(DropdownList, { value: "20", size }),
5781
5828
  "items per page"
5782
5829
  ]
5783
5830
  }
5784
5831
  ),
5785
- refresh && /* @__PURE__ */ jsx41(
5832
+ refresh && /* @__PURE__ */ jsx42(
5786
5833
  Button,
5787
5834
  {
5788
5835
  className: classNames(
@@ -5794,7 +5841,7 @@ var Pager = (props) => {
5794
5841
  icon: "arrow-rotate-cw"
5795
5842
  }
5796
5843
  ),
5797
- info && /* @__PURE__ */ jsx41(
5844
+ info && /* @__PURE__ */ jsx42(
5798
5845
  "span",
5799
5846
  {
5800
5847
  className: classNames(
@@ -5807,27 +5854,27 @@ var Pager = (props) => {
5807
5854
  }
5808
5855
  );
5809
5856
  };
5810
- Pager.states = states24;
5811
- Pager.options = options23;
5857
+ Pager.states = states25;
5858
+ Pager.options = options24;
5812
5859
  Pager.className = PAGER_CLASSNAME;
5813
- Pager.defaultProps = defaultProps21;
5860
+ Pager.defaultProps = defaultProps22;
5814
5861
 
5815
5862
  // src/table/data-table.spec.tsx
5816
- import { jsx as jsx42 } from "react/jsx-runtime";
5863
+ import { jsx as jsx43 } from "react/jsx-runtime";
5817
5864
  var DATATABLE_CLASSNAME = `k-data-table`;
5818
- var states25 = [];
5819
- var options24 = {
5865
+ var states26 = [];
5866
+ var options25 = {
5820
5867
  size: [Size.small, Size.medium, Size.large]
5821
5868
  };
5822
- var defaultProps22 = {
5869
+ var defaultProps23 = {
5823
5870
  size: Size.medium
5824
5871
  };
5825
5872
  var DataTable = (props) => {
5826
5873
  const {
5827
- size = defaultProps22.size,
5874
+ size = defaultProps23.size,
5828
5875
  ...other
5829
5876
  } = props;
5830
- return /* @__PURE__ */ jsx42(
5877
+ return /* @__PURE__ */ jsx43(
5831
5878
  "div",
5832
5879
  {
5833
5880
  ...other,
@@ -5842,34 +5889,34 @@ var DataTable = (props) => {
5842
5889
  }
5843
5890
  );
5844
5891
  };
5845
- DataTable.states = states25;
5846
- DataTable.options = options24;
5892
+ DataTable.states = states26;
5893
+ DataTable.options = options25;
5847
5894
  DataTable.className = DATATABLE_CLASSNAME;
5848
- DataTable.defaultProps = defaultProps22;
5895
+ DataTable.defaultProps = defaultProps23;
5849
5896
 
5850
5897
  // src/table/table-header.tsx
5851
- import { jsx as jsx43 } from "react/jsx-runtime";
5898
+ import { jsx as jsx44 } from "react/jsx-runtime";
5852
5899
 
5853
5900
  // src/table/table-body.tsx
5854
- import { jsx as jsx44 } from "react/jsx-runtime";
5901
+ import { jsx as jsx45 } from "react/jsx-runtime";
5855
5902
 
5856
5903
  // src/table/table-footer.tsx
5857
- import { jsx as jsx45 } from "react/jsx-runtime";
5904
+ import { jsx as jsx46 } from "react/jsx-runtime";
5858
5905
 
5859
5906
  // src/table/table.spec.tsx
5860
- import { jsx as jsx46 } from "react/jsx-runtime";
5907
+ import { jsx as jsx47 } from "react/jsx-runtime";
5861
5908
  var TABLE_CLASSNAME = `k-table`;
5862
- var states26 = [];
5863
- var options25 = {
5909
+ var states27 = [];
5910
+ var options26 = {
5864
5911
  size: [Size.small, Size.medium, Size.large]
5865
5912
  };
5866
- var defaultProps23 = {};
5913
+ var defaultProps24 = {};
5867
5914
  var Table = (props) => {
5868
5915
  const {
5869
5916
  size,
5870
5917
  ...other
5871
5918
  } = props;
5872
- return /* @__PURE__ */ jsx46(
5919
+ return /* @__PURE__ */ jsx47(
5873
5920
  "table",
5874
5921
  {
5875
5922
  ...other,
@@ -5884,26 +5931,26 @@ var Table = (props) => {
5884
5931
  }
5885
5932
  );
5886
5933
  };
5887
- Table.states = states26;
5888
- Table.options = options25;
5934
+ Table.states = states27;
5935
+ Table.options = options26;
5889
5936
  Table.className = TABLE_CLASSNAME;
5890
- Table.defaultProps = defaultProps23;
5937
+ Table.defaultProps = defaultProps24;
5891
5938
 
5892
5939
  // src/table/table-list.spec.tsx
5893
- import { jsx as jsx47 } from "react/jsx-runtime";
5940
+ import { jsx as jsx48 } from "react/jsx-runtime";
5894
5941
  var TABLELIST_CLASSNAME = `k-table-list`;
5895
- var states27 = [];
5896
- var options26 = {
5942
+ var states28 = [];
5943
+ var options27 = {
5897
5944
  size: [Size.small, Size.medium, Size.large]
5898
5945
  };
5899
- var defaultProps24 = {};
5946
+ var defaultProps25 = {};
5900
5947
  var TableList = (props) => {
5901
5948
  const {
5902
5949
  size,
5903
5950
  virtualization,
5904
5951
  ...other
5905
5952
  } = props;
5906
- return /* @__PURE__ */ jsx47(
5953
+ return /* @__PURE__ */ jsx48(
5907
5954
  "ul",
5908
5955
  {
5909
5956
  ...other,
@@ -5922,15 +5969,15 @@ var TableList = (props) => {
5922
5969
  }
5923
5970
  );
5924
5971
  };
5925
- TableList.states = states27;
5926
- TableList.options = options26;
5972
+ TableList.states = states28;
5973
+ TableList.options = options27;
5927
5974
  TableList.className = TABLELIST_CLASSNAME;
5928
- TableList.defaultProps = defaultProps24;
5975
+ TableList.defaultProps = defaultProps25;
5929
5976
 
5930
5977
  // src/table/table-thead.tsx
5931
- import { jsx as jsx48 } from "react/jsx-runtime";
5978
+ import { jsx as jsx49 } from "react/jsx-runtime";
5932
5979
  var className13 = `k-table-thead`;
5933
- var TableThead = (props) => /* @__PURE__ */ jsx48(
5980
+ var TableThead = (props) => /* @__PURE__ */ jsx49(
5934
5981
  "thead",
5935
5982
  {
5936
5983
  className: classNames(
@@ -5942,9 +5989,9 @@ var TableThead = (props) => /* @__PURE__ */ jsx48(
5942
5989
  );
5943
5990
 
5944
5991
  // src/table/table-tbody.tsx
5945
- import { jsx as jsx49 } from "react/jsx-runtime";
5992
+ import { jsx as jsx50 } from "react/jsx-runtime";
5946
5993
  var className14 = `k-table-tbody`;
5947
- var TableTbody = (props) => /* @__PURE__ */ jsx49(
5994
+ var TableTbody = (props) => /* @__PURE__ */ jsx50(
5948
5995
  "tbody",
5949
5996
  {
5950
5997
  className: classNames(
@@ -5956,12 +6003,12 @@ var TableTbody = (props) => /* @__PURE__ */ jsx49(
5956
6003
  );
5957
6004
 
5958
6005
  // src/table/table-tfoot.tsx
5959
- import { jsx as jsx50 } from "react/jsx-runtime";
6006
+ import { jsx as jsx51 } from "react/jsx-runtime";
5960
6007
 
5961
6008
  // src/table/table-row.tsx
5962
- import { jsx as jsx51 } from "react/jsx-runtime";
6009
+ import { jsx as jsx52 } from "react/jsx-runtime";
5963
6010
  var TABLEROW_CLASSNAME = `k-table-row`;
5964
- var states28 = [
6011
+ var states29 = [
5965
6012
  States.hover,
5966
6013
  States.focus,
5967
6014
  States.selected,
@@ -5976,7 +6023,7 @@ var TableRow = (props) => {
5976
6023
  alt,
5977
6024
  ...other
5978
6025
  } = props;
5979
- return /* @__PURE__ */ jsx51(
6026
+ return /* @__PURE__ */ jsx52(
5980
6027
  "tr",
5981
6028
  {
5982
6029
  ...other,
@@ -5999,8 +6046,8 @@ var TableRow = (props) => {
5999
6046
  };
6000
6047
 
6001
6048
  // src/table/table-list-row.tsx
6002
- import { jsx as jsx52 } from "react/jsx-runtime";
6003
- var states29 = [
6049
+ import { jsx as jsx53 } from "react/jsx-runtime";
6050
+ var states30 = [
6004
6051
  States.hover,
6005
6052
  States.focus,
6006
6053
  States.selected,
@@ -6008,7 +6055,7 @@ var states29 = [
6008
6055
  ];
6009
6056
 
6010
6057
  // src/table/table-th.tsx
6011
- import { jsx as jsx53 } from "react/jsx-runtime";
6058
+ import { jsx as jsx54 } from "react/jsx-runtime";
6012
6059
  var className15 = `k-table-th`;
6013
6060
  var TableTh = (props) => {
6014
6061
  const {
@@ -6017,7 +6064,7 @@ var TableTh = (props) => {
6017
6064
  ...other
6018
6065
  } = props;
6019
6066
  const textOrChildren = text ? text : props.children;
6020
- return /* @__PURE__ */ jsx53(
6067
+ return /* @__PURE__ */ jsx54(
6021
6068
  "th",
6022
6069
  {
6023
6070
  colSpan: colspan,
@@ -6032,10 +6079,10 @@ var TableTh = (props) => {
6032
6079
  };
6033
6080
 
6034
6081
  // src/table/table-list-th.tsx
6035
- import { jsx as jsx54 } from "react/jsx-runtime";
6082
+ import { jsx as jsx55 } from "react/jsx-runtime";
6036
6083
 
6037
6084
  // src/table/table-td.tsx
6038
- import { jsx as jsx55 } from "react/jsx-runtime";
6085
+ import { jsx as jsx56 } from "react/jsx-runtime";
6039
6086
  var className16 = `k-table-td`;
6040
6087
  var TableTd = (props) => {
6041
6088
  const {
@@ -6044,7 +6091,7 @@ var TableTd = (props) => {
6044
6091
  ...other
6045
6092
  } = props;
6046
6093
  const textOrChildren = text ? text : props.children;
6047
- return /* @__PURE__ */ jsx55(
6094
+ return /* @__PURE__ */ jsx56(
6048
6095
  "td",
6049
6096
  {
6050
6097
  colSpan: colspan,
@@ -6059,40 +6106,40 @@ var TableTd = (props) => {
6059
6106
  };
6060
6107
 
6061
6108
  // src/table/table-list-td.tsx
6062
- import { jsx as jsx56 } from "react/jsx-runtime";
6109
+ import { jsx as jsx57 } from "react/jsx-runtime";
6063
6110
 
6064
6111
  // src/table/table-group-header.tsx
6065
- import { jsx as jsx57 } from "react/jsx-runtime";
6112
+ import { jsx as jsx58 } from "react/jsx-runtime";
6066
6113
 
6067
6114
  // src/table/table-group-sticky-header.tsx
6068
- import { jsx as jsx58 } from "react/jsx-runtime";
6115
+ import { jsx as jsx59 } from "react/jsx-runtime";
6069
6116
 
6070
6117
  // src/table/table-group-row.tsx
6071
- import { jsx as jsx59 } from "react/jsx-runtime";
6118
+ import { jsx as jsx60 } from "react/jsx-runtime";
6072
6119
 
6073
6120
  // src/table/table-list-group-row.tsx
6074
- import { jsx as jsx60 } from "react/jsx-runtime";
6121
+ import { jsx as jsx61 } from "react/jsx-runtime";
6075
6122
 
6076
6123
  // src/button-group/button-group.spec.tsx
6077
- import { jsx as jsx61 } from "react/jsx-runtime";
6124
+ import { jsx as jsx62 } from "react/jsx-runtime";
6078
6125
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6079
- var states30 = [
6126
+ var states31 = [
6080
6127
  States.disabled
6081
6128
  ];
6082
- var options27 = {
6129
+ var options28 = {
6083
6130
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6084
6131
  };
6085
- var defaultProps25 = {
6132
+ var defaultProps26 = {
6086
6133
  fillMode: FillMode.solid
6087
6134
  };
6088
6135
  var ButtonGroup = (props) => {
6089
6136
  const {
6090
- fillMode = defaultProps25.fillMode,
6137
+ fillMode = defaultProps26.fillMode,
6091
6138
  disabled,
6092
6139
  stretched,
6093
6140
  ...other
6094
6141
  } = props;
6095
- return /* @__PURE__ */ jsx61(
6142
+ return /* @__PURE__ */ jsx62(
6096
6143
  "div",
6097
6144
  {
6098
6145
  ...other,
@@ -6113,28 +6160,28 @@ var ButtonGroup = (props) => {
6113
6160
  }
6114
6161
  );
6115
6162
  };
6116
- ButtonGroup.states = states30;
6117
- ButtonGroup.options = options27;
6163
+ ButtonGroup.states = states31;
6164
+ ButtonGroup.options = options28;
6118
6165
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6119
- ButtonGroup.defaultProps = defaultProps25;
6166
+ ButtonGroup.defaultProps = defaultProps26;
6120
6167
 
6121
6168
  // src/button-group/templates/icon-button-group.tsx
6122
- import { jsx as jsx62, jsxs as jsxs17 } from "react/jsx-runtime";
6169
+ import { jsx as jsx63, jsxs as jsxs17 } from "react/jsx-runtime";
6123
6170
 
6124
6171
  // src/button-group/templates/icon-text-button-group.tsx
6125
- import { jsx as jsx63, jsxs as jsxs18 } from "react/jsx-runtime";
6172
+ import { jsx as jsx64, jsxs as jsxs18 } from "react/jsx-runtime";
6126
6173
 
6127
6174
  // src/button-group/templates/text-button-group.tsx
6128
- import { jsx as jsx64, jsxs as jsxs19 } from "react/jsx-runtime";
6175
+ import { jsx as jsx65, jsxs as jsxs19 } from "react/jsx-runtime";
6129
6176
 
6130
6177
  // src/button-group/templates/mixed-button-group.tsx
6131
- import { jsx as jsx65, jsxs as jsxs20 } from "react/jsx-runtime";
6178
+ import { jsx as jsx66, jsxs as jsxs20 } from "react/jsx-runtime";
6132
6179
 
6133
6180
  // src/color-preview/color-preview.tsx
6134
- import { jsx as jsx66, jsxs as jsxs21 } from "react/jsx-runtime";
6181
+ import { jsx as jsx67, jsxs as jsxs21 } from "react/jsx-runtime";
6135
6182
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6136
- var states31 = [];
6137
- var options28 = {};
6183
+ var states32 = [];
6184
+ var options29 = {};
6138
6185
  var ColorPreview = (props) => {
6139
6186
  const {
6140
6187
  color,
@@ -6154,8 +6201,8 @@ var ColorPreview = (props) => {
6154
6201
  }
6155
6202
  ),
6156
6203
  children: [
6157
- iconName && /* @__PURE__ */ jsx66(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6158
- /* @__PURE__ */ jsx66(
6204
+ iconName && /* @__PURE__ */ jsx67(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6205
+ /* @__PURE__ */ jsx67(
6159
6206
  "span",
6160
6207
  {
6161
6208
  className: "k-color-preview-mask",
@@ -6166,14 +6213,14 @@ var ColorPreview = (props) => {
6166
6213
  }
6167
6214
  );
6168
6215
  };
6169
- ColorPreview.states = states31;
6170
- ColorPreview.options = options28;
6216
+ ColorPreview.states = states32;
6217
+ ColorPreview.options = options29;
6171
6218
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6172
6219
 
6173
6220
  // src/colorpicker/colorpicker.spec.tsx
6174
- import { jsx as jsx67, jsxs as jsxs22 } from "react/jsx-runtime";
6221
+ import { jsx as jsx68, jsxs as jsxs22 } from "react/jsx-runtime";
6175
6222
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6176
- var states32 = [
6223
+ var states33 = [
6177
6224
  States.hover,
6178
6225
  States.focus,
6179
6226
  States.valid,
@@ -6181,12 +6228,12 @@ var states32 = [
6181
6228
  States.required,
6182
6229
  States.disabled
6183
6230
  ];
6184
- var options29 = {
6231
+ var options30 = {
6185
6232
  size: [Size.small, Size.medium, Size.large],
6186
6233
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6187
6234
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6188
6235
  };
6189
- var defaultProps26 = {
6236
+ var defaultProps27 = {
6190
6237
  arrowIconName: "caret-alt-down",
6191
6238
  size: Picker.defaultProps.size,
6192
6239
  rounded: Picker.defaultProps.rounded,
@@ -6208,7 +6255,7 @@ var ColorPicker = (props) => {
6208
6255
  required,
6209
6256
  disabled,
6210
6257
  valueIconName,
6211
- arrowIconName = defaultProps26.arrowIconName,
6258
+ arrowIconName = defaultProps27.arrowIconName,
6212
6259
  ...other
6213
6260
  } = props;
6214
6261
  return /* @__PURE__ */ jsxs22(
@@ -6230,14 +6277,14 @@ var ColorPicker = (props) => {
6230
6277
  "k-icon-picker"
6231
6278
  ),
6232
6279
  children: [
6233
- /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6234
- /* @__PURE__ */ jsx67(
6280
+ /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6281
+ /* @__PURE__ */ jsx68(
6235
6282
  InputInnerSpan,
6236
6283
  {
6237
6284
  placeholder,
6238
6285
  value,
6239
6286
  showValue: false,
6240
- valueIcon: /* @__PURE__ */ jsx67(
6287
+ valueIcon: /* @__PURE__ */ jsx68(
6241
6288
  ColorPreview,
6242
6289
  {
6243
6290
  className: "k-value-icon",
@@ -6248,8 +6295,8 @@ var ColorPicker = (props) => {
6248
6295
  valueIconName
6249
6296
  }
6250
6297
  ),
6251
- /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6252
- /* @__PURE__ */ jsx67(
6298
+ /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6299
+ /* @__PURE__ */ jsx68(
6253
6300
  Button,
6254
6301
  {
6255
6302
  className: "k-input-button",
@@ -6263,15 +6310,15 @@ var ColorPicker = (props) => {
6263
6310
  }
6264
6311
  );
6265
6312
  };
6266
- ColorPicker.states = states32;
6267
- ColorPicker.options = options29;
6313
+ ColorPicker.states = states33;
6314
+ ColorPicker.options = options30;
6268
6315
  ColorPicker.className = COLORPICKER_CLASSNAME;
6269
- ColorPicker.defaultProps = defaultProps26;
6316
+ ColorPicker.defaultProps = defaultProps27;
6270
6317
 
6271
6318
  // src/combobox/combobox.spec.tsx
6272
- import { Fragment as Fragment14, jsx as jsx68, jsxs as jsxs23 } from "react/jsx-runtime";
6319
+ import { Fragment as Fragment14, jsx as jsx69, jsxs as jsxs23 } from "react/jsx-runtime";
6273
6320
  var COMBOBOX_CLASSNAME = `k-combobox`;
6274
- var states33 = [
6321
+ var states34 = [
6275
6322
  States.hover,
6276
6323
  States.focus,
6277
6324
  States.valid,
@@ -6281,12 +6328,12 @@ var states33 = [
6281
6328
  States.disabled,
6282
6329
  States.readonly
6283
6330
  ];
6284
- var defaultProps27 = {
6331
+ var defaultProps28 = {
6285
6332
  size: Input.defaultProps.size,
6286
6333
  rounded: Input.defaultProps.rounded,
6287
6334
  fillMode: Input.defaultProps.fillMode
6288
6335
  };
6289
- var options30 = {
6336
+ var options31 = {
6290
6337
  size: [Size.small, Size.medium, Size.large],
6291
6338
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6292
6339
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6330,9 +6377,9 @@ var Combobox = (props) => {
6330
6377
  readonly,
6331
6378
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6332
6379
  children: [
6333
- /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6334
- /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6335
- /* @__PURE__ */ jsx68(
6380
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6381
+ /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6382
+ /* @__PURE__ */ jsx69(
6336
6383
  InputValidationIcon,
6337
6384
  {
6338
6385
  valid,
@@ -6341,14 +6388,14 @@ var Combobox = (props) => {
6341
6388
  disabled
6342
6389
  }
6343
6390
  ),
6344
- /* @__PURE__ */ jsx68(
6391
+ /* @__PURE__ */ jsx69(
6345
6392
  InputLoadingIcon,
6346
6393
  {
6347
6394
  loading,
6348
6395
  disabled
6349
6396
  }
6350
6397
  ),
6351
- /* @__PURE__ */ jsx68(
6398
+ /* @__PURE__ */ jsx69(
6352
6399
  InputClearValue,
6353
6400
  {
6354
6401
  loading,
@@ -6357,8 +6404,8 @@ var Combobox = (props) => {
6357
6404
  value
6358
6405
  }
6359
6406
  ),
6360
- /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6361
- /* @__PURE__ */ jsx68(
6407
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6408
+ /* @__PURE__ */ jsx69(
6362
6409
  Button,
6363
6410
  {
6364
6411
  className: "k-input-button",
@@ -6371,25 +6418,25 @@ var Combobox = (props) => {
6371
6418
  ]
6372
6419
  }
6373
6420
  ),
6374
- opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-combobox-popup", children: popup })
6421
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-list-container k-combobox-popup", children: popup })
6375
6422
  ] });
6376
6423
  };
6377
- Combobox.states = states33;
6378
- Combobox.options = options30;
6424
+ Combobox.states = states34;
6425
+ Combobox.options = options31;
6379
6426
  Combobox.className = COMBOBOX_CLASSNAME;
6380
- Combobox.defaultProps = defaultProps27;
6427
+ Combobox.defaultProps = defaultProps28;
6381
6428
 
6382
6429
  // src/menu-button/menu-button.spec.tsx
6383
- import { jsx as jsx69 } from "react/jsx-runtime";
6430
+ import { jsx as jsx70 } from "react/jsx-runtime";
6384
6431
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6385
- var states34 = [
6432
+ var states35 = [
6386
6433
  States.hover,
6387
6434
  States.focus,
6388
6435
  States.active,
6389
6436
  States.selected,
6390
6437
  States.disabled
6391
6438
  ];
6392
- var options31 = {
6439
+ var options32 = {
6393
6440
  size: [Size.small, Size.medium, Size.large],
6394
6441
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6395
6442
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6407,7 +6454,7 @@ var options31 = {
6407
6454
  ThemeColor.inverse
6408
6455
  ]
6409
6456
  };
6410
- var defaultProps28 = {
6457
+ var defaultProps29 = {
6411
6458
  size: Size.medium,
6412
6459
  rounded: Roundness.medium,
6413
6460
  fillMode: FillMode.solid,
@@ -6417,10 +6464,10 @@ var defaultProps28 = {
6417
6464
  };
6418
6465
  var MenuButton = (props) => {
6419
6466
  const {
6420
- size = defaultProps28.size,
6421
- rounded = defaultProps28.rounded,
6422
- fillMode = defaultProps28.fillMode,
6423
- themeColor = defaultProps28.themeColor,
6467
+ size = defaultProps29.size,
6468
+ rounded = defaultProps29.rounded,
6469
+ fillMode = defaultProps29.fillMode,
6470
+ themeColor = defaultProps29.themeColor,
6424
6471
  hover,
6425
6472
  focus,
6426
6473
  active,
@@ -6428,11 +6475,11 @@ var MenuButton = (props) => {
6428
6475
  disabled,
6429
6476
  icon,
6430
6477
  text,
6431
- showArrow = defaultProps28.showArrow,
6432
- arrowIconName = defaultProps28.arrowIconName,
6478
+ showArrow = defaultProps29.showArrow,
6479
+ arrowIconName = defaultProps29.arrowIconName,
6433
6480
  ...other
6434
6481
  } = props;
6435
- return /* @__PURE__ */ jsx69(
6482
+ return /* @__PURE__ */ jsx70(
6436
6483
  Button,
6437
6484
  {
6438
6485
  ...other,
@@ -6456,22 +6503,22 @@ var MenuButton = (props) => {
6456
6503
  }
6457
6504
  );
6458
6505
  };
6459
- MenuButton.states = states34;
6460
- MenuButton.options = options31;
6506
+ MenuButton.states = states35;
6507
+ MenuButton.options = options32;
6461
6508
  MenuButton.className = MENUBUTTON_CLASSNAME;
6462
- MenuButton.defaultProps = defaultProps28;
6509
+ MenuButton.defaultProps = defaultProps29;
6463
6510
 
6464
6511
  // src/split-button/split-button.spec.tsx
6465
- import { jsx as jsx70, jsxs as jsxs24 } from "react/jsx-runtime";
6512
+ import { jsx as jsx71, jsxs as jsxs24 } from "react/jsx-runtime";
6466
6513
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6467
- var states35 = [
6514
+ var states36 = [
6468
6515
  States.hover,
6469
6516
  States.focus,
6470
6517
  States.active,
6471
6518
  States.selected,
6472
6519
  States.disabled
6473
6520
  ];
6474
- var options32 = {
6521
+ var options33 = {
6475
6522
  size: [Size.small, Size.medium, Size.large],
6476
6523
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6477
6524
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6489,7 +6536,7 @@ var options32 = {
6489
6536
  ThemeColor.inverse
6490
6537
  ]
6491
6538
  };
6492
- var defaultProps29 = {
6539
+ var defaultProps30 = {
6493
6540
  size: Size.medium,
6494
6541
  rounded: Roundness.medium,
6495
6542
  fillMode: FillMode.solid,
@@ -6498,10 +6545,10 @@ var defaultProps29 = {
6498
6545
  };
6499
6546
  var SplitButton = (props) => {
6500
6547
  const {
6501
- size = defaultProps29.size,
6502
- rounded = defaultProps29.rounded,
6503
- fillMode = defaultProps29.fillMode,
6504
- themeColor = defaultProps29.themeColor,
6548
+ size = defaultProps30.size,
6549
+ rounded = defaultProps30.rounded,
6550
+ fillMode = defaultProps30.fillMode,
6551
+ themeColor = defaultProps30.themeColor,
6505
6552
  hover,
6506
6553
  focus,
6507
6554
  active,
@@ -6509,7 +6556,7 @@ var SplitButton = (props) => {
6509
6556
  disabled,
6510
6557
  icon,
6511
6558
  text,
6512
- arrowIconName = defaultProps29.arrowIconName,
6559
+ arrowIconName = defaultProps30.arrowIconName,
6513
6560
  ...other
6514
6561
  } = props;
6515
6562
  return /* @__PURE__ */ jsxs24(
@@ -6525,7 +6572,7 @@ var SplitButton = (props) => {
6525
6572
  })
6526
6573
  ),
6527
6574
  children: [
6528
- /* @__PURE__ */ jsx70(
6575
+ /* @__PURE__ */ jsx71(
6529
6576
  Button,
6530
6577
  {
6531
6578
  text,
@@ -6542,7 +6589,7 @@ var SplitButton = (props) => {
6542
6589
  children: props.children
6543
6590
  }
6544
6591
  ),
6545
- /* @__PURE__ */ jsx70(
6592
+ /* @__PURE__ */ jsx71(
6546
6593
  Button,
6547
6594
  {
6548
6595
  className: "k-split-button-arrow",
@@ -6557,27 +6604,27 @@ var SplitButton = (props) => {
6557
6604
  }
6558
6605
  );
6559
6606
  };
6560
- SplitButton.states = states35;
6561
- SplitButton.options = options32;
6607
+ SplitButton.states = states36;
6608
+ SplitButton.options = options33;
6562
6609
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6563
- SplitButton.defaultProps = defaultProps29;
6610
+ SplitButton.defaultProps = defaultProps30;
6564
6611
  var split_button_spec_default = SplitButton;
6565
6612
 
6566
6613
  // src/toolbar/toolbar.spec.tsx
6567
- import { jsx as jsx71 } from "react/jsx-runtime";
6614
+ import { jsx as jsx72 } from "react/jsx-runtime";
6568
6615
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6569
- var states36 = [
6616
+ var states37 = [
6570
6617
  States.focus
6571
6618
  ];
6572
- var options33 = {
6619
+ var options34 = {
6573
6620
  size: [Size.small, Size.medium, Size.large]
6574
6621
  };
6575
- var defaultProps30 = {
6622
+ var defaultProps31 = {
6576
6623
  size: Size.medium
6577
6624
  };
6578
6625
  var Toolbar = (props) => {
6579
6626
  const {
6580
- size = defaultProps30.size,
6627
+ size = defaultProps31.size,
6581
6628
  focus,
6582
6629
  resizable,
6583
6630
  ...other
@@ -6587,7 +6634,7 @@ var Toolbar = (props) => {
6587
6634
  const tempToolbarChildren = [];
6588
6635
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6589
6636
  tempToolbarChildren.push(
6590
- /* @__PURE__ */ jsx71(
6637
+ /* @__PURE__ */ jsx72(
6591
6638
  Button,
6592
6639
  {
6593
6640
  ...child.props,
@@ -6598,7 +6645,7 @@ var Toolbar = (props) => {
6598
6645
  );
6599
6646
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6600
6647
  tempToolbarChildren.push(
6601
- /* @__PURE__ */ jsx71(
6648
+ /* @__PURE__ */ jsx72(
6602
6649
  Button,
6603
6650
  {
6604
6651
  ...child.props,
@@ -6609,7 +6656,7 @@ var Toolbar = (props) => {
6609
6656
  );
6610
6657
  } else if (child.type === Button) {
6611
6658
  tempToolbarChildren.push(
6612
- /* @__PURE__ */ jsx71(
6659
+ /* @__PURE__ */ jsx72(
6613
6660
  Button,
6614
6661
  {
6615
6662
  ...child.props,
@@ -6620,7 +6667,7 @@ var Toolbar = (props) => {
6620
6667
  );
6621
6668
  } else if (child.type === MenuButton) {
6622
6669
  tempToolbarChildren.push(
6623
- /* @__PURE__ */ jsx71(
6670
+ /* @__PURE__ */ jsx72(
6624
6671
  MenuButton,
6625
6672
  {
6626
6673
  ...child.props,
@@ -6631,7 +6678,7 @@ var Toolbar = (props) => {
6631
6678
  );
6632
6679
  } else if (child.type === split_button_spec_default) {
6633
6680
  tempToolbarChildren.push(
6634
- /* @__PURE__ */ jsx71(
6681
+ /* @__PURE__ */ jsx72(
6635
6682
  split_button_spec_default,
6636
6683
  {
6637
6684
  ...child.props,
@@ -6645,7 +6692,7 @@ var Toolbar = (props) => {
6645
6692
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6646
6693
  childrenArray.forEach((button, bindex) => {
6647
6694
  buttonGroupItems.push(
6648
- /* @__PURE__ */ jsx71(
6695
+ /* @__PURE__ */ jsx72(
6649
6696
  Button,
6650
6697
  {
6651
6698
  ...button.props,
@@ -6656,7 +6703,7 @@ var Toolbar = (props) => {
6656
6703
  );
6657
6704
  });
6658
6705
  tempToolbarChildren.push(
6659
- /* @__PURE__ */ jsx71(
6706
+ /* @__PURE__ */ jsx72(
6660
6707
  ButtonGroup,
6661
6708
  {
6662
6709
  ...child.props,
@@ -6668,7 +6715,7 @@ var Toolbar = (props) => {
6668
6715
  );
6669
6716
  } else if (child.type === Combobox) {
6670
6717
  tempToolbarChildren.push(
6671
- /* @__PURE__ */ jsx71(
6718
+ /* @__PURE__ */ jsx72(
6672
6719
  Combobox,
6673
6720
  {
6674
6721
  ...child.props,
@@ -6679,7 +6726,7 @@ var Toolbar = (props) => {
6679
6726
  );
6680
6727
  } else if (child.type === DropdownList) {
6681
6728
  tempToolbarChildren.push(
6682
- /* @__PURE__ */ jsx71(
6729
+ /* @__PURE__ */ jsx72(
6683
6730
  DropdownList,
6684
6731
  {
6685
6732
  ...child.props,
@@ -6690,7 +6737,7 @@ var Toolbar = (props) => {
6690
6737
  );
6691
6738
  } else if (child.type === ColorPicker) {
6692
6739
  tempToolbarChildren.push(
6693
- /* @__PURE__ */ jsx71(
6740
+ /* @__PURE__ */ jsx72(
6694
6741
  ColorPicker,
6695
6742
  {
6696
6743
  ...child.props,
@@ -6712,7 +6759,7 @@ var Toolbar = (props) => {
6712
6759
  addUniqueToolClass(child, index);
6713
6760
  });
6714
6761
  }
6715
- return /* @__PURE__ */ jsx71(
6762
+ return /* @__PURE__ */ jsx72(
6716
6763
  "div",
6717
6764
  {
6718
6765
  ...other,
@@ -6733,26 +6780,26 @@ var Toolbar = (props) => {
6733
6780
  }
6734
6781
  );
6735
6782
  };
6736
- Toolbar.states = states36;
6737
- Toolbar.options = options33;
6783
+ Toolbar.states = states37;
6784
+ Toolbar.options = options34;
6738
6785
  Toolbar.className = TOOLBAR_CLASSNAME;
6739
- Toolbar.defaultProps = defaultProps30;
6786
+ Toolbar.defaultProps = defaultProps31;
6740
6787
 
6741
6788
  // src/toolbar/toolbar-angular.spec.tsx
6742
- import { jsx as jsx72 } from "react/jsx-runtime";
6789
+ import { jsx as jsx73 } from "react/jsx-runtime";
6743
6790
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6744
- var states37 = [
6791
+ var states38 = [
6745
6792
  States.focus
6746
6793
  ];
6747
- var options34 = {
6794
+ var options35 = {
6748
6795
  size: [Size.small, Size.medium, Size.large]
6749
6796
  };
6750
- var defaultProps31 = {
6797
+ var defaultProps32 = {
6751
6798
  size: Size.medium
6752
6799
  };
6753
6800
  var ToolbarAngular = (props) => {
6754
6801
  const {
6755
- size = defaultProps31.size,
6802
+ size = defaultProps32.size,
6756
6803
  focus,
6757
6804
  resizable,
6758
6805
  ...other
@@ -6762,7 +6809,7 @@ var ToolbarAngular = (props) => {
6762
6809
  const tempToolbarChildren = [];
6763
6810
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6764
6811
  tempToolbarChildren.push(
6765
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6812
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6766
6813
  Button,
6767
6814
  {
6768
6815
  ...child.props,
@@ -6773,7 +6820,7 @@ var ToolbarAngular = (props) => {
6773
6820
  );
6774
6821
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6775
6822
  tempToolbarChildren.push(
6776
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6823
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6777
6824
  Button,
6778
6825
  {
6779
6826
  ...child.props,
@@ -6784,7 +6831,7 @@ var ToolbarAngular = (props) => {
6784
6831
  );
6785
6832
  } else if (child.type === Button) {
6786
6833
  tempToolbarChildren.push(
6787
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6834
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6788
6835
  Button,
6789
6836
  {
6790
6837
  ...child.props,
@@ -6795,7 +6842,7 @@ var ToolbarAngular = (props) => {
6795
6842
  );
6796
6843
  } else if (child.type === MenuButton) {
6797
6844
  tempToolbarChildren.push(
6798
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6845
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6799
6846
  MenuButton,
6800
6847
  {
6801
6848
  ...child.props,
@@ -6806,7 +6853,7 @@ var ToolbarAngular = (props) => {
6806
6853
  );
6807
6854
  } else if (child.type === split_button_spec_default) {
6808
6855
  tempToolbarChildren.push(
6809
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6856
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6810
6857
  split_button_spec_default,
6811
6858
  {
6812
6859
  ...child.props,
@@ -6820,7 +6867,7 @@ var ToolbarAngular = (props) => {
6820
6867
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6821
6868
  childrenArray.forEach((button, bindex) => {
6822
6869
  buttonGroupItems.push(
6823
- /* @__PURE__ */ jsx72(
6870
+ /* @__PURE__ */ jsx73(
6824
6871
  Button,
6825
6872
  {
6826
6873
  ...button.props,
@@ -6831,7 +6878,7 @@ var ToolbarAngular = (props) => {
6831
6878
  );
6832
6879
  });
6833
6880
  tempToolbarChildren.push(
6834
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6881
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6835
6882
  ButtonGroup,
6836
6883
  {
6837
6884
  ...child.props,
@@ -6843,7 +6890,7 @@ var ToolbarAngular = (props) => {
6843
6890
  );
6844
6891
  } else if (child.type === Combobox) {
6845
6892
  tempToolbarChildren.push(
6846
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6893
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6847
6894
  Combobox,
6848
6895
  {
6849
6896
  ...child.props,
@@ -6854,7 +6901,7 @@ var ToolbarAngular = (props) => {
6854
6901
  );
6855
6902
  } else if (child.type === DropdownList) {
6856
6903
  tempToolbarChildren.push(
6857
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6904
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6858
6905
  DropdownList,
6859
6906
  {
6860
6907
  ...child.props,
@@ -6865,7 +6912,7 @@ var ToolbarAngular = (props) => {
6865
6912
  );
6866
6913
  } else if (child.type === ColorPicker) {
6867
6914
  tempToolbarChildren.push(
6868
- /* @__PURE__ */ jsx72("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx72(
6915
+ /* @__PURE__ */ jsx73("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx73(
6869
6916
  ColorPicker,
6870
6917
  {
6871
6918
  ...child.props,
@@ -6887,7 +6934,7 @@ var ToolbarAngular = (props) => {
6887
6934
  addUniqueToolClass(child, index);
6888
6935
  });
6889
6936
  }
6890
- return /* @__PURE__ */ jsx72(
6937
+ return /* @__PURE__ */ jsx73(
6891
6938
  "div",
6892
6939
  {
6893
6940
  ...other,
@@ -6908,28 +6955,28 @@ var ToolbarAngular = (props) => {
6908
6955
  }
6909
6956
  );
6910
6957
  };
6911
- ToolbarAngular.states = states37;
6912
- ToolbarAngular.options = options34;
6958
+ ToolbarAngular.states = states38;
6959
+ ToolbarAngular.options = options35;
6913
6960
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6914
- ToolbarAngular.defaultProps = defaultProps31;
6961
+ ToolbarAngular.defaultProps = defaultProps32;
6915
6962
 
6916
6963
  // src/toolbar/toolbar-separator.tsx
6917
- import { jsx as jsx73 } from "react/jsx-runtime";
6964
+ import { jsx as jsx74 } from "react/jsx-runtime";
6918
6965
 
6919
6966
  // src/toolbar/toolbar-item.spec.tsx
6920
- import { jsx as jsx74 } from "react/jsx-runtime";
6967
+ import { jsx as jsx75 } from "react/jsx-runtime";
6921
6968
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6922
- var states38 = [
6969
+ var states39 = [
6923
6970
  States.focus
6924
6971
  ];
6925
- var options35 = {};
6926
- var defaultProps32 = {};
6972
+ var options36 = {};
6973
+ var defaultProps33 = {};
6927
6974
  var ToolbarItem = (props) => {
6928
6975
  const {
6929
6976
  focus,
6930
6977
  ...other
6931
6978
  } = props;
6932
- return /* @__PURE__ */ jsx74(
6979
+ return /* @__PURE__ */ jsx75(
6933
6980
  "div",
6934
6981
  {
6935
6982
  ...other,
@@ -6944,13 +6991,13 @@ var ToolbarItem = (props) => {
6944
6991
  }
6945
6992
  );
6946
6993
  };
6947
- ToolbarItem.states = states38;
6948
- ToolbarItem.options = options35;
6994
+ ToolbarItem.states = states39;
6995
+ ToolbarItem.options = options36;
6949
6996
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6950
- ToolbarItem.defaultProps = defaultProps32;
6997
+ ToolbarItem.defaultProps = defaultProps33;
6951
6998
 
6952
6999
  // src/grid/tests/grid-column-reordering-actions.tsx
6953
- import { Fragment as Fragment15, jsx as jsx75, jsxs as jsxs25 } from "react/jsx-runtime";
7000
+ import { Fragment as Fragment15, jsx as jsx76, jsxs as jsxs25 } from "react/jsx-runtime";
6954
7001
  var styles = `
6955
7002
  .k-animation-container,
6956
7003
  .k-popup {
@@ -6961,169 +7008,169 @@ var styles = `
6961
7008
  }
6962
7009
  `;
6963
7010
  var grid_column_reordering_actions_default = () => /* @__PURE__ */ jsxs25(Fragment15, { children: [
6964
- /* @__PURE__ */ jsx75("style", { children: styles }),
7011
+ /* @__PURE__ */ jsx76("style", { children: styles }),
6965
7012
  /* @__PURE__ */ jsxs25("div", { id: "test-area", children: [
6966
- /* @__PURE__ */ jsx75("section", { children: /* @__PURE__ */ jsxs25("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
6967
- /* @__PURE__ */ jsx75(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsxs25(ChipList, { children: [
6968
- /* @__PURE__ */ jsx75(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ jsxs25(Fragment15, { children: [
6969
- /* @__PURE__ */ jsx75(ChipAction, { type: "more" }),
6970
- /* @__PURE__ */ jsx75(ChipAction, { type: "remove" })
7013
+ /* @__PURE__ */ jsx76("section", { children: /* @__PURE__ */ jsxs25("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7014
+ /* @__PURE__ */ jsx76(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsxs25(ChipList, { children: [
7015
+ /* @__PURE__ */ jsx76(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ jsxs25(Fragment15, { children: [
7016
+ /* @__PURE__ */ jsx76(ChipAction, { type: "more" }),
7017
+ /* @__PURE__ */ jsx76(ChipAction, { type: "remove" })
6971
7018
  ] }) }),
6972
- /* @__PURE__ */ jsx75(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ jsxs25(Fragment15, { children: [
6973
- /* @__PURE__ */ jsx75(ChipAction, { type: "more" }),
6974
- /* @__PURE__ */ jsx75(ChipAction, { type: "remove" })
7019
+ /* @__PURE__ */ jsx76(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ jsxs25(Fragment15, { children: [
7020
+ /* @__PURE__ */ jsx76(ChipAction, { type: "more" }),
7021
+ /* @__PURE__ */ jsx76(ChipAction, { type: "remove" })
6975
7022
  ] }) })
6976
7023
  ] }) }),
6977
- /* @__PURE__ */ jsx75("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx75("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs25(Table, { size: "medium", className: "k-grid-header-table", children: [
7024
+ /* @__PURE__ */ jsx76("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx76("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs25(Table, { size: "medium", className: "k-grid-header-table", children: [
6978
7025
  /* @__PURE__ */ jsxs25("colgroup", { children: [
6979
- /* @__PURE__ */ jsx75("col", {}),
6980
- /* @__PURE__ */ jsx75("col", {}),
6981
- /* @__PURE__ */ jsx75("col", {})
7026
+ /* @__PURE__ */ jsx76("col", {}),
7027
+ /* @__PURE__ */ jsx76("col", {}),
7028
+ /* @__PURE__ */ jsx76("col", {})
6982
7029
  ] }),
6983
- /* @__PURE__ */ jsx75(TableThead, { children: /* @__PURE__ */ jsxs25(TableRow, { children: [
6984
- /* @__PURE__ */ jsx75(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
7030
+ /* @__PURE__ */ jsx76(TableThead, { children: /* @__PURE__ */ jsxs25(TableRow, { children: [
7031
+ /* @__PURE__ */ jsx76(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
6985
7032
  /* @__PURE__ */ jsxs25("span", { className: "k-link", children: [
6986
- /* @__PURE__ */ jsx75("span", { className: "k-column-title", children: "Product Id" }),
6987
- /* @__PURE__ */ jsx75("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx75(Icon, { icon: "sort-asc-small" }) })
7033
+ /* @__PURE__ */ jsx76("span", { className: "k-column-title", children: "Product Id" }),
7034
+ /* @__PURE__ */ jsx76("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx76(Icon, { icon: "sort-asc-small" }) })
6988
7035
  ] }),
6989
- /* @__PURE__ */ jsx75("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx75(Icon, { icon: "more-vertical" }) })
7036
+ /* @__PURE__ */ jsx76("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx76(Icon, { icon: "more-vertical" }) })
6990
7037
  ] }) }),
6991
- /* @__PURE__ */ jsx75(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
7038
+ /* @__PURE__ */ jsx76(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
6992
7039
  /* @__PURE__ */ jsxs25("span", { className: "k-link", children: [
6993
- /* @__PURE__ */ jsx75("span", { className: "k-column-title", children: "Unit Price" }),
6994
- /* @__PURE__ */ jsx75("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx75(Icon, { icon: "sort-asc-small" }) })
7040
+ /* @__PURE__ */ jsx76("span", { className: "k-column-title", children: "Unit Price" }),
7041
+ /* @__PURE__ */ jsx76("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx76(Icon, { icon: "sort-asc-small" }) })
6995
7042
  ] }),
6996
- /* @__PURE__ */ jsx75("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx75(Icon, { icon: "more-vertical" }) })
7043
+ /* @__PURE__ */ jsx76("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx76(Icon, { icon: "more-vertical" }) })
6997
7044
  ] }) }),
6998
- /* @__PURE__ */ jsx75(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
7045
+ /* @__PURE__ */ jsx76(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
6999
7046
  /* @__PURE__ */ jsxs25("span", { className: "k-link", children: [
7000
- /* @__PURE__ */ jsx75("span", { className: "k-column-title", children: "Discontinued" }),
7001
- /* @__PURE__ */ jsx75("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx75(Icon, { icon: "sort-asc-small" }) })
7047
+ /* @__PURE__ */ jsx76("span", { className: "k-column-title", children: "Discontinued" }),
7048
+ /* @__PURE__ */ jsx76("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx76(Icon, { icon: "sort-asc-small" }) })
7002
7049
  ] }),
7003
- /* @__PURE__ */ jsx75("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx75(Icon, { icon: "more-vertical" }) })
7050
+ /* @__PURE__ */ jsx76("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx76(Icon, { icon: "more-vertical" }) })
7004
7051
  ] }) }),
7005
- /* @__PURE__ */ jsx75(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
7052
+ /* @__PURE__ */ jsx76(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs25("span", { className: "k-cell-inner", children: [
7006
7053
  /* @__PURE__ */ jsxs25("span", { className: "k-link", children: [
7007
- /* @__PURE__ */ jsx75("span", { className: "k-column-title", children: "Category" }),
7008
- /* @__PURE__ */ jsx75("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx75(Icon, { icon: "sort-asc-small" }) })
7054
+ /* @__PURE__ */ jsx76("span", { className: "k-column-title", children: "Category" }),
7055
+ /* @__PURE__ */ jsx76("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx76(Icon, { icon: "sort-asc-small" }) })
7009
7056
  ] }),
7010
- /* @__PURE__ */ jsx75("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx75(Icon, { icon: "more-vertical" }) })
7057
+ /* @__PURE__ */ jsx76("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx76(Icon, { icon: "more-vertical" }) })
7011
7058
  ] }) })
7012
7059
  ] }) })
7013
7060
  ] }) }) }),
7014
- /* @__PURE__ */ jsx75("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs25(Table, { size: "medium", className: "k-grid-table", children: [
7061
+ /* @__PURE__ */ jsx76("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs25(Table, { size: "medium", className: "k-grid-table", children: [
7015
7062
  /* @__PURE__ */ jsxs25("colgroup", { children: [
7016
- /* @__PURE__ */ jsx75("col", {}),
7017
- /* @__PURE__ */ jsx75("col", {}),
7018
- /* @__PURE__ */ jsx75("col", {})
7063
+ /* @__PURE__ */ jsx76("col", {}),
7064
+ /* @__PURE__ */ jsx76("col", {}),
7065
+ /* @__PURE__ */ jsx76("col", {})
7019
7066
  ] }),
7020
7067
  /* @__PURE__ */ jsxs25(TableTbody, { children: [
7021
7068
  /* @__PURE__ */ jsxs25(TableRow, { className: "k-master-row", children: [
7022
- /* @__PURE__ */ jsx75(TableTd, { children: "Chef Anton's Gumbo" }),
7023
- /* @__PURE__ */ jsx75(TableTd, { children: "21.35" }),
7024
- /* @__PURE__ */ jsx75(TableTd, { children: "0" }),
7025
- /* @__PURE__ */ jsx75(TableTd, { children: "Condiments" })
7069
+ /* @__PURE__ */ jsx76(TableTd, { children: "Chef Anton's Gumbo" }),
7070
+ /* @__PURE__ */ jsx76(TableTd, { children: "21.35" }),
7071
+ /* @__PURE__ */ jsx76(TableTd, { children: "0" }),
7072
+ /* @__PURE__ */ jsx76(TableTd, { children: "Condiments" })
7026
7073
  ] }),
7027
7074
  /* @__PURE__ */ jsxs25(TableRow, { alt: true, children: [
7028
- /* @__PURE__ */ jsx75(TableTd, { children: "Alice Mutton" }),
7029
- /* @__PURE__ */ jsx75(TableTd, { children: "39" }),
7030
- /* @__PURE__ */ jsx75(TableTd, { children: "0" }),
7031
- /* @__PURE__ */ jsx75(TableTd, { children: "Meat/Poultry" })
7075
+ /* @__PURE__ */ jsx76(TableTd, { children: "Alice Mutton" }),
7076
+ /* @__PURE__ */ jsx76(TableTd, { children: "39" }),
7077
+ /* @__PURE__ */ jsx76(TableTd, { children: "0" }),
7078
+ /* @__PURE__ */ jsx76(TableTd, { children: "Meat/Poultry" })
7032
7079
  ] }),
7033
7080
  /* @__PURE__ */ jsxs25(TableRow, { className: "k-master-row", children: [
7034
- /* @__PURE__ */ jsx75(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7035
- /* @__PURE__ */ jsx75(TableTd, { children: "123.79" }),
7036
- /* @__PURE__ */ jsx75(TableTd, { children: "1" }),
7037
- /* @__PURE__ */ jsx75(TableTd, { children: "Meat/Poultry" })
7081
+ /* @__PURE__ */ jsx76(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7082
+ /* @__PURE__ */ jsx76(TableTd, { children: "123.79" }),
7083
+ /* @__PURE__ */ jsx76(TableTd, { children: "1" }),
7084
+ /* @__PURE__ */ jsx76(TableTd, { children: "Meat/Poultry" })
7038
7085
  ] }),
7039
7086
  /* @__PURE__ */ jsxs25(TableRow, { alt: true, children: [
7040
- /* @__PURE__ */ jsx75(TableTd, { children: "Gorgonzola Telino" }),
7041
- /* @__PURE__ */ jsx75(TableTd, { children: "12.5" }),
7042
- /* @__PURE__ */ jsx75(TableTd, { children: "0" }),
7043
- /* @__PURE__ */ jsx75(TableTd, { children: "Meat/Poultry" })
7087
+ /* @__PURE__ */ jsx76(TableTd, { children: "Gorgonzola Telino" }),
7088
+ /* @__PURE__ */ jsx76(TableTd, { children: "12.5" }),
7089
+ /* @__PURE__ */ jsx76(TableTd, { children: "0" }),
7090
+ /* @__PURE__ */ jsx76(TableTd, { children: "Meat/Poultry" })
7044
7091
  ] }),
7045
7092
  /* @__PURE__ */ jsxs25(TableRow, { className: "k-master-row", children: [
7046
- /* @__PURE__ */ jsx75(TableTd, { children: "Perth Pasties" }),
7047
- /* @__PURE__ */ jsx75(TableTd, { children: "32.8" }),
7048
- /* @__PURE__ */ jsx75(TableTd, { children: "0" }),
7049
- /* @__PURE__ */ jsx75(TableTd, { children: "Meat/Poultry" })
7093
+ /* @__PURE__ */ jsx76(TableTd, { children: "Perth Pasties" }),
7094
+ /* @__PURE__ */ jsx76(TableTd, { children: "32.8" }),
7095
+ /* @__PURE__ */ jsx76(TableTd, { children: "0" }),
7096
+ /* @__PURE__ */ jsx76(TableTd, { children: "Meat/Poultry" })
7050
7097
  ] })
7051
7098
  ] })
7052
7099
  ] }) }),
7053
- /* @__PURE__ */ jsx75(Pager, { refresh: false, className: "k-grid-pager" })
7100
+ /* @__PURE__ */ jsx76(Pager, { refresh: false, className: "k-grid-pager" })
7054
7101
  ] }) }),
7055
- /* @__PURE__ */ jsx75("div", { className: "k-animation-container", children: /* @__PURE__ */ jsx75("div", { className: "k-child-animation-container", children: /* @__PURE__ */ jsx75("div", { className: "k-column-menu k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item-wrapper", children: [
7102
+ /* @__PURE__ */ jsx76(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item-wrapper", children: [
7056
7103
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7057
- /* @__PURE__ */ jsx75(Icon, { icon: "group" }),
7104
+ /* @__PURE__ */ jsx76(Icon, { icon: "group" }),
7058
7105
  "Group column"
7059
7106
  ] }),
7060
7107
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item-wrapper", children: [
7061
7108
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7062
- /* @__PURE__ */ jsx75(Icon, { icon: "sort-asc-small" }),
7109
+ /* @__PURE__ */ jsx76(Icon, { icon: "sort-asc-small" }),
7063
7110
  "Sort ascending"
7064
7111
  ] }),
7065
7112
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7066
- /* @__PURE__ */ jsx75(Icon, { icon: "sort-desc-small" }),
7113
+ /* @__PURE__ */ jsx76(Icon, { icon: "sort-desc-small" }),
7067
7114
  "Sort descending"
7068
7115
  ] })
7069
7116
  ] }),
7070
- /* @__PURE__ */ jsx75("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsx75("div", { className: "k-expander", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7071
- /* @__PURE__ */ jsx75(Icon, { icon: "columns" }),
7117
+ /* @__PURE__ */ jsx76("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsx76("div", { className: "k-expander", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7118
+ /* @__PURE__ */ jsx76(Icon, { icon: "columns" }),
7072
7119
  "Columns",
7073
- /* @__PURE__ */ jsx75("span", { className: "k-spacer" }),
7074
- /* @__PURE__ */ jsx75("span", { className: "k-expander-indicator", children: /* @__PURE__ */ jsx75(Icon, { icon: "chevron-down" }) })
7120
+ /* @__PURE__ */ jsx76("span", { className: "k-spacer" }),
7121
+ /* @__PURE__ */ jsx76("span", { className: "k-expander-indicator", children: /* @__PURE__ */ jsx76(Icon, { icon: "chevron-down" }) })
7075
7122
  ] }) }) }),
7076
7123
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item-wrapper", children: [
7077
7124
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7078
- /* @__PURE__ */ jsx75(Icon, { icon: "max-width" }),
7125
+ /* @__PURE__ */ jsx76(Icon, { icon: "max-width" }),
7079
7126
  "Autosize This Column"
7080
7127
  ] }),
7081
7128
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7082
- /* @__PURE__ */ jsx75(Icon, { icon: "display-inline-flex" }),
7129
+ /* @__PURE__ */ jsx76(Icon, { icon: "display-inline-flex" }),
7083
7130
  "Autosize All Columns"
7084
7131
  ] })
7085
7132
  ] }),
7086
- /* @__PURE__ */ jsx75("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsxs25("div", { className: "k-expander", children: [
7133
+ /* @__PURE__ */ jsx76("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsxs25("div", { className: "k-expander", children: [
7087
7134
  /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7088
- /* @__PURE__ */ jsx75(Icon, { icon: "set-column-position" }),
7135
+ /* @__PURE__ */ jsx76(Icon, { icon: "set-column-position" }),
7089
7136
  "Set Column Position",
7090
- /* @__PURE__ */ jsx75("span", { className: "k-spacer" }),
7091
- /* @__PURE__ */ jsx75("span", { className: "k-expander-indicator", children: /* @__PURE__ */ jsx75(Icon, { icon: "chevron-up" }) })
7137
+ /* @__PURE__ */ jsx76("span", { className: "k-spacer" }),
7138
+ /* @__PURE__ */ jsx76("span", { className: "k-expander-indicator", children: /* @__PURE__ */ jsx76(Icon, { icon: "chevron-up" }) })
7092
7139
  ] }),
7093
- /* @__PURE__ */ jsx75("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ jsx75("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ jsxs25("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
7140
+ /* @__PURE__ */ jsx76("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ jsx76("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ jsxs25("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
7094
7141
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item", children: [
7095
- /* @__PURE__ */ jsx75(Icon, { icon: "lock" }),
7142
+ /* @__PURE__ */ jsx76(Icon, { icon: "lock" }),
7096
7143
  "Lock Column"
7097
7144
  ] }),
7098
7145
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item k-disabled", children: [
7099
- /* @__PURE__ */ jsx75(Icon, { icon: "unlock" }),
7146
+ /* @__PURE__ */ jsx76(Icon, { icon: "unlock" }),
7100
7147
  "Unlock Column"
7101
7148
  ] }),
7102
7149
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item", children: [
7103
- /* @__PURE__ */ jsx75(Icon, { icon: "stick" }),
7150
+ /* @__PURE__ */ jsx76(Icon, { icon: "stick" }),
7104
7151
  "Stick Column"
7105
7152
  ] }),
7106
7153
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item k-disabled", children: [
7107
- /* @__PURE__ */ jsx75(Icon, { icon: "unstick" }),
7154
+ /* @__PURE__ */ jsx76(Icon, { icon: "unstick" }),
7108
7155
  "Unstick Column"
7109
7156
  ] }),
7110
7157
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item", children: [
7111
- /* @__PURE__ */ jsx75(Icon, { icon: "caret-alt-left" }),
7158
+ /* @__PURE__ */ jsx76(Icon, { icon: "caret-alt-left" }),
7112
7159
  "Move Previous"
7113
7160
  ] }),
7114
7161
  /* @__PURE__ */ jsxs25("div", { className: "k-column-list-item", children: [
7115
- /* @__PURE__ */ jsx75(Icon, { icon: "caret-alt-right" }),
7162
+ /* @__PURE__ */ jsx76(Icon, { icon: "caret-alt-right" }),
7116
7163
  "Move Next"
7117
7164
  ] })
7118
7165
  ] }) }) })
7119
7166
  ] }) }),
7120
- /* @__PURE__ */ jsx75("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsx75("div", { className: "k-expander", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7121
- /* @__PURE__ */ jsx75(Icon, { icon: "filter" }),
7167
+ /* @__PURE__ */ jsx76("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ jsx76("div", { className: "k-expander", children: /* @__PURE__ */ jsxs25("div", { className: "k-columnmenu-item", children: [
7168
+ /* @__PURE__ */ jsx76(Icon, { icon: "filter" }),
7122
7169
  "Filter",
7123
- /* @__PURE__ */ jsx75("span", { className: "k-spacer" }),
7124
- /* @__PURE__ */ jsx75(Icon, { icon: "chevron-down" })
7170
+ /* @__PURE__ */ jsx76("span", { className: "k-spacer" }),
7171
+ /* @__PURE__ */ jsx76(Icon, { icon: "chevron-down" })
7125
7172
  ] }) }) })
7126
- ] }) }) }) })
7173
+ ] }) })
7127
7174
  ] })
7128
7175
  ] });
7129
7176
  export {