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