@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
@@ -4610,43 +4610,90 @@ MenuList.options = options7;
4610
4610
  MenuList.className = MENULIST_CLASSNAME;
4611
4611
  MenuList.defaultProps = defaultProps8;
4612
4612
 
4613
- // src/popup/popup.spec.tsx
4613
+ // src/animation-container/animation-container.spec.tsx
4614
4614
  import { jsx as jsx18 } from "react/jsx-runtime";
4615
- var POPUP_CLASSNAME = `k-popup`;
4615
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4616
4616
  var states9 = [];
4617
4617
  var options8 = {};
4618
- var defaultProps9 = {};
4618
+ var defaultProps9 = {
4619
+ positionMode: "absolute"
4620
+ };
4621
+ var AnimationContainer = (props) => {
4622
+ const {
4623
+ positionMode,
4624
+ animationStyle,
4625
+ offset,
4626
+ ...other
4627
+ } = props;
4628
+ return /* @__PURE__ */ jsx18(
4629
+ "div",
4630
+ {
4631
+ ...other,
4632
+ style: { ...offset, ...props.style },
4633
+ className: classNames(
4634
+ ANIMATION_CONTAINER_CLASSNAME,
4635
+ "k-animation-container-shown",
4636
+ {
4637
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4638
+ }
4639
+ ),
4640
+ children: /* @__PURE__ */ jsx18("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4641
+ }
4642
+ );
4643
+ };
4644
+ AnimationContainer.states = states9;
4645
+ AnimationContainer.options = options8;
4646
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4647
+ AnimationContainer.defaultProps = defaultProps9;
4648
+
4649
+ // src/popup/popup.spec.tsx
4650
+ import { jsx as jsx19 } from "react/jsx-runtime";
4651
+ var POPUP_CLASSNAME = `k-popup`;
4652
+ var states10 = [];
4653
+ var options9 = {};
4654
+ var defaultProps10 = {
4655
+ positionMode: "absolute"
4656
+ };
4619
4657
  var Popup = (props) => {
4620
4658
  const {
4659
+ offset,
4660
+ positionMode,
4621
4661
  ...other
4622
4662
  } = props;
4623
- return /* @__PURE__ */ jsx18("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4663
+ return /* @__PURE__ */ jsx19(
4664
+ AnimationContainer,
4665
+ {
4666
+ positionMode,
4667
+ offset,
4668
+ children: /* @__PURE__ */ jsx19("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4669
+ }
4670
+ );
4624
4671
  };
4625
- Popup.states = states9;
4626
- Popup.options = options8;
4672
+ Popup.states = states10;
4673
+ Popup.options = options9;
4627
4674
  Popup.className = POPUP_CLASSNAME;
4628
- Popup.defaultProps = defaultProps9;
4675
+ Popup.defaultProps = defaultProps10;
4629
4676
 
4630
4677
  // src/button-group/button-group.spec.tsx
4631
- import { jsx as jsx19 } from "react/jsx-runtime";
4678
+ import { jsx as jsx20 } from "react/jsx-runtime";
4632
4679
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4633
- var states10 = [
4680
+ var states11 = [
4634
4681
  States.disabled
4635
4682
  ];
4636
- var options9 = {
4683
+ var options10 = {
4637
4684
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4638
4685
  };
4639
- var defaultProps10 = {
4686
+ var defaultProps11 = {
4640
4687
  fillMode: FillMode.solid
4641
4688
  };
4642
4689
  var ButtonGroup = (props) => {
4643
4690
  const {
4644
- fillMode = defaultProps10.fillMode,
4691
+ fillMode = defaultProps11.fillMode,
4645
4692
  disabled,
4646
4693
  stretched,
4647
4694
  ...other
4648
4695
  } = props;
4649
- return /* @__PURE__ */ jsx19(
4696
+ return /* @__PURE__ */ jsx20(
4650
4697
  "div",
4651
4698
  {
4652
4699
  ...other,
@@ -4667,27 +4714,27 @@ var ButtonGroup = (props) => {
4667
4714
  }
4668
4715
  );
4669
4716
  };
4670
- ButtonGroup.states = states10;
4671
- ButtonGroup.options = options9;
4717
+ ButtonGroup.states = states11;
4718
+ ButtonGroup.options = options10;
4672
4719
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4673
- ButtonGroup.defaultProps = defaultProps10;
4720
+ ButtonGroup.defaultProps = defaultProps11;
4674
4721
 
4675
4722
  // src/button-group/templates/icon-button-group.tsx
4676
- import { jsx as jsx20, jsxs as jsxs3 } from "react/jsx-runtime";
4723
+ import { jsx as jsx21, jsxs as jsxs3 } from "react/jsx-runtime";
4677
4724
 
4678
4725
  // src/button-group/templates/icon-text-button-group.tsx
4679
- import { jsx as jsx21, jsxs as jsxs4 } from "react/jsx-runtime";
4726
+ import { jsx as jsx22, jsxs as jsxs4 } from "react/jsx-runtime";
4680
4727
 
4681
4728
  // src/button-group/templates/text-button-group.tsx
4682
- import { jsx as jsx22, jsxs as jsxs5 } from "react/jsx-runtime";
4729
+ import { jsx as jsx23, jsxs as jsxs5 } from "react/jsx-runtime";
4683
4730
 
4684
4731
  // src/button-group/templates/mixed-button-group.tsx
4685
- import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4732
+ import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4686
4733
 
4687
4734
  // src/input/input.spec.tsx
4688
- import { jsx as jsx24 } from "react/jsx-runtime";
4735
+ import { jsx as jsx25 } from "react/jsx-runtime";
4689
4736
  var INPUT_CLASSNAME = `k-input`;
4690
- var states11 = [
4737
+ var states12 = [
4691
4738
  States.hover,
4692
4739
  States.focus,
4693
4740
  States.valid,
@@ -4697,12 +4744,12 @@ var states11 = [
4697
4744
  States.loading,
4698
4745
  States.readonly
4699
4746
  ];
4700
- var options10 = {
4747
+ var options11 = {
4701
4748
  size: [Size.small, Size.medium, Size.large],
4702
4749
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4703
4750
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4704
4751
  };
4705
- var defaultProps11 = {
4752
+ var defaultProps12 = {
4706
4753
  size: Size.medium,
4707
4754
  rounded: Size.medium,
4708
4755
  fillMode: FillMode.solid
@@ -4716,12 +4763,12 @@ var Input = (props) => {
4716
4763
  valid,
4717
4764
  loading,
4718
4765
  readonly,
4719
- size = defaultProps11.size,
4720
- rounded = defaultProps11.rounded,
4721
- fillMode = defaultProps11.fillMode,
4766
+ size = defaultProps12.size,
4767
+ rounded = defaultProps12.rounded,
4768
+ fillMode = defaultProps12.fillMode,
4722
4769
  ...other
4723
4770
  } = props;
4724
- return /* @__PURE__ */ jsx24(
4771
+ return /* @__PURE__ */ jsx25(
4725
4772
  "span",
4726
4773
  {
4727
4774
  ...other,
@@ -4734,13 +4781,13 @@ var Input = (props) => {
4734
4781
  }
4735
4782
  );
4736
4783
  };
4737
- Input.states = states11;
4738
- Input.options = options10;
4784
+ Input.states = states12;
4785
+ Input.options = options11;
4739
4786
  Input.className = INPUT_CLASSNAME;
4740
- Input.defaultProps = defaultProps11;
4787
+ Input.defaultProps = defaultProps12;
4741
4788
 
4742
4789
  // src/input/picker.spec.tsx
4743
- import { jsx as jsx25 } from "react/jsx-runtime";
4790
+ import { jsx as jsx26 } from "react/jsx-runtime";
4744
4791
  var PICKER_CLASSNAME = `k-picker`;
4745
4792
  var pickerStates = [
4746
4793
  States.hover,
@@ -4757,7 +4804,7 @@ var pickerOptions = {
4757
4804
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4758
4805
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4759
4806
  };
4760
- var defaultProps12 = {
4807
+ var defaultProps13 = {
4761
4808
  size: Size.medium,
4762
4809
  rounded: Roundness.medium,
4763
4810
  fillMode: FillMode.solid
@@ -4771,12 +4818,12 @@ var Picker = (props) => {
4771
4818
  valid,
4772
4819
  loading,
4773
4820
  readonly,
4774
- size = defaultProps12.size,
4775
- rounded = defaultProps12.rounded,
4776
- fillMode = defaultProps12.fillMode,
4821
+ size = defaultProps13.size,
4822
+ rounded = defaultProps13.rounded,
4823
+ fillMode = defaultProps13.fillMode,
4777
4824
  ...other
4778
4825
  } = props;
4779
- return /* @__PURE__ */ jsx25(
4826
+ return /* @__PURE__ */ jsx26(
4780
4827
  "span",
4781
4828
  {
4782
4829
  ...other,
@@ -4793,17 +4840,17 @@ var Picker = (props) => {
4793
4840
  Picker.states = pickerStates;
4794
4841
  Picker.options = pickerOptions;
4795
4842
  Picker.className = PICKER_CLASSNAME;
4796
- Picker.defaultProps = defaultProps12;
4843
+ Picker.defaultProps = defaultProps13;
4797
4844
 
4798
4845
  // src/input/input-clear-value.tsx
4799
- import { Fragment as Fragment7, jsx as jsx26 } from "react/jsx-runtime";
4846
+ import { Fragment as Fragment7, jsx as jsx27 } from "react/jsx-runtime";
4800
4847
  var className = `k-clear-value`;
4801
- var states12 = [
4848
+ var states13 = [
4802
4849
  States.disabled,
4803
4850
  States.loading,
4804
4851
  States.readonly
4805
4852
  ];
4806
- var options11 = {};
4853
+ var options12 = {};
4807
4854
  var InputClearValue = (props) => {
4808
4855
  const {
4809
4856
  disabled,
@@ -4812,20 +4859,20 @@ var InputClearValue = (props) => {
4812
4859
  value
4813
4860
  } = props;
4814
4861
  if (disabled || readonly || loading || !value) {
4815
- return /* @__PURE__ */ jsx26(Fragment7, {});
4862
+ return /* @__PURE__ */ jsx27(Fragment7, {});
4816
4863
  }
4817
- return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
4864
+ return /* @__PURE__ */ jsx27("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx27(Icon, { icon: "x" }) });
4818
4865
  };
4819
- InputClearValue.states = states12;
4820
- InputClearValue.options = options11;
4866
+ InputClearValue.states = states13;
4867
+ InputClearValue.options = options12;
4821
4868
  InputClearValue.className = className;
4822
4869
 
4823
4870
  // src/input/input-inner-input.tsx
4824
- import { jsx as jsx27 } from "react/jsx-runtime";
4871
+ import { jsx as jsx28 } from "react/jsx-runtime";
4825
4872
  var className2 = `k-input-inner`;
4826
- var states13 = [];
4827
- var options12 = {};
4828
- var defaultProps13 = {
4873
+ var states14 = [];
4874
+ var options13 = {};
4875
+ var defaultProps14 = {
4829
4876
  type: "text",
4830
4877
  autocomplete: "off",
4831
4878
  value: "",
@@ -4833,13 +4880,13 @@ var defaultProps13 = {
4833
4880
  };
4834
4881
  var InputInnerInput = (props) => {
4835
4882
  const {
4836
- value = defaultProps13.value,
4837
- type = defaultProps13.type,
4838
- placeholder = defaultProps13.placeholder,
4839
- autocomplete = defaultProps13.autocomplete,
4883
+ value = defaultProps14.value,
4884
+ type = defaultProps14.type,
4885
+ placeholder = defaultProps14.placeholder,
4886
+ autocomplete = defaultProps14.autocomplete,
4840
4887
  ...other
4841
4888
  } = props;
4842
- return /* @__PURE__ */ jsx27(
4889
+ return /* @__PURE__ */ jsx28(
4843
4890
  "input",
4844
4891
  {
4845
4892
  ...other,
@@ -4851,15 +4898,15 @@ var InputInnerInput = (props) => {
4851
4898
  }
4852
4899
  );
4853
4900
  };
4854
- InputInnerInput.states = states13;
4855
- InputInnerInput.options = options12;
4901
+ InputInnerInput.states = states14;
4902
+ InputInnerInput.options = options13;
4856
4903
  InputInnerInput.className = className2;
4857
4904
 
4858
4905
  // src/input/input-inner-span.tsx
4859
- import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
4906
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
4860
4907
  var className3 = `k-input-inner`;
4861
- var states14 = [];
4862
- var options13 = {};
4908
+ var states15 = [];
4909
+ var options14 = {};
4863
4910
  var InputInnerSpan = (props) => {
4864
4911
  const {
4865
4912
  value,
@@ -4876,34 +4923,34 @@ var InputInnerSpan = (props) => {
4876
4923
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4877
4924
  children: [
4878
4925
  valueIcon,
4879
- !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4926
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx29(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4880
4927
  showValue && !value && placeholder,
4881
- showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
4928
+ showValue && value && /* @__PURE__ */ jsx29("span", { className: "k-input-value-text", children: value })
4882
4929
  ]
4883
4930
  }
4884
4931
  );
4885
4932
  };
4886
- InputInnerSpan.states = states14;
4887
- InputInnerSpan.options = options13;
4933
+ InputInnerSpan.states = states15;
4934
+ InputInnerSpan.options = options14;
4888
4935
  InputInnerSpan.className = className3;
4889
4936
 
4890
4937
  // src/input/input-inner-textarea.tsx
4891
- import { jsx as jsx29 } from "react/jsx-runtime";
4892
- var defaultProps14 = {
4938
+ import { jsx as jsx30 } from "react/jsx-runtime";
4939
+ var defaultProps15 = {
4893
4940
  value: "",
4894
4941
  placeholder: ""
4895
4942
  };
4896
4943
  var className4 = `k-input-inner`;
4897
- var states15 = [];
4898
- var options14 = {};
4944
+ var states16 = [];
4945
+ var options15 = {};
4899
4946
  var InputInnerTextarea = (props) => {
4900
4947
  const {
4901
- value = defaultProps14.value,
4902
- placeholder = defaultProps14.placeholder,
4948
+ value = defaultProps15.value,
4949
+ placeholder = defaultProps15.placeholder,
4903
4950
  rows,
4904
4951
  ...other
4905
4952
  } = props;
4906
- return /* @__PURE__ */ jsx29(
4953
+ return /* @__PURE__ */ jsx30(
4907
4954
  "textarea",
4908
4955
  {
4909
4956
  ...other,
@@ -4914,14 +4961,14 @@ var InputInnerTextarea = (props) => {
4914
4961
  }
4915
4962
  );
4916
4963
  };
4917
- InputInnerTextarea.states = states15;
4918
- InputInnerTextarea.options = options14;
4964
+ InputInnerTextarea.states = states16;
4965
+ InputInnerTextarea.options = options15;
4919
4966
  InputInnerTextarea.className = className4;
4920
4967
 
4921
4968
  // src/input/input-loading-icon.tsx
4922
- import { Fragment as Fragment8, jsx as jsx30 } from "react/jsx-runtime";
4969
+ import { Fragment as Fragment8, jsx as jsx31 } from "react/jsx-runtime";
4923
4970
  var className5 = `k-input-loading-icon`;
4924
- var states16 = [
4971
+ var states17 = [
4925
4972
  States.disabled,
4926
4973
  States.loading
4927
4974
  ];
@@ -4931,21 +4978,21 @@ var InputLoadingIcon = (props) => {
4931
4978
  loading
4932
4979
  } = props;
4933
4980
  if (disabled || !loading) {
4934
- return /* @__PURE__ */ jsx30(Fragment8, {});
4981
+ return /* @__PURE__ */ jsx31(Fragment8, {});
4935
4982
  }
4936
- return /* @__PURE__ */ jsx30(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4983
+ return /* @__PURE__ */ jsx31(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4937
4984
  };
4938
4985
 
4939
4986
  // src/input/input-validation-icon.tsx
4940
- import { Fragment as Fragment9, jsx as jsx31 } from "react/jsx-runtime";
4987
+ import { Fragment as Fragment9, jsx as jsx32 } from "react/jsx-runtime";
4941
4988
  var className6 = `k-input-validation-icon`;
4942
- var states17 = [
4989
+ var states18 = [
4943
4990
  States.valid,
4944
4991
  States.invalid,
4945
4992
  States.disabled,
4946
4993
  States.loading
4947
4994
  ];
4948
- var options15 = {};
4995
+ var options16 = {};
4949
4996
  var InputValidationIcon = (props) => {
4950
4997
  const {
4951
4998
  valid,
@@ -4956,39 +5003,39 @@ var InputValidationIcon = (props) => {
4956
5003
  const iconName = invalid ? "exclamation-circle" : "check";
4957
5004
  const renderValidationIcon = Boolean(valid || invalid);
4958
5005
  if (disabled || loading || !renderValidationIcon) {
4959
- return /* @__PURE__ */ jsx31(Fragment9, {});
5006
+ return /* @__PURE__ */ jsx32(Fragment9, {});
4960
5007
  }
4961
- return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
5008
+ return /* @__PURE__ */ jsx32(Icon, { className: classNames(className6), icon: iconName });
4962
5009
  };
4963
- InputValidationIcon.states = states17;
4964
- InputValidationIcon.options = options15;
5010
+ InputValidationIcon.states = states18;
5011
+ InputValidationIcon.options = options16;
4965
5012
  InputValidationIcon.className = className6;
4966
5013
 
4967
5014
  // src/input/input-prefix.tsx
4968
- import { Fragment as Fragment10, jsx as jsx32 } from "react/jsx-runtime";
5015
+ import { Fragment as Fragment10, jsx as jsx33 } from "react/jsx-runtime";
4969
5016
  var className7 = `k-input-prefix`;
4970
5017
  var InputPrefix = (props) => {
4971
5018
  if (!props.children) {
4972
- return /* @__PURE__ */ jsx32(Fragment10, {});
5019
+ return /* @__PURE__ */ jsx33(Fragment10, {});
4973
5020
  }
4974
- return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
5021
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className7, props.className), children: props.children });
4975
5022
  };
4976
5023
 
4977
5024
  // src/input/input-suffix.tsx
4978
- import { Fragment as Fragment11, jsx as jsx33 } from "react/jsx-runtime";
5025
+ import { Fragment as Fragment11, jsx as jsx34 } from "react/jsx-runtime";
4979
5026
  var className8 = `k-input-suffix`;
4980
5027
  var InputSuffix = (props) => {
4981
5028
  if (!props.children) {
4982
- return /* @__PURE__ */ jsx33(Fragment11, {});
5029
+ return /* @__PURE__ */ jsx34(Fragment11, {});
4983
5030
  }
4984
- return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
5031
+ return /* @__PURE__ */ jsx34("span", { className: classNames(className8, props.className), children: props.children });
4985
5032
  };
4986
5033
 
4987
5034
  // src/color-preview/color-preview.tsx
4988
- import { jsx as jsx34, jsxs as jsxs8 } from "react/jsx-runtime";
5035
+ import { jsx as jsx35, jsxs as jsxs8 } from "react/jsx-runtime";
4989
5036
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4990
- var states18 = [];
4991
- var options16 = {};
5037
+ var states19 = [];
5038
+ var options17 = {};
4992
5039
  var ColorPreview = (props) => {
4993
5040
  const {
4994
5041
  color,
@@ -5008,8 +5055,8 @@ var ColorPreview = (props) => {
5008
5055
  }
5009
5056
  ),
5010
5057
  children: [
5011
- iconName && /* @__PURE__ */ jsx34(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5012
- /* @__PURE__ */ jsx34(
5058
+ iconName && /* @__PURE__ */ jsx35(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5059
+ /* @__PURE__ */ jsx35(
5013
5060
  "span",
5014
5061
  {
5015
5062
  className: "k-color-preview-mask",
@@ -5020,14 +5067,14 @@ var ColorPreview = (props) => {
5020
5067
  }
5021
5068
  );
5022
5069
  };
5023
- ColorPreview.states = states18;
5024
- ColorPreview.options = options16;
5070
+ ColorPreview.states = states19;
5071
+ ColorPreview.options = options17;
5025
5072
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5026
5073
 
5027
5074
  // src/colorpicker/colorpicker.spec.tsx
5028
- import { jsx as jsx35, jsxs as jsxs9 } from "react/jsx-runtime";
5075
+ import { jsx as jsx36, jsxs as jsxs9 } from "react/jsx-runtime";
5029
5076
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5030
- var states19 = [
5077
+ var states20 = [
5031
5078
  States.hover,
5032
5079
  States.focus,
5033
5080
  States.valid,
@@ -5035,12 +5082,12 @@ var states19 = [
5035
5082
  States.required,
5036
5083
  States.disabled
5037
5084
  ];
5038
- var options17 = {
5085
+ var options18 = {
5039
5086
  size: [Size.small, Size.medium, Size.large],
5040
5087
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5041
5088
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5042
5089
  };
5043
- var defaultProps15 = {
5090
+ var defaultProps16 = {
5044
5091
  arrowIconName: "caret-alt-down",
5045
5092
  size: Picker.defaultProps.size,
5046
5093
  rounded: Picker.defaultProps.rounded,
@@ -5062,7 +5109,7 @@ var ColorPicker = (props) => {
5062
5109
  required,
5063
5110
  disabled,
5064
5111
  valueIconName,
5065
- arrowIconName = defaultProps15.arrowIconName,
5112
+ arrowIconName = defaultProps16.arrowIconName,
5066
5113
  ...other
5067
5114
  } = props;
5068
5115
  return /* @__PURE__ */ jsxs9(
@@ -5084,14 +5131,14 @@ var ColorPicker = (props) => {
5084
5131
  "k-icon-picker"
5085
5132
  ),
5086
5133
  children: [
5087
- /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5088
- /* @__PURE__ */ jsx35(
5134
+ /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5135
+ /* @__PURE__ */ jsx36(
5089
5136
  InputInnerSpan,
5090
5137
  {
5091
5138
  placeholder,
5092
5139
  value,
5093
5140
  showValue: false,
5094
- valueIcon: /* @__PURE__ */ jsx35(
5141
+ valueIcon: /* @__PURE__ */ jsx36(
5095
5142
  ColorPreview,
5096
5143
  {
5097
5144
  className: "k-value-icon",
@@ -5102,8 +5149,8 @@ var ColorPicker = (props) => {
5102
5149
  valueIconName
5103
5150
  }
5104
5151
  ),
5105
- /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5106
- /* @__PURE__ */ jsx35(
5152
+ /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5153
+ /* @__PURE__ */ jsx36(
5107
5154
  Button,
5108
5155
  {
5109
5156
  className: "k-input-button",
@@ -5117,15 +5164,15 @@ var ColorPicker = (props) => {
5117
5164
  }
5118
5165
  );
5119
5166
  };
5120
- ColorPicker.states = states19;
5121
- ColorPicker.options = options17;
5167
+ ColorPicker.states = states20;
5168
+ ColorPicker.options = options18;
5122
5169
  ColorPicker.className = COLORPICKER_CLASSNAME;
5123
- ColorPicker.defaultProps = defaultProps15;
5170
+ ColorPicker.defaultProps = defaultProps16;
5124
5171
 
5125
5172
  // src/combobox/combobox.spec.tsx
5126
- import { Fragment as Fragment12, jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
5173
+ import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5127
5174
  var COMBOBOX_CLASSNAME = `k-combobox`;
5128
- var states20 = [
5175
+ var states21 = [
5129
5176
  States.hover,
5130
5177
  States.focus,
5131
5178
  States.valid,
@@ -5135,12 +5182,12 @@ var states20 = [
5135
5182
  States.disabled,
5136
5183
  States.readonly
5137
5184
  ];
5138
- var defaultProps16 = {
5185
+ var defaultProps17 = {
5139
5186
  size: Input.defaultProps.size,
5140
5187
  rounded: Input.defaultProps.rounded,
5141
5188
  fillMode: Input.defaultProps.fillMode
5142
5189
  };
5143
- var options18 = {
5190
+ var options19 = {
5144
5191
  size: [Size.small, Size.medium, Size.large],
5145
5192
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5146
5193
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5184,9 +5231,9 @@ var Combobox = (props) => {
5184
5231
  readonly,
5185
5232
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5186
5233
  children: [
5187
- /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5188
- /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5189
- /* @__PURE__ */ jsx36(
5234
+ /* @__PURE__ */ jsx37(InputPrefix, { children: prefix }),
5235
+ /* @__PURE__ */ jsx37(InputInnerInput, { placeholder, value }),
5236
+ /* @__PURE__ */ jsx37(
5190
5237
  InputValidationIcon,
5191
5238
  {
5192
5239
  valid,
@@ -5195,14 +5242,14 @@ var Combobox = (props) => {
5195
5242
  disabled
5196
5243
  }
5197
5244
  ),
5198
- /* @__PURE__ */ jsx36(
5245
+ /* @__PURE__ */ jsx37(
5199
5246
  InputLoadingIcon,
5200
5247
  {
5201
5248
  loading,
5202
5249
  disabled
5203
5250
  }
5204
5251
  ),
5205
- /* @__PURE__ */ jsx36(
5252
+ /* @__PURE__ */ jsx37(
5206
5253
  InputClearValue,
5207
5254
  {
5208
5255
  loading,
@@ -5211,8 +5258,8 @@ var Combobox = (props) => {
5211
5258
  value
5212
5259
  }
5213
5260
  ),
5214
- /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5215
- /* @__PURE__ */ jsx36(
5261
+ /* @__PURE__ */ jsx37(InputSuffix, { children: suffix }),
5262
+ /* @__PURE__ */ jsx37(
5216
5263
  Button,
5217
5264
  {
5218
5265
  className: "k-input-button",
@@ -5225,18 +5272,18 @@ var Combobox = (props) => {
5225
5272
  ]
5226
5273
  }
5227
5274
  ),
5228
- opened && popup && /* @__PURE__ */ jsx36(Popup, { className: "k-combobox-popup", children: popup })
5275
+ opened && popup && /* @__PURE__ */ jsx37(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5229
5276
  ] });
5230
5277
  };
5231
- Combobox.states = states20;
5232
- Combobox.options = options18;
5278
+ Combobox.states = states21;
5279
+ Combobox.options = options19;
5233
5280
  Combobox.className = COMBOBOX_CLASSNAME;
5234
- Combobox.defaultProps = defaultProps16;
5281
+ Combobox.defaultProps = defaultProps17;
5235
5282
 
5236
5283
  // src/dropdownlist/dropdownlist.spec.tsx
5237
- import { Fragment as Fragment13, jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5284
+ import { Fragment as Fragment13, jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5238
5285
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5239
- var states21 = [
5286
+ var states22 = [
5240
5287
  States.hover,
5241
5288
  States.focus,
5242
5289
  States.valid,
@@ -5246,12 +5293,12 @@ var states21 = [
5246
5293
  States.loading,
5247
5294
  States.readonly
5248
5295
  ];
5249
- var options19 = {
5296
+ var options20 = {
5250
5297
  size: [Size.small, Size.medium, Size.large],
5251
5298
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5252
5299
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5253
5300
  };
5254
- var defaultProps17 = {
5301
+ var defaultProps18 = {
5255
5302
  showValue: true,
5256
5303
  arrowIconName: "caret-alt-down",
5257
5304
  size: Size.medium,
@@ -5261,7 +5308,7 @@ var defaultProps17 = {
5261
5308
  var DropdownList = (props) => {
5262
5309
  const {
5263
5310
  valueIconName,
5264
- arrowIconName = defaultProps17.arrowIconName,
5311
+ arrowIconName = defaultProps18.arrowIconName,
5265
5312
  prefix,
5266
5313
  suffix,
5267
5314
  value,
@@ -5277,7 +5324,7 @@ var DropdownList = (props) => {
5277
5324
  loading,
5278
5325
  disabled,
5279
5326
  readonly,
5280
- showValue = defaultProps17.showValue,
5327
+ showValue = defaultProps18.showValue,
5281
5328
  popup,
5282
5329
  opened,
5283
5330
  ...other
@@ -5306,8 +5353,8 @@ var DropdownList = (props) => {
5306
5353
  }
5307
5354
  ),
5308
5355
  children: [
5309
- /* @__PURE__ */ jsx37(InputPrefix, { children: prefix }),
5310
- /* @__PURE__ */ jsx37(
5356
+ /* @__PURE__ */ jsx38(InputPrefix, { children: prefix }),
5357
+ /* @__PURE__ */ jsx38(
5311
5358
  InputInnerSpan,
5312
5359
  {
5313
5360
  placeholder,
@@ -5316,7 +5363,7 @@ var DropdownList = (props) => {
5316
5363
  valueIconName
5317
5364
  }
5318
5365
  ),
5319
- /* @__PURE__ */ jsx37(
5366
+ /* @__PURE__ */ jsx38(
5320
5367
  InputValidationIcon,
5321
5368
  {
5322
5369
  valid,
@@ -5325,15 +5372,15 @@ var DropdownList = (props) => {
5325
5372
  disabled
5326
5373
  }
5327
5374
  ),
5328
- /* @__PURE__ */ jsx37(
5375
+ /* @__PURE__ */ jsx38(
5329
5376
  InputLoadingIcon,
5330
5377
  {
5331
5378
  loading,
5332
5379
  disabled
5333
5380
  }
5334
5381
  ),
5335
- /* @__PURE__ */ jsx37(InputSuffix, { children: suffix }),
5336
- /* @__PURE__ */ jsx37(
5382
+ /* @__PURE__ */ jsx38(InputSuffix, { children: suffix }),
5383
+ /* @__PURE__ */ jsx38(
5337
5384
  Button,
5338
5385
  {
5339
5386
  className: "k-input-button",
@@ -5346,35 +5393,35 @@ var DropdownList = (props) => {
5346
5393
  ]
5347
5394
  }
5348
5395
  ),
5349
- opened && popup && /* @__PURE__ */ jsx37(Popup, { className: "k-dropdownlist-popup", children: popup })
5396
+ opened && popup && /* @__PURE__ */ jsx38(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5350
5397
  ] });
5351
5398
  };
5352
- DropdownList.states = states21;
5353
- DropdownList.options = options19;
5399
+ DropdownList.states = states22;
5400
+ DropdownList.options = options20;
5354
5401
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5355
- DropdownList.defaultProps = defaultProps17;
5402
+ DropdownList.defaultProps = defaultProps18;
5356
5403
 
5357
5404
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5358
- import { jsx as jsx38 } from "react/jsx-runtime";
5405
+ import { jsx as jsx39 } from "react/jsx-runtime";
5359
5406
 
5360
5407
  // src/nodata/nodata.tsx
5361
- import { jsx as jsx39 } from "react/jsx-runtime";
5408
+ import { jsx as jsx40 } from "react/jsx-runtime";
5362
5409
  var className9 = `k-nodata`;
5363
- var NoData = (props) => /* @__PURE__ */ jsx39("span", { className: classNames(className9, props.className), children: props.children });
5410
+ var NoData = (props) => /* @__PURE__ */ jsx40("span", { className: classNames(className9, props.className), children: props.children });
5364
5411
 
5365
5412
  // src/list/list.spec.tsx
5366
- import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5413
+ import { jsx as jsx41, jsxs as jsxs12 } from "react/jsx-runtime";
5367
5414
  var LIST_CLASSNAME = `k-list`;
5368
- var states22 = [];
5369
- var options20 = {
5415
+ var states23 = [];
5416
+ var options21 = {
5370
5417
  size: [Size.small, Size.medium, Size.large]
5371
5418
  };
5372
- var defaultProps18 = {
5419
+ var defaultProps19 = {
5373
5420
  size: Size.medium
5374
5421
  };
5375
5422
  var List = (props) => {
5376
5423
  const {
5377
- size = defaultProps18.size,
5424
+ size = defaultProps19.size,
5378
5425
  virtualization,
5379
5426
  children,
5380
5427
  optionLabel,
@@ -5391,7 +5438,7 @@ var List = (props) => {
5391
5438
  listHeader = child.props.label;
5392
5439
  child.props.children.map((optChild, index2) => {
5393
5440
  listChildren.push(
5394
- /* @__PURE__ */ jsx40(
5441
+ /* @__PURE__ */ jsx41(
5395
5442
  ListItem,
5396
5443
  {
5397
5444
  ...optChild.props
@@ -5407,7 +5454,7 @@ var List = (props) => {
5407
5454
  groupLabel = child.props.label;
5408
5455
  }
5409
5456
  listChildren.push(
5410
- /* @__PURE__ */ jsx40(
5457
+ /* @__PURE__ */ jsx41(
5411
5458
  ListItem,
5412
5459
  {
5413
5460
  className: index2 === 0 ? "k-first" : "",
@@ -5419,14 +5466,14 @@ var List = (props) => {
5419
5466
  );
5420
5467
  });
5421
5468
  }
5422
- listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5469
+ listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5423
5470
  } else if (child.type === ListItem) {
5424
- listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5425
- listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5471
+ listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5472
+ listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5426
5473
  }
5427
5474
  });
5428
5475
  } else {
5429
- listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5476
+ listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5430
5477
  }
5431
5478
  return /* @__PURE__ */ jsxs12(
5432
5479
  "div",
@@ -5450,24 +5497,24 @@ var List = (props) => {
5450
5497
  }
5451
5498
  );
5452
5499
  };
5453
- List.states = states22;
5454
- List.options = options20;
5500
+ List.states = states23;
5501
+ List.options = options21;
5455
5502
  List.className = LIST_CLASSNAME;
5456
- List.defaultProps = defaultProps18;
5503
+ List.defaultProps = defaultProps19;
5457
5504
 
5458
5505
  // src/list/list-angular.spec.tsx
5459
- import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5506
+ import { jsx as jsx42, jsxs as jsxs13 } from "react/jsx-runtime";
5460
5507
  var LISTANGULAR_CLASSNAME = `k-list`;
5461
- var states23 = [];
5462
- var options21 = {
5508
+ var states24 = [];
5509
+ var options22 = {
5463
5510
  size: [Size.small, Size.medium, Size.large]
5464
5511
  };
5465
- var defaultProps19 = {
5512
+ var defaultProps20 = {
5466
5513
  size: Size.medium
5467
5514
  };
5468
5515
  var ListAngular = (props) => {
5469
5516
  const {
5470
- size = defaultProps19.size,
5517
+ size = defaultProps20.size,
5471
5518
  virtualization,
5472
5519
  children,
5473
5520
  ...other
@@ -5483,7 +5530,7 @@ var ListAngular = (props) => {
5483
5530
  listHeader = child.props.label;
5484
5531
  child.props.children.map((optChild, index2) => {
5485
5532
  listChildren.push(
5486
- /* @__PURE__ */ jsx41(
5533
+ /* @__PURE__ */ jsx42(
5487
5534
  ListItem,
5488
5535
  {
5489
5536
  ...optChild.props
@@ -5494,7 +5541,7 @@ var ListAngular = (props) => {
5494
5541
  });
5495
5542
  } else {
5496
5543
  listChildren.push(
5497
- /* @__PURE__ */ jsx41(
5544
+ /* @__PURE__ */ jsx42(
5498
5545
  ListGroupItem,
5499
5546
  {
5500
5547
  ...child.props,
@@ -5505,7 +5552,7 @@ var ListAngular = (props) => {
5505
5552
  );
5506
5553
  child.props.children.map((optChild, index2) => {
5507
5554
  listChildren.push(
5508
- /* @__PURE__ */ jsx41(
5555
+ /* @__PURE__ */ jsx42(
5509
5556
  ListItem,
5510
5557
  {
5511
5558
  ...optChild.props
@@ -5515,14 +5562,14 @@ var ListAngular = (props) => {
5515
5562
  );
5516
5563
  });
5517
5564
  }
5518
- listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5565
+ listGroup = /* @__PURE__ */ jsx42(ListGroup, { label: listHeader, virtualization, children: listChildren });
5519
5566
  } else if (child.type === ListItem) {
5520
- listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5521
- listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5567
+ listChildren.push(/* @__PURE__ */ jsx42(ListItem, { ...child.props }, `${child.type}-${index}`));
5568
+ listContent = /* @__PURE__ */ jsx42(ListContent, { virtualization, children: listChildren });
5522
5569
  }
5523
5570
  });
5524
5571
  } else {
5525
- listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5572
+ listContent = /* @__PURE__ */ jsx42(NoData, { children: "No data found." });
5526
5573
  }
5527
5574
  return /* @__PURE__ */ jsxs13(
5528
5575
  "div",
@@ -5545,15 +5592,15 @@ var ListAngular = (props) => {
5545
5592
  }
5546
5593
  );
5547
5594
  };
5548
- ListAngular.states = states23;
5549
- ListAngular.options = options21;
5595
+ ListAngular.states = states24;
5596
+ ListAngular.options = options22;
5550
5597
  ListAngular.className = LISTANGULAR_CLASSNAME;
5551
- ListAngular.defaultProps = defaultProps19;
5598
+ ListAngular.defaultProps = defaultProps20;
5552
5599
 
5553
5600
  // src/checkbox/checkbox.spec.tsx
5554
- import { jsx as jsx42 } from "react/jsx-runtime";
5601
+ import { jsx as jsx43 } from "react/jsx-runtime";
5555
5602
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5556
- var states24 = [
5603
+ var states25 = [
5557
5604
  States.hover,
5558
5605
  States.focus,
5559
5606
  States.valid,
@@ -5563,11 +5610,11 @@ var states24 = [
5563
5610
  States.checked,
5564
5611
  States.indeterminate
5565
5612
  ];
5566
- var options22 = {
5613
+ var options23 = {
5567
5614
  size: [Size.small, Size.medium, Size.large],
5568
5615
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5569
5616
  };
5570
- var defaultProps20 = {
5617
+ var defaultProps21 = {
5571
5618
  size: Size.medium,
5572
5619
  rounded: Roundness.medium
5573
5620
  };
@@ -5582,11 +5629,11 @@ var Checkbox = (props) => {
5582
5629
  invalid,
5583
5630
  valid,
5584
5631
  required,
5585
- size = defaultProps20.size,
5586
- rounded = defaultProps20.rounded,
5632
+ size = defaultProps21.size,
5633
+ rounded = defaultProps21.rounded,
5587
5634
  ...other
5588
5635
  } = props;
5589
- return /* @__PURE__ */ jsx42("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx42(
5636
+ return /* @__PURE__ */ jsx43("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx43(
5590
5637
  "input",
5591
5638
  {
5592
5639
  ...other,
@@ -5603,22 +5650,22 @@ var Checkbox = (props) => {
5603
5650
  }
5604
5651
  ) });
5605
5652
  };
5606
- Checkbox.states = states24;
5607
- Checkbox.options = options22;
5653
+ Checkbox.states = states25;
5654
+ Checkbox.options = options23;
5608
5655
  Checkbox.className = CHECKBOX_CLASSNAME;
5609
- Checkbox.defaultProps = defaultProps20;
5656
+ Checkbox.defaultProps = defaultProps21;
5610
5657
 
5611
5658
  // src/list/list-item.spec.tsx
5612
- import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
5659
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5613
5660
  var LISTITEM_CLASSNAME = `k-list-item`;
5614
- var states25 = [
5661
+ var states26 = [
5615
5662
  States.hover,
5616
5663
  States.focus,
5617
5664
  States.selected,
5618
5665
  States.disabled
5619
5666
  ];
5620
- var options23 = {};
5621
- var defaultProps21 = {};
5667
+ var options24 = {};
5668
+ var defaultProps22 = {};
5622
5669
  var ListItem = (props) => {
5623
5670
  const {
5624
5671
  text,
@@ -5649,66 +5696,66 @@ var ListItem = (props) => {
5649
5696
  })
5650
5697
  ),
5651
5698
  children: [
5652
- showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked }),
5653
- showIcon && /* @__PURE__ */ jsx43(Icon, { icon: iconName }),
5654
- /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: textOrChildren }),
5655
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx43("div", { className: "k-list-item-group-label", children: groupLabel })
5699
+ showCheckbox && /* @__PURE__ */ jsx44(Checkbox, { checked }),
5700
+ showIcon && /* @__PURE__ */ jsx44(Icon, { icon: iconName }),
5701
+ /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: textOrChildren }),
5702
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx44("div", { className: "k-list-item-group-label", children: groupLabel })
5656
5703
  ]
5657
5704
  }
5658
5705
  );
5659
5706
  };
5660
- ListItem.states = states25;
5661
- ListItem.options = options23;
5707
+ ListItem.states = states26;
5708
+ ListItem.options = options24;
5662
5709
  ListItem.className = LISTITEM_CLASSNAME;
5663
- ListItem.defaultProps = defaultProps21;
5710
+ ListItem.defaultProps = defaultProps22;
5664
5711
 
5665
5712
  // src/list/list-content.tsx
5666
- import { jsx as jsx44, jsxs as jsxs15 } from "react/jsx-runtime";
5713
+ import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5667
5714
  var className10 = `k-list-content`;
5668
5715
  var ListContent = (props) => {
5669
5716
  const {
5670
5717
  virtualization
5671
5718
  } = props;
5672
5719
  return /* @__PURE__ */ jsxs15("div", { className: classNames(className10, props.className), children: [
5673
- /* @__PURE__ */ jsx44("ul", { className: classNames("k-list-ul"), children: props.children }),
5674
- virtualization && /* @__PURE__ */ jsx44("div", { className: "k-height-container", children: /* @__PURE__ */ jsx44("div", {}) })
5720
+ /* @__PURE__ */ jsx45("ul", { className: classNames("k-list-ul"), children: props.children }),
5721
+ virtualization && /* @__PURE__ */ jsx45("div", { className: "k-height-container", children: /* @__PURE__ */ jsx45("div", {}) })
5675
5722
  ] });
5676
5723
  };
5677
5724
 
5678
5725
  // src/list/list-header.tsx
5679
- import { jsx as jsx45 } from "react/jsx-runtime";
5726
+ import { jsx as jsx46 } from "react/jsx-runtime";
5680
5727
  var className11 = `k-list-group-sticky-header`;
5681
- var ListHeader = (props) => /* @__PURE__ */ jsx45("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx45("div", { className: "k-list-header-text", children: props.children }) });
5728
+ var ListHeader = (props) => /* @__PURE__ */ jsx46("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx46("div", { className: "k-list-header-text", children: props.children }) });
5682
5729
 
5683
5730
  // src/list/list-group.tsx
5684
- import { Fragment as Fragment14, jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5731
+ import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5685
5732
  var ListGroup = (props) => {
5686
5733
  const {
5687
5734
  virtualization,
5688
5735
  label
5689
5736
  } = props;
5690
5737
  return /* @__PURE__ */ jsxs16(Fragment14, { children: [
5691
- label && /* @__PURE__ */ jsx46(ListHeader, { children: label }),
5692
- props.children && /* @__PURE__ */ jsx46(ListContent, { virtualization, children: props.children })
5738
+ label && /* @__PURE__ */ jsx47(ListHeader, { children: label }),
5739
+ props.children && /* @__PURE__ */ jsx47(ListContent, { virtualization, children: props.children })
5693
5740
  ] });
5694
5741
  };
5695
5742
 
5696
5743
  // src/list/list-group-item.tsx
5697
- import { jsx as jsx47 } from "react/jsx-runtime";
5744
+ import { jsx as jsx48 } from "react/jsx-runtime";
5698
5745
  var className12 = `k-list-group-item`;
5699
- var ListGroupItem = (props) => /* @__PURE__ */ jsx47("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: props.children }) });
5746
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx48("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: props.children }) });
5700
5747
 
5701
5748
  // src/list/list-option-label.tsx
5702
- import { jsx as jsx48 } from "react/jsx-runtime";
5749
+ import { jsx as jsx49 } from "react/jsx-runtime";
5703
5750
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5704
- var states26 = [
5751
+ var states27 = [
5705
5752
  States.hover,
5706
5753
  States.focus,
5707
5754
  States.selected,
5708
5755
  States.disabled
5709
5756
  ];
5710
- var options24 = {};
5711
- var defaultProps22 = {};
5757
+ var options25 = {};
5758
+ var defaultProps23 = {};
5712
5759
  var ListOptionLabel = (props) => {
5713
5760
  const {
5714
5761
  text,
@@ -5718,7 +5765,7 @@ var ListOptionLabel = (props) => {
5718
5765
  disabled,
5719
5766
  ...other
5720
5767
  } = props;
5721
- return /* @__PURE__ */ jsx48(
5768
+ return /* @__PURE__ */ jsx49(
5722
5769
  "div",
5723
5770
  {
5724
5771
  ...other,
@@ -5735,18 +5782,18 @@ var ListOptionLabel = (props) => {
5735
5782
  }
5736
5783
  );
5737
5784
  };
5738
- ListOptionLabel.states = states26;
5739
- ListOptionLabel.options = options24;
5785
+ ListOptionLabel.states = states27;
5786
+ ListOptionLabel.options = options25;
5740
5787
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5741
- ListOptionLabel.defaultProps = defaultProps22;
5788
+ ListOptionLabel.defaultProps = defaultProps23;
5742
5789
 
5743
5790
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5744
- import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5791
+ import { jsx as jsx50, jsxs as jsxs17 } from "react/jsx-runtime";
5745
5792
 
5746
5793
  // src/searchbox/searchbox.spec.tsx
5747
- import { jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5794
+ import { jsx as jsx51, jsxs as jsxs18 } from "react/jsx-runtime";
5748
5795
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5749
- var states27 = [
5796
+ var states28 = [
5750
5797
  States.hover,
5751
5798
  States.focus,
5752
5799
  States.valid,
@@ -5755,12 +5802,12 @@ var states27 = [
5755
5802
  States.disabled,
5756
5803
  States.loading
5757
5804
  ];
5758
- var options25 = {
5805
+ var options26 = {
5759
5806
  size: [Size.small, Size.medium, Size.large],
5760
5807
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5761
5808
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5762
5809
  };
5763
- var defaultProps23 = {
5810
+ var defaultProps24 = {
5764
5811
  showIcon: true,
5765
5812
  icon: "search",
5766
5813
  size: Input.defaultProps.size,
@@ -5781,8 +5828,8 @@ var Searchbox = (props) => {
5781
5828
  required,
5782
5829
  loading,
5783
5830
  disabled,
5784
- showIcon = defaultProps23.showIcon,
5785
- icon = defaultProps23.icon,
5831
+ showIcon = defaultProps24.showIcon,
5832
+ icon = defaultProps24.icon,
5786
5833
  ...other
5787
5834
  } = props;
5788
5835
  return /* @__PURE__ */ jsxs18(
@@ -5801,40 +5848,40 @@ var Searchbox = (props) => {
5801
5848
  disabled,
5802
5849
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5803
5850
  children: [
5804
- showIcon && /* @__PURE__ */ jsx50(Icon, { className: "k-input-icon", icon }),
5805
- /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5806
- /* @__PURE__ */ jsx50(InputLoadingIcon, { ...props }),
5807
- /* @__PURE__ */ jsx50(InputValidationIcon, { ...props }),
5808
- /* @__PURE__ */ jsx50(InputClearValue, { ...props })
5851
+ showIcon && /* @__PURE__ */ jsx51(Icon, { className: "k-input-icon", icon }),
5852
+ /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
5853
+ /* @__PURE__ */ jsx51(InputLoadingIcon, { ...props }),
5854
+ /* @__PURE__ */ jsx51(InputValidationIcon, { ...props }),
5855
+ /* @__PURE__ */ jsx51(InputClearValue, { ...props })
5809
5856
  ]
5810
5857
  }
5811
5858
  );
5812
5859
  };
5813
- Searchbox.states = states27;
5814
- Searchbox.options = options25;
5860
+ Searchbox.states = states28;
5861
+ Searchbox.options = options26;
5815
5862
  Searchbox.className = SEARCHBOX_CLASSNAME;
5816
- Searchbox.defaultProps = defaultProps23;
5863
+ Searchbox.defaultProps = defaultProps24;
5817
5864
 
5818
5865
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5819
- import { Fragment as Fragment15, jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5866
+ import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5820
5867
 
5821
5868
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5822
- import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5869
+ import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
5823
5870
 
5824
5871
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5825
- import { Fragment as Fragment16, jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5872
+ import { Fragment as Fragment16, jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5826
5873
 
5827
5874
  // src/menu-button/menu-button.spec.tsx
5828
- import { jsx as jsx54 } from "react/jsx-runtime";
5875
+ import { jsx as jsx55 } from "react/jsx-runtime";
5829
5876
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5830
- var states28 = [
5877
+ var states29 = [
5831
5878
  States.hover,
5832
5879
  States.focus,
5833
5880
  States.active,
5834
5881
  States.selected,
5835
5882
  States.disabled
5836
5883
  ];
5837
- var options26 = {
5884
+ var options27 = {
5838
5885
  size: [Size.small, Size.medium, Size.large],
5839
5886
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5840
5887
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5852,7 +5899,7 @@ var options26 = {
5852
5899
  ThemeColor.inverse
5853
5900
  ]
5854
5901
  };
5855
- var defaultProps24 = {
5902
+ var defaultProps25 = {
5856
5903
  size: Size.medium,
5857
5904
  rounded: Roundness.medium,
5858
5905
  fillMode: FillMode.solid,
@@ -5862,10 +5909,10 @@ var defaultProps24 = {
5862
5909
  };
5863
5910
  var MenuButton = (props) => {
5864
5911
  const {
5865
- size = defaultProps24.size,
5866
- rounded = defaultProps24.rounded,
5867
- fillMode = defaultProps24.fillMode,
5868
- themeColor = defaultProps24.themeColor,
5912
+ size = defaultProps25.size,
5913
+ rounded = defaultProps25.rounded,
5914
+ fillMode = defaultProps25.fillMode,
5915
+ themeColor = defaultProps25.themeColor,
5869
5916
  hover,
5870
5917
  focus,
5871
5918
  active,
@@ -5873,11 +5920,11 @@ var MenuButton = (props) => {
5873
5920
  disabled,
5874
5921
  icon,
5875
5922
  text,
5876
- showArrow = defaultProps24.showArrow,
5877
- arrowIconName = defaultProps24.arrowIconName,
5923
+ showArrow = defaultProps25.showArrow,
5924
+ arrowIconName = defaultProps25.arrowIconName,
5878
5925
  ...other
5879
5926
  } = props;
5880
- return /* @__PURE__ */ jsx54(
5927
+ return /* @__PURE__ */ jsx55(
5881
5928
  Button,
5882
5929
  {
5883
5930
  ...other,
@@ -5901,22 +5948,22 @@ var MenuButton = (props) => {
5901
5948
  }
5902
5949
  );
5903
5950
  };
5904
- MenuButton.states = states28;
5905
- MenuButton.options = options26;
5951
+ MenuButton.states = states29;
5952
+ MenuButton.options = options27;
5906
5953
  MenuButton.className = MENUBUTTON_CLASSNAME;
5907
- MenuButton.defaultProps = defaultProps24;
5954
+ MenuButton.defaultProps = defaultProps25;
5908
5955
 
5909
5956
  // src/split-button/split-button.spec.tsx
5910
- import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5957
+ import { jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5911
5958
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
5912
- var states29 = [
5959
+ var states30 = [
5913
5960
  States.hover,
5914
5961
  States.focus,
5915
5962
  States.active,
5916
5963
  States.selected,
5917
5964
  States.disabled
5918
5965
  ];
5919
- var options27 = {
5966
+ var options28 = {
5920
5967
  size: [Size.small, Size.medium, Size.large],
5921
5968
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5922
5969
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5934,7 +5981,7 @@ var options27 = {
5934
5981
  ThemeColor.inverse
5935
5982
  ]
5936
5983
  };
5937
- var defaultProps25 = {
5984
+ var defaultProps26 = {
5938
5985
  size: Size.medium,
5939
5986
  rounded: Roundness.medium,
5940
5987
  fillMode: FillMode.solid,
@@ -5943,10 +5990,10 @@ var defaultProps25 = {
5943
5990
  };
5944
5991
  var SplitButton = (props) => {
5945
5992
  const {
5946
- size = defaultProps25.size,
5947
- rounded = defaultProps25.rounded,
5948
- fillMode = defaultProps25.fillMode,
5949
- themeColor = defaultProps25.themeColor,
5993
+ size = defaultProps26.size,
5994
+ rounded = defaultProps26.rounded,
5995
+ fillMode = defaultProps26.fillMode,
5996
+ themeColor = defaultProps26.themeColor,
5950
5997
  hover,
5951
5998
  focus,
5952
5999
  active,
@@ -5954,7 +6001,7 @@ var SplitButton = (props) => {
5954
6001
  disabled,
5955
6002
  icon,
5956
6003
  text,
5957
- arrowIconName = defaultProps25.arrowIconName,
6004
+ arrowIconName = defaultProps26.arrowIconName,
5958
6005
  ...other
5959
6006
  } = props;
5960
6007
  return /* @__PURE__ */ jsxs22(
@@ -5970,7 +6017,7 @@ var SplitButton = (props) => {
5970
6017
  })
5971
6018
  ),
5972
6019
  children: [
5973
- /* @__PURE__ */ jsx55(
6020
+ /* @__PURE__ */ jsx56(
5974
6021
  Button,
5975
6022
  {
5976
6023
  text,
@@ -5987,7 +6034,7 @@ var SplitButton = (props) => {
5987
6034
  children: props.children
5988
6035
  }
5989
6036
  ),
5990
- /* @__PURE__ */ jsx55(
6037
+ /* @__PURE__ */ jsx56(
5991
6038
  Button,
5992
6039
  {
5993
6040
  className: "k-split-button-arrow",
@@ -6002,27 +6049,27 @@ var SplitButton = (props) => {
6002
6049
  }
6003
6050
  );
6004
6051
  };
6005
- SplitButton.states = states29;
6006
- SplitButton.options = options27;
6052
+ SplitButton.states = states30;
6053
+ SplitButton.options = options28;
6007
6054
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6008
- SplitButton.defaultProps = defaultProps25;
6055
+ SplitButton.defaultProps = defaultProps26;
6009
6056
  var split_button_spec_default = SplitButton;
6010
6057
 
6011
6058
  // src/toolbar/toolbar.spec.tsx
6012
- import { jsx as jsx56 } from "react/jsx-runtime";
6059
+ import { jsx as jsx57 } from "react/jsx-runtime";
6013
6060
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6014
- var states30 = [
6061
+ var states31 = [
6015
6062
  States.focus
6016
6063
  ];
6017
- var options28 = {
6064
+ var options29 = {
6018
6065
  size: [Size.small, Size.medium, Size.large]
6019
6066
  };
6020
- var defaultProps26 = {
6067
+ var defaultProps27 = {
6021
6068
  size: Size.medium
6022
6069
  };
6023
6070
  var Toolbar = (props) => {
6024
6071
  const {
6025
- size = defaultProps26.size,
6072
+ size = defaultProps27.size,
6026
6073
  focus,
6027
6074
  resizable,
6028
6075
  ...other
@@ -6032,7 +6079,7 @@ var Toolbar = (props) => {
6032
6079
  const tempToolbarChildren = [];
6033
6080
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6034
6081
  tempToolbarChildren.push(
6035
- /* @__PURE__ */ jsx56(
6082
+ /* @__PURE__ */ jsx57(
6036
6083
  Button,
6037
6084
  {
6038
6085
  ...child.props,
@@ -6043,7 +6090,7 @@ var Toolbar = (props) => {
6043
6090
  );
6044
6091
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6045
6092
  tempToolbarChildren.push(
6046
- /* @__PURE__ */ jsx56(
6093
+ /* @__PURE__ */ jsx57(
6047
6094
  Button,
6048
6095
  {
6049
6096
  ...child.props,
@@ -6054,7 +6101,7 @@ var Toolbar = (props) => {
6054
6101
  );
6055
6102
  } else if (child.type === Button) {
6056
6103
  tempToolbarChildren.push(
6057
- /* @__PURE__ */ jsx56(
6104
+ /* @__PURE__ */ jsx57(
6058
6105
  Button,
6059
6106
  {
6060
6107
  ...child.props,
@@ -6065,7 +6112,7 @@ var Toolbar = (props) => {
6065
6112
  );
6066
6113
  } else if (child.type === MenuButton) {
6067
6114
  tempToolbarChildren.push(
6068
- /* @__PURE__ */ jsx56(
6115
+ /* @__PURE__ */ jsx57(
6069
6116
  MenuButton,
6070
6117
  {
6071
6118
  ...child.props,
@@ -6076,7 +6123,7 @@ var Toolbar = (props) => {
6076
6123
  );
6077
6124
  } else if (child.type === split_button_spec_default) {
6078
6125
  tempToolbarChildren.push(
6079
- /* @__PURE__ */ jsx56(
6126
+ /* @__PURE__ */ jsx57(
6080
6127
  split_button_spec_default,
6081
6128
  {
6082
6129
  ...child.props,
@@ -6090,7 +6137,7 @@ var Toolbar = (props) => {
6090
6137
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6091
6138
  childrenArray.forEach((button, bindex) => {
6092
6139
  buttonGroupItems.push(
6093
- /* @__PURE__ */ jsx56(
6140
+ /* @__PURE__ */ jsx57(
6094
6141
  Button,
6095
6142
  {
6096
6143
  ...button.props,
@@ -6101,7 +6148,7 @@ var Toolbar = (props) => {
6101
6148
  );
6102
6149
  });
6103
6150
  tempToolbarChildren.push(
6104
- /* @__PURE__ */ jsx56(
6151
+ /* @__PURE__ */ jsx57(
6105
6152
  ButtonGroup,
6106
6153
  {
6107
6154
  ...child.props,
@@ -6113,7 +6160,7 @@ var Toolbar = (props) => {
6113
6160
  );
6114
6161
  } else if (child.type === Combobox) {
6115
6162
  tempToolbarChildren.push(
6116
- /* @__PURE__ */ jsx56(
6163
+ /* @__PURE__ */ jsx57(
6117
6164
  Combobox,
6118
6165
  {
6119
6166
  ...child.props,
@@ -6124,7 +6171,7 @@ var Toolbar = (props) => {
6124
6171
  );
6125
6172
  } else if (child.type === DropdownList) {
6126
6173
  tempToolbarChildren.push(
6127
- /* @__PURE__ */ jsx56(
6174
+ /* @__PURE__ */ jsx57(
6128
6175
  DropdownList,
6129
6176
  {
6130
6177
  ...child.props,
@@ -6135,7 +6182,7 @@ var Toolbar = (props) => {
6135
6182
  );
6136
6183
  } else if (child.type === ColorPicker) {
6137
6184
  tempToolbarChildren.push(
6138
- /* @__PURE__ */ jsx56(
6185
+ /* @__PURE__ */ jsx57(
6139
6186
  ColorPicker,
6140
6187
  {
6141
6188
  ...child.props,
@@ -6157,7 +6204,7 @@ var Toolbar = (props) => {
6157
6204
  addUniqueToolClass(child, index);
6158
6205
  });
6159
6206
  }
6160
- return /* @__PURE__ */ jsx56(
6207
+ return /* @__PURE__ */ jsx57(
6161
6208
  "div",
6162
6209
  {
6163
6210
  ...other,
@@ -6178,26 +6225,26 @@ var Toolbar = (props) => {
6178
6225
  }
6179
6226
  );
6180
6227
  };
6181
- Toolbar.states = states30;
6182
- Toolbar.options = options28;
6228
+ Toolbar.states = states31;
6229
+ Toolbar.options = options29;
6183
6230
  Toolbar.className = TOOLBAR_CLASSNAME;
6184
- Toolbar.defaultProps = defaultProps26;
6231
+ Toolbar.defaultProps = defaultProps27;
6185
6232
 
6186
6233
  // src/toolbar/toolbar-angular.spec.tsx
6187
- import { jsx as jsx57 } from "react/jsx-runtime";
6234
+ import { jsx as jsx58 } from "react/jsx-runtime";
6188
6235
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6189
- var states31 = [
6236
+ var states32 = [
6190
6237
  States.focus
6191
6238
  ];
6192
- var options29 = {
6239
+ var options30 = {
6193
6240
  size: [Size.small, Size.medium, Size.large]
6194
6241
  };
6195
- var defaultProps27 = {
6242
+ var defaultProps28 = {
6196
6243
  size: Size.medium
6197
6244
  };
6198
6245
  var ToolbarAngular = (props) => {
6199
6246
  const {
6200
- size = defaultProps27.size,
6247
+ size = defaultProps28.size,
6201
6248
  focus,
6202
6249
  resizable,
6203
6250
  ...other
@@ -6207,7 +6254,7 @@ var ToolbarAngular = (props) => {
6207
6254
  const tempToolbarChildren = [];
6208
6255
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6209
6256
  tempToolbarChildren.push(
6210
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6257
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6211
6258
  Button,
6212
6259
  {
6213
6260
  ...child.props,
@@ -6218,7 +6265,7 @@ var ToolbarAngular = (props) => {
6218
6265
  );
6219
6266
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6220
6267
  tempToolbarChildren.push(
6221
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6268
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6222
6269
  Button,
6223
6270
  {
6224
6271
  ...child.props,
@@ -6229,7 +6276,7 @@ var ToolbarAngular = (props) => {
6229
6276
  );
6230
6277
  } else if (child.type === Button) {
6231
6278
  tempToolbarChildren.push(
6232
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6279
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6233
6280
  Button,
6234
6281
  {
6235
6282
  ...child.props,
@@ -6240,7 +6287,7 @@ var ToolbarAngular = (props) => {
6240
6287
  );
6241
6288
  } else if (child.type === MenuButton) {
6242
6289
  tempToolbarChildren.push(
6243
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6290
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6244
6291
  MenuButton,
6245
6292
  {
6246
6293
  ...child.props,
@@ -6251,7 +6298,7 @@ var ToolbarAngular = (props) => {
6251
6298
  );
6252
6299
  } else if (child.type === split_button_spec_default) {
6253
6300
  tempToolbarChildren.push(
6254
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6301
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6255
6302
  split_button_spec_default,
6256
6303
  {
6257
6304
  ...child.props,
@@ -6265,7 +6312,7 @@ var ToolbarAngular = (props) => {
6265
6312
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6266
6313
  childrenArray.forEach((button, bindex) => {
6267
6314
  buttonGroupItems.push(
6268
- /* @__PURE__ */ jsx57(
6315
+ /* @__PURE__ */ jsx58(
6269
6316
  Button,
6270
6317
  {
6271
6318
  ...button.props,
@@ -6276,7 +6323,7 @@ var ToolbarAngular = (props) => {
6276
6323
  );
6277
6324
  });
6278
6325
  tempToolbarChildren.push(
6279
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6326
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6280
6327
  ButtonGroup,
6281
6328
  {
6282
6329
  ...child.props,
@@ -6288,7 +6335,7 @@ var ToolbarAngular = (props) => {
6288
6335
  );
6289
6336
  } else if (child.type === Combobox) {
6290
6337
  tempToolbarChildren.push(
6291
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6338
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6292
6339
  Combobox,
6293
6340
  {
6294
6341
  ...child.props,
@@ -6299,7 +6346,7 @@ var ToolbarAngular = (props) => {
6299
6346
  );
6300
6347
  } else if (child.type === DropdownList) {
6301
6348
  tempToolbarChildren.push(
6302
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6349
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6303
6350
  DropdownList,
6304
6351
  {
6305
6352
  ...child.props,
@@ -6310,7 +6357,7 @@ var ToolbarAngular = (props) => {
6310
6357
  );
6311
6358
  } else if (child.type === ColorPicker) {
6312
6359
  tempToolbarChildren.push(
6313
- /* @__PURE__ */ jsx57("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx57(
6360
+ /* @__PURE__ */ jsx58("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx58(
6314
6361
  ColorPicker,
6315
6362
  {
6316
6363
  ...child.props,
@@ -6332,7 +6379,7 @@ var ToolbarAngular = (props) => {
6332
6379
  addUniqueToolClass(child, index);
6333
6380
  });
6334
6381
  }
6335
- return /* @__PURE__ */ jsx57(
6382
+ return /* @__PURE__ */ jsx58(
6336
6383
  "div",
6337
6384
  {
6338
6385
  ...other,
@@ -6353,28 +6400,28 @@ var ToolbarAngular = (props) => {
6353
6400
  }
6354
6401
  );
6355
6402
  };
6356
- ToolbarAngular.states = states31;
6357
- ToolbarAngular.options = options29;
6403
+ ToolbarAngular.states = states32;
6404
+ ToolbarAngular.options = options30;
6358
6405
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6359
- ToolbarAngular.defaultProps = defaultProps27;
6406
+ ToolbarAngular.defaultProps = defaultProps28;
6360
6407
 
6361
6408
  // src/toolbar/toolbar-separator.tsx
6362
- import { jsx as jsx58 } from "react/jsx-runtime";
6409
+ import { jsx as jsx59 } from "react/jsx-runtime";
6363
6410
 
6364
6411
  // src/toolbar/toolbar-item.spec.tsx
6365
- import { jsx as jsx59 } from "react/jsx-runtime";
6412
+ import { jsx as jsx60 } from "react/jsx-runtime";
6366
6413
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6367
- var states32 = [
6414
+ var states33 = [
6368
6415
  States.focus
6369
6416
  ];
6370
- var options30 = {};
6371
- var defaultProps28 = {};
6417
+ var options31 = {};
6418
+ var defaultProps29 = {};
6372
6419
  var ToolbarItem = (props) => {
6373
6420
  const {
6374
6421
  focus,
6375
6422
  ...other
6376
6423
  } = props;
6377
- return /* @__PURE__ */ jsx59(
6424
+ return /* @__PURE__ */ jsx60(
6378
6425
  "div",
6379
6426
  {
6380
6427
  ...other,
@@ -6389,25 +6436,25 @@ var ToolbarItem = (props) => {
6389
6436
  }
6390
6437
  );
6391
6438
  };
6392
- ToolbarItem.states = states32;
6393
- ToolbarItem.options = options30;
6439
+ ToolbarItem.states = states33;
6440
+ ToolbarItem.options = options31;
6394
6441
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6395
- ToolbarItem.defaultProps = defaultProps28;
6442
+ ToolbarItem.defaultProps = defaultProps29;
6396
6443
 
6397
6444
  // src/treeview/treeview.spec.tsx
6398
- import { jsx as jsx60 } from "react/jsx-runtime";
6445
+ import { jsx as jsx61 } from "react/jsx-runtime";
6399
6446
  import { createElement as createElement2 } from "react";
6400
6447
  var TREEVIEW_CLASSNAME = `k-treeview`;
6401
- var states33 = [];
6402
- var options31 = {
6448
+ var states34 = [];
6449
+ var options32 = {
6403
6450
  size: [Size.small, Size.medium, Size.large]
6404
6451
  };
6405
- var defaultProps29 = {
6452
+ var defaultProps30 = {
6406
6453
  size: Size.medium
6407
6454
  };
6408
6455
  var Treeview = (props) => {
6409
6456
  const {
6410
- size = defaultProps29.size,
6457
+ size = defaultProps30.size,
6411
6458
  children,
6412
6459
  dir,
6413
6460
  ...other
@@ -6430,17 +6477,17 @@ var Treeview = (props) => {
6430
6477
  } else {
6431
6478
  if (children.type === TreeviewItem) {
6432
6479
  listChildren.push(
6433
- /* @__PURE__ */ jsx60(TreeviewItem, { ...children.props, dir })
6480
+ /* @__PURE__ */ jsx61(TreeviewItem, { ...children.props, dir })
6434
6481
  );
6435
6482
  }
6436
6483
  if (children.type === TreeviewGroup) {
6437
6484
  listChildren.push(
6438
- /* @__PURE__ */ jsx60(TreeviewGroup, { ...children.props, dir })
6485
+ /* @__PURE__ */ jsx61(TreeviewGroup, { ...children.props, dir })
6439
6486
  );
6440
6487
  }
6441
6488
  }
6442
6489
  }
6443
- return /* @__PURE__ */ jsx60(
6490
+ return /* @__PURE__ */ jsx61(
6444
6491
  "div",
6445
6492
  {
6446
6493
  ...other,
@@ -6452,17 +6499,17 @@ var Treeview = (props) => {
6452
6499
  size
6453
6500
  })
6454
6501
  ),
6455
- children: /* @__PURE__ */ jsx60(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
6502
+ children: /* @__PURE__ */ jsx61(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
6456
6503
  }
6457
6504
  );
6458
6505
  };
6459
- Treeview.states = states33;
6460
- Treeview.options = options31;
6506
+ Treeview.states = states34;
6507
+ Treeview.options = options32;
6461
6508
  Treeview.className = TREEVIEW_CLASSNAME;
6462
- Treeview.defaultProps = defaultProps29;
6509
+ Treeview.defaultProps = defaultProps30;
6463
6510
 
6464
6511
  // src/treeview/treeview-group.tsx
6465
- import { jsx as jsx61 } from "react/jsx-runtime";
6512
+ import { jsx as jsx62 } from "react/jsx-runtime";
6466
6513
  import { createElement as createElement3 } from "react";
6467
6514
  var className13 = `k-treeview-group`;
6468
6515
  var TreeviewGroup = (props) => {
@@ -6483,23 +6530,23 @@ var TreeviewGroup = (props) => {
6483
6530
  } else {
6484
6531
  if (children.type === treeview_item_spec_default) {
6485
6532
  listChildren.push(
6486
- /* @__PURE__ */ jsx61(treeview_item_spec_default, { ...children.props, dir })
6533
+ /* @__PURE__ */ jsx62(treeview_item_spec_default, { ...children.props, dir })
6487
6534
  );
6488
6535
  }
6489
6536
  }
6490
6537
  }
6491
- return /* @__PURE__ */ jsx61("ul", { className: classNames(props.className, className13), children: listChildren });
6538
+ return /* @__PURE__ */ jsx62("ul", { className: classNames(props.className, className13), children: listChildren });
6492
6539
  };
6493
6540
 
6494
6541
  // src/treeview/treeview-leaf.tsx
6495
- import { jsx as jsx62, jsxs as jsxs23 } from "react/jsx-runtime";
6542
+ import { jsx as jsx63, jsxs as jsxs23 } from "react/jsx-runtime";
6496
6543
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
6497
- var states34 = [
6544
+ var states35 = [
6498
6545
  States.hover,
6499
6546
  States.focus,
6500
6547
  States.selected
6501
6548
  ];
6502
- var options32 = {};
6549
+ var options33 = {};
6503
6550
  var TreeviewLeaf = (props) => {
6504
6551
  const {
6505
6552
  text,
@@ -6524,29 +6571,29 @@ var TreeviewLeaf = (props) => {
6524
6571
  })
6525
6572
  ),
6526
6573
  children: [
6527
- showIcon && /* @__PURE__ */ jsx62(Icon, { icon }),
6528
- /* @__PURE__ */ jsx62("span", { className: "k-treeview-leaf-text", children: text })
6574
+ showIcon && /* @__PURE__ */ jsx63(Icon, { icon }),
6575
+ /* @__PURE__ */ jsx63("span", { className: "k-treeview-leaf-text", children: text })
6529
6576
  ]
6530
6577
  }
6531
6578
  );
6532
6579
  };
6533
- TreeviewLeaf.states = states34;
6534
- TreeviewLeaf.options = options32;
6580
+ TreeviewLeaf.states = states35;
6581
+ TreeviewLeaf.options = options33;
6535
6582
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
6536
6583
  var treeview_leaf_default = TreeviewLeaf;
6537
6584
 
6538
6585
  // src/treeview/treeview-item.spec.tsx
6539
- import { Fragment as Fragment17, jsx as jsx63, jsxs as jsxs24 } from "react/jsx-runtime";
6586
+ import { Fragment as Fragment17, jsx as jsx64, jsxs as jsxs24 } from "react/jsx-runtime";
6540
6587
  import { createElement as createElement4 } from "react";
6541
6588
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
6542
- var states35 = [
6589
+ var states36 = [
6543
6590
  States.hover,
6544
6591
  States.focus,
6545
6592
  States.selected,
6546
6593
  States.disabled
6547
6594
  ];
6548
- var options33 = {};
6549
- var defaultProps30 = {};
6595
+ var options34 = {};
6596
+ var defaultProps31 = {};
6550
6597
  var TreeviewItem = (props) => {
6551
6598
  const {
6552
6599
  leafClassName,
@@ -6579,7 +6626,7 @@ var TreeviewItem = (props) => {
6579
6626
  } else {
6580
6627
  if (children.type === TreeviewGroup) {
6581
6628
  listChildren.push(
6582
- /* @__PURE__ */ jsx63(TreeviewGroup, { ...children.props, dir, children: children.props.children })
6629
+ /* @__PURE__ */ jsx64(TreeviewGroup, { ...children.props, dir, children: children.props.children })
6583
6630
  );
6584
6631
  }
6585
6632
  }
@@ -6594,18 +6641,18 @@ var TreeviewItem = (props) => {
6594
6641
  ),
6595
6642
  children: [
6596
6643
  /* @__PURE__ */ jsxs24("span", { className: "k-treeview-mid", children: [
6597
- _hasChildren && /* @__PURE__ */ jsx63(
6644
+ _hasChildren && /* @__PURE__ */ jsx64(
6598
6645
  "span",
6599
6646
  {
6600
6647
  className: classNames(
6601
6648
  "k-treeview-toggle",
6602
6649
  stateClassNames("k-treeview-toggle", { disabled })
6603
6650
  ),
6604
- children: /* @__PURE__ */ jsx63(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
6651
+ children: /* @__PURE__ */ jsx64(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
6605
6652
  }
6606
6653
  ),
6607
- showCheckbox && /* @__PURE__ */ jsx63(Checkbox, { checked, disabled }),
6608
- /* @__PURE__ */ jsx63(
6654
+ showCheckbox && /* @__PURE__ */ jsx64(Checkbox, { checked, disabled }),
6655
+ /* @__PURE__ */ jsx64(
6609
6656
  treeview_leaf_default,
6610
6657
  {
6611
6658
  className: classNames(
@@ -6621,19 +6668,19 @@ var TreeviewItem = (props) => {
6621
6668
  }
6622
6669
  )
6623
6670
  ] }),
6624
- expanded && _hasChildren && /* @__PURE__ */ jsx63(Fragment17, { children: listChildren })
6671
+ expanded && _hasChildren && /* @__PURE__ */ jsx64(Fragment17, { children: listChildren })
6625
6672
  ]
6626
6673
  }
6627
6674
  );
6628
6675
  };
6629
- TreeviewItem.states = states35;
6630
- TreeviewItem.options = options33;
6676
+ TreeviewItem.states = states36;
6677
+ TreeviewItem.options = options34;
6631
6678
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
6632
- TreeviewItem.defaultProps = defaultProps30;
6679
+ TreeviewItem.defaultProps = defaultProps31;
6633
6680
  var treeview_item_spec_default = TreeviewItem;
6634
6681
 
6635
6682
  // src/filemanager/tests/filemanager-contextmenu.tsx
6636
- import { Fragment as Fragment18, jsx as jsx64, jsxs as jsxs25 } from "react/jsx-runtime";
6683
+ import { Fragment as Fragment18, jsx as jsx65, jsxs as jsxs25 } from "react/jsx-runtime";
6637
6684
  var styles = `
6638
6685
  #filemanager-context-menu {
6639
6686
  position: absolute;
@@ -6644,36 +6691,36 @@ var styles = `
6644
6691
  }
6645
6692
  `;
6646
6693
  var filemanager_contextmenu_default = () => /* @__PURE__ */ jsxs25(Fragment18, { children: [
6647
- /* @__PURE__ */ jsx64("style", { children: styles }),
6694
+ /* @__PURE__ */ jsx65("style", { children: styles }),
6648
6695
  /* @__PURE__ */ jsxs25("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6649
- /* @__PURE__ */ jsx64("span", { children: "File Manager ContextMenu" }),
6696
+ /* @__PURE__ */ jsx65("span", { children: "File Manager ContextMenu" }),
6650
6697
  /* @__PURE__ */ jsxs25("div", { className: "k-widget k-filemanager", children: [
6651
- /* @__PURE__ */ jsx64("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs25(Toolbar, { className: "k-filemanager-toolbar", children: [
6652
- /* @__PURE__ */ jsx64(Button, { children: "New Folder" }),
6653
- /* @__PURE__ */ jsx64(Button, { children: "Upload" })
6698
+ /* @__PURE__ */ jsx65("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs25(Toolbar, { className: "k-filemanager-toolbar", children: [
6699
+ /* @__PURE__ */ jsx65(Button, { children: "New Folder" }),
6700
+ /* @__PURE__ */ jsx65(Button, { children: "Upload" })
6654
6701
  ] }) }),
6655
6702
  /* @__PURE__ */ jsxs25("div", { className: "k-filemanager-content-container", children: [
6656
- /* @__PURE__ */ jsx64("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx64(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx64(TreeviewItem, { text: "Folder" }) }) }),
6703
+ /* @__PURE__ */ jsx65("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx65(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx65(TreeviewItem, { text: "Folder" }) }) }),
6657
6704
  /* @__PURE__ */ jsxs25("div", { className: "k-filemanager-content", children: [
6658
- /* @__PURE__ */ jsx64(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx64(BreadcrumbContainer, { children: /* @__PURE__ */ jsx64(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx64(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx64(Icon, { icon: "home" }) }) }) }) }),
6659
- /* @__PURE__ */ jsx64("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs25("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
6705
+ /* @__PURE__ */ jsx65(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx65(BreadcrumbContainer, { children: /* @__PURE__ */ jsx65(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx65(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx65(Icon, { icon: "home" }) }) }) }) }),
6706
+ /* @__PURE__ */ jsx65("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs25("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
6660
6707
  /* @__PURE__ */ jsxs25("div", { className: "k-listview-item", children: [
6661
- /* @__PURE__ */ jsx64("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx64(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
6662
- /* @__PURE__ */ jsx64("span", { className: "k-file-name", children: "Folder" })
6708
+ /* @__PURE__ */ jsx65("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx65(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
6709
+ /* @__PURE__ */ jsx65("span", { className: "k-file-name", children: "Folder" })
6663
6710
  ] }),
6664
6711
  /* @__PURE__ */ jsxs25("div", { className: "k-listview-item", children: [
6665
- /* @__PURE__ */ jsx64("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx64(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
6666
- /* @__PURE__ */ jsx64("span", { className: "k-file-name", children: "file.png" })
6712
+ /* @__PURE__ */ jsx65("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx65(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
6713
+ /* @__PURE__ */ jsx65("span", { className: "k-file-name", children: "file.png" })
6667
6714
  ] })
6668
6715
  ] }) })
6669
6716
  ] }),
6670
- /* @__PURE__ */ jsx64("div", { className: "k-filemanager-preview", hidden: true })
6717
+ /* @__PURE__ */ jsx65("div", { className: "k-filemanager-preview", hidden: true })
6671
6718
  ] })
6672
6719
  ] }),
6673
- /* @__PURE__ */ jsx64("div", { className: "k-animation-container k-context-menu-popup", id: "filemanager-context-menu", children: /* @__PURE__ */ jsx64(Popup, { className: "k-menu-popup", children: /* @__PURE__ */ jsxs25(MenuList, { children: [
6674
- /* @__PURE__ */ jsx64(MenuItem, { text: "Rename", icon: "pencil" }),
6675
- /* @__PURE__ */ jsx64(MenuItem, { text: "Delete", icon: "trash" })
6676
- ] }) }) })
6720
+ /* @__PURE__ */ jsx65(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs25(MenuList, { children: [
6721
+ /* @__PURE__ */ jsx65(MenuItem, { text: "Rename", icon: "pencil" }),
6722
+ /* @__PURE__ */ jsx65(MenuItem, { text: "Delete", icon: "trash" })
6723
+ ] }) })
6677
6724
  ] })
6678
6725
  ] });
6679
6726
  export {