@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
@@ -111,12 +111,48 @@ var States = {
111
111
  "readonly": "readonly"
112
112
  };
113
113
 
114
- // src/action-sheet/action-sheet.spec.tsx
115
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
116
- var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
114
+ // src/animation-container/animation-container.spec.tsx
115
+ import { jsx } from "react/jsx-runtime";
116
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
117
117
  var states = [];
118
118
  var options = {};
119
119
  var defaultProps = {
120
+ positionMode: "absolute"
121
+ };
122
+ var AnimationContainer = (props) => {
123
+ const {
124
+ positionMode,
125
+ animationStyle,
126
+ offset,
127
+ ...other
128
+ } = props;
129
+ return /* @__PURE__ */ jsx(
130
+ "div",
131
+ {
132
+ ...other,
133
+ style: { ...offset, ...props.style },
134
+ className: classNames(
135
+ ANIMATION_CONTAINER_CLASSNAME,
136
+ "k-animation-container-shown",
137
+ {
138
+ ["k-animation-container-fixed"]: positionMode === "fixed"
139
+ }
140
+ ),
141
+ children: /* @__PURE__ */ jsx("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
142
+ }
143
+ );
144
+ };
145
+ AnimationContainer.states = states;
146
+ AnimationContainer.options = options;
147
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
148
+ AnimationContainer.defaultProps = defaultProps;
149
+
150
+ // src/action-sheet/action-sheet.spec.tsx
151
+ import { Fragment, jsx as jsx2, jsxs } from "react/jsx-runtime";
152
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
153
+ var states2 = [];
154
+ var options2 = {};
155
+ var defaultProps2 = {
120
156
  side: "bottom",
121
157
  fullscreen: false,
122
158
  adaptive: false
@@ -128,13 +164,13 @@ var ActionSheet = (props) => {
128
164
  header,
129
165
  footer,
130
166
  actions,
131
- side = defaultProps.side,
132
- fullscreen = defaultProps.fullscreen,
133
- adaptive = defaultProps.adaptive,
167
+ side = defaultProps2.side,
168
+ fullscreen = defaultProps2.fullscreen,
169
+ adaptive = defaultProps2.adaptive,
134
170
  ...other
135
171
  } = props;
136
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
137
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
172
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx2(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
173
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx2(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx2(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
138
174
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
139
175
  switch (child.type) {
140
176
  case ActionSheetHeader:
@@ -144,21 +180,20 @@ var ActionSheet = (props) => {
144
180
  return true;
145
181
  }
146
182
  return true;
147
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx(Fragment, {});
183
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx2(Fragment, {});
148
184
  return /* @__PURE__ */ jsxs("div", { className: "k-actionsheet-container", children: [
149
- /* @__PURE__ */ jsx("div", { className: "k-overlay" }),
150
- /* @__PURE__ */ jsx("div", { className: "k-animation-container", children: /* @__PURE__ */ jsx(
151
- "div",
185
+ /* @__PURE__ */ jsx2("div", { className: "k-overlay" }),
186
+ /* @__PURE__ */ jsx2(
187
+ AnimationContainer,
152
188
  {
153
- className: "k-child-animation-container",
154
- style: {
189
+ animationStyle: {
155
190
  [`${fullscreen === true ? "top" : side}`]: 0,
156
191
  [`${fullscreen === true ? "width" : null}`]: "100%",
157
192
  [`${fullscreen === true ? "height" : null}`]: "100%",
158
193
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
159
194
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
160
195
  },
161
- children: /* @__PURE__ */ jsx(
196
+ children: /* @__PURE__ */ jsx2(
162
197
  "div",
163
198
  {
164
199
  ...other,
@@ -173,7 +208,7 @@ var ActionSheet = (props) => {
173
208
  ),
174
209
  children: /* @__PURE__ */ jsxs(Fragment, { children: [
175
210
  _ActionSheetHeader,
176
- /* @__PURE__ */ jsx("div", { className: classNames(
211
+ /* @__PURE__ */ jsx2("div", { className: classNames(
177
212
  "k-actionsheet-content",
178
213
  {
179
214
  "!k-overflow-hidden": adaptive
@@ -184,19 +219,19 @@ var ActionSheet = (props) => {
184
219
  }
185
220
  )
186
221
  }
187
- ) })
222
+ )
188
223
  ] });
189
224
  };
190
- ActionSheet.states = states;
191
- ActionSheet.options = options;
225
+ ActionSheet.states = states2;
226
+ ActionSheet.options = options2;
192
227
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
193
- ActionSheet.defaultProps = defaultProps;
228
+ ActionSheet.defaultProps = defaultProps2;
194
229
 
195
230
  // src/icon/font-icon.spec.tsx
196
- import { Fragment as Fragment2, jsx as jsx2 } from "react/jsx-runtime";
231
+ import { Fragment as Fragment2, jsx as jsx3 } from "react/jsx-runtime";
197
232
  var FONTICON_CLASSNAME = `k-icon`;
198
- var states2 = [];
199
- var options2 = {
233
+ var states3 = [];
234
+ var options3 = {
200
235
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
201
236
  themeColor: [
202
237
  ThemeColor.base,
@@ -211,7 +246,7 @@ var options2 = {
211
246
  ThemeColor.dark
212
247
  ]
213
248
  };
214
- var defaultProps2 = {};
249
+ var defaultProps3 = {};
215
250
  var FontIcon = (props) => {
216
251
  const {
217
252
  size,
@@ -222,9 +257,9 @@ var FontIcon = (props) => {
222
257
  ...other
223
258
  } = props;
224
259
  if (!icon) {
225
- return /* @__PURE__ */ jsx2(Fragment2, {});
260
+ return /* @__PURE__ */ jsx3(Fragment2, {});
226
261
  }
227
- return /* @__PURE__ */ jsx2(
262
+ return /* @__PURE__ */ jsx3(
228
263
  "span",
229
264
  {
230
265
  ...other,
@@ -245,17 +280,17 @@ var FontIcon = (props) => {
245
280
  }
246
281
  );
247
282
  };
248
- FontIcon.states = states2;
249
- FontIcon.options = options2;
283
+ FontIcon.states = states3;
284
+ FontIcon.options = options3;
250
285
  FontIcon.className = FONTICON_CLASSNAME;
251
- FontIcon.defaultProps = defaultProps2;
286
+ FontIcon.defaultProps = defaultProps3;
252
287
  var font_icon_spec_default = FontIcon;
253
288
 
254
289
  // src/icon/svg-icon.spec.tsx
255
- import { Fragment as Fragment3, jsx as jsx3 } from "react/jsx-runtime";
290
+ import { Fragment as Fragment3, jsx as jsx4 } from "react/jsx-runtime";
256
291
  var SVGICON_CLASSNAME = `k-svg-icon`;
257
- var states3 = [];
258
- var options3 = {
292
+ var states4 = [];
293
+ var options4 = {
259
294
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
260
295
  themeColor: [
261
296
  ThemeColor.base,
@@ -270,7 +305,7 @@ var options3 = {
270
305
  ThemeColor.dark
271
306
  ]
272
307
  };
273
- var defaultProps3 = {
308
+ var defaultProps4 = {
274
309
  viewBox: "0 0 24 24"
275
310
  };
276
311
  var SvgIcon = (props) => {
@@ -279,15 +314,15 @@ var SvgIcon = (props) => {
279
314
  themeColor,
280
315
  rotate,
281
316
  flip,
282
- viewBox = defaultProps3.viewBox,
317
+ viewBox = defaultProps4.viewBox,
283
318
  icon,
284
319
  ...other
285
320
  } = props;
286
321
  if (!icon) {
287
- return /* @__PURE__ */ jsx3(Fragment3, {});
322
+ return /* @__PURE__ */ jsx4(Fragment3, {});
288
323
  }
289
324
  if (icon === "none") {
290
- /* @__PURE__ */ jsx3(
325
+ /* @__PURE__ */ jsx4(
291
326
  "span",
292
327
  {
293
328
  ...other,
@@ -300,7 +335,7 @@ var SvgIcon = (props) => {
300
335
  );
301
336
  }
302
337
  const name = typeof icon === "object" && icon.name && icon.name;
303
- return /* @__PURE__ */ jsx3(
338
+ return /* @__PURE__ */ jsx4(
304
339
  "span",
305
340
  {
306
341
  ...other,
@@ -318,7 +353,7 @@ var SvgIcon = (props) => {
318
353
  "k-flip-v": flip === "v" || flip === "both"
319
354
  }
320
355
  ),
321
- children: /* @__PURE__ */ jsx3(
356
+ children: /* @__PURE__ */ jsx4(
322
357
  "svg",
323
358
  {
324
359
  "aria-hidden": true,
@@ -332,10 +367,10 @@ var SvgIcon = (props) => {
332
367
  }
333
368
  );
334
369
  };
335
- SvgIcon.states = states3;
336
- SvgIcon.options = options3;
370
+ SvgIcon.states = states4;
371
+ SvgIcon.options = options4;
337
372
  SvgIcon.className = SVGICON_CLASSNAME;
338
- SvgIcon.defaultProps = defaultProps3;
373
+ SvgIcon.defaultProps = defaultProps4;
339
374
  var svg_icon_spec_default = SvgIcon;
340
375
 
341
376
  // node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4238,13 +4273,13 @@ var chartChoroplethIcon = {
4238
4273
  };
4239
4274
 
4240
4275
  // src/icon/icon.spec.tsx
4241
- import { Fragment as Fragment4, jsx as jsx4 } from "react/jsx-runtime";
4276
+ import { Fragment as Fragment4, jsx as jsx5 } from "react/jsx-runtime";
4242
4277
  var snakeToCamel = (str) => str.toLowerCase().replace(
4243
4278
  /([-_][a-z])/g,
4244
4279
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4245
4280
  );
4246
- var states4 = [];
4247
- var options4 = {
4281
+ var states5 = [];
4282
+ var options5 = {
4248
4283
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4249
4284
  themeColor: [
4250
4285
  ThemeColor.base,
@@ -4259,7 +4294,7 @@ var options4 = {
4259
4294
  ThemeColor.dark
4260
4295
  ]
4261
4296
  };
4262
- var defaultProps4 = {
4297
+ var defaultProps5 = {
4263
4298
  viewBox: "0 0 24 24",
4264
4299
  type: "svg"
4265
4300
  };
@@ -4268,42 +4303,42 @@ var Icon = (props) => {
4268
4303
  size,
4269
4304
  themeColor,
4270
4305
  icon,
4271
- type = defaultProps4.type,
4306
+ type = defaultProps5.type,
4272
4307
  rotate,
4273
4308
  flip,
4274
- viewBox = defaultProps4.viewBox,
4309
+ viewBox = defaultProps5.viewBox,
4275
4310
  ...other
4276
4311
  } = props;
4277
4312
  if (!icon) {
4278
- return /* @__PURE__ */ jsx4(Fragment4, {});
4313
+ return /* @__PURE__ */ jsx5(Fragment4, {});
4279
4314
  }
4280
4315
  if (type === "svg") {
4281
4316
  if (icon === "none") {
4282
- return /* @__PURE__ */ jsx4(svg_icon_spec_default, { ...other, icon, size });
4317
+ return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon, size });
4283
4318
  }
4284
4319
  const iconSVG = snakeToCamel(`${icon}-icon`);
4285
4320
  if (!index_es_exports[iconSVG]) {
4286
- return /* @__PURE__ */ jsx4(Fragment4, {});
4321
+ return /* @__PURE__ */ jsx5(Fragment4, {});
4287
4322
  }
4288
- return /* @__PURE__ */ jsx4(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4323
+ return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4289
4324
  }
4290
- return /* @__PURE__ */ jsx4(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4325
+ return /* @__PURE__ */ jsx5(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4291
4326
  };
4292
- Icon.states = states4;
4293
- Icon.options = options4;
4294
- Icon.defaultProps = defaultProps4;
4327
+ Icon.states = states5;
4328
+ Icon.options = options5;
4329
+ Icon.defaultProps = defaultProps5;
4295
4330
 
4296
4331
  // src/button/button.spec.tsx
4297
- import { Fragment as Fragment5, jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
4332
+ import { Fragment as Fragment5, jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
4298
4333
  var BUTTON_CLASSNAME = `k-button`;
4299
- var states5 = [
4334
+ var states6 = [
4300
4335
  States.hover,
4301
4336
  States.focus,
4302
4337
  States.active,
4303
4338
  States.selected,
4304
4339
  States.disabled
4305
4340
  ];
4306
- var options5 = {
4341
+ var options6 = {
4307
4342
  size: [Size.small, Size.medium, Size.large],
4308
4343
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4309
4344
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4321,7 +4356,7 @@ var options5 = {
4321
4356
  ThemeColor.inverse
4322
4357
  ]
4323
4358
  };
4324
- var defaultProps5 = {
4359
+ var defaultProps6 = {
4325
4360
  size: Size.medium,
4326
4361
  rounded: Roundness.medium,
4327
4362
  fillMode: FillMode.solid,
@@ -4331,10 +4366,10 @@ var defaultProps5 = {
4331
4366
  };
4332
4367
  var Button = (props) => {
4333
4368
  const {
4334
- size = defaultProps5.size,
4335
- rounded = defaultProps5.rounded,
4336
- fillMode = defaultProps5.fillMode,
4337
- themeColor = defaultProps5.themeColor,
4369
+ size = defaultProps6.size,
4370
+ rounded = defaultProps6.rounded,
4371
+ fillMode = defaultProps6.fillMode,
4372
+ themeColor = defaultProps6.themeColor,
4338
4373
  hover,
4339
4374
  focus,
4340
4375
  active,
@@ -4343,8 +4378,8 @@ var Button = (props) => {
4343
4378
  icon,
4344
4379
  text,
4345
4380
  iconClassName,
4346
- showArrow = defaultProps5.showArrow,
4347
- arrowIconName = defaultProps5.arrowIconName,
4381
+ showArrow = defaultProps6.showArrow,
4382
+ arrowIconName = defaultProps6.arrowIconName,
4348
4383
  ...other
4349
4384
  } = props;
4350
4385
  const hasIcon = icon !== void 0;
@@ -4374,7 +4409,7 @@ var Button = (props) => {
4374
4409
  }
4375
4410
  ),
4376
4411
  children: [
4377
- icon && /* @__PURE__ */ jsx5(
4412
+ icon && /* @__PURE__ */ jsx6(
4378
4413
  Icon,
4379
4414
  {
4380
4415
  className: classNames(iconClassName, "k-button-icon"),
@@ -4382,32 +4417,32 @@ var Button = (props) => {
4382
4417
  }
4383
4418
  ),
4384
4419
  text ? /* @__PURE__ */ jsxs2(Fragment5, { children: [
4385
- text && /* @__PURE__ */ jsx5("span", { className: "k-button-text", children: text }),
4420
+ text && /* @__PURE__ */ jsx6("span", { className: "k-button-text", children: text }),
4386
4421
  props.children
4387
- ] }) : props.children && /* @__PURE__ */ jsx5("span", { className: "k-button-text", children: props.children }),
4388
- showArrow && /* @__PURE__ */ jsx5("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx5(Icon, { icon: arrowIconName }) })
4422
+ ] }) : props.children && /* @__PURE__ */ jsx6("span", { className: "k-button-text", children: props.children }),
4423
+ showArrow && /* @__PURE__ */ jsx6("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx6(Icon, { icon: arrowIconName }) })
4389
4424
  ]
4390
4425
  }
4391
4426
  );
4392
4427
  };
4393
- Button.states = states5;
4394
- Button.options = options5;
4428
+ Button.states = states6;
4429
+ Button.options = options6;
4395
4430
  Button.className = BUTTON_CLASSNAME;
4396
- Button.defaultProps = defaultProps5;
4431
+ Button.defaultProps = defaultProps6;
4397
4432
 
4398
4433
  // src/button/templates/icon-button.tsx
4399
- import { jsx as jsx6 } from "react/jsx-runtime";
4434
+ import { jsx as jsx7 } from "react/jsx-runtime";
4400
4435
 
4401
4436
  // src/button/templates/icon-text-button.tsx
4402
- import { jsx as jsx7 } from "react/jsx-runtime";
4437
+ import { jsx as jsx8 } from "react/jsx-runtime";
4403
4438
 
4404
4439
  // src/button/templates/text-button.tsx
4405
- import { jsx as jsx8 } from "react/jsx-runtime";
4440
+ import { jsx as jsx9 } from "react/jsx-runtime";
4406
4441
 
4407
4442
  // src/input/input.spec.tsx
4408
- import { jsx as jsx9 } from "react/jsx-runtime";
4443
+ import { jsx as jsx10 } from "react/jsx-runtime";
4409
4444
  var INPUT_CLASSNAME = `k-input`;
4410
- var states6 = [
4445
+ var states7 = [
4411
4446
  States.hover,
4412
4447
  States.focus,
4413
4448
  States.valid,
@@ -4417,12 +4452,12 @@ var states6 = [
4417
4452
  States.loading,
4418
4453
  States.readonly
4419
4454
  ];
4420
- var options6 = {
4455
+ var options7 = {
4421
4456
  size: [Size.small, Size.medium, Size.large],
4422
4457
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4423
4458
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4424
4459
  };
4425
- var defaultProps6 = {
4460
+ var defaultProps7 = {
4426
4461
  size: Size.medium,
4427
4462
  rounded: Size.medium,
4428
4463
  fillMode: FillMode.solid
@@ -4436,12 +4471,12 @@ var Input = (props) => {
4436
4471
  valid,
4437
4472
  loading,
4438
4473
  readonly,
4439
- size = defaultProps6.size,
4440
- rounded = defaultProps6.rounded,
4441
- fillMode = defaultProps6.fillMode,
4474
+ size = defaultProps7.size,
4475
+ rounded = defaultProps7.rounded,
4476
+ fillMode = defaultProps7.fillMode,
4442
4477
  ...other
4443
4478
  } = props;
4444
- return /* @__PURE__ */ jsx9(
4479
+ return /* @__PURE__ */ jsx10(
4445
4480
  "span",
4446
4481
  {
4447
4482
  ...other,
@@ -4454,13 +4489,13 @@ var Input = (props) => {
4454
4489
  }
4455
4490
  );
4456
4491
  };
4457
- Input.states = states6;
4458
- Input.options = options6;
4492
+ Input.states = states7;
4493
+ Input.options = options7;
4459
4494
  Input.className = INPUT_CLASSNAME;
4460
- Input.defaultProps = defaultProps6;
4495
+ Input.defaultProps = defaultProps7;
4461
4496
 
4462
4497
  // src/input/picker.spec.tsx
4463
- import { jsx as jsx10 } from "react/jsx-runtime";
4498
+ import { jsx as jsx11 } from "react/jsx-runtime";
4464
4499
  var PICKER_CLASSNAME = `k-picker`;
4465
4500
  var pickerStates = [
4466
4501
  States.hover,
@@ -4477,7 +4512,7 @@ var pickerOptions = {
4477
4512
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4478
4513
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4479
4514
  };
4480
- var defaultProps7 = {
4515
+ var defaultProps8 = {
4481
4516
  size: Size.medium,
4482
4517
  rounded: Roundness.medium,
4483
4518
  fillMode: FillMode.solid
@@ -4491,12 +4526,12 @@ var Picker = (props) => {
4491
4526
  valid,
4492
4527
  loading,
4493
4528
  readonly,
4494
- size = defaultProps7.size,
4495
- rounded = defaultProps7.rounded,
4496
- fillMode = defaultProps7.fillMode,
4529
+ size = defaultProps8.size,
4530
+ rounded = defaultProps8.rounded,
4531
+ fillMode = defaultProps8.fillMode,
4497
4532
  ...other
4498
4533
  } = props;
4499
- return /* @__PURE__ */ jsx10(
4534
+ return /* @__PURE__ */ jsx11(
4500
4535
  "span",
4501
4536
  {
4502
4537
  ...other,
@@ -4513,17 +4548,17 @@ var Picker = (props) => {
4513
4548
  Picker.states = pickerStates;
4514
4549
  Picker.options = pickerOptions;
4515
4550
  Picker.className = PICKER_CLASSNAME;
4516
- Picker.defaultProps = defaultProps7;
4551
+ Picker.defaultProps = defaultProps8;
4517
4552
 
4518
4553
  // src/input/input-clear-value.tsx
4519
- import { Fragment as Fragment6, jsx as jsx11 } from "react/jsx-runtime";
4554
+ import { Fragment as Fragment6, jsx as jsx12 } from "react/jsx-runtime";
4520
4555
  var className = `k-clear-value`;
4521
- var states7 = [
4556
+ var states8 = [
4522
4557
  States.disabled,
4523
4558
  States.loading,
4524
4559
  States.readonly
4525
4560
  ];
4526
- var options7 = {};
4561
+ var options8 = {};
4527
4562
  var InputClearValue = (props) => {
4528
4563
  const {
4529
4564
  disabled,
@@ -4532,20 +4567,20 @@ var InputClearValue = (props) => {
4532
4567
  value
4533
4568
  } = props;
4534
4569
  if (disabled || readonly || loading || !value) {
4535
- return /* @__PURE__ */ jsx11(Fragment6, {});
4570
+ return /* @__PURE__ */ jsx12(Fragment6, {});
4536
4571
  }
4537
- return /* @__PURE__ */ jsx11("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx11(Icon, { icon: "x" }) });
4572
+ return /* @__PURE__ */ jsx12("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx12(Icon, { icon: "x" }) });
4538
4573
  };
4539
- InputClearValue.states = states7;
4540
- InputClearValue.options = options7;
4574
+ InputClearValue.states = states8;
4575
+ InputClearValue.options = options8;
4541
4576
  InputClearValue.className = className;
4542
4577
 
4543
4578
  // src/input/input-inner-input.tsx
4544
- import { jsx as jsx12 } from "react/jsx-runtime";
4579
+ import { jsx as jsx13 } from "react/jsx-runtime";
4545
4580
  var className2 = `k-input-inner`;
4546
- var states8 = [];
4547
- var options8 = {};
4548
- var defaultProps8 = {
4581
+ var states9 = [];
4582
+ var options9 = {};
4583
+ var defaultProps9 = {
4549
4584
  type: "text",
4550
4585
  autocomplete: "off",
4551
4586
  value: "",
@@ -4553,13 +4588,13 @@ var defaultProps8 = {
4553
4588
  };
4554
4589
  var InputInnerInput = (props) => {
4555
4590
  const {
4556
- value = defaultProps8.value,
4557
- type = defaultProps8.type,
4558
- placeholder = defaultProps8.placeholder,
4559
- autocomplete = defaultProps8.autocomplete,
4591
+ value = defaultProps9.value,
4592
+ type = defaultProps9.type,
4593
+ placeholder = defaultProps9.placeholder,
4594
+ autocomplete = defaultProps9.autocomplete,
4560
4595
  ...other
4561
4596
  } = props;
4562
- return /* @__PURE__ */ jsx12(
4597
+ return /* @__PURE__ */ jsx13(
4563
4598
  "input",
4564
4599
  {
4565
4600
  ...other,
@@ -4571,15 +4606,15 @@ var InputInnerInput = (props) => {
4571
4606
  }
4572
4607
  );
4573
4608
  };
4574
- InputInnerInput.states = states8;
4575
- InputInnerInput.options = options8;
4609
+ InputInnerInput.states = states9;
4610
+ InputInnerInput.options = options9;
4576
4611
  InputInnerInput.className = className2;
4577
4612
 
4578
4613
  // src/input/input-inner-span.tsx
4579
- import { jsx as jsx13, jsxs as jsxs3 } from "react/jsx-runtime";
4614
+ import { jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
4580
4615
  var className3 = `k-input-inner`;
4581
- var states9 = [];
4582
- var options9 = {};
4616
+ var states10 = [];
4617
+ var options10 = {};
4583
4618
  var InputInnerSpan = (props) => {
4584
4619
  const {
4585
4620
  value,
@@ -4596,34 +4631,34 @@ var InputInnerSpan = (props) => {
4596
4631
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4597
4632
  children: [
4598
4633
  valueIcon,
4599
- !valueIcon && valueIconName && /* @__PURE__ */ jsx13(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4634
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx14(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4600
4635
  showValue && !value && placeholder,
4601
- showValue && value && /* @__PURE__ */ jsx13("span", { className: "k-input-value-text", children: value })
4636
+ showValue && value && /* @__PURE__ */ jsx14("span", { className: "k-input-value-text", children: value })
4602
4637
  ]
4603
4638
  }
4604
4639
  );
4605
4640
  };
4606
- InputInnerSpan.states = states9;
4607
- InputInnerSpan.options = options9;
4641
+ InputInnerSpan.states = states10;
4642
+ InputInnerSpan.options = options10;
4608
4643
  InputInnerSpan.className = className3;
4609
4644
 
4610
4645
  // src/input/input-inner-textarea.tsx
4611
- import { jsx as jsx14 } from "react/jsx-runtime";
4612
- var defaultProps9 = {
4646
+ import { jsx as jsx15 } from "react/jsx-runtime";
4647
+ var defaultProps10 = {
4613
4648
  value: "",
4614
4649
  placeholder: ""
4615
4650
  };
4616
4651
  var className4 = `k-input-inner`;
4617
- var states10 = [];
4618
- var options10 = {};
4652
+ var states11 = [];
4653
+ var options11 = {};
4619
4654
  var InputInnerTextarea = (props) => {
4620
4655
  const {
4621
- value = defaultProps9.value,
4622
- placeholder = defaultProps9.placeholder,
4656
+ value = defaultProps10.value,
4657
+ placeholder = defaultProps10.placeholder,
4623
4658
  rows,
4624
4659
  ...other
4625
4660
  } = props;
4626
- return /* @__PURE__ */ jsx14(
4661
+ return /* @__PURE__ */ jsx15(
4627
4662
  "textarea",
4628
4663
  {
4629
4664
  ...other,
@@ -4634,14 +4669,14 @@ var InputInnerTextarea = (props) => {
4634
4669
  }
4635
4670
  );
4636
4671
  };
4637
- InputInnerTextarea.states = states10;
4638
- InputInnerTextarea.options = options10;
4672
+ InputInnerTextarea.states = states11;
4673
+ InputInnerTextarea.options = options11;
4639
4674
  InputInnerTextarea.className = className4;
4640
4675
 
4641
4676
  // src/input/input-loading-icon.tsx
4642
- import { Fragment as Fragment7, jsx as jsx15 } from "react/jsx-runtime";
4677
+ import { Fragment as Fragment7, jsx as jsx16 } from "react/jsx-runtime";
4643
4678
  var className5 = `k-input-loading-icon`;
4644
- var states11 = [
4679
+ var states12 = [
4645
4680
  States.disabled,
4646
4681
  States.loading
4647
4682
  ];
@@ -4651,21 +4686,21 @@ var InputLoadingIcon = (props) => {
4651
4686
  loading
4652
4687
  } = props;
4653
4688
  if (disabled || !loading) {
4654
- return /* @__PURE__ */ jsx15(Fragment7, {});
4689
+ return /* @__PURE__ */ jsx16(Fragment7, {});
4655
4690
  }
4656
- return /* @__PURE__ */ jsx15(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4691
+ return /* @__PURE__ */ jsx16(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4657
4692
  };
4658
4693
 
4659
4694
  // src/input/input-validation-icon.tsx
4660
- import { Fragment as Fragment8, jsx as jsx16 } from "react/jsx-runtime";
4695
+ import { Fragment as Fragment8, jsx as jsx17 } from "react/jsx-runtime";
4661
4696
  var className6 = `k-input-validation-icon`;
4662
- var states12 = [
4697
+ var states13 = [
4663
4698
  States.valid,
4664
4699
  States.invalid,
4665
4700
  States.disabled,
4666
4701
  States.loading
4667
4702
  ];
4668
- var options11 = {};
4703
+ var options12 = {};
4669
4704
  var InputValidationIcon = (props) => {
4670
4705
  const {
4671
4706
  valid,
@@ -4676,24 +4711,24 @@ var InputValidationIcon = (props) => {
4676
4711
  const iconName = invalid ? "exclamation-circle" : "check";
4677
4712
  const renderValidationIcon = Boolean(valid || invalid);
4678
4713
  if (disabled || loading || !renderValidationIcon) {
4679
- return /* @__PURE__ */ jsx16(Fragment8, {});
4714
+ return /* @__PURE__ */ jsx17(Fragment8, {});
4680
4715
  }
4681
- return /* @__PURE__ */ jsx16(Icon, { className: classNames(className6), icon: iconName });
4716
+ return /* @__PURE__ */ jsx17(Icon, { className: classNames(className6), icon: iconName });
4682
4717
  };
4683
- InputValidationIcon.states = states12;
4684
- InputValidationIcon.options = options11;
4718
+ InputValidationIcon.states = states13;
4719
+ InputValidationIcon.options = options12;
4685
4720
  InputValidationIcon.className = className6;
4686
4721
 
4687
4722
  // src/input/input-prefix.tsx
4688
- import { Fragment as Fragment9, jsx as jsx17 } from "react/jsx-runtime";
4723
+ import { Fragment as Fragment9, jsx as jsx18 } from "react/jsx-runtime";
4689
4724
 
4690
4725
  // src/input/input-suffix.tsx
4691
- import { Fragment as Fragment10, jsx as jsx18 } from "react/jsx-runtime";
4726
+ import { Fragment as Fragment10, jsx as jsx19 } from "react/jsx-runtime";
4692
4727
 
4693
4728
  // src/searchbox/searchbox.spec.tsx
4694
- import { jsx as jsx19, jsxs as jsxs4 } from "react/jsx-runtime";
4729
+ import { jsx as jsx20, jsxs as jsxs4 } from "react/jsx-runtime";
4695
4730
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
4696
- var states13 = [
4731
+ var states14 = [
4697
4732
  States.hover,
4698
4733
  States.focus,
4699
4734
  States.valid,
@@ -4702,12 +4737,12 @@ var states13 = [
4702
4737
  States.disabled,
4703
4738
  States.loading
4704
4739
  ];
4705
- var options12 = {
4740
+ var options13 = {
4706
4741
  size: [Size.small, Size.medium, Size.large],
4707
4742
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4708
4743
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4709
4744
  };
4710
- var defaultProps10 = {
4745
+ var defaultProps11 = {
4711
4746
  showIcon: true,
4712
4747
  icon: "search",
4713
4748
  size: Input.defaultProps.size,
@@ -4728,8 +4763,8 @@ var Searchbox = (props) => {
4728
4763
  required,
4729
4764
  loading,
4730
4765
  disabled,
4731
- showIcon = defaultProps10.showIcon,
4732
- icon = defaultProps10.icon,
4766
+ showIcon = defaultProps11.showIcon,
4767
+ icon = defaultProps11.icon,
4733
4768
  ...other
4734
4769
  } = props;
4735
4770
  return /* @__PURE__ */ jsxs4(
@@ -4748,22 +4783,22 @@ var Searchbox = (props) => {
4748
4783
  disabled,
4749
4784
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
4750
4785
  children: [
4751
- showIcon && /* @__PURE__ */ jsx19(Icon, { className: "k-input-icon", icon }),
4752
- /* @__PURE__ */ jsx19(InputInnerInput, { placeholder, value }),
4753
- /* @__PURE__ */ jsx19(InputLoadingIcon, { ...props }),
4754
- /* @__PURE__ */ jsx19(InputValidationIcon, { ...props }),
4755
- /* @__PURE__ */ jsx19(InputClearValue, { ...props })
4786
+ showIcon && /* @__PURE__ */ jsx20(Icon, { className: "k-input-icon", icon }),
4787
+ /* @__PURE__ */ jsx20(InputInnerInput, { placeholder, value }),
4788
+ /* @__PURE__ */ jsx20(InputLoadingIcon, { ...props }),
4789
+ /* @__PURE__ */ jsx20(InputValidationIcon, { ...props }),
4790
+ /* @__PURE__ */ jsx20(InputClearValue, { ...props })
4756
4791
  ]
4757
4792
  }
4758
4793
  );
4759
4794
  };
4760
- Searchbox.states = states13;
4761
- Searchbox.options = options12;
4795
+ Searchbox.states = states14;
4796
+ Searchbox.options = options13;
4762
4797
  Searchbox.className = SEARCHBOX_CLASSNAME;
4763
- Searchbox.defaultProps = defaultProps10;
4798
+ Searchbox.defaultProps = defaultProps11;
4764
4799
 
4765
4800
  // src/action-sheet/actionsheet-header.tsx
4766
- import { Fragment as Fragment11, jsx as jsx20, jsxs as jsxs5 } from "react/jsx-runtime";
4801
+ import { Fragment as Fragment11, jsx as jsx21, jsxs as jsxs5 } from "react/jsx-runtime";
4767
4802
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
4768
4803
  var ActionSheetHeader = (props) => {
4769
4804
  const {
@@ -4773,7 +4808,7 @@ var ActionSheetHeader = (props) => {
4773
4808
  filter,
4774
4809
  ...other
4775
4810
  } = props;
4776
- return /* @__PURE__ */ jsx20(
4811
+ return /* @__PURE__ */ jsx21(
4777
4812
  "div",
4778
4813
  {
4779
4814
  ...other,
@@ -4783,35 +4818,35 @@ var ActionSheetHeader = (props) => {
4783
4818
  ),
4784
4819
  children: /* @__PURE__ */ jsxs5(Fragment11, { children: [
4785
4820
  /* @__PURE__ */ jsxs5("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
4786
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx20(Fragment11, { children: /* @__PURE__ */ jsxs5("div", { className: "k-actionsheet-title", children: [
4787
- title !== "" && /* @__PURE__ */ jsx20("div", { className: "k-text-center", children: title }),
4788
- subTitle !== "" && /* @__PURE__ */ jsx20("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
4821
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsxs5("div", { className: "k-actionsheet-title", children: [
4822
+ title !== "" && /* @__PURE__ */ jsx21("div", { className: "k-text-center", children: title }),
4823
+ subTitle !== "" && /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
4789
4824
  ] }) }),
4790
- props.children && /* @__PURE__ */ jsx20("div", { className: "k-actionsheet-title", children: props.children }),
4791
- actions && /* @__PURE__ */ jsx20(Fragment11, { children: /* @__PURE__ */ jsx20("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx20(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
4825
+ props.children && /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-title", children: props.children }),
4826
+ actions && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx21(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
4792
4827
  ] }),
4793
- filter && /* @__PURE__ */ jsx20(Fragment11, { children: /* @__PURE__ */ jsx20("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx20(Searchbox, { placeholder: "Filter", size: "large" }) }) })
4828
+ filter && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx21(Searchbox, { placeholder: "Filter", size: "large" }) }) })
4794
4829
  ] })
4795
4830
  }
4796
4831
  );
4797
4832
  };
4798
4833
 
4799
4834
  // src/action-buttons/action-buttons.spec.tsx
4800
- import { jsx as jsx21 } from "react/jsx-runtime";
4835
+ import { jsx as jsx22 } from "react/jsx-runtime";
4801
4836
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
4802
- var states14 = [];
4803
- var options13 = {};
4804
- var defaultProps11 = {
4837
+ var states15 = [];
4838
+ var options14 = {};
4839
+ var defaultProps12 = {
4805
4840
  alignment: "start",
4806
4841
  orientation: "horizontal"
4807
4842
  };
4808
4843
  var ActionButtons = (props) => {
4809
4844
  const {
4810
- alignment = defaultProps11.alignment,
4811
- orientation = defaultProps11.orientation,
4845
+ alignment = defaultProps12.alignment,
4846
+ orientation = defaultProps12.orientation,
4812
4847
  ...other
4813
4848
  } = props;
4814
- return /* @__PURE__ */ jsx21(
4849
+ return /* @__PURE__ */ jsx22(
4815
4850
  "div",
4816
4851
  {
4817
4852
  ...other,
@@ -4827,21 +4862,21 @@ var ActionButtons = (props) => {
4827
4862
  }
4828
4863
  );
4829
4864
  };
4830
- ActionButtons.states = states14;
4831
- ActionButtons.options = options13;
4865
+ ActionButtons.states = states15;
4866
+ ActionButtons.options = options14;
4832
4867
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
4833
- ActionButtons.defaultProps = defaultProps11;
4868
+ ActionButtons.defaultProps = defaultProps12;
4834
4869
  var action_buttons_spec_default = ActionButtons;
4835
4870
 
4836
4871
  // src/action-sheet/actionsheet-footer.tsx
4837
- import { Fragment as Fragment12, jsx as jsx22, jsxs as jsxs6 } from "react/jsx-runtime";
4872
+ import { Fragment as Fragment12, jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4838
4873
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
4839
4874
  var ActionSheetFooter = (props) => {
4840
4875
  const {
4841
4876
  actions,
4842
4877
  ...other
4843
4878
  } = props;
4844
- return /* @__PURE__ */ jsx22(
4879
+ return /* @__PURE__ */ jsx23(
4845
4880
  action_buttons_spec_default,
4846
4881
  {
4847
4882
  ...other,
@@ -4853,14 +4888,14 @@ var ActionSheetFooter = (props) => {
4853
4888
  children: /* @__PURE__ */ jsxs6(Fragment12, { children: [
4854
4889
  actions && actions.map((action, index) => {
4855
4890
  if (action === "|") {
4856
- return /* @__PURE__ */ jsx22("span", { className: "k-separator" }, index);
4891
+ return /* @__PURE__ */ jsx23("span", { className: "k-separator" }, index);
4857
4892
  }
4858
4893
  if (action === " ") {
4859
- return /* @__PURE__ */ jsx22("span", { className: "k-spacer" }, index);
4894
+ return /* @__PURE__ */ jsx23("span", { className: "k-spacer" }, index);
4860
4895
  }
4861
4896
  const importantFlag = action.startsWith("!");
4862
4897
  const actionName = importantFlag ? action.substring(1) : action;
4863
- return /* @__PURE__ */ jsx22(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
4898
+ return /* @__PURE__ */ jsx23(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
4864
4899
  }),
4865
4900
  !actions && props.children
4866
4901
  ] })
@@ -4869,12 +4904,12 @@ var ActionSheetFooter = (props) => {
4869
4904
  };
4870
4905
 
4871
4906
  // src/action-sheet/actionsheet-items.tsx
4872
- import { jsx as jsx23 } from "react/jsx-runtime";
4907
+ import { jsx as jsx24 } from "react/jsx-runtime";
4873
4908
  var ActionSheetItems = (props) => {
4874
4909
  const {
4875
4910
  ...other
4876
4911
  } = props;
4877
- return /* @__PURE__ */ jsx23(
4912
+ return /* @__PURE__ */ jsx24(
4878
4913
  "div",
4879
4914
  {
4880
4915
  ...other,
@@ -4888,9 +4923,9 @@ var ActionSheetItems = (props) => {
4888
4923
  };
4889
4924
 
4890
4925
  // src/action-sheet/actionsheet-item.tsx
4891
- import { Fragment as Fragment13, jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
4926
+ import { Fragment as Fragment13, jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
4892
4927
  var ACTIONSHEETITEM_CLASSNAME = `k-actionsheet-item`;
4893
- var states15 = [
4928
+ var states16 = [
4894
4929
  States.hover,
4895
4930
  States.focus,
4896
4931
  States.selected,
@@ -4922,11 +4957,11 @@ var ActionSheetItem = (props) => {
4922
4957
  })
4923
4958
  ),
4924
4959
  children: [
4925
- !props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */ jsx24(Fragment13, { children: /* @__PURE__ */ jsxs7("span", { className: "k-actionsheet-action", children: [
4926
- iconName !== "" && /* @__PURE__ */ jsx24("span", { className: "k-icon-wrap", children: /* @__PURE__ */ jsx24(Icon, { className: "k-actionsheet-item-icon", icon: iconName }) }),
4960
+ !props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */ jsx25(Fragment13, { children: /* @__PURE__ */ jsxs7("span", { className: "k-actionsheet-action", children: [
4961
+ iconName !== "" && /* @__PURE__ */ jsx25("span", { className: "k-icon-wrap", children: /* @__PURE__ */ jsx25(Icon, { className: "k-actionsheet-item-icon", icon: iconName }) }),
4927
4962
  /* @__PURE__ */ jsxs7("span", { className: "k-actionsheet-item-text", children: [
4928
- text !== "" && /* @__PURE__ */ jsx24("span", { className: "k-actionsheet-item-title", children: text }),
4929
- description !== "" && /* @__PURE__ */ jsx24("span", { className: "k-actionsheet-item-description", children: description })
4963
+ text !== "" && /* @__PURE__ */ jsx25("span", { className: "k-actionsheet-item-title", children: text }),
4964
+ description !== "" && /* @__PURE__ */ jsx25("span", { className: "k-actionsheet-item-description", children: description })
4930
4965
  ] })
4931
4966
  ] }) }),
4932
4967
  props.children
@@ -4936,7 +4971,7 @@ var ActionSheetItem = (props) => {
4936
4971
  };
4937
4972
 
4938
4973
  // src/action-sheet/tests/action-sheet.tsx
4939
- import { Fragment as Fragment14, jsx as jsx25, jsxs as jsxs8 } from "react/jsx-runtime";
4974
+ import { Fragment as Fragment14, jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
4940
4975
  var styles = `
4941
4976
  #test-area {
4942
4977
  --kendo-actionsheet-height: 400px;
@@ -4951,31 +4986,31 @@ var styles = `
4951
4986
  }
4952
4987
  `;
4953
4988
  var action_sheet_default = () => /* @__PURE__ */ jsxs8(Fragment14, { children: [
4954
- /* @__PURE__ */ jsx25("style", { children: styles }),
4989
+ /* @__PURE__ */ jsx26("style", { children: styles }),
4955
4990
  /* @__PURE__ */ jsxs8("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4956
- /* @__PURE__ */ jsx25("span", { children: "LTR" }),
4957
- /* @__PURE__ */ jsx25("span", { children: "RTL" }),
4958
- /* @__PURE__ */ jsx25("section", { children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
4991
+ /* @__PURE__ */ jsx26("span", { children: "LTR" }),
4992
+ /* @__PURE__ */ jsx26("span", { children: "RTL" }),
4993
+ /* @__PURE__ */ jsx26("section", { children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
4959
4994
  /* @__PURE__ */ jsxs8(ActionSheetItems, { children: [
4960
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4961
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4962
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4963
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
4964
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
4995
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4996
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4997
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4998
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
4999
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
4965
5000
  ] }),
4966
- /* @__PURE__ */ jsx25("hr", { className: "k-hr" }),
4967
- /* @__PURE__ */ jsx25(ActionSheetItems, { children: /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
5001
+ /* @__PURE__ */ jsx26("hr", { className: "k-hr" }),
5002
+ /* @__PURE__ */ jsx26(ActionSheetItems, { children: /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
4968
5003
  ] }) }),
4969
- /* @__PURE__ */ jsx25("section", { className: "k-rtl", children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
5004
+ /* @__PURE__ */ jsx26("section", { className: "k-rtl", children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
4970
5005
  /* @__PURE__ */ jsxs8(ActionSheetItems, { children: [
4971
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4972
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4973
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4974
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
4975
- /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
5006
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
5007
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
5008
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
5009
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
5010
+ /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
4976
5011
  ] }),
4977
- /* @__PURE__ */ jsx25("hr", { className: "k-hr" }),
4978
- /* @__PURE__ */ jsx25(ActionSheetItems, { children: /* @__PURE__ */ jsx25(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
5012
+ /* @__PURE__ */ jsx26("hr", { className: "k-hr" }),
5013
+ /* @__PURE__ */ jsx26(ActionSheetItems, { children: /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
4979
5014
  ] }) })
4980
5015
  ] })
4981
5016
  ] });