@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,8 +4942,8 @@ var ActionSheetItems = (props) => {
4907
4942
  };
4908
4943
 
4909
4944
  // src/action-sheet/actionsheet-item.tsx
4910
- var import_jsx_runtime24 = require("react/jsx-runtime");
4911
- var states15 = [
4945
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4946
+ var states16 = [
4912
4947
  States.hover,
4913
4948
  States.focus,
4914
4949
  States.selected,
@@ -4916,13 +4951,13 @@ var states15 = [
4916
4951
  ];
4917
4952
 
4918
4953
  // src/calendar/calendar.spec.tsx
4919
- var import_jsx_runtime25 = require("react/jsx-runtime");
4954
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4920
4955
  var CALENDAR_CLASSNAME = `k-calendar`;
4921
- var states16 = [];
4922
- var options14 = {
4956
+ var states17 = [];
4957
+ var options15 = {
4923
4958
  size: [Size.small, Size.medium, Size.large]
4924
4959
  };
4925
- var defaultProps12 = {
4960
+ var defaultProps13 = {
4926
4961
  size: Size.medium,
4927
4962
  viewsCount: 1,
4928
4963
  orientation: "horizontal",
@@ -4931,11 +4966,11 @@ var defaultProps12 = {
4931
4966
  };
4932
4967
  var Calendar = (props) => {
4933
4968
  const {
4934
- size = defaultProps12.size,
4935
- orientation = defaultProps12.orientation,
4936
- calendarView = defaultProps12.calendarView,
4937
- calendarHeaderText = defaultProps12.calendarHeaderText,
4938
- viewsCount = defaultProps12.viewsCount,
4969
+ size = defaultProps13.size,
4970
+ orientation = defaultProps13.orientation,
4971
+ calendarView = defaultProps13.calendarView,
4972
+ calendarHeaderText = defaultProps13.calendarHeaderText,
4973
+ viewsCount = defaultProps13.viewsCount,
4939
4974
  showWeek,
4940
4975
  showOtherMonth,
4941
4976
  showCalendarCaption,
@@ -4944,7 +4979,7 @@ var Calendar = (props) => {
4944
4979
  dir,
4945
4980
  ...other
4946
4981
  } = props;
4947
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4982
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
4948
4983
  "div",
4949
4984
  {
4950
4985
  ...other,
@@ -4960,7 +4995,7 @@ var Calendar = (props) => {
4960
4995
  }
4961
4996
  ),
4962
4997
  children: [
4963
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4998
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4964
4999
  CalendarHeader,
4965
5000
  {
4966
5001
  showToday: showCalendarFooter ? false : true,
@@ -4970,7 +5005,7 @@ var Calendar = (props) => {
4970
5005
  dir
4971
5006
  }
4972
5007
  ),
4973
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5008
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4974
5009
  CalendarView,
4975
5010
  {
4976
5011
  calendarView,
@@ -4982,19 +5017,19 @@ var Calendar = (props) => {
4982
5017
  selectedRange
4983
5018
  }
4984
5019
  ),
4985
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(CalendarFooter, {})
5020
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(CalendarFooter, {})
4986
5021
  ]
4987
5022
  }
4988
5023
  );
4989
5024
  };
4990
- Calendar.states = states16;
4991
- Calendar.options = options14;
5025
+ Calendar.states = states17;
5026
+ Calendar.options = options15;
4992
5027
  Calendar.className = CALENDAR_CLASSNAME;
4993
- Calendar.defaultProps = defaultProps12;
5028
+ Calendar.defaultProps = defaultProps13;
4994
5029
 
4995
5030
  // src/calendar/calendar-cell.tsx
4996
- var import_jsx_runtime26 = require("react/jsx-runtime");
4997
- var states17 = [
5031
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5032
+ var states18 = [
4998
5033
  States.hover,
4999
5034
  States.focus,
5000
5035
  States.active,
@@ -5043,21 +5078,21 @@ var CalendarCell = (props) => {
5043
5078
  }
5044
5079
  ];
5045
5080
  if (headerCell) {
5046
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5081
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5047
5082
  }
5048
5083
  if (weekCell) {
5049
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5084
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5050
5085
  }
5051
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-link", children: text }) });
5086
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-link", children: text }) });
5052
5087
  };
5053
5088
 
5054
5089
  // src/calendar/calendar-header.tsx
5055
- var import_jsx_runtime27 = require("react/jsx-runtime");
5090
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5056
5091
  var className7 = `k-calendar-header`;
5057
- var options15 = {
5092
+ var options16 = {
5058
5093
  size: [Size.small, Size.medium, Size.large]
5059
5094
  };
5060
- var defaultProps13 = {
5095
+ var defaultProps14 = {
5061
5096
  calendarHeaderText: "October 2021",
5062
5097
  showToday: true,
5063
5098
  orientation: "horizontal",
@@ -5065,16 +5100,16 @@ var defaultProps13 = {
5065
5100
  };
5066
5101
  var CalendarHeader = (props) => {
5067
5102
  const {
5068
- calendarHeaderText = defaultProps13.calendarHeaderText,
5069
- showToday = defaultProps13.showToday,
5070
- orientation = defaultProps13.orientation,
5071
- size = defaultProps13.size,
5103
+ calendarHeaderText = defaultProps14.calendarHeaderText,
5104
+ showToday = defaultProps14.showToday,
5105
+ orientation = defaultProps14.orientation,
5106
+ size = defaultProps14.size,
5072
5107
  dir,
5073
5108
  ...other
5074
5109
  } = props;
5075
5110
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5076
5111
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5077
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5112
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5078
5113
  "div",
5079
5114
  {
5080
5115
  ...other,
@@ -5086,12 +5121,12 @@ var CalendarHeader = (props) => {
5086
5121
  }
5087
5122
  ),
5088
5123
  children: [
5089
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5090
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-spacer" }),
5091
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("span", { className: "k-calendar-nav", children: [
5092
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5093
- showToday && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5094
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5124
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5125
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-spacer" }),
5126
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("span", { className: "k-calendar-nav", children: [
5127
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5128
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5129
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5095
5130
  ] })
5096
5131
  ]
5097
5132
  }
@@ -5099,12 +5134,12 @@ var CalendarHeader = (props) => {
5099
5134
  };
5100
5135
 
5101
5136
  // src/calendar/calendar-footer.tsx
5102
- var import_jsx_runtime28 = require("react/jsx-runtime");
5137
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5103
5138
  var className8 = `k-calendar-footer`;
5104
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5139
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5105
5140
 
5106
5141
  // src/calendar/calendar-table.tsx
5107
- var import_jsx_runtime29 = require("react/jsx-runtime");
5142
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5108
5143
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5109
5144
  var CalendarTable = (props) => {
5110
5145
  const {
@@ -5116,7 +5151,7 @@ var CalendarTable = (props) => {
5116
5151
  ...other
5117
5152
  } = props;
5118
5153
  if (calendarView === "year") {
5119
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5154
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5120
5155
  "table",
5121
5156
  {
5122
5157
  ...other,
@@ -5125,25 +5160,25 @@ var CalendarTable = (props) => {
5125
5160
  CALENDARTABLE_CLASSNAME
5126
5161
  ),
5127
5162
  children: [
5128
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5129
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5130
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5131
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jan" }),
5132
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Feb" }),
5133
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mar" }),
5134
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Apr" })
5163
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5164
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5165
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5166
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Jan" }),
5167
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Feb" }),
5168
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Mar" }),
5169
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Apr" })
5135
5170
  ] }),
5136
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5137
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "May" }),
5138
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jun", hover: true }),
5139
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Jul", focus: true }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Au", selected: true })
5171
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5172
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "May" }),
5173
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Jun", hover: true }),
5174
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Jul", focus: true }),
5175
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Au", selected: true })
5141
5176
  ] }),
5142
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5143
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sep" }),
5144
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Oct", today: true }),
5145
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Nov" }),
5146
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Dec" })
5177
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5178
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Sep" }),
5179
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Oct", today: true }),
5180
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Nov" }),
5181
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Dec" })
5147
5182
  ] })
5148
5183
  ] })
5149
5184
  ]
@@ -5151,7 +5186,7 @@ var CalendarTable = (props) => {
5151
5186
  );
5152
5187
  }
5153
5188
  if (calendarView === "decade") {
5154
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5189
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5155
5190
  "table",
5156
5191
  {
5157
5192
  ...other,
@@ -5160,25 +5195,25 @@ var CalendarTable = (props) => {
5160
5195
  CALENDARTABLE_CLASSNAME
5161
5196
  ),
5162
5197
  children: [
5163
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5164
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5165
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5166
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" }),
5167
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2020" }),
5168
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2021", today: true }),
5169
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2022" })
5198
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5199
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5200
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5201
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { className: "k-out-of-range" }),
5202
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2020" }),
5203
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2021", today: true }),
5204
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2022" })
5170
5205
  ] }),
5171
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5172
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2023" }),
5173
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2024", hover: true }),
5174
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2025", focus: true }),
5175
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2026", selected: true })
5206
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5207
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2023" }),
5208
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2024", hover: true }),
5209
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2025", focus: true }),
5210
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2026", selected: true })
5176
5211
  ] }),
5177
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5178
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2027" }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2028" }),
5180
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2029" }),
5181
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" })
5212
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5213
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2027" }),
5214
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2028" }),
5215
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2029" }),
5216
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { className: "k-out-of-range" })
5182
5217
  ] })
5183
5218
  ] })
5184
5219
  ]
@@ -5186,7 +5221,7 @@ var CalendarTable = (props) => {
5186
5221
  );
5187
5222
  }
5188
5223
  if (calendarView === "century") {
5189
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5224
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5190
5225
  "table",
5191
5226
  {
5192
5227
  ...other,
@@ -5195,32 +5230,32 @@ var CalendarTable = (props) => {
5195
5230
  CALENDARTABLE_CLASSNAME
5196
5231
  ),
5197
5232
  children: [
5198
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5199
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5200
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5201
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1990 - 1999" }),
5202
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2000 - 2009" }),
5203
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5204
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2020 - 2029" })
5233
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5234
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5235
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5236
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "1990 - 1999" }),
5237
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2000 - 2009" }),
5238
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5239
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2020 - 2029" })
5205
5240
  ] }),
5206
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5207
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2030 - 2039" }),
5208
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5209
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5210
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5241
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5242
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2030 - 2039" }),
5243
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5244
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5245
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5211
5246
  ] }),
5212
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5213
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2070 - 2079" }),
5214
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2080 - 2089" }),
5215
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2090 - 2099" }),
5216
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { className: "k-out-of-range" })
5247
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5248
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2070 - 2079" }),
5249
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2080 - 2089" }),
5250
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2090 - 2099" }),
5251
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { className: "k-out-of-range" })
5217
5252
  ] })
5218
5253
  ] })
5219
5254
  ]
5220
5255
  }
5221
5256
  );
5222
5257
  }
5223
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5258
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5224
5259
  "table",
5225
5260
  {
5226
5261
  ...other,
@@ -5229,68 +5264,68 @@ var CalendarTable = (props) => {
5229
5264
  CALENDARTABLE_CLASSNAME
5230
5265
  ),
5231
5266
  children: [
5232
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5233
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarTableHead, { showWeek }),
5234
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5235
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5236
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "39", weekCell: true }),
5237
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5238
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1" }),
5239
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2" }),
5240
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "3" }),
5241
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "4" }),
5242
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "5" }),
5243
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "6", weekend: true })
5267
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarTableHead, { showWeek }),
5269
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5270
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5271
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "39", weekCell: true }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5273
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "1" }),
5274
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2" }),
5275
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "3" }),
5276
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "4" }),
5277
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "5" }),
5278
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "6", weekend: true })
5244
5279
  ] }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5246
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "40", weekCell: true }),
5247
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "7", weekend: true }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "8", hover: true }),
5249
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "9", focus: true }),
5250
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "10", selected: true }),
5251
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5252
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "13", weekend: true })
5280
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5281
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "40", weekCell: true }),
5282
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "7", weekend: true }),
5283
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "8", hover: true }),
5284
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "9", focus: true }),
5285
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "10", selected: true }),
5286
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5287
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5288
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "13", weekend: true })
5254
5289
  ] }),
5255
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5256
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "41", weekCell: true }),
5257
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "14", weekend: true }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "15" }),
5259
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "16", today: true }),
5260
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "17" }),
5261
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "18" }),
5262
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "19" }),
5263
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "20", weekend: true })
5290
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5291
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "41", weekCell: true }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "14", weekend: true }),
5293
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "15" }),
5294
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "16", today: true }),
5295
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "17" }),
5296
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "18" }),
5297
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "19" }),
5298
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "20", weekend: true })
5264
5299
  ] }),
5265
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5266
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "42", weekCell: true }),
5267
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "21", weekend: true }),
5268
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "22" }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "23" }),
5270
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "24" }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5272
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5300
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5301
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "42", weekCell: true }),
5302
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "21", weekend: true }),
5303
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "22" }),
5304
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "23" }),
5305
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "24" }),
5306
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5307
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5308
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5274
5309
  ] }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5276
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "43", weekCell: true }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5279
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "30" }),
5280
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "31" }),
5281
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5310
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5311
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "43", weekCell: true }),
5312
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5313
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5314
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "30" }),
5315
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "31" }),
5316
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5317
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5318
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5284
5319
  ] }),
5285
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5286
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "44", weekCell: true }),
5287
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5289
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5290
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5291
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5292
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5320
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5321
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "44", weekCell: true }),
5322
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5323
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5324
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5325
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5326
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5327
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5328
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5294
5329
  ] })
5295
5330
  ] })
5296
5331
  ]
@@ -5299,52 +5334,52 @@ var CalendarTable = (props) => {
5299
5334
  };
5300
5335
 
5301
5336
  // src/calendar/calendar-table-head.tsx
5302
- var import_jsx_runtime30 = require("react/jsx-runtime");
5337
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5303
5338
  var className9 = `k-calendar-thead`;
5304
5339
  var CalendarTableHead = (props) => {
5305
5340
  const {
5306
5341
  showWeek,
5307
5342
  ...other
5308
5343
  } = props;
5309
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5344
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5310
5345
  "thead",
5311
5346
  {
5312
5347
  ...other,
5313
5348
  className: classNames(props.className, className9),
5314
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("tr", { className: "k-calendar-tr", children: [
5315
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5316
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5317
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5318
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5319
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "We", headerCell: true }),
5320
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5321
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5322
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5349
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("tr", { className: "k-calendar-tr", children: [
5350
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5351
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5352
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5353
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5354
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "We", headerCell: true }),
5355
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5356
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5357
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5323
5358
  ] })
5324
5359
  }
5325
5360
  );
5326
5361
  };
5327
5362
 
5328
5363
  // src/calendar/calendar-view.tsx
5329
- var import_jsx_runtime31 = require("react/jsx-runtime");
5364
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5330
5365
  var className10 = `k-calendar-view`;
5331
- var defaultProps14 = {
5366
+ var defaultProps15 = {
5332
5367
  viewsCount: 1,
5333
5368
  orientation: "horizontal",
5334
5369
  calendarView: "month"
5335
5370
  };
5336
5371
  var CalendarView = (props) => {
5337
5372
  const {
5338
- orientation = defaultProps14.orientation,
5339
- calendarView = defaultProps14.calendarView,
5340
- viewsCount = defaultProps14.viewsCount,
5373
+ orientation = defaultProps15.orientation,
5374
+ calendarView = defaultProps15.calendarView,
5375
+ viewsCount = defaultProps15.viewsCount,
5341
5376
  showWeek,
5342
5377
  showOtherMonth,
5343
5378
  showCalendarCaption,
5344
5379
  selectedRange,
5345
5380
  ...other
5346
5381
  } = props;
5347
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5382
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5348
5383
  "div",
5349
5384
  {
5350
5385
  ...other,
@@ -5360,7 +5395,7 @@ var CalendarView = (props) => {
5360
5395
  }
5361
5396
  ),
5362
5397
  children: [...Array(viewsCount)].map(
5363
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5398
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5364
5399
  CalendarTable,
5365
5400
  {
5366
5401
  calendarView,
@@ -5377,7 +5412,7 @@ var CalendarView = (props) => {
5377
5412
  };
5378
5413
 
5379
5414
  // src/action-sheet/tests/action-sheet-calendar.tsx
5380
- var import_jsx_runtime32 = require("react/jsx-runtime");
5415
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5381
5416
  var styles = `
5382
5417
  #test-area {
5383
5418
  --kendo-actionsheet-height: 400px;
@@ -5391,18 +5426,18 @@ var styles = `
5391
5426
  transform: translateZ(0);
5392
5427
  }
5393
5428
  `;
5394
- var action_sheet_calendar_default = () => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
5395
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("style", { children: styles }),
5396
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5397
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { children: "partial" }),
5398
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { children: "full screen" }),
5399
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(ActionSheet, { adaptive: true, children: [
5400
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-text-center", children: "Select date" }) }),
5401
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Calendar, { size: "large" })
5429
+ var action_sheet_calendar_default = () => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5430
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("style", { children: styles }),
5431
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5432
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { children: "partial" }),
5433
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { children: "full screen" }),
5434
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(ActionSheet, { adaptive: true, children: [
5435
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-text-center", children: "Select date" }) }),
5436
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Calendar, { size: "large" })
5402
5437
  ] }) }),
5403
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(ActionSheet, { adaptive: true, fullscreen: true, children: [
5404
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-text-center", children: "Select date" }) }),
5405
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Calendar, { size: "large" })
5438
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(ActionSheet, { adaptive: true, fullscreen: true, children: [
5439
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetHeader, { actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-text-center", children: "Select date" }) }),
5440
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Calendar, { size: "large" })
5406
5441
  ] }) })
5407
5442
  ] })
5408
5443
  ] });