@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
@@ -130,12 +130,48 @@ var States = {
130
130
  "readonly": "readonly"
131
131
  };
132
132
 
133
- // src/action-sheet/action-sheet.spec.tsx
133
+ // src/animation-container/animation-container.spec.tsx
134
134
  var import_jsx_runtime = require("react/jsx-runtime");
135
- var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
135
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
136
136
  var states = [];
137
137
  var options = {};
138
138
  var defaultProps = {
139
+ positionMode: "absolute"
140
+ };
141
+ var AnimationContainer = (props) => {
142
+ const {
143
+ positionMode,
144
+ animationStyle,
145
+ offset,
146
+ ...other
147
+ } = props;
148
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
149
+ "div",
150
+ {
151
+ ...other,
152
+ style: { ...offset, ...props.style },
153
+ className: classNames(
154
+ ANIMATION_CONTAINER_CLASSNAME,
155
+ "k-animation-container-shown",
156
+ {
157
+ ["k-animation-container-fixed"]: positionMode === "fixed"
158
+ }
159
+ ),
160
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
161
+ }
162
+ );
163
+ };
164
+ AnimationContainer.states = states;
165
+ AnimationContainer.options = options;
166
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
167
+ AnimationContainer.defaultProps = defaultProps;
168
+
169
+ // src/action-sheet/action-sheet.spec.tsx
170
+ var import_jsx_runtime2 = require("react/jsx-runtime");
171
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
172
+ var states2 = [];
173
+ var options2 = {};
174
+ var defaultProps2 = {
139
175
  side: "bottom",
140
176
  fullscreen: false,
141
177
  adaptive: false
@@ -147,13 +183,13 @@ var ActionSheet = (props) => {
147
183
  header,
148
184
  footer,
149
185
  actions,
150
- side = defaultProps.side,
151
- fullscreen = defaultProps.fullscreen,
152
- adaptive = defaultProps.adaptive,
186
+ side = defaultProps2.side,
187
+ fullscreen = defaultProps2.fullscreen,
188
+ adaptive = defaultProps2.adaptive,
153
189
  ...other
154
190
  } = props;
155
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
156
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
191
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
192
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
157
193
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
158
194
  switch (child.type) {
159
195
  case ActionSheetHeader:
@@ -163,21 +199,20 @@ var ActionSheet = (props) => {
163
199
  return true;
164
200
  }
165
201
  return true;
166
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {});
167
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "k-actionsheet-container", children: [
168
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "k-overlay" }),
169
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
170
- "div",
202
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
203
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("div", { className: "k-actionsheet-container", children: [
204
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: "k-overlay" }),
205
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
206
+ AnimationContainer,
171
207
  {
172
- className: "k-child-animation-container",
173
- style: {
208
+ animationStyle: {
174
209
  [`${fullscreen === true ? "top" : side}`]: 0,
175
210
  [`${fullscreen === true ? "width" : null}`]: "100%",
176
211
  [`${fullscreen === true ? "height" : null}`]: "100%",
177
212
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
178
213
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
179
214
  },
180
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
215
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
181
216
  "div",
182
217
  {
183
218
  ...other,
@@ -190,9 +225,9 @@ var ActionSheet = (props) => {
190
225
  "k-adaptive-actionsheet": adaptive
191
226
  }
192
227
  ),
193
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
228
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_jsx_runtime2.Fragment, { children: [
194
229
  _ActionSheetHeader,
195
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: classNames(
230
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: classNames(
196
231
  "k-actionsheet-content",
197
232
  {
198
233
  "!k-overflow-hidden": adaptive
@@ -203,19 +238,19 @@ var ActionSheet = (props) => {
203
238
  }
204
239
  )
205
240
  }
206
- ) })
241
+ )
207
242
  ] });
208
243
  };
209
- ActionSheet.states = states;
210
- ActionSheet.options = options;
244
+ ActionSheet.states = states2;
245
+ ActionSheet.options = options2;
211
246
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
212
- ActionSheet.defaultProps = defaultProps;
247
+ ActionSheet.defaultProps = defaultProps2;
213
248
 
214
249
  // src/icon/font-icon.spec.tsx
215
- var import_jsx_runtime2 = require("react/jsx-runtime");
250
+ var import_jsx_runtime3 = require("react/jsx-runtime");
216
251
  var FONTICON_CLASSNAME = `k-icon`;
217
- var states2 = [];
218
- var options2 = {
252
+ var states3 = [];
253
+ var options3 = {
219
254
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
220
255
  themeColor: [
221
256
  ThemeColor.base,
@@ -230,7 +265,7 @@ var options2 = {
230
265
  ThemeColor.dark
231
266
  ]
232
267
  };
233
- var defaultProps2 = {};
268
+ var defaultProps3 = {};
234
269
  var FontIcon = (props) => {
235
270
  const {
236
271
  size,
@@ -241,9 +276,9 @@ var FontIcon = (props) => {
241
276
  ...other
242
277
  } = props;
243
278
  if (!icon) {
244
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
279
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
245
280
  }
246
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
281
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
247
282
  "span",
248
283
  {
249
284
  ...other,
@@ -264,17 +299,17 @@ var FontIcon = (props) => {
264
299
  }
265
300
  );
266
301
  };
267
- FontIcon.states = states2;
268
- FontIcon.options = options2;
302
+ FontIcon.states = states3;
303
+ FontIcon.options = options3;
269
304
  FontIcon.className = FONTICON_CLASSNAME;
270
- FontIcon.defaultProps = defaultProps2;
305
+ FontIcon.defaultProps = defaultProps3;
271
306
  var font_icon_spec_default = FontIcon;
272
307
 
273
308
  // src/icon/svg-icon.spec.tsx
274
- var import_jsx_runtime3 = require("react/jsx-runtime");
309
+ var import_jsx_runtime4 = require("react/jsx-runtime");
275
310
  var SVGICON_CLASSNAME = `k-svg-icon`;
276
- var states3 = [];
277
- var options3 = {
311
+ var states4 = [];
312
+ var options4 = {
278
313
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
279
314
  themeColor: [
280
315
  ThemeColor.base,
@@ -289,7 +324,7 @@ var options3 = {
289
324
  ThemeColor.dark
290
325
  ]
291
326
  };
292
- var defaultProps3 = {
327
+ var defaultProps4 = {
293
328
  viewBox: "0 0 24 24"
294
329
  };
295
330
  var SvgIcon = (props) => {
@@ -298,15 +333,15 @@ var SvgIcon = (props) => {
298
333
  themeColor,
299
334
  rotate,
300
335
  flip,
301
- viewBox = defaultProps3.viewBox,
336
+ viewBox = defaultProps4.viewBox,
302
337
  icon,
303
338
  ...other
304
339
  } = props;
305
340
  if (!icon) {
306
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
341
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
307
342
  }
308
343
  if (icon === "none") {
309
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
344
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
310
345
  "span",
311
346
  {
312
347
  ...other,
@@ -319,7 +354,7 @@ var SvgIcon = (props) => {
319
354
  );
320
355
  }
321
356
  const name = typeof icon === "object" && icon.name && icon.name;
322
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
357
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
323
358
  "span",
324
359
  {
325
360
  ...other,
@@ -337,7 +372,7 @@ var SvgIcon = (props) => {
337
372
  "k-flip-v": flip === "v" || flip === "both"
338
373
  }
339
374
  ),
340
- children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
375
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
341
376
  "svg",
342
377
  {
343
378
  "aria-hidden": true,
@@ -351,10 +386,10 @@ var SvgIcon = (props) => {
351
386
  }
352
387
  );
353
388
  };
354
- SvgIcon.states = states3;
355
- SvgIcon.options = options3;
389
+ SvgIcon.states = states4;
390
+ SvgIcon.options = options4;
356
391
  SvgIcon.className = SVGICON_CLASSNAME;
357
- SvgIcon.defaultProps = defaultProps3;
392
+ SvgIcon.defaultProps = defaultProps4;
358
393
  var svg_icon_spec_default = SvgIcon;
359
394
 
360
395
  // node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4257,13 +4292,13 @@ var chartChoroplethIcon = {
4257
4292
  };
4258
4293
 
4259
4294
  // src/icon/icon.spec.tsx
4260
- var import_jsx_runtime4 = require("react/jsx-runtime");
4295
+ var import_jsx_runtime5 = require("react/jsx-runtime");
4261
4296
  var snakeToCamel = (str) => str.toLowerCase().replace(
4262
4297
  /([-_][a-z])/g,
4263
4298
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4264
4299
  );
4265
- var states4 = [];
4266
- var options4 = {
4300
+ var states5 = [];
4301
+ var options5 = {
4267
4302
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4268
4303
  themeColor: [
4269
4304
  ThemeColor.base,
@@ -4278,7 +4313,7 @@ var options4 = {
4278
4313
  ThemeColor.dark
4279
4314
  ]
4280
4315
  };
4281
- var defaultProps4 = {
4316
+ var defaultProps5 = {
4282
4317
  viewBox: "0 0 24 24",
4283
4318
  type: "svg"
4284
4319
  };
@@ -4287,42 +4322,42 @@ var Icon = (props) => {
4287
4322
  size,
4288
4323
  themeColor,
4289
4324
  icon,
4290
- type = defaultProps4.type,
4325
+ type = defaultProps5.type,
4291
4326
  rotate,
4292
4327
  flip,
4293
- viewBox = defaultProps4.viewBox,
4328
+ viewBox = defaultProps5.viewBox,
4294
4329
  ...other
4295
4330
  } = props;
4296
4331
  if (!icon) {
4297
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
4332
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_jsx_runtime5.Fragment, {});
4298
4333
  }
4299
4334
  if (type === "svg") {
4300
4335
  if (icon === "none") {
4301
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(svg_icon_spec_default, { ...other, icon, size });
4336
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(svg_icon_spec_default, { ...other, icon, size });
4302
4337
  }
4303
4338
  const iconSVG = snakeToCamel(`${icon}-icon`);
4304
4339
  if (!index_es_exports[iconSVG]) {
4305
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
4340
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_jsx_runtime5.Fragment, {});
4306
4341
  }
4307
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4342
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4308
4343
  }
4309
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4344
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4310
4345
  };
4311
- Icon.states = states4;
4312
- Icon.options = options4;
4313
- Icon.defaultProps = defaultProps4;
4346
+ Icon.states = states5;
4347
+ Icon.options = options5;
4348
+ Icon.defaultProps = defaultProps5;
4314
4349
 
4315
4350
  // src/button/button.spec.tsx
4316
- var import_jsx_runtime5 = require("react/jsx-runtime");
4351
+ var import_jsx_runtime6 = require("react/jsx-runtime");
4317
4352
  var BUTTON_CLASSNAME = `k-button`;
4318
- var states5 = [
4353
+ var states6 = [
4319
4354
  States.hover,
4320
4355
  States.focus,
4321
4356
  States.active,
4322
4357
  States.selected,
4323
4358
  States.disabled
4324
4359
  ];
4325
- var options5 = {
4360
+ var options6 = {
4326
4361
  size: [Size.small, Size.medium, Size.large],
4327
4362
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4328
4363
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4340,7 +4375,7 @@ var options5 = {
4340
4375
  ThemeColor.inverse
4341
4376
  ]
4342
4377
  };
4343
- var defaultProps5 = {
4378
+ var defaultProps6 = {
4344
4379
  size: Size.medium,
4345
4380
  rounded: Roundness.medium,
4346
4381
  fillMode: FillMode.solid,
@@ -4350,10 +4385,10 @@ var defaultProps5 = {
4350
4385
  };
4351
4386
  var Button = (props) => {
4352
4387
  const {
4353
- size = defaultProps5.size,
4354
- rounded = defaultProps5.rounded,
4355
- fillMode = defaultProps5.fillMode,
4356
- themeColor = defaultProps5.themeColor,
4388
+ size = defaultProps6.size,
4389
+ rounded = defaultProps6.rounded,
4390
+ fillMode = defaultProps6.fillMode,
4391
+ themeColor = defaultProps6.themeColor,
4357
4392
  hover,
4358
4393
  focus,
4359
4394
  active,
@@ -4362,13 +4397,13 @@ var Button = (props) => {
4362
4397
  icon,
4363
4398
  text,
4364
4399
  iconClassName,
4365
- showArrow = defaultProps5.showArrow,
4366
- arrowIconName = defaultProps5.arrowIconName,
4400
+ showArrow = defaultProps6.showArrow,
4401
+ arrowIconName = defaultProps6.arrowIconName,
4367
4402
  ...other
4368
4403
  } = props;
4369
4404
  const hasIcon = icon !== void 0;
4370
4405
  const hasChildren = props.children !== void 0;
4371
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
4406
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
4372
4407
  "button",
4373
4408
  {
4374
4409
  ...other,
@@ -4393,40 +4428,40 @@ var Button = (props) => {
4393
4428
  }
4394
4429
  ),
4395
4430
  children: [
4396
- icon && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4431
+ icon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
4397
4432
  Icon,
4398
4433
  {
4399
4434
  className: classNames(iconClassName, "k-button-icon"),
4400
4435
  icon
4401
4436
  }
4402
4437
  ),
4403
- text ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
4404
- text && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-button-text", children: text }),
4438
+ text ? /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_jsx_runtime6.Fragment, { children: [
4439
+ text && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-button-text", children: text }),
4405
4440
  props.children
4406
- ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-button-text", children: props.children }),
4407
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Icon, { icon: arrowIconName }) })
4441
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-button-text", children: props.children }),
4442
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { icon: arrowIconName }) })
4408
4443
  ]
4409
4444
  }
4410
4445
  );
4411
4446
  };
4412
- Button.states = states5;
4413
- Button.options = options5;
4447
+ Button.states = states6;
4448
+ Button.options = options6;
4414
4449
  Button.className = BUTTON_CLASSNAME;
4415
- Button.defaultProps = defaultProps5;
4450
+ Button.defaultProps = defaultProps6;
4416
4451
 
4417
4452
  // src/button/templates/icon-button.tsx
4418
- var import_jsx_runtime6 = require("react/jsx-runtime");
4453
+ var import_jsx_runtime7 = require("react/jsx-runtime");
4419
4454
 
4420
4455
  // src/button/templates/icon-text-button.tsx
4421
- var import_jsx_runtime7 = require("react/jsx-runtime");
4456
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4422
4457
 
4423
4458
  // src/button/templates/text-button.tsx
4424
- var import_jsx_runtime8 = require("react/jsx-runtime");
4459
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4425
4460
 
4426
4461
  // src/input/input.spec.tsx
4427
- var import_jsx_runtime9 = require("react/jsx-runtime");
4462
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4428
4463
  var INPUT_CLASSNAME = `k-input`;
4429
- var states6 = [
4464
+ var states7 = [
4430
4465
  States.hover,
4431
4466
  States.focus,
4432
4467
  States.valid,
@@ -4436,12 +4471,12 @@ var states6 = [
4436
4471
  States.loading,
4437
4472
  States.readonly
4438
4473
  ];
4439
- var options6 = {
4474
+ var options7 = {
4440
4475
  size: [Size.small, Size.medium, Size.large],
4441
4476
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4442
4477
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4443
4478
  };
4444
- var defaultProps6 = {
4479
+ var defaultProps7 = {
4445
4480
  size: Size.medium,
4446
4481
  rounded: Size.medium,
4447
4482
  fillMode: FillMode.solid
@@ -4455,12 +4490,12 @@ var Input = (props) => {
4455
4490
  valid,
4456
4491
  loading,
4457
4492
  readonly,
4458
- size = defaultProps6.size,
4459
- rounded = defaultProps6.rounded,
4460
- fillMode = defaultProps6.fillMode,
4493
+ size = defaultProps7.size,
4494
+ rounded = defaultProps7.rounded,
4495
+ fillMode = defaultProps7.fillMode,
4461
4496
  ...other
4462
4497
  } = props;
4463
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4498
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4464
4499
  "span",
4465
4500
  {
4466
4501
  ...other,
@@ -4473,13 +4508,13 @@ var Input = (props) => {
4473
4508
  }
4474
4509
  );
4475
4510
  };
4476
- Input.states = states6;
4477
- Input.options = options6;
4511
+ Input.states = states7;
4512
+ Input.options = options7;
4478
4513
  Input.className = INPUT_CLASSNAME;
4479
- Input.defaultProps = defaultProps6;
4514
+ Input.defaultProps = defaultProps7;
4480
4515
 
4481
4516
  // src/input/picker.spec.tsx
4482
- var import_jsx_runtime10 = require("react/jsx-runtime");
4517
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4483
4518
  var PICKER_CLASSNAME = `k-picker`;
4484
4519
  var pickerStates = [
4485
4520
  States.hover,
@@ -4496,7 +4531,7 @@ var pickerOptions = {
4496
4531
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4497
4532
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4498
4533
  };
4499
- var defaultProps7 = {
4534
+ var defaultProps8 = {
4500
4535
  size: Size.medium,
4501
4536
  rounded: Roundness.medium,
4502
4537
  fillMode: FillMode.solid
@@ -4510,12 +4545,12 @@ var Picker = (props) => {
4510
4545
  valid,
4511
4546
  loading,
4512
4547
  readonly,
4513
- size = defaultProps7.size,
4514
- rounded = defaultProps7.rounded,
4515
- fillMode = defaultProps7.fillMode,
4548
+ size = defaultProps8.size,
4549
+ rounded = defaultProps8.rounded,
4550
+ fillMode = defaultProps8.fillMode,
4516
4551
  ...other
4517
4552
  } = props;
4518
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4553
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4519
4554
  "span",
4520
4555
  {
4521
4556
  ...other,
@@ -4532,17 +4567,17 @@ var Picker = (props) => {
4532
4567
  Picker.states = pickerStates;
4533
4568
  Picker.options = pickerOptions;
4534
4569
  Picker.className = PICKER_CLASSNAME;
4535
- Picker.defaultProps = defaultProps7;
4570
+ Picker.defaultProps = defaultProps8;
4536
4571
 
4537
4572
  // src/input/input-clear-value.tsx
4538
- var import_jsx_runtime11 = require("react/jsx-runtime");
4573
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4539
4574
  var className = `k-clear-value`;
4540
- var states7 = [
4575
+ var states8 = [
4541
4576
  States.disabled,
4542
4577
  States.loading,
4543
4578
  States.readonly
4544
4579
  ];
4545
- var options7 = {};
4580
+ var options8 = {};
4546
4581
  var InputClearValue = (props) => {
4547
4582
  const {
4548
4583
  disabled,
@@ -4551,20 +4586,20 @@ var InputClearValue = (props) => {
4551
4586
  value
4552
4587
  } = props;
4553
4588
  if (disabled || readonly || loading || !value) {
4554
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, {});
4589
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, {});
4555
4590
  }
4556
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: "x" }) });
4591
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "x" }) });
4557
4592
  };
4558
- InputClearValue.states = states7;
4559
- InputClearValue.options = options7;
4593
+ InputClearValue.states = states8;
4594
+ InputClearValue.options = options8;
4560
4595
  InputClearValue.className = className;
4561
4596
 
4562
4597
  // src/input/input-inner-input.tsx
4563
- var import_jsx_runtime12 = require("react/jsx-runtime");
4598
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4564
4599
  var className2 = `k-input-inner`;
4565
- var states8 = [];
4566
- var options8 = {};
4567
- var defaultProps8 = {
4600
+ var states9 = [];
4601
+ var options9 = {};
4602
+ var defaultProps9 = {
4568
4603
  type: "text",
4569
4604
  autocomplete: "off",
4570
4605
  value: "",
@@ -4572,13 +4607,13 @@ var defaultProps8 = {
4572
4607
  };
4573
4608
  var InputInnerInput = (props) => {
4574
4609
  const {
4575
- value = defaultProps8.value,
4576
- type = defaultProps8.type,
4577
- placeholder = defaultProps8.placeholder,
4578
- autocomplete = defaultProps8.autocomplete,
4610
+ value = defaultProps9.value,
4611
+ type = defaultProps9.type,
4612
+ placeholder = defaultProps9.placeholder,
4613
+ autocomplete = defaultProps9.autocomplete,
4579
4614
  ...other
4580
4615
  } = props;
4581
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4616
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4582
4617
  "input",
4583
4618
  {
4584
4619
  ...other,
@@ -4590,15 +4625,15 @@ var InputInnerInput = (props) => {
4590
4625
  }
4591
4626
  );
4592
4627
  };
4593
- InputInnerInput.states = states8;
4594
- InputInnerInput.options = options8;
4628
+ InputInnerInput.states = states9;
4629
+ InputInnerInput.options = options9;
4595
4630
  InputInnerInput.className = className2;
4596
4631
 
4597
4632
  // src/input/input-inner-span.tsx
4598
- var import_jsx_runtime13 = require("react/jsx-runtime");
4633
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4599
4634
  var className3 = `k-input-inner`;
4600
- var states9 = [];
4601
- var options9 = {};
4635
+ var states10 = [];
4636
+ var options10 = {};
4602
4637
  var InputInnerSpan = (props) => {
4603
4638
  const {
4604
4639
  value,
@@ -4608,41 +4643,41 @@ var InputInnerSpan = (props) => {
4608
4643
  valueIconName,
4609
4644
  ...other
4610
4645
  } = props;
4611
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
4646
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
4612
4647
  "span",
4613
4648
  {
4614
4649
  ...other,
4615
4650
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4616
4651
  children: [
4617
4652
  valueIcon,
4618
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4653
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4619
4654
  showValue && !value && placeholder,
4620
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-input-value-text", children: value })
4655
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "k-input-value-text", children: value })
4621
4656
  ]
4622
4657
  }
4623
4658
  );
4624
4659
  };
4625
- InputInnerSpan.states = states9;
4626
- InputInnerSpan.options = options9;
4660
+ InputInnerSpan.states = states10;
4661
+ InputInnerSpan.options = options10;
4627
4662
  InputInnerSpan.className = className3;
4628
4663
 
4629
4664
  // src/input/input-inner-textarea.tsx
4630
- var import_jsx_runtime14 = require("react/jsx-runtime");
4631
- var defaultProps9 = {
4665
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4666
+ var defaultProps10 = {
4632
4667
  value: "",
4633
4668
  placeholder: ""
4634
4669
  };
4635
4670
  var className4 = `k-input-inner`;
4636
- var states10 = [];
4637
- var options10 = {};
4671
+ var states11 = [];
4672
+ var options11 = {};
4638
4673
  var InputInnerTextarea = (props) => {
4639
4674
  const {
4640
- value = defaultProps9.value,
4641
- placeholder = defaultProps9.placeholder,
4675
+ value = defaultProps10.value,
4676
+ placeholder = defaultProps10.placeholder,
4642
4677
  rows,
4643
4678
  ...other
4644
4679
  } = props;
4645
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4680
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4646
4681
  "textarea",
4647
4682
  {
4648
4683
  ...other,
@@ -4653,14 +4688,14 @@ var InputInnerTextarea = (props) => {
4653
4688
  }
4654
4689
  );
4655
4690
  };
4656
- InputInnerTextarea.states = states10;
4657
- InputInnerTextarea.options = options10;
4691
+ InputInnerTextarea.states = states11;
4692
+ InputInnerTextarea.options = options11;
4658
4693
  InputInnerTextarea.className = className4;
4659
4694
 
4660
4695
  // src/input/input-loading-icon.tsx
4661
- var import_jsx_runtime15 = require("react/jsx-runtime");
4696
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4662
4697
  var className5 = `k-input-loading-icon`;
4663
- var states11 = [
4698
+ var states12 = [
4664
4699
  States.disabled,
4665
4700
  States.loading
4666
4701
  ];
@@ -4670,21 +4705,21 @@ var InputLoadingIcon = (props) => {
4670
4705
  loading
4671
4706
  } = props;
4672
4707
  if (disabled || !loading) {
4673
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4708
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4674
4709
  }
4675
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4710
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4676
4711
  };
4677
4712
 
4678
4713
  // src/input/input-validation-icon.tsx
4679
- var import_jsx_runtime16 = require("react/jsx-runtime");
4714
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4680
4715
  var className6 = `k-input-validation-icon`;
4681
- var states12 = [
4716
+ var states13 = [
4682
4717
  States.valid,
4683
4718
  States.invalid,
4684
4719
  States.disabled,
4685
4720
  States.loading
4686
4721
  ];
4687
- var options11 = {};
4722
+ var options12 = {};
4688
4723
  var InputValidationIcon = (props) => {
4689
4724
  const {
4690
4725
  valid,
@@ -4695,24 +4730,24 @@ var InputValidationIcon = (props) => {
4695
4730
  const iconName = invalid ? "exclamation-circle" : "check";
4696
4731
  const renderValidationIcon = Boolean(valid || invalid);
4697
4732
  if (disabled || loading || !renderValidationIcon) {
4698
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4733
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4699
4734
  }
4700
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { className: classNames(className6), icon: iconName });
4735
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: classNames(className6), icon: iconName });
4701
4736
  };
4702
- InputValidationIcon.states = states12;
4703
- InputValidationIcon.options = options11;
4737
+ InputValidationIcon.states = states13;
4738
+ InputValidationIcon.options = options12;
4704
4739
  InputValidationIcon.className = className6;
4705
4740
 
4706
4741
  // src/input/input-prefix.tsx
4707
- var import_jsx_runtime17 = require("react/jsx-runtime");
4742
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4708
4743
 
4709
4744
  // src/input/input-suffix.tsx
4710
- var import_jsx_runtime18 = require("react/jsx-runtime");
4745
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4711
4746
 
4712
4747
  // src/searchbox/searchbox.spec.tsx
4713
- var import_jsx_runtime19 = require("react/jsx-runtime");
4748
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4714
4749
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
4715
- var states13 = [
4750
+ var states14 = [
4716
4751
  States.hover,
4717
4752
  States.focus,
4718
4753
  States.valid,
@@ -4721,12 +4756,12 @@ var states13 = [
4721
4756
  States.disabled,
4722
4757
  States.loading
4723
4758
  ];
4724
- var options12 = {
4759
+ var options13 = {
4725
4760
  size: [Size.small, Size.medium, Size.large],
4726
4761
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4727
4762
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4728
4763
  };
4729
- var defaultProps10 = {
4764
+ var defaultProps11 = {
4730
4765
  showIcon: true,
4731
4766
  icon: "search",
4732
4767
  size: Input.defaultProps.size,
@@ -4747,11 +4782,11 @@ var Searchbox = (props) => {
4747
4782
  required,
4748
4783
  loading,
4749
4784
  disabled,
4750
- showIcon = defaultProps10.showIcon,
4751
- icon = defaultProps10.icon,
4785
+ showIcon = defaultProps11.showIcon,
4786
+ icon = defaultProps11.icon,
4752
4787
  ...other
4753
4788
  } = props;
4754
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4789
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4755
4790
  Input,
4756
4791
  {
4757
4792
  ...other,
@@ -4767,22 +4802,22 @@ var Searchbox = (props) => {
4767
4802
  disabled,
4768
4803
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
4769
4804
  children: [
4770
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-input-icon", icon }),
4771
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(InputInnerInput, { placeholder, value }),
4772
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(InputLoadingIcon, { ...props }),
4773
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(InputValidationIcon, { ...props }),
4774
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(InputClearValue, { ...props })
4805
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: "k-input-icon", icon }),
4806
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputInnerInput, { placeholder, value }),
4807
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputLoadingIcon, { ...props }),
4808
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputValidationIcon, { ...props }),
4809
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputClearValue, { ...props })
4775
4810
  ]
4776
4811
  }
4777
4812
  );
4778
4813
  };
4779
- Searchbox.states = states13;
4780
- Searchbox.options = options12;
4814
+ Searchbox.states = states14;
4815
+ Searchbox.options = options13;
4781
4816
  Searchbox.className = SEARCHBOX_CLASSNAME;
4782
- Searchbox.defaultProps = defaultProps10;
4817
+ Searchbox.defaultProps = defaultProps11;
4783
4818
 
4784
4819
  // src/action-sheet/actionsheet-header.tsx
4785
- var import_jsx_runtime20 = require("react/jsx-runtime");
4820
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4786
4821
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
4787
4822
  var ActionSheetHeader = (props) => {
4788
4823
  const {
@@ -4792,7 +4827,7 @@ var ActionSheetHeader = (props) => {
4792
4827
  filter,
4793
4828
  ...other
4794
4829
  } = props;
4795
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4830
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4796
4831
  "div",
4797
4832
  {
4798
4833
  ...other,
@@ -4800,37 +4835,37 @@ var ActionSheetHeader = (props) => {
4800
4835
  props.className,
4801
4836
  ACTIONSHEETHEADER_CLASSNAME
4802
4837
  ),
4803
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_jsx_runtime20.Fragment, { children: [
4804
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
4805
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "k-actionsheet-title", children: [
4806
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-text-center", children: title }),
4807
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
4838
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
4839
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
4840
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "k-actionsheet-title", children: [
4841
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-text-center", children: title }),
4842
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
4808
4843
  ] }) }),
4809
- props.children && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
4810
- actions && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
4844
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
4845
+ actions && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
4811
4846
  ] }),
4812
- filter && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
4847
+ filter && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
4813
4848
  ] })
4814
4849
  }
4815
4850
  );
4816
4851
  };
4817
4852
 
4818
4853
  // src/action-buttons/action-buttons.spec.tsx
4819
- var import_jsx_runtime21 = require("react/jsx-runtime");
4854
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4820
4855
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
4821
- var states14 = [];
4822
- var options13 = {};
4823
- var defaultProps11 = {
4856
+ var states15 = [];
4857
+ var options14 = {};
4858
+ var defaultProps12 = {
4824
4859
  alignment: "start",
4825
4860
  orientation: "horizontal"
4826
4861
  };
4827
4862
  var ActionButtons = (props) => {
4828
4863
  const {
4829
- alignment = defaultProps11.alignment,
4830
- orientation = defaultProps11.orientation,
4864
+ alignment = defaultProps12.alignment,
4865
+ orientation = defaultProps12.orientation,
4831
4866
  ...other
4832
4867
  } = props;
4833
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4868
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4834
4869
  "div",
4835
4870
  {
4836
4871
  ...other,
@@ -4846,21 +4881,21 @@ var ActionButtons = (props) => {
4846
4881
  }
4847
4882
  );
4848
4883
  };
4849
- ActionButtons.states = states14;
4850
- ActionButtons.options = options13;
4884
+ ActionButtons.states = states15;
4885
+ ActionButtons.options = options14;
4851
4886
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
4852
- ActionButtons.defaultProps = defaultProps11;
4887
+ ActionButtons.defaultProps = defaultProps12;
4853
4888
  var action_buttons_spec_default = ActionButtons;
4854
4889
 
4855
4890
  // src/action-sheet/actionsheet-footer.tsx
4856
- var import_jsx_runtime22 = require("react/jsx-runtime");
4891
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4857
4892
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
4858
4893
  var ActionSheetFooter = (props) => {
4859
4894
  const {
4860
4895
  actions,
4861
4896
  ...other
4862
4897
  } = props;
4863
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4898
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4864
4899
  action_buttons_spec_default,
4865
4900
  {
4866
4901
  ...other,
@@ -4869,17 +4904,17 @@ var ActionSheetFooter = (props) => {
4869
4904
  ACTIONSHEETFOOTER_CLASSNAME
4870
4905
  ),
4871
4906
  alignment: "stretched",
4872
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
4907
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
4873
4908
  actions && actions.map((action, index) => {
4874
4909
  if (action === "|") {
4875
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "k-separator" }, index);
4910
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "k-separator" }, index);
4876
4911
  }
4877
4912
  if (action === " ") {
4878
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "k-spacer" }, index);
4913
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "k-spacer" }, index);
4879
4914
  }
4880
4915
  const importantFlag = action.startsWith("!");
4881
4916
  const actionName = importantFlag ? action.substring(1) : action;
4882
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
4917
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
4883
4918
  }),
4884
4919
  !actions && props.children
4885
4920
  ] })
@@ -4888,12 +4923,12 @@ var ActionSheetFooter = (props) => {
4888
4923
  };
4889
4924
 
4890
4925
  // src/action-sheet/actionsheet-items.tsx
4891
- var import_jsx_runtime23 = require("react/jsx-runtime");
4926
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4892
4927
  var ActionSheetItems = (props) => {
4893
4928
  const {
4894
4929
  ...other
4895
4930
  } = props;
4896
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4931
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4897
4932
  "div",
4898
4933
  {
4899
4934
  ...other,
@@ -4907,9 +4942,9 @@ var ActionSheetItems = (props) => {
4907
4942
  };
4908
4943
 
4909
4944
  // src/action-sheet/actionsheet-item.tsx
4910
- var import_jsx_runtime24 = require("react/jsx-runtime");
4945
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4911
4946
  var ACTIONSHEETITEM_CLASSNAME = `k-actionsheet-item`;
4912
- var states15 = [
4947
+ var states16 = [
4913
4948
  States.hover,
4914
4949
  States.focus,
4915
4950
  States.selected,
@@ -4926,7 +4961,7 @@ var ActionSheetItem = (props) => {
4926
4961
  disabled,
4927
4962
  ...other
4928
4963
  } = props;
4929
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4964
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4930
4965
  "span",
4931
4966
  {
4932
4967
  ...other,
@@ -4941,11 +4976,11 @@ var ActionSheetItem = (props) => {
4941
4976
  })
4942
4977
  ),
4943
4978
  children: [
4944
- !props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_jsx_runtime24.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("span", { className: "k-actionsheet-action", children: [
4945
- iconName !== "" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-icon-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { className: "k-actionsheet-item-icon", icon: iconName }) }),
4946
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("span", { className: "k-actionsheet-item-text", children: [
4947
- text !== "" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-actionsheet-item-title", children: text }),
4948
- description !== "" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-actionsheet-item-description", children: description })
4979
+ !props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_jsx_runtime25.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-actionsheet-action", children: [
4980
+ iconName !== "" && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-icon-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { className: "k-actionsheet-item-icon", icon: iconName }) }),
4981
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-actionsheet-item-text", children: [
4982
+ text !== "" && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-actionsheet-item-title", children: text }),
4983
+ description !== "" && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-actionsheet-item-description", children: description })
4949
4984
  ] })
4950
4985
  ] }) }),
4951
4986
  props.children
@@ -4955,7 +4990,7 @@ var ActionSheetItem = (props) => {
4955
4990
  };
4956
4991
 
4957
4992
  // src/action-sheet/tests/action-sheet-position.tsx
4958
- var import_jsx_runtime25 = require("react/jsx-runtime");
4993
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4959
4994
  var styles = `
4960
4995
  #test-area {
4961
4996
  --kendo-actionsheet-height: 300px;
@@ -4969,32 +5004,32 @@ var styles = `
4969
5004
  transform: translateZ(0);
4970
5005
  }
4971
5006
  `;
4972
- var action_sheet_position_default = () => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
4973
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("style", { children: styles }),
4974
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4975
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheet, { side: "left", title: "Left action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ActionSheetItems, { children: [
4976
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4977
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4978
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4979
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
5007
+ var action_sheet_position_default = () => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
5008
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("style", { children: styles }),
5009
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5010
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheet, { side: "left", title: "Left action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(ActionSheetItems, { children: [
5011
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
5012
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
5013
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
5014
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
4980
5015
  ] }) }) }),
4981
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheet, { side: "right", title: "Right action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ActionSheetItems, { children: [
4982
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4983
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4984
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4985
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
5016
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheet, { side: "right", title: "Right action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(ActionSheetItems, { children: [
5017
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
5018
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
5019
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
5020
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
4986
5021
  ] }) }) }),
4987
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheet, { side: "top", title: "Top action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ActionSheetItems, { children: [
4988
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4989
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4990
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4991
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
5022
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheet, { side: "top", title: "Top action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(ActionSheetItems, { children: [
5023
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
5024
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
5025
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
5026
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
4992
5027
  ] }) }) }),
4993
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheet, { side: "bottom", title: "Bottom action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ActionSheetItems, { children: [
4994
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
4995
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
4996
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
4997
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
5028
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheet, { side: "bottom", title: "Bottom action sheet", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(ActionSheetItems, { children: [
5029
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
5030
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
5031
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
5032
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true })
4998
5033
  ] }) }) })
4999
5034
  ] })
5000
5035
  ] });