@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
@@ -4781,31 +4781,78 @@ DateInput.options = options12;
4781
4781
  DateInput.className = DATEINPUT_CLASSNAME;
4782
4782
  DateInput.defaultProps = defaultProps10;
4783
4783
 
4784
- // src/popup/popup.spec.tsx
4784
+ // src/animation-container/animation-container.spec.tsx
4785
4785
  import { jsx as jsx20 } from "react/jsx-runtime";
4786
- var POPUP_CLASSNAME = `k-popup`;
4786
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4787
4787
  var states14 = [];
4788
4788
  var options13 = {};
4789
- var defaultProps11 = {};
4789
+ var defaultProps11 = {
4790
+ positionMode: "absolute"
4791
+ };
4792
+ var AnimationContainer = (props) => {
4793
+ const {
4794
+ positionMode,
4795
+ animationStyle,
4796
+ offset,
4797
+ ...other
4798
+ } = props;
4799
+ return /* @__PURE__ */ jsx20(
4800
+ "div",
4801
+ {
4802
+ ...other,
4803
+ style: { ...offset, ...props.style },
4804
+ className: classNames(
4805
+ ANIMATION_CONTAINER_CLASSNAME,
4806
+ "k-animation-container-shown",
4807
+ {
4808
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4809
+ }
4810
+ ),
4811
+ children: /* @__PURE__ */ jsx20("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4812
+ }
4813
+ );
4814
+ };
4815
+ AnimationContainer.states = states14;
4816
+ AnimationContainer.options = options13;
4817
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4818
+ AnimationContainer.defaultProps = defaultProps11;
4819
+
4820
+ // src/popup/popup.spec.tsx
4821
+ import { jsx as jsx21 } from "react/jsx-runtime";
4822
+ var POPUP_CLASSNAME = `k-popup`;
4823
+ var states15 = [];
4824
+ var options14 = {};
4825
+ var defaultProps12 = {
4826
+ positionMode: "absolute"
4827
+ };
4790
4828
  var Popup = (props) => {
4791
4829
  const {
4830
+ offset,
4831
+ positionMode,
4792
4832
  ...other
4793
4833
  } = props;
4794
- return /* @__PURE__ */ jsx20("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4834
+ return /* @__PURE__ */ jsx21(
4835
+ AnimationContainer,
4836
+ {
4837
+ positionMode,
4838
+ offset,
4839
+ children: /* @__PURE__ */ jsx21("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4840
+ }
4841
+ );
4795
4842
  };
4796
- Popup.states = states14;
4797
- Popup.options = options13;
4843
+ Popup.states = states15;
4844
+ Popup.options = options14;
4798
4845
  Popup.className = POPUP_CLASSNAME;
4799
- Popup.defaultProps = defaultProps11;
4846
+ Popup.defaultProps = defaultProps12;
4800
4847
 
4801
4848
  // src/calendar/calendar.spec.tsx
4802
- import { jsx as jsx21, jsxs as jsxs5 } from "react/jsx-runtime";
4849
+ import { jsx as jsx22, jsxs as jsxs5 } from "react/jsx-runtime";
4803
4850
  var CALENDAR_CLASSNAME = `k-calendar`;
4804
- var states15 = [];
4805
- var options14 = {
4851
+ var states16 = [];
4852
+ var options15 = {
4806
4853
  size: [Size.small, Size.medium, Size.large]
4807
4854
  };
4808
- var defaultProps12 = {
4855
+ var defaultProps13 = {
4809
4856
  size: Size.medium,
4810
4857
  viewsCount: 1,
4811
4858
  orientation: "horizontal",
@@ -4814,11 +4861,11 @@ var defaultProps12 = {
4814
4861
  };
4815
4862
  var Calendar = (props) => {
4816
4863
  const {
4817
- size = defaultProps12.size,
4818
- orientation = defaultProps12.orientation,
4819
- calendarView = defaultProps12.calendarView,
4820
- calendarHeaderText = defaultProps12.calendarHeaderText,
4821
- viewsCount = defaultProps12.viewsCount,
4864
+ size = defaultProps13.size,
4865
+ orientation = defaultProps13.orientation,
4866
+ calendarView = defaultProps13.calendarView,
4867
+ calendarHeaderText = defaultProps13.calendarHeaderText,
4868
+ viewsCount = defaultProps13.viewsCount,
4822
4869
  showWeek,
4823
4870
  showOtherMonth,
4824
4871
  showCalendarCaption,
@@ -4843,7 +4890,7 @@ var Calendar = (props) => {
4843
4890
  }
4844
4891
  ),
4845
4892
  children: [
4846
- /* @__PURE__ */ jsx21(
4893
+ /* @__PURE__ */ jsx22(
4847
4894
  CalendarHeader,
4848
4895
  {
4849
4896
  showToday: showCalendarFooter ? false : true,
@@ -4853,7 +4900,7 @@ var Calendar = (props) => {
4853
4900
  dir
4854
4901
  }
4855
4902
  ),
4856
- /* @__PURE__ */ jsx21(
4903
+ /* @__PURE__ */ jsx22(
4857
4904
  CalendarView,
4858
4905
  {
4859
4906
  calendarView,
@@ -4865,19 +4912,19 @@ var Calendar = (props) => {
4865
4912
  selectedRange
4866
4913
  }
4867
4914
  ),
4868
- showCalendarFooter && /* @__PURE__ */ jsx21(CalendarFooter, {})
4915
+ showCalendarFooter && /* @__PURE__ */ jsx22(CalendarFooter, {})
4869
4916
  ]
4870
4917
  }
4871
4918
  );
4872
4919
  };
4873
- Calendar.states = states15;
4874
- Calendar.options = options14;
4920
+ Calendar.states = states16;
4921
+ Calendar.options = options15;
4875
4922
  Calendar.className = CALENDAR_CLASSNAME;
4876
- Calendar.defaultProps = defaultProps12;
4923
+ Calendar.defaultProps = defaultProps13;
4877
4924
 
4878
4925
  // src/calendar/calendar-cell.tsx
4879
- import { jsx as jsx22 } from "react/jsx-runtime";
4880
- var states16 = [
4926
+ import { jsx as jsx23 } from "react/jsx-runtime";
4927
+ var states17 = [
4881
4928
  States.hover,
4882
4929
  States.focus,
4883
4930
  States.active,
@@ -4926,21 +4973,21 @@ var CalendarCell = (props) => {
4926
4973
  }
4927
4974
  ];
4928
4975
  if (headerCell) {
4929
- return /* @__PURE__ */ jsx22("th", { ...other, className: classNames(calendarCellClasses), children: text });
4976
+ return /* @__PURE__ */ jsx23("th", { ...other, className: classNames(calendarCellClasses), children: text });
4930
4977
  }
4931
4978
  if (weekCell) {
4932
- return /* @__PURE__ */ jsx22("td", { ...other, className: classNames(calendarCellClasses), children: text });
4979
+ return /* @__PURE__ */ jsx23("td", { ...other, className: classNames(calendarCellClasses), children: text });
4933
4980
  }
4934
- return /* @__PURE__ */ jsx22("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx22("span", { className: "k-link", children: text }) });
4981
+ return /* @__PURE__ */ jsx23("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx23("span", { className: "k-link", children: text }) });
4935
4982
  };
4936
4983
 
4937
4984
  // src/calendar/calendar-header.tsx
4938
- import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4985
+ import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4939
4986
  var className9 = `k-calendar-header`;
4940
- var options15 = {
4987
+ var options16 = {
4941
4988
  size: [Size.small, Size.medium, Size.large]
4942
4989
  };
4943
- var defaultProps13 = {
4990
+ var defaultProps14 = {
4944
4991
  calendarHeaderText: "October 2021",
4945
4992
  showToday: true,
4946
4993
  orientation: "horizontal",
@@ -4948,10 +4995,10 @@ var defaultProps13 = {
4948
4995
  };
4949
4996
  var CalendarHeader = (props) => {
4950
4997
  const {
4951
- calendarHeaderText = defaultProps13.calendarHeaderText,
4952
- showToday = defaultProps13.showToday,
4953
- orientation = defaultProps13.orientation,
4954
- size = defaultProps13.size,
4998
+ calendarHeaderText = defaultProps14.calendarHeaderText,
4999
+ showToday = defaultProps14.showToday,
5000
+ orientation = defaultProps14.orientation,
5001
+ size = defaultProps14.size,
4955
5002
  dir,
4956
5003
  ...other
4957
5004
  } = props;
@@ -4969,12 +5016,12 @@ var CalendarHeader = (props) => {
4969
5016
  }
4970
5017
  ),
4971
5018
  children: [
4972
- /* @__PURE__ */ jsx23(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
4973
- /* @__PURE__ */ jsx23("span", { className: "k-spacer" }),
5019
+ /* @__PURE__ */ jsx24(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5020
+ /* @__PURE__ */ jsx24("span", { className: "k-spacer" }),
4974
5021
  /* @__PURE__ */ jsxs6("span", { className: "k-calendar-nav", children: [
4975
- /* @__PURE__ */ jsx23(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
4976
- showToday && /* @__PURE__ */ jsx23(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
4977
- /* @__PURE__ */ jsx23(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5022
+ /* @__PURE__ */ jsx24(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5023
+ showToday && /* @__PURE__ */ jsx24(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5024
+ /* @__PURE__ */ jsx24(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
4978
5025
  ] })
4979
5026
  ]
4980
5027
  }
@@ -4982,12 +5029,12 @@ var CalendarHeader = (props) => {
4982
5029
  };
4983
5030
 
4984
5031
  // src/calendar/calendar-footer.tsx
4985
- import { jsx as jsx24 } from "react/jsx-runtime";
5032
+ import { jsx as jsx25 } from "react/jsx-runtime";
4986
5033
  var className10 = `k-calendar-footer`;
4987
- var CalendarFooter = (props) => /* @__PURE__ */ jsx24("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx24(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5034
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx25("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx25(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
4988
5035
 
4989
5036
  // src/calendar/calendar-table.tsx
4990
- import { jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
5037
+ import { jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
4991
5038
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
4992
5039
  var CalendarTable = (props) => {
4993
5040
  const {
@@ -5008,25 +5055,25 @@ var CalendarTable = (props) => {
5008
5055
  CALENDARTABLE_CLASSNAME
5009
5056
  ),
5010
5057
  children: [
5011
- showCalendarCaption && /* @__PURE__ */ jsx25("caption", { className: "k-calendar-caption", children: "2022" }),
5058
+ showCalendarCaption && /* @__PURE__ */ jsx26("caption", { className: "k-calendar-caption", children: "2022" }),
5012
5059
  /* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
5013
5060
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5014
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Jan" }),
5015
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Feb" }),
5016
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Mar" }),
5017
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Apr" })
5061
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Jan" }),
5062
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Feb" }),
5063
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Mar" }),
5064
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Apr" })
5018
5065
  ] }),
5019
5066
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5020
- /* @__PURE__ */ jsx25(CalendarCell, { text: "May" }),
5021
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Jun", hover: true }),
5022
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Jul", focus: true }),
5023
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Au", selected: true })
5067
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "May" }),
5068
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Jun", hover: true }),
5069
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Jul", focus: true }),
5070
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Au", selected: true })
5024
5071
  ] }),
5025
5072
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5026
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Sep" }),
5027
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Oct", today: true }),
5028
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Nov" }),
5029
- /* @__PURE__ */ jsx25(CalendarCell, { text: "Dec" })
5073
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Sep" }),
5074
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Oct", today: true }),
5075
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Nov" }),
5076
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "Dec" })
5030
5077
  ] })
5031
5078
  ] })
5032
5079
  ]
@@ -5043,25 +5090,25 @@ var CalendarTable = (props) => {
5043
5090
  CALENDARTABLE_CLASSNAME
5044
5091
  ),
5045
5092
  children: [
5046
- showCalendarCaption && /* @__PURE__ */ jsx25("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5093
+ showCalendarCaption && /* @__PURE__ */ jsx26("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5047
5094
  /* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
5048
5095
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5049
- /* @__PURE__ */ jsx25(CalendarCell, { className: "k-out-of-range" }),
5050
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2020" }),
5051
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2021", today: true }),
5052
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2022" })
5096
+ /* @__PURE__ */ jsx26(CalendarCell, { className: "k-out-of-range" }),
5097
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2020" }),
5098
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2021", today: true }),
5099
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2022" })
5053
5100
  ] }),
5054
5101
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5055
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2023" }),
5056
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2024", hover: true }),
5057
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2025", focus: true }),
5058
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2026", selected: true })
5102
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2023" }),
5103
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2024", hover: true }),
5104
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2025", focus: true }),
5105
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2026", selected: true })
5059
5106
  ] }),
5060
5107
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5061
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2027" }),
5062
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2028" }),
5063
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2029" }),
5064
- /* @__PURE__ */ jsx25(CalendarCell, { className: "k-out-of-range" })
5108
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2027" }),
5109
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2028" }),
5110
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2029" }),
5111
+ /* @__PURE__ */ jsx26(CalendarCell, { className: "k-out-of-range" })
5065
5112
  ] })
5066
5113
  ] })
5067
5114
  ]
@@ -5078,25 +5125,25 @@ var CalendarTable = (props) => {
5078
5125
  CALENDARTABLE_CLASSNAME
5079
5126
  ),
5080
5127
  children: [
5081
- showCalendarCaption && /* @__PURE__ */ jsx25("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5128
+ showCalendarCaption && /* @__PURE__ */ jsx26("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5082
5129
  /* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
5083
5130
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5084
- /* @__PURE__ */ jsx25(CalendarCell, { text: "1990 - 1999" }),
5085
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2000 - 2009" }),
5086
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2010 - 2019", today: true }),
5087
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2020 - 2029" })
5131
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "1990 - 1999" }),
5132
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2000 - 2009" }),
5133
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2010 - 2019", today: true }),
5134
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2020 - 2029" })
5088
5135
  ] }),
5089
5136
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5090
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2030 - 2039" }),
5091
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2040 - 2049", hover: true }),
5092
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2050 - 2059", focus: true }),
5093
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2060 - 2069", selected: true })
5137
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2030 - 2039" }),
5138
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2040 - 2049", hover: true }),
5139
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2050 - 2059", focus: true }),
5140
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2060 - 2069", selected: true })
5094
5141
  ] }),
5095
5142
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5096
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2070 - 2079" }),
5097
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2080 - 2089" }),
5098
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2090 - 2099" }),
5099
- /* @__PURE__ */ jsx25(CalendarCell, { className: "k-out-of-range" })
5143
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2070 - 2079" }),
5144
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2080 - 2089" }),
5145
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2090 - 2099" }),
5146
+ /* @__PURE__ */ jsx26(CalendarCell, { className: "k-out-of-range" })
5100
5147
  ] })
5101
5148
  ] })
5102
5149
  ]
@@ -5112,68 +5159,68 @@ var CalendarTable = (props) => {
5112
5159
  CALENDARTABLE_CLASSNAME
5113
5160
  ),
5114
5161
  children: [
5115
- showCalendarCaption && /* @__PURE__ */ jsx25("caption", { className: "k-calendar-caption", children: "October 2021" }),
5116
- /* @__PURE__ */ jsx25(CalendarTableHead, { showWeek }),
5162
+ showCalendarCaption && /* @__PURE__ */ jsx26("caption", { className: "k-calendar-caption", children: "October 2021" }),
5163
+ /* @__PURE__ */ jsx26(CalendarTableHead, { showWeek }),
5117
5164
  /* @__PURE__ */ jsxs7("tbody", { className: "k-calendar-tbody", children: [
5118
5165
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5119
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "39", weekCell: true }),
5120
- /* @__PURE__ */ jsx25(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5121
- /* @__PURE__ */ jsx25(CalendarCell, { text: "1" }),
5122
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2" }),
5123
- /* @__PURE__ */ jsx25(CalendarCell, { text: "3" }),
5124
- /* @__PURE__ */ jsx25(CalendarCell, { text: "4" }),
5125
- /* @__PURE__ */ jsx25(CalendarCell, { text: "5" }),
5126
- /* @__PURE__ */ jsx25(CalendarCell, { text: "6", weekend: true })
5166
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "39", weekCell: true }),
5167
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5168
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "1" }),
5169
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2" }),
5170
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "3" }),
5171
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "4" }),
5172
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "5" }),
5173
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "6", weekend: true })
5127
5174
  ] }),
5128
5175
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5129
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "40", weekCell: true }),
5130
- /* @__PURE__ */ jsx25(CalendarCell, { text: "7", weekend: true }),
5131
- /* @__PURE__ */ jsx25(CalendarCell, { text: "8", hover: true }),
5132
- /* @__PURE__ */ jsx25(CalendarCell, { text: "9", focus: true }),
5133
- /* @__PURE__ */ jsx25(CalendarCell, { text: "10", selected: true }),
5134
- /* @__PURE__ */ jsx25(CalendarCell, { text: "11", hover: true, focus: true }),
5135
- /* @__PURE__ */ jsx25(CalendarCell, { text: "12", hover: true, selected: true }),
5136
- /* @__PURE__ */ jsx25(CalendarCell, { text: "13", weekend: true })
5176
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "40", weekCell: true }),
5177
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "7", weekend: true }),
5178
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "8", hover: true }),
5179
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "9", focus: true }),
5180
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "10", selected: true }),
5181
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "11", hover: true, focus: true }),
5182
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "12", hover: true, selected: true }),
5183
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "13", weekend: true })
5137
5184
  ] }),
5138
5185
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5139
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "41", weekCell: true }),
5140
- /* @__PURE__ */ jsx25(CalendarCell, { text: "14", weekend: true }),
5141
- /* @__PURE__ */ jsx25(CalendarCell, { text: "15" }),
5142
- /* @__PURE__ */ jsx25(CalendarCell, { text: "16", today: true }),
5143
- /* @__PURE__ */ jsx25(CalendarCell, { text: "17" }),
5144
- /* @__PURE__ */ jsx25(CalendarCell, { text: "18" }),
5145
- /* @__PURE__ */ jsx25(CalendarCell, { text: "19" }),
5146
- /* @__PURE__ */ jsx25(CalendarCell, { text: "20", weekend: true })
5186
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "41", weekCell: true }),
5187
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "14", weekend: true }),
5188
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "15" }),
5189
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "16", today: true }),
5190
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "17" }),
5191
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "18" }),
5192
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "19" }),
5193
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "20", weekend: true })
5147
5194
  ] }),
5148
5195
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5149
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "42", weekCell: true }),
5150
- /* @__PURE__ */ jsx25(CalendarCell, { text: "21", weekend: true }),
5151
- /* @__PURE__ */ jsx25(CalendarCell, { text: "22" }),
5152
- /* @__PURE__ */ jsx25(CalendarCell, { text: "23" }),
5153
- /* @__PURE__ */ jsx25(CalendarCell, { text: "24" }),
5154
- /* @__PURE__ */ jsx25(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5155
- /* @__PURE__ */ jsx25(CalendarCell, { text: "26", rangeMid: selectedRange }),
5156
- /* @__PURE__ */ jsx25(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5196
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "42", weekCell: true }),
5197
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "21", weekend: true }),
5198
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "22" }),
5199
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "23" }),
5200
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "24" }),
5201
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5202
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "26", rangeMid: selectedRange }),
5203
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5157
5204
  ] }),
5158
5205
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5159
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "43", weekCell: true }),
5160
- /* @__PURE__ */ jsx25(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5161
- /* @__PURE__ */ jsx25(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5162
- /* @__PURE__ */ jsx25(CalendarCell, { text: "30" }),
5163
- /* @__PURE__ */ jsx25(CalendarCell, { text: "31" }),
5164
- /* @__PURE__ */ jsx25(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5165
- /* @__PURE__ */ jsx25(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5166
- /* @__PURE__ */ jsx25(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5206
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "43", weekCell: true }),
5207
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5208
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5209
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "30" }),
5210
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "31" }),
5211
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5212
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5213
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5167
5214
  ] }),
5168
5215
  /* @__PURE__ */ jsxs7("tr", { className: "k-calendar-tr", children: [
5169
- showWeek && /* @__PURE__ */ jsx25(CalendarCell, { text: "44", weekCell: true }),
5170
- /* @__PURE__ */ jsx25(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5171
- /* @__PURE__ */ jsx25(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5172
- /* @__PURE__ */ jsx25(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5173
- /* @__PURE__ */ jsx25(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5174
- /* @__PURE__ */ jsx25(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5175
- /* @__PURE__ */ jsx25(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5176
- /* @__PURE__ */ jsx25(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5216
+ showWeek && /* @__PURE__ */ jsx26(CalendarCell, { text: "44", weekCell: true }),
5217
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5218
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5219
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5220
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5221
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5222
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5223
+ /* @__PURE__ */ jsx26(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5177
5224
  ] })
5178
5225
  ] })
5179
5226
  ]
@@ -5182,52 +5229,52 @@ var CalendarTable = (props) => {
5182
5229
  };
5183
5230
 
5184
5231
  // src/calendar/calendar-table-head.tsx
5185
- import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
5232
+ import { jsx as jsx27, jsxs as jsxs8 } from "react/jsx-runtime";
5186
5233
  var className11 = `k-calendar-thead`;
5187
5234
  var CalendarTableHead = (props) => {
5188
5235
  const {
5189
5236
  showWeek,
5190
5237
  ...other
5191
5238
  } = props;
5192
- return /* @__PURE__ */ jsx26(
5239
+ return /* @__PURE__ */ jsx27(
5193
5240
  "thead",
5194
5241
  {
5195
5242
  ...other,
5196
5243
  className: classNames(props.className, className11),
5197
5244
  children: /* @__PURE__ */ jsxs8("tr", { className: "k-calendar-tr", children: [
5198
- showWeek && /* @__PURE__ */ jsx26(CalendarCell, { weekCell: true, headerCell: true }),
5199
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Su", headerCell: true }),
5200
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Mo", headerCell: true }),
5201
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Tu", headerCell: true }),
5202
- /* @__PURE__ */ jsx26(CalendarCell, { text: "We", headerCell: true }),
5203
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Th", headerCell: true }),
5204
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Fr", headerCell: true }),
5205
- /* @__PURE__ */ jsx26(CalendarCell, { text: "Sa", headerCell: true })
5245
+ showWeek && /* @__PURE__ */ jsx27(CalendarCell, { weekCell: true, headerCell: true }),
5246
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Su", headerCell: true }),
5247
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Mo", headerCell: true }),
5248
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Tu", headerCell: true }),
5249
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "We", headerCell: true }),
5250
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Th", headerCell: true }),
5251
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Fr", headerCell: true }),
5252
+ /* @__PURE__ */ jsx27(CalendarCell, { text: "Sa", headerCell: true })
5206
5253
  ] })
5207
5254
  }
5208
5255
  );
5209
5256
  };
5210
5257
 
5211
5258
  // src/calendar/calendar-view.tsx
5212
- import { jsx as jsx27 } from "react/jsx-runtime";
5259
+ import { jsx as jsx28 } from "react/jsx-runtime";
5213
5260
  var className12 = `k-calendar-view`;
5214
- var defaultProps14 = {
5261
+ var defaultProps15 = {
5215
5262
  viewsCount: 1,
5216
5263
  orientation: "horizontal",
5217
5264
  calendarView: "month"
5218
5265
  };
5219
5266
  var CalendarView = (props) => {
5220
5267
  const {
5221
- orientation = defaultProps14.orientation,
5222
- calendarView = defaultProps14.calendarView,
5223
- viewsCount = defaultProps14.viewsCount,
5268
+ orientation = defaultProps15.orientation,
5269
+ calendarView = defaultProps15.calendarView,
5270
+ viewsCount = defaultProps15.viewsCount,
5224
5271
  showWeek,
5225
5272
  showOtherMonth,
5226
5273
  showCalendarCaption,
5227
5274
  selectedRange,
5228
5275
  ...other
5229
5276
  } = props;
5230
- return /* @__PURE__ */ jsx27(
5277
+ return /* @__PURE__ */ jsx28(
5231
5278
  "div",
5232
5279
  {
5233
5280
  ...other,
@@ -5243,7 +5290,7 @@ var CalendarView = (props) => {
5243
5290
  }
5244
5291
  ),
5245
5292
  children: [...Array(viewsCount)].map(
5246
- (_e, i) => /* @__PURE__ */ jsx27(
5293
+ (_e, i) => /* @__PURE__ */ jsx28(
5247
5294
  CalendarTable,
5248
5295
  {
5249
5296
  calendarView,
@@ -5260,9 +5307,9 @@ var CalendarView = (props) => {
5260
5307
  };
5261
5308
 
5262
5309
  // src/datepicker/datepicker.spec.tsx
5263
- import { Fragment as Fragment10, jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
5310
+ import { Fragment as Fragment10, jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5264
5311
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5265
- var states17 = [
5312
+ var states18 = [
5266
5313
  States.hover,
5267
5314
  States.focus,
5268
5315
  States.valid,
@@ -5272,12 +5319,12 @@ var states17 = [
5272
5319
  States.loading,
5273
5320
  States.readonly
5274
5321
  ];
5275
- var options16 = {
5322
+ var options17 = {
5276
5323
  size: [Size.small, Size.medium, Size.large],
5277
5324
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5278
5325
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5279
5326
  };
5280
- var defaultProps15 = {
5327
+ var defaultProps16 = {
5281
5328
  size: Input.defaultProps.size,
5282
5329
  rounded: Input.defaultProps.rounded,
5283
5330
  fillMode: Input.defaultProps.fillMode
@@ -5322,9 +5369,9 @@ var DatePicker = (props) => {
5322
5369
  readonly,
5323
5370
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5324
5371
  children: [
5325
- /* @__PURE__ */ jsx28(InputPrefix, { children: prefix }),
5326
- /* @__PURE__ */ jsx28(InputInnerInput, { placeholder, value }),
5327
- /* @__PURE__ */ jsx28(
5372
+ /* @__PURE__ */ jsx29(InputPrefix, { children: prefix }),
5373
+ /* @__PURE__ */ jsx29(InputInnerInput, { placeholder, value }),
5374
+ /* @__PURE__ */ jsx29(
5328
5375
  InputValidationIcon,
5329
5376
  {
5330
5377
  valid,
@@ -5333,14 +5380,14 @@ var DatePicker = (props) => {
5333
5380
  disabled
5334
5381
  }
5335
5382
  ),
5336
- /* @__PURE__ */ jsx28(
5383
+ /* @__PURE__ */ jsx29(
5337
5384
  InputLoadingIcon,
5338
5385
  {
5339
5386
  loading,
5340
5387
  disabled
5341
5388
  }
5342
5389
  ),
5343
- /* @__PURE__ */ jsx28(
5390
+ /* @__PURE__ */ jsx29(
5344
5391
  InputClearValue,
5345
5392
  {
5346
5393
  loading,
@@ -5349,8 +5396,8 @@ var DatePicker = (props) => {
5349
5396
  value
5350
5397
  }
5351
5398
  ),
5352
- /* @__PURE__ */ jsx28(InputSuffix, { children: suffix }),
5353
- /* @__PURE__ */ jsx28(
5399
+ /* @__PURE__ */ jsx29(InputSuffix, { children: suffix }),
5400
+ /* @__PURE__ */ jsx29(
5354
5401
  Button,
5355
5402
  {
5356
5403
  className: "k-input-button",
@@ -5363,26 +5410,26 @@ var DatePicker = (props) => {
5363
5410
  ]
5364
5411
  }
5365
5412
  ),
5366
- opened && /* @__PURE__ */ jsx28(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ jsx28(Calendar, { dir }) })
5413
+ opened && /* @__PURE__ */ jsx29(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx29(Calendar, { dir }) })
5367
5414
  ] });
5368
5415
  };
5369
- DatePicker.states = states17;
5370
- DatePicker.options = options16;
5416
+ DatePicker.states = states18;
5417
+ DatePicker.options = options17;
5371
5418
  DatePicker.className = DATEPICKER_CLASSNAME;
5372
- DatePicker.defaultProps = defaultProps15;
5419
+ DatePicker.defaultProps = defaultProps16;
5373
5420
 
5374
5421
  // src/floating-label/floating-label.spec.tsx
5375
- import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
5422
+ import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5376
5423
  var FLOATINGLABEL_CLASSNAME = `k-floating-label-container`;
5377
- var states18 = [
5424
+ var states19 = [
5378
5425
  States.focus,
5379
5426
  States.valid,
5380
5427
  States.invalid,
5381
5428
  States.empty,
5382
5429
  States.disabled
5383
5430
  ];
5384
- var options17 = {};
5385
- var defaultProps16 = {};
5431
+ var options18 = {};
5432
+ var defaultProps17 = {};
5386
5433
  var FloatingLabel = (props) => {
5387
5434
  const {
5388
5435
  focus,
@@ -5404,24 +5451,24 @@ var FloatingLabel = (props) => {
5404
5451
  ),
5405
5452
  children: [
5406
5453
  props.children,
5407
- label && /* @__PURE__ */ jsx29("label", { className: "k-label", children: label })
5454
+ label && /* @__PURE__ */ jsx30("label", { className: "k-label", children: label })
5408
5455
  ]
5409
5456
  }
5410
5457
  );
5411
5458
  };
5412
- FloatingLabel.states = states18;
5413
- FloatingLabel.options = options17;
5459
+ FloatingLabel.states = states19;
5460
+ FloatingLabel.options = options18;
5414
5461
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
5415
- FloatingLabel.defaultProps = defaultProps16;
5462
+ FloatingLabel.defaultProps = defaultProps17;
5416
5463
 
5417
5464
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
5418
- import { jsx as jsx30 } from "react/jsx-runtime";
5465
+ import { jsx as jsx31 } from "react/jsx-runtime";
5419
5466
  var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
5420
- var states19 = [];
5421
- var options18 = {
5467
+ var states20 = [];
5468
+ var options19 = {
5422
5469
  size: [Size.small, Size.medium, Size.large]
5423
5470
  };
5424
- var defaultProps17 = {
5471
+ var defaultProps18 = {
5425
5472
  size: Size.medium,
5426
5473
  calendarHeaderText: "October 2021 - November 2021",
5427
5474
  viewsCount: 2,
@@ -5430,11 +5477,11 @@ var defaultProps17 = {
5430
5477
  };
5431
5478
  var MultiViewCalendar = (props) => {
5432
5479
  const {
5433
- size = defaultProps17.size,
5434
- orientation = defaultProps17.orientation,
5435
- calendarView = defaultProps17.calendarView,
5436
- calendarHeaderText = defaultProps17.calendarHeaderText,
5437
- viewsCount = defaultProps17.viewsCount,
5480
+ size = defaultProps18.size,
5481
+ orientation = defaultProps18.orientation,
5482
+ calendarView = defaultProps18.calendarView,
5483
+ calendarHeaderText = defaultProps18.calendarHeaderText,
5484
+ viewsCount = defaultProps18.viewsCount,
5438
5485
  showCalendarFooter,
5439
5486
  showWeek,
5440
5487
  showOtherMonth,
@@ -5442,7 +5489,7 @@ var MultiViewCalendar = (props) => {
5442
5489
  dir,
5443
5490
  ...other
5444
5491
  } = props;
5445
- return /* @__PURE__ */ jsx30(
5492
+ return /* @__PURE__ */ jsx31(
5446
5493
  Calendar,
5447
5494
  {
5448
5495
  ...other,
@@ -5464,23 +5511,23 @@ var MultiViewCalendar = (props) => {
5464
5511
  }
5465
5512
  );
5466
5513
  };
5467
- MultiViewCalendar.states = states19;
5468
- MultiViewCalendar.options = options18;
5514
+ MultiViewCalendar.states = states20;
5515
+ MultiViewCalendar.options = options19;
5469
5516
  MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
5470
- MultiViewCalendar.defaultProps = defaultProps17;
5517
+ MultiViewCalendar.defaultProps = defaultProps18;
5471
5518
 
5472
5519
  // src/daterangepicker/daterangepicker.spec.tsx
5473
- import { Fragment as Fragment11, jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
5520
+ import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5474
5521
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
5475
- var states20 = [
5522
+ var states21 = [
5476
5523
  States.disabled
5477
5524
  ];
5478
- var options19 = {
5525
+ var options20 = {
5479
5526
  size: [Size.small, Size.medium, Size.large],
5480
5527
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5481
5528
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5482
5529
  };
5483
- var defaultProps18 = {};
5530
+ var defaultProps19 = {};
5484
5531
  var DateRangePicker = (props) => {
5485
5532
  const {
5486
5533
  size,
@@ -5504,7 +5551,7 @@ var DateRangePicker = (props) => {
5504
5551
  stateClassNames(DATERANGEPICKER_CLASSNAME, { disabled })
5505
5552
  ),
5506
5553
  children: [
5507
- /* @__PURE__ */ jsx31(FloatingLabel, { label: "Start", children: /* @__PURE__ */ jsx31(
5554
+ /* @__PURE__ */ jsx32(FloatingLabel, { label: "Start", children: /* @__PURE__ */ jsx32(
5508
5555
  DateInput,
5509
5556
  {
5510
5557
  showSpinButton: false,
@@ -5513,7 +5560,7 @@ var DateRangePicker = (props) => {
5513
5560
  fillMode
5514
5561
  }
5515
5562
  ) }),
5516
- swapButton && /* @__PURE__ */ jsx31(
5563
+ swapButton && /* @__PURE__ */ jsx32(
5517
5564
  Button,
5518
5565
  {
5519
5566
  rounded,
@@ -5523,7 +5570,7 @@ var DateRangePicker = (props) => {
5523
5570
  iconClassName: "k-rotate-90"
5524
5571
  }
5525
5572
  ),
5526
- /* @__PURE__ */ jsx31(FloatingLabel, { label: "End", children: /* @__PURE__ */ jsx31(
5573
+ /* @__PURE__ */ jsx32(FloatingLabel, { label: "End", children: /* @__PURE__ */ jsx32(
5527
5574
  DateInput,
5528
5575
  {
5529
5576
  showSpinButton: false,
@@ -5535,30 +5582,30 @@ var DateRangePicker = (props) => {
5535
5582
  ]
5536
5583
  }
5537
5584
  ),
5538
- opened && /* @__PURE__ */ jsx31(Popup, { className: "k-daterangepicker-popup", children: /* @__PURE__ */ jsx31(MultiViewCalendar, { dir }) })
5585
+ opened && /* @__PURE__ */ jsx32(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ jsx32(MultiViewCalendar, { dir }) })
5539
5586
  ] });
5540
5587
  };
5541
- DateRangePicker.states = states20;
5542
- DateRangePicker.options = options19;
5588
+ DateRangePicker.states = states21;
5589
+ DateRangePicker.options = options20;
5543
5590
  DateRangePicker.className = DATERANGEPICKER_CLASSNAME;
5544
- DateRangePicker.defaultProps = defaultProps18;
5591
+ DateRangePicker.defaultProps = defaultProps19;
5545
5592
 
5546
5593
  // src/action-buttons/action-buttons.spec.tsx
5547
- import { jsx as jsx32 } from "react/jsx-runtime";
5594
+ import { jsx as jsx33 } from "react/jsx-runtime";
5548
5595
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5549
- var states21 = [];
5550
- var options20 = {};
5551
- var defaultProps19 = {
5596
+ var states22 = [];
5597
+ var options21 = {};
5598
+ var defaultProps20 = {
5552
5599
  alignment: "start",
5553
5600
  orientation: "horizontal"
5554
5601
  };
5555
5602
  var ActionButtons = (props) => {
5556
5603
  const {
5557
- alignment = defaultProps19.alignment,
5558
- orientation = defaultProps19.orientation,
5604
+ alignment = defaultProps20.alignment,
5605
+ orientation = defaultProps20.orientation,
5559
5606
  ...other
5560
5607
  } = props;
5561
- return /* @__PURE__ */ jsx32(
5608
+ return /* @__PURE__ */ jsx33(
5562
5609
  "div",
5563
5610
  {
5564
5611
  ...other,
@@ -5574,31 +5621,31 @@ var ActionButtons = (props) => {
5574
5621
  }
5575
5622
  );
5576
5623
  };
5577
- ActionButtons.states = states21;
5578
- ActionButtons.options = options20;
5624
+ ActionButtons.states = states22;
5625
+ ActionButtons.options = options21;
5579
5626
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5580
- ActionButtons.defaultProps = defaultProps19;
5627
+ ActionButtons.defaultProps = defaultProps20;
5581
5628
 
5582
5629
  // src/button-group/button-group.spec.tsx
5583
- import { jsx as jsx33 } from "react/jsx-runtime";
5630
+ import { jsx as jsx34 } from "react/jsx-runtime";
5584
5631
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5585
- var states22 = [
5632
+ var states23 = [
5586
5633
  States.disabled
5587
5634
  ];
5588
- var options21 = {
5635
+ var options22 = {
5589
5636
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5590
5637
  };
5591
- var defaultProps20 = {
5638
+ var defaultProps21 = {
5592
5639
  fillMode: FillMode.solid
5593
5640
  };
5594
5641
  var ButtonGroup = (props) => {
5595
5642
  const {
5596
- fillMode = defaultProps20.fillMode,
5643
+ fillMode = defaultProps21.fillMode,
5597
5644
  disabled,
5598
5645
  stretched,
5599
5646
  ...other
5600
5647
  } = props;
5601
- return /* @__PURE__ */ jsx33(
5648
+ return /* @__PURE__ */ jsx34(
5602
5649
  "div",
5603
5650
  {
5604
5651
  ...other,
@@ -5619,36 +5666,36 @@ var ButtonGroup = (props) => {
5619
5666
  }
5620
5667
  );
5621
5668
  };
5622
- ButtonGroup.states = states22;
5623
- ButtonGroup.options = options21;
5669
+ ButtonGroup.states = states23;
5670
+ ButtonGroup.options = options22;
5624
5671
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5625
- ButtonGroup.defaultProps = defaultProps20;
5672
+ ButtonGroup.defaultProps = defaultProps21;
5626
5673
 
5627
5674
  // src/button-group/templates/icon-button-group.tsx
5628
- import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5675
+ import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
5629
5676
 
5630
5677
  // src/button-group/templates/icon-text-button-group.tsx
5631
- import { jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
5678
+ import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5632
5679
 
5633
5680
  // src/button-group/templates/text-button-group.tsx
5634
- import { jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
5681
+ import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
5635
5682
 
5636
5683
  // src/button-group/templates/mixed-button-group.tsx
5637
- import { jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
5684
+ import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5638
5685
 
5639
5686
  // src/time-selector/time-selector.spec.tsx
5640
- import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs16 } from "react/jsx-runtime";
5687
+ import { Fragment as Fragment12, jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5641
5688
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5642
- var states23 = [];
5643
- var options22 = {
5689
+ var states24 = [];
5690
+ var options23 = {
5644
5691
  size: [Size.small, Size.medium, Size.large]
5645
5692
  };
5646
- var defaultProps21 = {
5693
+ var defaultProps22 = {
5647
5694
  size: Size.medium
5648
5695
  };
5649
5696
  var TimeSelector = (props) => {
5650
5697
  const {
5651
- size = defaultProps21.size,
5698
+ size = defaultProps22.size,
5652
5699
  header,
5653
5700
  fastSelection,
5654
5701
  columns,
@@ -5664,7 +5711,7 @@ var TimeSelector = (props) => {
5664
5711
  if (index === 0 || columnType === "tt") {
5665
5712
  separator = false;
5666
5713
  }
5667
- return /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsx38(TimeSelectorColumn, { type: columnType, focus, separator }) });
5714
+ return /* @__PURE__ */ jsx39(Fragment12, { children: /* @__PURE__ */ jsx39(TimeSelectorColumn, { type: columnType, focus, separator }) });
5668
5715
  });
5669
5716
  return /* @__PURE__ */ jsxs16(
5670
5717
  "div",
@@ -5678,24 +5725,24 @@ var TimeSelector = (props) => {
5678
5725
  })
5679
5726
  ),
5680
5727
  children: [
5681
- /* @__PURE__ */ jsx38(Fragment12, { children: header }),
5682
- /* @__PURE__ */ jsx38(Fragment12, { children: fastSelection }),
5728
+ /* @__PURE__ */ jsx39(Fragment12, { children: header }),
5729
+ /* @__PURE__ */ jsx39(Fragment12, { children: fastSelection }),
5683
5730
  /* @__PURE__ */ jsxs16("div", { className: "k-time-list-container", children: [
5684
- /* @__PURE__ */ jsx38("span", { className: "k-time-highlight" }),
5731
+ /* @__PURE__ */ jsx39("span", { className: "k-time-highlight" }),
5685
5732
  columnsDom
5686
5733
  ] })
5687
5734
  ]
5688
5735
  }
5689
5736
  );
5690
5737
  };
5691
- TimeSelector.states = states23;
5692
- TimeSelector.options = options22;
5738
+ TimeSelector.states = states24;
5739
+ TimeSelector.options = options23;
5693
5740
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5694
- TimeSelector.defaultProps = defaultProps21;
5741
+ TimeSelector.defaultProps = defaultProps22;
5695
5742
 
5696
5743
  // src/time-selector/time-selector-column.tsx
5697
- import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs17 } from "react/jsx-runtime";
5698
- var states24 = [
5744
+ import { Fragment as Fragment13, jsx as jsx40, jsxs as jsxs17 } from "react/jsx-runtime";
5745
+ var states25 = [
5699
5746
  States.focus
5700
5747
  ];
5701
5748
  var TimeSelectorColumn = (props) => {
@@ -5733,10 +5780,10 @@ var TimeSelectorColumn = (props) => {
5733
5780
  break;
5734
5781
  }
5735
5782
  const items = columnData.map(
5736
- (data) => /* @__PURE__ */ jsx39(Fragment13, { children: /* @__PURE__ */ jsx39("li", { className: "k-item", children: /* @__PURE__ */ jsx39("span", { children: data }) }) })
5783
+ (data) => /* @__PURE__ */ jsx40(Fragment13, { children: /* @__PURE__ */ jsx40("li", { className: "k-item", children: /* @__PURE__ */ jsx40("span", { children: data }) }) })
5737
5784
  );
5738
5785
  return /* @__PURE__ */ jsxs17(Fragment13, { children: [
5739
- separator && /* @__PURE__ */ jsx39("div", { className: "k-time-separator", children: ":" }),
5786
+ separator && /* @__PURE__ */ jsx40("div", { className: "k-time-separator", children: ":" }),
5740
5787
  /* @__PURE__ */ jsxs17(
5741
5788
  "div",
5742
5789
  {
@@ -5749,10 +5796,10 @@ var TimeSelectorColumn = (props) => {
5749
5796
  })
5750
5797
  ),
5751
5798
  children: [
5752
- /* @__PURE__ */ jsx39("span", { className: "k-title", children: text }),
5753
- /* @__PURE__ */ jsx39("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs17("div", { className: "k-content k-scrollable k-time-container", children: [
5754
- /* @__PURE__ */ jsx39("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5755
- /* @__PURE__ */ jsx39("div", { className: "k-scrollable-placeholder" })
5799
+ /* @__PURE__ */ jsx40("span", { className: "k-title", children: text }),
5800
+ /* @__PURE__ */ jsx40("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs17("div", { className: "k-content k-scrollable k-time-container", children: [
5801
+ /* @__PURE__ */ jsx40("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5802
+ /* @__PURE__ */ jsx40("div", { className: "k-scrollable-placeholder" })
5756
5803
  ] }) })
5757
5804
  ]
5758
5805
  }
@@ -5761,7 +5808,7 @@ var TimeSelectorColumn = (props) => {
5761
5808
  };
5762
5809
 
5763
5810
  // src/time-selector/time-selector-header.tsx
5764
- import { jsx as jsx40, jsxs as jsxs18 } from "react/jsx-runtime";
5811
+ import { jsx as jsx41, jsxs as jsxs18 } from "react/jsx-runtime";
5765
5812
  var className13 = `k-time-header`;
5766
5813
  var TimeSelectorHeader = (props) => {
5767
5814
  const {
@@ -5777,7 +5824,7 @@ var TimeSelectorHeader = (props) => {
5777
5824
  className13
5778
5825
  ),
5779
5826
  children: [
5780
- title != null && /* @__PURE__ */ jsx40("span", { className: "k-title", children: title }),
5827
+ title != null && /* @__PURE__ */ jsx41("span", { className: "k-title", children: title }),
5781
5828
  props.children
5782
5829
  ]
5783
5830
  }
@@ -5785,19 +5832,19 @@ var TimeSelectorHeader = (props) => {
5785
5832
  };
5786
5833
 
5787
5834
  // src/time-selector/time-selector-fast-selection.tsx
5788
- import { jsx as jsx41, jsxs as jsxs19 } from "react/jsx-runtime";
5835
+ import { jsx as jsx42, jsxs as jsxs19 } from "react/jsx-runtime";
5789
5836
 
5790
5837
  // src/datetime-selector/datetime-selector.spec.tsx
5791
- import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs20 } from "react/jsx-runtime";
5838
+ import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs20 } from "react/jsx-runtime";
5792
5839
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5793
- var states25 = [];
5794
- var options23 = {};
5795
- var defaultProps22 = {
5840
+ var states26 = [];
5841
+ var options24 = {};
5842
+ var defaultProps23 = {
5796
5843
  tab: "date"
5797
5844
  };
5798
5845
  var DateTimeSelector = (props) => {
5799
5846
  const {
5800
- tab = defaultProps22.tab,
5847
+ tab = defaultProps23.tab,
5801
5848
  dir,
5802
5849
  ...other
5803
5850
  } = props;
@@ -5814,34 +5861,34 @@ var DateTimeSelector = (props) => {
5814
5861
  }
5815
5862
  ),
5816
5863
  children: [
5817
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs20(ButtonGroup, { stretched: true, children: [
5818
- /* @__PURE__ */ jsx42(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5819
- /* @__PURE__ */ jsx42(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5864
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs20(ButtonGroup, { stretched: true, children: [
5865
+ /* @__PURE__ */ jsx43(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5866
+ /* @__PURE__ */ jsx43(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5820
5867
  ] }) }),
5821
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
5822
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-calendar-wrap" }),
5823
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx42(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx42(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx42(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5868
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
5869
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-calendar-wrap" }),
5870
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx43(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx43(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx43(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5824
5871
  ] }) : /* @__PURE__ */ jsxs20(Fragment14, { children: [
5825
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx42(Calendar, { showOtherMonth: true, dir }) }),
5826
- /* @__PURE__ */ jsx42("div", { className: "k-datetime-time-wrap" })
5872
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx43(Calendar, { showOtherMonth: true, dir }) }),
5873
+ /* @__PURE__ */ jsx43("div", { className: "k-datetime-time-wrap" })
5827
5874
  ] }) }),
5828
5875
  /* @__PURE__ */ jsxs20(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5829
- /* @__PURE__ */ jsx42(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5830
- /* @__PURE__ */ jsx42(Button, { className: "k-time-cancel", children: "Cancel" })
5876
+ /* @__PURE__ */ jsx43(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5877
+ /* @__PURE__ */ jsx43(Button, { className: "k-time-cancel", children: "Cancel" })
5831
5878
  ] })
5832
5879
  ]
5833
5880
  }
5834
5881
  );
5835
5882
  };
5836
- DateTimeSelector.states = states25;
5837
- DateTimeSelector.options = options23;
5883
+ DateTimeSelector.states = states26;
5884
+ DateTimeSelector.options = options24;
5838
5885
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5839
- DateTimeSelector.defaultProps = defaultProps22;
5886
+ DateTimeSelector.defaultProps = defaultProps23;
5840
5887
 
5841
5888
  // src/datetimepicker/datetimepicker.spec.tsx
5842
- import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
5889
+ import { Fragment as Fragment15, jsx as jsx44, jsxs as jsxs21 } from "react/jsx-runtime";
5843
5890
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
5844
- var states26 = [
5891
+ var states27 = [
5845
5892
  States.hover,
5846
5893
  States.focus,
5847
5894
  States.valid,
@@ -5851,12 +5898,12 @@ var states26 = [
5851
5898
  States.loading,
5852
5899
  States.readonly
5853
5900
  ];
5854
- var options24 = {
5901
+ var options25 = {
5855
5902
  size: [Size.small, Size.medium, Size.large],
5856
5903
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5857
5904
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5858
5905
  };
5859
- var defaultProps23 = {
5906
+ var defaultProps24 = {
5860
5907
  tab: "date",
5861
5908
  size: Input.defaultProps.size,
5862
5909
  rounded: Input.defaultProps.rounded,
@@ -5880,7 +5927,7 @@ var DateTimePicker = (props) => {
5880
5927
  disabled,
5881
5928
  readonly,
5882
5929
  opened,
5883
- tab = defaultProps23.tab,
5930
+ tab = defaultProps24.tab,
5884
5931
  dir,
5885
5932
  ...other
5886
5933
  } = props;
@@ -5903,9 +5950,9 @@ var DateTimePicker = (props) => {
5903
5950
  readonly,
5904
5951
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
5905
5952
  children: [
5906
- /* @__PURE__ */ jsx43(InputPrefix, { children: prefix }),
5907
- /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5908
- /* @__PURE__ */ jsx43(
5953
+ /* @__PURE__ */ jsx44(InputPrefix, { children: prefix }),
5954
+ /* @__PURE__ */ jsx44(InputInnerInput, { placeholder, value }),
5955
+ /* @__PURE__ */ jsx44(
5909
5956
  InputValidationIcon,
5910
5957
  {
5911
5958
  valid,
@@ -5914,14 +5961,14 @@ var DateTimePicker = (props) => {
5914
5961
  disabled
5915
5962
  }
5916
5963
  ),
5917
- /* @__PURE__ */ jsx43(
5964
+ /* @__PURE__ */ jsx44(
5918
5965
  InputLoadingIcon,
5919
5966
  {
5920
5967
  loading,
5921
5968
  disabled
5922
5969
  }
5923
5970
  ),
5924
- /* @__PURE__ */ jsx43(
5971
+ /* @__PURE__ */ jsx44(
5925
5972
  InputClearValue,
5926
5973
  {
5927
5974
  loading,
@@ -5930,8 +5977,8 @@ var DateTimePicker = (props) => {
5930
5977
  value
5931
5978
  }
5932
5979
  ),
5933
- /* @__PURE__ */ jsx43(InputSuffix, { children: suffix }),
5934
- /* @__PURE__ */ jsx43(
5980
+ /* @__PURE__ */ jsx44(InputSuffix, { children: suffix }),
5981
+ /* @__PURE__ */ jsx44(
5935
5982
  Button,
5936
5983
  {
5937
5984
  className: "k-input-button",
@@ -5944,18 +5991,18 @@ var DateTimePicker = (props) => {
5944
5991
  ]
5945
5992
  }
5946
5993
  ),
5947
- opened && /* @__PURE__ */ jsx43(Popup, { className: "k-datetimepicker-popup", dir, children: /* @__PURE__ */ jsx43(DateTimeSelector, { tab, dir }) })
5994
+ opened && /* @__PURE__ */ jsx44(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx44(DateTimeSelector, { tab, dir }) })
5948
5995
  ] });
5949
5996
  };
5950
- DateTimePicker.states = states26;
5951
- DateTimePicker.options = options24;
5997
+ DateTimePicker.states = states27;
5998
+ DateTimePicker.options = options25;
5952
5999
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
5953
- DateTimePicker.defaultProps = defaultProps23;
6000
+ DateTimePicker.defaultProps = defaultProps24;
5954
6001
 
5955
6002
  // src/timepicker/timepicker.spec.tsx
5956
- import { Fragment as Fragment16, jsx as jsx44, jsxs as jsxs22 } from "react/jsx-runtime";
6003
+ import { Fragment as Fragment16, jsx as jsx45, jsxs as jsxs22 } from "react/jsx-runtime";
5957
6004
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
5958
- var states27 = [
6005
+ var states28 = [
5959
6006
  States.hover,
5960
6007
  States.focus,
5961
6008
  States.valid,
@@ -5965,12 +6012,12 @@ var states27 = [
5965
6012
  States.loading,
5966
6013
  States.readonly
5967
6014
  ];
5968
- var options25 = {
6015
+ var options26 = {
5969
6016
  size: [Size.small, Size.medium, Size.large],
5970
6017
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5971
6018
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5972
6019
  };
5973
- var defaultProps24 = {
6020
+ var defaultProps25 = {
5974
6021
  size: Input.defaultProps.size,
5975
6022
  rounded: Input.defaultProps.rounded,
5976
6023
  fillMode: Input.defaultProps.fillMode
@@ -6013,9 +6060,9 @@ var TimePicker = (props) => {
6013
6060
  readonly,
6014
6061
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
6015
6062
  children: [
6016
- /* @__PURE__ */ jsx44(InputPrefix, { children: prefix }),
6017
- /* @__PURE__ */ jsx44(InputInnerInput, { placeholder, value }),
6018
- /* @__PURE__ */ jsx44(
6063
+ /* @__PURE__ */ jsx45(InputPrefix, { children: prefix }),
6064
+ /* @__PURE__ */ jsx45(InputInnerInput, { placeholder, value }),
6065
+ /* @__PURE__ */ jsx45(
6019
6066
  InputValidationIcon,
6020
6067
  {
6021
6068
  valid,
@@ -6024,14 +6071,14 @@ var TimePicker = (props) => {
6024
6071
  disabled
6025
6072
  }
6026
6073
  ),
6027
- /* @__PURE__ */ jsx44(
6074
+ /* @__PURE__ */ jsx45(
6028
6075
  InputLoadingIcon,
6029
6076
  {
6030
6077
  loading,
6031
6078
  disabled
6032
6079
  }
6033
6080
  ),
6034
- /* @__PURE__ */ jsx44(
6081
+ /* @__PURE__ */ jsx45(
6035
6082
  InputClearValue,
6036
6083
  {
6037
6084
  loading,
@@ -6040,8 +6087,8 @@ var TimePicker = (props) => {
6040
6087
  value
6041
6088
  }
6042
6089
  ),
6043
- /* @__PURE__ */ jsx44(InputSuffix, { children: suffix }),
6044
- /* @__PURE__ */ jsx44(
6090
+ /* @__PURE__ */ jsx45(InputSuffix, { children: suffix }),
6091
+ /* @__PURE__ */ jsx45(
6045
6092
  Button,
6046
6093
  {
6047
6094
  className: "k-input-button",
@@ -6054,38 +6101,38 @@ var TimePicker = (props) => {
6054
6101
  ]
6055
6102
  }
6056
6103
  ),
6057
- opened && /* @__PURE__ */ jsxs22(Popup, { className: "k-timepicker-popup", children: [
6058
- /* @__PURE__ */ jsx44(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx44(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx44(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
6104
+ opened && /* @__PURE__ */ jsxs22(Popup, { className: "k-list-container k-timepicker-popup", children: [
6105
+ /* @__PURE__ */ jsx45(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx45(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx45(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
6059
6106
  /* @__PURE__ */ jsxs22(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
6060
- /* @__PURE__ */ jsx44(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
6061
- /* @__PURE__ */ jsx44(Button, { className: "k-time-cancel", children: "Cancel" })
6107
+ /* @__PURE__ */ jsx45(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
6108
+ /* @__PURE__ */ jsx45(Button, { className: "k-time-cancel", children: "Cancel" })
6062
6109
  ] })
6063
6110
  ] })
6064
6111
  ] });
6065
6112
  };
6066
- TimePicker.states = states27;
6067
- TimePicker.options = options25;
6113
+ TimePicker.states = states28;
6114
+ TimePicker.options = options26;
6068
6115
  TimePicker.className = TIMEPICKER_CLASSNAME;
6069
- TimePicker.defaultProps = defaultProps24;
6116
+ TimePicker.defaultProps = defaultProps25;
6070
6117
 
6071
6118
  // src/form/fieldset.tsx
6072
- import { jsx as jsx45, jsxs as jsxs23 } from "react/jsx-runtime";
6119
+ import { jsx as jsx46, jsxs as jsxs23 } from "react/jsx-runtime";
6073
6120
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6074
6121
  var Fieldset = (props) => {
6075
6122
  const {
6076
6123
  legend
6077
6124
  } = props;
6078
6125
  return /* @__PURE__ */ jsxs23("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6079
- legend && /* @__PURE__ */ jsx45("legend", { className: "k-form-legend", children: legend }),
6126
+ legend && /* @__PURE__ */ jsx46("legend", { className: "k-form-legend", children: legend }),
6080
6127
  props.children
6081
6128
  ] });
6082
6129
  };
6083
6130
  Fieldset.className = FIELDSET_CLASSNAME;
6084
6131
 
6085
6132
  // src/form/form-field.tsx
6086
- import { jsx as jsx46, jsxs as jsxs24 } from "react/jsx-runtime";
6133
+ import { jsx as jsx47, jsxs as jsxs24 } from "react/jsx-runtime";
6087
6134
  var FORMFIELD_CLASSNAME = "k-form-field";
6088
- var states28 = [
6135
+ var states29 = [
6089
6136
  States.disabled
6090
6137
  ];
6091
6138
  var FormField = (props) => {
@@ -6115,14 +6162,14 @@ var FormField = (props) => {
6115
6162
  "k-form-label"
6116
6163
  ), children: [
6117
6164
  label,
6118
- optional && /* @__PURE__ */ jsx46("span", { className: "k-label-optional", children: "(Optional)" }),
6119
- info && /* @__PURE__ */ jsx46("span", { className: "k-field-info", children: "(field info)" })
6165
+ optional && /* @__PURE__ */ jsx47("span", { className: "k-label-optional", children: "(Optional)" }),
6166
+ info && /* @__PURE__ */ jsx47("span", { className: "k-field-info", children: "(field info)" })
6120
6167
  ] }),
6121
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx46("span", { className: "k-label k-form-label k-label-empty" }),
6168
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx47("span", { className: "k-label k-form-label k-label-empty" }),
6122
6169
  /* @__PURE__ */ jsxs24("div", { className: "k-form-field-wrap", children: [
6123
6170
  editor,
6124
- hint && /* @__PURE__ */ jsx46("div", { className: "k-form-hint", children: hint }),
6125
- error && /* @__PURE__ */ jsx46("div", { className: "k-form-error", children: error })
6171
+ hint && /* @__PURE__ */ jsx47("div", { className: "k-form-hint", children: hint }),
6172
+ error && /* @__PURE__ */ jsx47("div", { className: "k-form-error", children: error })
6126
6173
  ] })
6127
6174
  ]
6128
6175
  }
@@ -6131,33 +6178,33 @@ var FormField = (props) => {
6131
6178
  FormField.className = FORMFIELD_CLASSNAME;
6132
6179
 
6133
6180
  // src/form/form.spec.tsx
6134
- import { jsx as jsx47, jsxs as jsxs25 } from "react/jsx-runtime";
6181
+ import { jsx as jsx48, jsxs as jsxs25 } from "react/jsx-runtime";
6135
6182
  import { createElement } from "react";
6136
6183
  var FORM_CLASSNAME = "k-form";
6137
- var states29 = [];
6138
- var options26 = {
6184
+ var states30 = [];
6185
+ var options27 = {
6139
6186
  size: [Size.small, Size.medium, Size.large]
6140
6187
  };
6141
- var defaultProps25 = {
6188
+ var defaultProps26 = {
6142
6189
  size: Size.medium,
6143
6190
  layout: "basic",
6144
6191
  tag: "form"
6145
6192
  };
6146
6193
  var Form = (props) => {
6147
6194
  const {
6148
- size = defaultProps25.size,
6195
+ size = defaultProps26.size,
6149
6196
  orientation,
6150
- layout = defaultProps25.layout,
6197
+ layout = defaultProps26.layout,
6151
6198
  formButtons,
6152
6199
  legend,
6153
6200
  cols,
6154
6201
  gapX,
6155
6202
  gapY,
6156
- tag = defaultProps25.tag,
6203
+ tag = defaultProps26.tag,
6157
6204
  children
6158
6205
  } = props;
6159
6206
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
6160
- const Parent = ({ tag: tag2, className: className14, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx47("form", { className: className14, children: children2 }) : /* @__PURE__ */ jsx47("div", { className: className14, children: children2 });
6207
+ const Parent = ({ tag: tag2, className: className14, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx48("form", { className: className14, children: children2 }) : /* @__PURE__ */ jsx48("div", { className: className14, children: children2 });
6161
6208
  const formChildren = [];
6162
6209
  if (children) {
6163
6210
  if (Array.isArray(children)) {
@@ -6171,7 +6218,7 @@ var Form = (props) => {
6171
6218
  }
6172
6219
  });
6173
6220
  } else {
6174
- children.type === FormField && formChildren.push(/* @__PURE__ */ jsx47(FormField, { ...children.props, orientation }));
6221
+ children.type === FormField && formChildren.push(/* @__PURE__ */ jsx48(FormField, { ...children.props, orientation }));
6175
6222
  }
6176
6223
  }
6177
6224
  return /* @__PURE__ */ jsxs25(Parent, { tag, className: classNames(
@@ -6184,11 +6231,11 @@ var Form = (props) => {
6184
6231
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6185
6232
  }
6186
6233
  ), children: [
6187
- /* @__PURE__ */ jsx47(
6234
+ /* @__PURE__ */ jsx48(
6188
6235
  ConditionalWrapper,
6189
6236
  {
6190
6237
  condition: layout === "grid",
6191
- wrapper: (children2) => /* @__PURE__ */ jsx47(Fieldset, { legend, children: /* @__PURE__ */ jsx47("div", { className: classNames(
6238
+ wrapper: (children2) => /* @__PURE__ */ jsx48(Fieldset, { legend, children: /* @__PURE__ */ jsx48("div", { className: classNames(
6192
6239
  "k-form-layout",
6193
6240
  "k-d-grid",
6194
6241
  {
@@ -6200,16 +6247,16 @@ var Form = (props) => {
6200
6247
  children: formChildren
6201
6248
  }
6202
6249
  ),
6203
- formButtons && /* @__PURE__ */ jsx47("div", { className: "k-form-buttons", children: formButtons })
6250
+ formButtons && /* @__PURE__ */ jsx48("div", { className: "k-form-buttons", children: formButtons })
6204
6251
  ] });
6205
6252
  };
6206
- Form.states = states29;
6207
- Form.options = options26;
6253
+ Form.states = states30;
6254
+ Form.options = options27;
6208
6255
  Form.className = FORM_CLASSNAME;
6209
- Form.defaultProps = defaultProps25;
6256
+ Form.defaultProps = defaultProps26;
6210
6257
 
6211
6258
  // src/form/tests/form-field-dateinputs.tsx
6212
- import { Fragment as Fragment17, jsx as jsx48, jsxs as jsxs26 } from "react/jsx-runtime";
6259
+ import { Fragment as Fragment17, jsx as jsx49, jsxs as jsxs26 } from "react/jsx-runtime";
6213
6260
  var styles = `
6214
6261
  section {
6215
6262
  padding: 20px;
@@ -6217,81 +6264,81 @@ var styles = `
6217
6264
  }
6218
6265
  `;
6219
6266
  var form_field_dateinputs_default = () => /* @__PURE__ */ jsxs26(Fragment17, { children: [
6220
- /* @__PURE__ */ jsx48("style", { children: styles }),
6267
+ /* @__PURE__ */ jsx49("style", { children: styles }),
6221
6268
  /* @__PURE__ */ jsxs26("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6222
- /* @__PURE__ */ jsx48("span", { children: "Vertical Form" }),
6223
- /* @__PURE__ */ jsx48("span", { children: "Horizontal Form" }),
6224
- /* @__PURE__ */ jsx48("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "vertical", children: [
6225
- /* @__PURE__ */ jsx48(
6269
+ /* @__PURE__ */ jsx49("span", { children: "Vertical Form" }),
6270
+ /* @__PURE__ */ jsx49("span", { children: "Horizontal Form" }),
6271
+ /* @__PURE__ */ jsx49("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "vertical", children: [
6272
+ /* @__PURE__ */ jsx49(
6226
6273
  FormField,
6227
6274
  {
6228
6275
  label: "DateInput:",
6229
- editor: /* @__PURE__ */ jsx48(DateInput, { showSpinButton: false })
6276
+ editor: /* @__PURE__ */ jsx49(DateInput, { showSpinButton: false })
6230
6277
  }
6231
6278
  ),
6232
- /* @__PURE__ */ jsx48(
6279
+ /* @__PURE__ */ jsx49(
6233
6280
  FormField,
6234
6281
  {
6235
6282
  label: "DatePicker:",
6236
- editor: /* @__PURE__ */ jsx48(DatePicker, {})
6283
+ editor: /* @__PURE__ */ jsx49(DatePicker, {})
6237
6284
  }
6238
6285
  ),
6239
- /* @__PURE__ */ jsx48(
6286
+ /* @__PURE__ */ jsx49(
6240
6287
  FormField,
6241
6288
  {
6242
6289
  label: "DateTimePicker:",
6243
- editor: /* @__PURE__ */ jsx48(DateTimePicker, {})
6290
+ editor: /* @__PURE__ */ jsx49(DateTimePicker, {})
6244
6291
  }
6245
6292
  ),
6246
- /* @__PURE__ */ jsx48(
6293
+ /* @__PURE__ */ jsx49(
6247
6294
  FormField,
6248
6295
  {
6249
6296
  label: "DateRangePicker:",
6250
- editor: /* @__PURE__ */ jsx48(DateRangePicker, {})
6297
+ editor: /* @__PURE__ */ jsx49(DateRangePicker, {})
6251
6298
  }
6252
6299
  ),
6253
- /* @__PURE__ */ jsx48(
6300
+ /* @__PURE__ */ jsx49(
6254
6301
  FormField,
6255
6302
  {
6256
6303
  label: "TimePicker:",
6257
- editor: /* @__PURE__ */ jsx48(TimePicker, {})
6304
+ editor: /* @__PURE__ */ jsx49(TimePicker, {})
6258
6305
  }
6259
6306
  )
6260
6307
  ] }) }),
6261
- /* @__PURE__ */ jsx48("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "horizontal", children: [
6262
- /* @__PURE__ */ jsx48(
6308
+ /* @__PURE__ */ jsx49("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "horizontal", children: [
6309
+ /* @__PURE__ */ jsx49(
6263
6310
  FormField,
6264
6311
  {
6265
6312
  label: "DateInput:",
6266
- editor: /* @__PURE__ */ jsx48(DateInput, { showSpinButton: false })
6313
+ editor: /* @__PURE__ */ jsx49(DateInput, { showSpinButton: false })
6267
6314
  }
6268
6315
  ),
6269
- /* @__PURE__ */ jsx48(
6316
+ /* @__PURE__ */ jsx49(
6270
6317
  FormField,
6271
6318
  {
6272
6319
  label: "DatePicker:",
6273
- editor: /* @__PURE__ */ jsx48(DatePicker, {})
6320
+ editor: /* @__PURE__ */ jsx49(DatePicker, {})
6274
6321
  }
6275
6322
  ),
6276
- /* @__PURE__ */ jsx48(
6323
+ /* @__PURE__ */ jsx49(
6277
6324
  FormField,
6278
6325
  {
6279
6326
  label: "DateTimePicker:",
6280
- editor: /* @__PURE__ */ jsx48(DateTimePicker, {})
6327
+ editor: /* @__PURE__ */ jsx49(DateTimePicker, {})
6281
6328
  }
6282
6329
  ),
6283
- /* @__PURE__ */ jsx48(
6330
+ /* @__PURE__ */ jsx49(
6284
6331
  FormField,
6285
6332
  {
6286
6333
  label: "DateRangePicker:",
6287
- editor: /* @__PURE__ */ jsx48(DateRangePicker, {})
6334
+ editor: /* @__PURE__ */ jsx49(DateRangePicker, {})
6288
6335
  }
6289
6336
  ),
6290
- /* @__PURE__ */ jsx48(
6337
+ /* @__PURE__ */ jsx49(
6291
6338
  FormField,
6292
6339
  {
6293
6340
  label: "TimePicker:",
6294
- editor: /* @__PURE__ */ jsx48(TimePicker, {})
6341
+ editor: /* @__PURE__ */ jsx49(TimePicker, {})
6295
6342
  }
6296
6343
  )
6297
6344
  ] }) })