@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
@@ -4943,43 +4943,90 @@ Textbox.options = options15;
4943
4943
  Textbox.className = TEXTBOX_CLASSNAME;
4944
4944
  Textbox.defaultProps = defaultProps13;
4945
4945
 
4946
- // src/popup/popup.spec.tsx
4946
+ // src/animation-container/animation-container.spec.tsx
4947
4947
  import { jsx as jsx23 } from "react/jsx-runtime";
4948
- var POPUP_CLASSNAME = `k-popup`;
4948
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4949
4949
  var states17 = [];
4950
4950
  var options16 = {};
4951
- var defaultProps14 = {};
4951
+ var defaultProps14 = {
4952
+ positionMode: "absolute"
4953
+ };
4954
+ var AnimationContainer = (props) => {
4955
+ const {
4956
+ positionMode,
4957
+ animationStyle,
4958
+ offset,
4959
+ ...other
4960
+ } = props;
4961
+ return /* @__PURE__ */ jsx23(
4962
+ "div",
4963
+ {
4964
+ ...other,
4965
+ style: { ...offset, ...props.style },
4966
+ className: classNames(
4967
+ ANIMATION_CONTAINER_CLASSNAME,
4968
+ "k-animation-container-shown",
4969
+ {
4970
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4971
+ }
4972
+ ),
4973
+ children: /* @__PURE__ */ jsx23("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4974
+ }
4975
+ );
4976
+ };
4977
+ AnimationContainer.states = states17;
4978
+ AnimationContainer.options = options16;
4979
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4980
+ AnimationContainer.defaultProps = defaultProps14;
4981
+
4982
+ // src/popup/popup.spec.tsx
4983
+ import { jsx as jsx24 } from "react/jsx-runtime";
4984
+ var POPUP_CLASSNAME = `k-popup`;
4985
+ var states18 = [];
4986
+ var options17 = {};
4987
+ var defaultProps15 = {
4988
+ positionMode: "absolute"
4989
+ };
4952
4990
  var Popup = (props) => {
4953
4991
  const {
4992
+ offset,
4993
+ positionMode,
4954
4994
  ...other
4955
4995
  } = props;
4956
- return /* @__PURE__ */ jsx23("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4996
+ return /* @__PURE__ */ jsx24(
4997
+ AnimationContainer,
4998
+ {
4999
+ positionMode,
5000
+ offset,
5001
+ children: /* @__PURE__ */ jsx24("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5002
+ }
5003
+ );
4957
5004
  };
4958
- Popup.states = states17;
4959
- Popup.options = options16;
5005
+ Popup.states = states18;
5006
+ Popup.options = options17;
4960
5007
  Popup.className = POPUP_CLASSNAME;
4961
- Popup.defaultProps = defaultProps14;
5008
+ Popup.defaultProps = defaultProps15;
4962
5009
 
4963
5010
  // src/button-group/button-group.spec.tsx
4964
- import { jsx as jsx24 } from "react/jsx-runtime";
5011
+ import { jsx as jsx25 } from "react/jsx-runtime";
4965
5012
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4966
- var states18 = [
5013
+ var states19 = [
4967
5014
  States.disabled
4968
5015
  ];
4969
- var options17 = {
5016
+ var options18 = {
4970
5017
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4971
5018
  };
4972
- var defaultProps15 = {
5019
+ var defaultProps16 = {
4973
5020
  fillMode: FillMode.solid
4974
5021
  };
4975
5022
  var ButtonGroup = (props) => {
4976
5023
  const {
4977
- fillMode = defaultProps15.fillMode,
5024
+ fillMode = defaultProps16.fillMode,
4978
5025
  disabled,
4979
5026
  stretched,
4980
5027
  ...other
4981
5028
  } = props;
4982
- return /* @__PURE__ */ jsx24(
5029
+ return /* @__PURE__ */ jsx25(
4983
5030
  "div",
4984
5031
  {
4985
5032
  ...other,
@@ -5000,31 +5047,31 @@ var ButtonGroup = (props) => {
5000
5047
  }
5001
5048
  );
5002
5049
  };
5003
- ButtonGroup.states = states18;
5004
- ButtonGroup.options = options17;
5050
+ ButtonGroup.states = states19;
5051
+ ButtonGroup.options = options18;
5005
5052
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5006
- ButtonGroup.defaultProps = defaultProps15;
5053
+ ButtonGroup.defaultProps = defaultProps16;
5007
5054
 
5008
5055
  // src/button-group/templates/icon-button-group.tsx
5009
- import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
5056
+ import { jsx as jsx26, jsxs as jsxs5 } from "react/jsx-runtime";
5010
5057
 
5011
5058
  // src/button-group/templates/icon-text-button-group.tsx
5012
- import { jsx as jsx26, jsxs as jsxs6 } from "react/jsx-runtime";
5059
+ import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
5013
5060
 
5014
5061
  // src/button-group/templates/text-button-group.tsx
5015
- import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5062
+ import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
5016
5063
 
5017
5064
  // src/button-group/templates/mixed-button-group.tsx
5018
- import { jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
5065
+ import { jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5019
5066
 
5020
5067
  // src/calendar/calendar.spec.tsx
5021
- import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5068
+ import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5022
5069
  var CALENDAR_CLASSNAME = `k-calendar`;
5023
- var states19 = [];
5024
- var options18 = {
5070
+ var states20 = [];
5071
+ var options19 = {
5025
5072
  size: [Size.small, Size.medium, Size.large]
5026
5073
  };
5027
- var defaultProps16 = {
5074
+ var defaultProps17 = {
5028
5075
  size: Size.medium,
5029
5076
  viewsCount: 1,
5030
5077
  orientation: "horizontal",
@@ -5033,11 +5080,11 @@ var defaultProps16 = {
5033
5080
  };
5034
5081
  var Calendar = (props) => {
5035
5082
  const {
5036
- size = defaultProps16.size,
5037
- orientation = defaultProps16.orientation,
5038
- calendarView = defaultProps16.calendarView,
5039
- calendarHeaderText = defaultProps16.calendarHeaderText,
5040
- viewsCount = defaultProps16.viewsCount,
5083
+ size = defaultProps17.size,
5084
+ orientation = defaultProps17.orientation,
5085
+ calendarView = defaultProps17.calendarView,
5086
+ calendarHeaderText = defaultProps17.calendarHeaderText,
5087
+ viewsCount = defaultProps17.viewsCount,
5041
5088
  showWeek,
5042
5089
  showOtherMonth,
5043
5090
  showCalendarCaption,
@@ -5062,7 +5109,7 @@ var Calendar = (props) => {
5062
5109
  }
5063
5110
  ),
5064
5111
  children: [
5065
- /* @__PURE__ */ jsx29(
5112
+ /* @__PURE__ */ jsx30(
5066
5113
  CalendarHeader,
5067
5114
  {
5068
5115
  showToday: showCalendarFooter ? false : true,
@@ -5072,7 +5119,7 @@ var Calendar = (props) => {
5072
5119
  dir
5073
5120
  }
5074
5121
  ),
5075
- /* @__PURE__ */ jsx29(
5122
+ /* @__PURE__ */ jsx30(
5076
5123
  CalendarView,
5077
5124
  {
5078
5125
  calendarView,
@@ -5084,19 +5131,19 @@ var Calendar = (props) => {
5084
5131
  selectedRange
5085
5132
  }
5086
5133
  ),
5087
- showCalendarFooter && /* @__PURE__ */ jsx29(CalendarFooter, {})
5134
+ showCalendarFooter && /* @__PURE__ */ jsx30(CalendarFooter, {})
5088
5135
  ]
5089
5136
  }
5090
5137
  );
5091
5138
  };
5092
- Calendar.states = states19;
5093
- Calendar.options = options18;
5139
+ Calendar.states = states20;
5140
+ Calendar.options = options19;
5094
5141
  Calendar.className = CALENDAR_CLASSNAME;
5095
- Calendar.defaultProps = defaultProps16;
5142
+ Calendar.defaultProps = defaultProps17;
5096
5143
 
5097
5144
  // src/calendar/calendar-cell.tsx
5098
- import { jsx as jsx30 } from "react/jsx-runtime";
5099
- var states20 = [
5145
+ import { jsx as jsx31 } from "react/jsx-runtime";
5146
+ var states21 = [
5100
5147
  States.hover,
5101
5148
  States.focus,
5102
5149
  States.active,
@@ -5145,21 +5192,21 @@ var CalendarCell = (props) => {
5145
5192
  }
5146
5193
  ];
5147
5194
  if (headerCell) {
5148
- return /* @__PURE__ */ jsx30("th", { ...other, className: classNames(calendarCellClasses), children: text });
5195
+ return /* @__PURE__ */ jsx31("th", { ...other, className: classNames(calendarCellClasses), children: text });
5149
5196
  }
5150
5197
  if (weekCell) {
5151
- return /* @__PURE__ */ jsx30("td", { ...other, className: classNames(calendarCellClasses), children: text });
5198
+ return /* @__PURE__ */ jsx31("td", { ...other, className: classNames(calendarCellClasses), children: text });
5152
5199
  }
5153
- return /* @__PURE__ */ jsx30("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx30("span", { className: "k-link", children: text }) });
5200
+ return /* @__PURE__ */ jsx31("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx31("span", { className: "k-link", children: text }) });
5154
5201
  };
5155
5202
 
5156
5203
  // src/calendar/calendar-header.tsx
5157
- import { jsx as jsx31, jsxs as jsxs10 } from "react/jsx-runtime";
5204
+ import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5158
5205
  var className9 = `k-calendar-header`;
5159
- var options19 = {
5206
+ var options20 = {
5160
5207
  size: [Size.small, Size.medium, Size.large]
5161
5208
  };
5162
- var defaultProps17 = {
5209
+ var defaultProps18 = {
5163
5210
  calendarHeaderText: "October 2021",
5164
5211
  showToday: true,
5165
5212
  orientation: "horizontal",
@@ -5167,10 +5214,10 @@ var defaultProps17 = {
5167
5214
  };
5168
5215
  var CalendarHeader = (props) => {
5169
5216
  const {
5170
- calendarHeaderText = defaultProps17.calendarHeaderText,
5171
- showToday = defaultProps17.showToday,
5172
- orientation = defaultProps17.orientation,
5173
- size = defaultProps17.size,
5217
+ calendarHeaderText = defaultProps18.calendarHeaderText,
5218
+ showToday = defaultProps18.showToday,
5219
+ orientation = defaultProps18.orientation,
5220
+ size = defaultProps18.size,
5174
5221
  dir,
5175
5222
  ...other
5176
5223
  } = props;
@@ -5188,12 +5235,12 @@ var CalendarHeader = (props) => {
5188
5235
  }
5189
5236
  ),
5190
5237
  children: [
5191
- /* @__PURE__ */ jsx31(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5192
- /* @__PURE__ */ jsx31("span", { className: "k-spacer" }),
5238
+ /* @__PURE__ */ jsx32(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5239
+ /* @__PURE__ */ jsx32("span", { className: "k-spacer" }),
5193
5240
  /* @__PURE__ */ jsxs10("span", { className: "k-calendar-nav", children: [
5194
- /* @__PURE__ */ jsx31(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5195
- showToday && /* @__PURE__ */ jsx31(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5196
- /* @__PURE__ */ jsx31(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5241
+ /* @__PURE__ */ jsx32(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5242
+ showToday && /* @__PURE__ */ jsx32(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5243
+ /* @__PURE__ */ jsx32(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5197
5244
  ] })
5198
5245
  ]
5199
5246
  }
@@ -5201,12 +5248,12 @@ var CalendarHeader = (props) => {
5201
5248
  };
5202
5249
 
5203
5250
  // src/calendar/calendar-footer.tsx
5204
- import { jsx as jsx32 } from "react/jsx-runtime";
5251
+ import { jsx as jsx33 } from "react/jsx-runtime";
5205
5252
  var className10 = `k-calendar-footer`;
5206
- var CalendarFooter = (props) => /* @__PURE__ */ jsx32("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx32(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5253
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx33("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx33(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5207
5254
 
5208
5255
  // src/calendar/calendar-table.tsx
5209
- import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5256
+ import { jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
5210
5257
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5211
5258
  var CalendarTable = (props) => {
5212
5259
  const {
@@ -5227,25 +5274,25 @@ var CalendarTable = (props) => {
5227
5274
  CALENDARTABLE_CLASSNAME
5228
5275
  ),
5229
5276
  children: [
5230
- showCalendarCaption && /* @__PURE__ */ jsx33("caption", { className: "k-calendar-caption", children: "2022" }),
5277
+ showCalendarCaption && /* @__PURE__ */ jsx34("caption", { className: "k-calendar-caption", children: "2022" }),
5231
5278
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5232
5279
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5233
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Jan" }),
5234
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Feb" }),
5235
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Mar" }),
5236
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Apr" })
5280
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Jan" }),
5281
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Feb" }),
5282
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Mar" }),
5283
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Apr" })
5237
5284
  ] }),
5238
5285
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5239
- /* @__PURE__ */ jsx33(CalendarCell, { text: "May" }),
5240
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Jun", hover: true }),
5241
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Jul", focus: true }),
5242
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Au", selected: true })
5286
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "May" }),
5287
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Jun", hover: true }),
5288
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Jul", focus: true }),
5289
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Au", selected: true })
5243
5290
  ] }),
5244
5291
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5245
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Sep" }),
5246
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Oct", today: true }),
5247
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Nov" }),
5248
- /* @__PURE__ */ jsx33(CalendarCell, { text: "Dec" })
5292
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Sep" }),
5293
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Oct", today: true }),
5294
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Nov" }),
5295
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "Dec" })
5249
5296
  ] })
5250
5297
  ] })
5251
5298
  ]
@@ -5262,25 +5309,25 @@ var CalendarTable = (props) => {
5262
5309
  CALENDARTABLE_CLASSNAME
5263
5310
  ),
5264
5311
  children: [
5265
- showCalendarCaption && /* @__PURE__ */ jsx33("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5312
+ showCalendarCaption && /* @__PURE__ */ jsx34("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5266
5313
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5267
5314
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5268
- /* @__PURE__ */ jsx33(CalendarCell, { className: "k-out-of-range" }),
5269
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2020" }),
5270
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2021", today: true }),
5271
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2022" })
5315
+ /* @__PURE__ */ jsx34(CalendarCell, { className: "k-out-of-range" }),
5316
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2020" }),
5317
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2021", today: true }),
5318
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2022" })
5272
5319
  ] }),
5273
5320
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5274
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2023" }),
5275
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2024", hover: true }),
5276
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2025", focus: true }),
5277
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2026", selected: true })
5321
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2023" }),
5322
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2024", hover: true }),
5323
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2025", focus: true }),
5324
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2026", selected: true })
5278
5325
  ] }),
5279
5326
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5280
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2027" }),
5281
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2028" }),
5282
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2029" }),
5283
- /* @__PURE__ */ jsx33(CalendarCell, { className: "k-out-of-range" })
5327
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2027" }),
5328
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2028" }),
5329
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2029" }),
5330
+ /* @__PURE__ */ jsx34(CalendarCell, { className: "k-out-of-range" })
5284
5331
  ] })
5285
5332
  ] })
5286
5333
  ]
@@ -5297,25 +5344,25 @@ var CalendarTable = (props) => {
5297
5344
  CALENDARTABLE_CLASSNAME
5298
5345
  ),
5299
5346
  children: [
5300
- showCalendarCaption && /* @__PURE__ */ jsx33("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5347
+ showCalendarCaption && /* @__PURE__ */ jsx34("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5301
5348
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5302
5349
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5303
- /* @__PURE__ */ jsx33(CalendarCell, { text: "1990 - 1999" }),
5304
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2000 - 2009" }),
5305
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2010 - 2019", today: true }),
5306
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2020 - 2029" })
5350
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "1990 - 1999" }),
5351
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2000 - 2009" }),
5352
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2010 - 2019", today: true }),
5353
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2020 - 2029" })
5307
5354
  ] }),
5308
5355
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5309
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2030 - 2039" }),
5310
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2040 - 2049", hover: true }),
5311
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2050 - 2059", focus: true }),
5312
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2060 - 2069", selected: true })
5356
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2030 - 2039" }),
5357
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2040 - 2049", hover: true }),
5358
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2050 - 2059", focus: true }),
5359
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2060 - 2069", selected: true })
5313
5360
  ] }),
5314
5361
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5315
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2070 - 2079" }),
5316
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2080 - 2089" }),
5317
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2090 - 2099" }),
5318
- /* @__PURE__ */ jsx33(CalendarCell, { className: "k-out-of-range" })
5362
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2070 - 2079" }),
5363
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2080 - 2089" }),
5364
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2090 - 2099" }),
5365
+ /* @__PURE__ */ jsx34(CalendarCell, { className: "k-out-of-range" })
5319
5366
  ] })
5320
5367
  ] })
5321
5368
  ]
@@ -5331,68 +5378,68 @@ var CalendarTable = (props) => {
5331
5378
  CALENDARTABLE_CLASSNAME
5332
5379
  ),
5333
5380
  children: [
5334
- showCalendarCaption && /* @__PURE__ */ jsx33("caption", { className: "k-calendar-caption", children: "October 2021" }),
5335
- /* @__PURE__ */ jsx33(CalendarTableHead, { showWeek }),
5381
+ showCalendarCaption && /* @__PURE__ */ jsx34("caption", { className: "k-calendar-caption", children: "October 2021" }),
5382
+ /* @__PURE__ */ jsx34(CalendarTableHead, { showWeek }),
5336
5383
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5337
5384
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5338
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "39", weekCell: true }),
5339
- /* @__PURE__ */ jsx33(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5340
- /* @__PURE__ */ jsx33(CalendarCell, { text: "1" }),
5341
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2" }),
5342
- /* @__PURE__ */ jsx33(CalendarCell, { text: "3" }),
5343
- /* @__PURE__ */ jsx33(CalendarCell, { text: "4" }),
5344
- /* @__PURE__ */ jsx33(CalendarCell, { text: "5" }),
5345
- /* @__PURE__ */ jsx33(CalendarCell, { text: "6", weekend: true })
5385
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "39", weekCell: true }),
5386
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5387
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "1" }),
5388
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2" }),
5389
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "3" }),
5390
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "4" }),
5391
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "5" }),
5392
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "6", weekend: true })
5346
5393
  ] }),
5347
5394
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5348
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "40", weekCell: true }),
5349
- /* @__PURE__ */ jsx33(CalendarCell, { text: "7", weekend: true }),
5350
- /* @__PURE__ */ jsx33(CalendarCell, { text: "8", hover: true }),
5351
- /* @__PURE__ */ jsx33(CalendarCell, { text: "9", focus: true }),
5352
- /* @__PURE__ */ jsx33(CalendarCell, { text: "10", selected: true }),
5353
- /* @__PURE__ */ jsx33(CalendarCell, { text: "11", hover: true, focus: true }),
5354
- /* @__PURE__ */ jsx33(CalendarCell, { text: "12", hover: true, selected: true }),
5355
- /* @__PURE__ */ jsx33(CalendarCell, { text: "13", weekend: true })
5395
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "40", weekCell: true }),
5396
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "7", weekend: true }),
5397
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "8", hover: true }),
5398
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "9", focus: true }),
5399
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "10", selected: true }),
5400
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "11", hover: true, focus: true }),
5401
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "12", hover: true, selected: true }),
5402
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "13", weekend: true })
5356
5403
  ] }),
5357
5404
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5358
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "41", weekCell: true }),
5359
- /* @__PURE__ */ jsx33(CalendarCell, { text: "14", weekend: true }),
5360
- /* @__PURE__ */ jsx33(CalendarCell, { text: "15" }),
5361
- /* @__PURE__ */ jsx33(CalendarCell, { text: "16", today: true }),
5362
- /* @__PURE__ */ jsx33(CalendarCell, { text: "17" }),
5363
- /* @__PURE__ */ jsx33(CalendarCell, { text: "18" }),
5364
- /* @__PURE__ */ jsx33(CalendarCell, { text: "19" }),
5365
- /* @__PURE__ */ jsx33(CalendarCell, { text: "20", weekend: true })
5405
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "41", weekCell: true }),
5406
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "14", weekend: true }),
5407
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "15" }),
5408
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "16", today: true }),
5409
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "17" }),
5410
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "18" }),
5411
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "19" }),
5412
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "20", weekend: true })
5366
5413
  ] }),
5367
5414
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5368
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "42", weekCell: true }),
5369
- /* @__PURE__ */ jsx33(CalendarCell, { text: "21", weekend: true }),
5370
- /* @__PURE__ */ jsx33(CalendarCell, { text: "22" }),
5371
- /* @__PURE__ */ jsx33(CalendarCell, { text: "23" }),
5372
- /* @__PURE__ */ jsx33(CalendarCell, { text: "24" }),
5373
- /* @__PURE__ */ jsx33(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5374
- /* @__PURE__ */ jsx33(CalendarCell, { text: "26", rangeMid: selectedRange }),
5375
- /* @__PURE__ */ jsx33(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5415
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "42", weekCell: true }),
5416
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "21", weekend: true }),
5417
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "22" }),
5418
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "23" }),
5419
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "24" }),
5420
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5421
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "26", rangeMid: selectedRange }),
5422
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5376
5423
  ] }),
5377
5424
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5378
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "43", weekCell: true }),
5379
- /* @__PURE__ */ jsx33(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5380
- /* @__PURE__ */ jsx33(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5381
- /* @__PURE__ */ jsx33(CalendarCell, { text: "30" }),
5382
- /* @__PURE__ */ jsx33(CalendarCell, { text: "31" }),
5383
- /* @__PURE__ */ jsx33(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5384
- /* @__PURE__ */ jsx33(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5385
- /* @__PURE__ */ jsx33(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5425
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "43", weekCell: true }),
5426
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5427
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5428
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "30" }),
5429
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "31" }),
5430
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5431
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5432
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5386
5433
  ] }),
5387
5434
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5388
- showWeek && /* @__PURE__ */ jsx33(CalendarCell, { text: "44", weekCell: true }),
5389
- /* @__PURE__ */ jsx33(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5390
- /* @__PURE__ */ jsx33(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5391
- /* @__PURE__ */ jsx33(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5392
- /* @__PURE__ */ jsx33(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5393
- /* @__PURE__ */ jsx33(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5394
- /* @__PURE__ */ jsx33(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5395
- /* @__PURE__ */ jsx33(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5435
+ showWeek && /* @__PURE__ */ jsx34(CalendarCell, { text: "44", weekCell: true }),
5436
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5437
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5438
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5439
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5440
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5441
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5442
+ /* @__PURE__ */ jsx34(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5396
5443
  ] })
5397
5444
  ] })
5398
5445
  ]
@@ -5401,52 +5448,52 @@ var CalendarTable = (props) => {
5401
5448
  };
5402
5449
 
5403
5450
  // src/calendar/calendar-table-head.tsx
5404
- import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5451
+ import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
5405
5452
  var className11 = `k-calendar-thead`;
5406
5453
  var CalendarTableHead = (props) => {
5407
5454
  const {
5408
5455
  showWeek,
5409
5456
  ...other
5410
5457
  } = props;
5411
- return /* @__PURE__ */ jsx34(
5458
+ return /* @__PURE__ */ jsx35(
5412
5459
  "thead",
5413
5460
  {
5414
5461
  ...other,
5415
5462
  className: classNames(props.className, className11),
5416
5463
  children: /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5417
- showWeek && /* @__PURE__ */ jsx34(CalendarCell, { weekCell: true, headerCell: true }),
5418
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Su", headerCell: true }),
5419
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Mo", headerCell: true }),
5420
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Tu", headerCell: true }),
5421
- /* @__PURE__ */ jsx34(CalendarCell, { text: "We", headerCell: true }),
5422
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Th", headerCell: true }),
5423
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Fr", headerCell: true }),
5424
- /* @__PURE__ */ jsx34(CalendarCell, { text: "Sa", headerCell: true })
5464
+ showWeek && /* @__PURE__ */ jsx35(CalendarCell, { weekCell: true, headerCell: true }),
5465
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Su", headerCell: true }),
5466
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Mo", headerCell: true }),
5467
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Tu", headerCell: true }),
5468
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "We", headerCell: true }),
5469
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Th", headerCell: true }),
5470
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Fr", headerCell: true }),
5471
+ /* @__PURE__ */ jsx35(CalendarCell, { text: "Sa", headerCell: true })
5425
5472
  ] })
5426
5473
  }
5427
5474
  );
5428
5475
  };
5429
5476
 
5430
5477
  // src/calendar/calendar-view.tsx
5431
- import { jsx as jsx35 } from "react/jsx-runtime";
5478
+ import { jsx as jsx36 } from "react/jsx-runtime";
5432
5479
  var className12 = `k-calendar-view`;
5433
- var defaultProps18 = {
5480
+ var defaultProps19 = {
5434
5481
  viewsCount: 1,
5435
5482
  orientation: "horizontal",
5436
5483
  calendarView: "month"
5437
5484
  };
5438
5485
  var CalendarView = (props) => {
5439
5486
  const {
5440
- orientation = defaultProps18.orientation,
5441
- calendarView = defaultProps18.calendarView,
5442
- viewsCount = defaultProps18.viewsCount,
5487
+ orientation = defaultProps19.orientation,
5488
+ calendarView = defaultProps19.calendarView,
5489
+ viewsCount = defaultProps19.viewsCount,
5443
5490
  showWeek,
5444
5491
  showOtherMonth,
5445
5492
  showCalendarCaption,
5446
5493
  selectedRange,
5447
5494
  ...other
5448
5495
  } = props;
5449
- return /* @__PURE__ */ jsx35(
5496
+ return /* @__PURE__ */ jsx36(
5450
5497
  "div",
5451
5498
  {
5452
5499
  ...other,
@@ -5462,7 +5509,7 @@ var CalendarView = (props) => {
5462
5509
  }
5463
5510
  ),
5464
5511
  children: [...Array(viewsCount)].map(
5465
- (_e, i) => /* @__PURE__ */ jsx35(
5512
+ (_e, i) => /* @__PURE__ */ jsx36(
5466
5513
  CalendarTable,
5467
5514
  {
5468
5515
  calendarView,
@@ -5479,18 +5526,18 @@ var CalendarView = (props) => {
5479
5526
  };
5480
5527
 
5481
5528
  // src/time-selector/time-selector.spec.tsx
5482
- import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5529
+ import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
5483
5530
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5484
- var states21 = [];
5485
- var options20 = {
5531
+ var states22 = [];
5532
+ var options21 = {
5486
5533
  size: [Size.small, Size.medium, Size.large]
5487
5534
  };
5488
- var defaultProps19 = {
5535
+ var defaultProps20 = {
5489
5536
  size: Size.medium
5490
5537
  };
5491
5538
  var TimeSelector = (props) => {
5492
5539
  const {
5493
- size = defaultProps19.size,
5540
+ size = defaultProps20.size,
5494
5541
  header,
5495
5542
  fastSelection,
5496
5543
  columns,
@@ -5506,7 +5553,7 @@ var TimeSelector = (props) => {
5506
5553
  if (index === 0 || columnType === "tt") {
5507
5554
  separator = false;
5508
5555
  }
5509
- return /* @__PURE__ */ jsx36(Fragment11, { children: /* @__PURE__ */ jsx36(TimeSelectorColumn, { type: columnType, focus, separator }) });
5556
+ return /* @__PURE__ */ jsx37(Fragment11, { children: /* @__PURE__ */ jsx37(TimeSelectorColumn, { type: columnType, focus, separator }) });
5510
5557
  });
5511
5558
  return /* @__PURE__ */ jsxs13(
5512
5559
  "div",
@@ -5520,24 +5567,24 @@ var TimeSelector = (props) => {
5520
5567
  })
5521
5568
  ),
5522
5569
  children: [
5523
- /* @__PURE__ */ jsx36(Fragment11, { children: header }),
5524
- /* @__PURE__ */ jsx36(Fragment11, { children: fastSelection }),
5570
+ /* @__PURE__ */ jsx37(Fragment11, { children: header }),
5571
+ /* @__PURE__ */ jsx37(Fragment11, { children: fastSelection }),
5525
5572
  /* @__PURE__ */ jsxs13("div", { className: "k-time-list-container", children: [
5526
- /* @__PURE__ */ jsx36("span", { className: "k-time-highlight" }),
5573
+ /* @__PURE__ */ jsx37("span", { className: "k-time-highlight" }),
5527
5574
  columnsDom
5528
5575
  ] })
5529
5576
  ]
5530
5577
  }
5531
5578
  );
5532
5579
  };
5533
- TimeSelector.states = states21;
5534
- TimeSelector.options = options20;
5580
+ TimeSelector.states = states22;
5581
+ TimeSelector.options = options21;
5535
5582
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5536
- TimeSelector.defaultProps = defaultProps19;
5583
+ TimeSelector.defaultProps = defaultProps20;
5537
5584
 
5538
5585
  // src/time-selector/time-selector-column.tsx
5539
- import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
5540
- var states22 = [
5586
+ import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
5587
+ var states23 = [
5541
5588
  States.focus
5542
5589
  ];
5543
5590
  var TimeSelectorColumn = (props) => {
@@ -5575,10 +5622,10 @@ var TimeSelectorColumn = (props) => {
5575
5622
  break;
5576
5623
  }
5577
5624
  const items = columnData.map(
5578
- (data) => /* @__PURE__ */ jsx37(Fragment12, { children: /* @__PURE__ */ jsx37("li", { className: "k-item", children: /* @__PURE__ */ jsx37("span", { children: data }) }) })
5625
+ (data) => /* @__PURE__ */ jsx38(Fragment12, { children: /* @__PURE__ */ jsx38("li", { className: "k-item", children: /* @__PURE__ */ jsx38("span", { children: data }) }) })
5579
5626
  );
5580
5627
  return /* @__PURE__ */ jsxs14(Fragment12, { children: [
5581
- separator && /* @__PURE__ */ jsx37("div", { className: "k-time-separator", children: ":" }),
5628
+ separator && /* @__PURE__ */ jsx38("div", { className: "k-time-separator", children: ":" }),
5582
5629
  /* @__PURE__ */ jsxs14(
5583
5630
  "div",
5584
5631
  {
@@ -5591,10 +5638,10 @@ var TimeSelectorColumn = (props) => {
5591
5638
  })
5592
5639
  ),
5593
5640
  children: [
5594
- /* @__PURE__ */ jsx37("span", { className: "k-title", children: text }),
5595
- /* @__PURE__ */ jsx37("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs14("div", { className: "k-content k-scrollable k-time-container", children: [
5596
- /* @__PURE__ */ jsx37("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5597
- /* @__PURE__ */ jsx37("div", { className: "k-scrollable-placeholder" })
5641
+ /* @__PURE__ */ jsx38("span", { className: "k-title", children: text }),
5642
+ /* @__PURE__ */ jsx38("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs14("div", { className: "k-content k-scrollable k-time-container", children: [
5643
+ /* @__PURE__ */ jsx38("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5644
+ /* @__PURE__ */ jsx38("div", { className: "k-scrollable-placeholder" })
5598
5645
  ] }) })
5599
5646
  ]
5600
5647
  }
@@ -5603,7 +5650,7 @@ var TimeSelectorColumn = (props) => {
5603
5650
  };
5604
5651
 
5605
5652
  // src/time-selector/time-selector-header.tsx
5606
- import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5653
+ import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
5607
5654
  var className13 = `k-time-header`;
5608
5655
  var TimeSelectorHeader = (props) => {
5609
5656
  const {
@@ -5619,7 +5666,7 @@ var TimeSelectorHeader = (props) => {
5619
5666
  className13
5620
5667
  ),
5621
5668
  children: [
5622
- title != null && /* @__PURE__ */ jsx38("span", { className: "k-title", children: title }),
5669
+ title != null && /* @__PURE__ */ jsx39("span", { className: "k-title", children: title }),
5623
5670
  props.children
5624
5671
  ]
5625
5672
  }
@@ -5627,19 +5674,19 @@ var TimeSelectorHeader = (props) => {
5627
5674
  };
5628
5675
 
5629
5676
  // src/time-selector/time-selector-fast-selection.tsx
5630
- import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5677
+ import { jsx as jsx40, jsxs as jsxs16 } from "react/jsx-runtime";
5631
5678
 
5632
5679
  // src/datetime-selector/datetime-selector.spec.tsx
5633
- import { Fragment as Fragment13, jsx as jsx40, jsxs as jsxs17 } from "react/jsx-runtime";
5680
+ import { Fragment as Fragment13, jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
5634
5681
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5635
- var states23 = [];
5636
- var options21 = {};
5637
- var defaultProps20 = {
5682
+ var states24 = [];
5683
+ var options22 = {};
5684
+ var defaultProps21 = {
5638
5685
  tab: "date"
5639
5686
  };
5640
5687
  var DateTimeSelector = (props) => {
5641
5688
  const {
5642
- tab = defaultProps20.tab,
5689
+ tab = defaultProps21.tab,
5643
5690
  dir,
5644
5691
  ...other
5645
5692
  } = props;
@@ -5656,34 +5703,34 @@ var DateTimeSelector = (props) => {
5656
5703
  }
5657
5704
  ),
5658
5705
  children: [
5659
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs17(ButtonGroup, { stretched: true, children: [
5660
- /* @__PURE__ */ jsx40(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5661
- /* @__PURE__ */ jsx40(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5706
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs17(ButtonGroup, { stretched: true, children: [
5707
+ /* @__PURE__ */ jsx41(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5708
+ /* @__PURE__ */ jsx41(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5662
5709
  ] }) }),
5663
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs17(Fragment13, { children: [
5664
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-calendar-wrap" }),
5665
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx40(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx40(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx40(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5710
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs17(Fragment13, { children: [
5711
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-calendar-wrap" }),
5712
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx41(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx41(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx41(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5666
5713
  ] }) : /* @__PURE__ */ jsxs17(Fragment13, { children: [
5667
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx40(Calendar, { showOtherMonth: true, dir }) }),
5668
- /* @__PURE__ */ jsx40("div", { className: "k-datetime-time-wrap" })
5714
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx41(Calendar, { showOtherMonth: true, dir }) }),
5715
+ /* @__PURE__ */ jsx41("div", { className: "k-datetime-time-wrap" })
5669
5716
  ] }) }),
5670
5717
  /* @__PURE__ */ jsxs17(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5671
- /* @__PURE__ */ jsx40(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5672
- /* @__PURE__ */ jsx40(Button, { className: "k-time-cancel", children: "Cancel" })
5718
+ /* @__PURE__ */ jsx41(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5719
+ /* @__PURE__ */ jsx41(Button, { className: "k-time-cancel", children: "Cancel" })
5673
5720
  ] })
5674
5721
  ]
5675
5722
  }
5676
5723
  );
5677
5724
  };
5678
- DateTimeSelector.states = states23;
5679
- DateTimeSelector.options = options21;
5725
+ DateTimeSelector.states = states24;
5726
+ DateTimeSelector.options = options22;
5680
5727
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5681
- DateTimeSelector.defaultProps = defaultProps20;
5728
+ DateTimeSelector.defaultProps = defaultProps21;
5682
5729
 
5683
5730
  // src/datetimepicker/datetimepicker.spec.tsx
5684
- import { Fragment as Fragment14, jsx as jsx41, jsxs as jsxs18 } from "react/jsx-runtime";
5731
+ import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs18 } from "react/jsx-runtime";
5685
5732
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
5686
- var states24 = [
5733
+ var states25 = [
5687
5734
  States.hover,
5688
5735
  States.focus,
5689
5736
  States.valid,
@@ -5693,12 +5740,12 @@ var states24 = [
5693
5740
  States.loading,
5694
5741
  States.readonly
5695
5742
  ];
5696
- var options22 = {
5743
+ var options23 = {
5697
5744
  size: [Size.small, Size.medium, Size.large],
5698
5745
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5699
5746
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5700
5747
  };
5701
- var defaultProps21 = {
5748
+ var defaultProps22 = {
5702
5749
  tab: "date",
5703
5750
  size: Input.defaultProps.size,
5704
5751
  rounded: Input.defaultProps.rounded,
@@ -5722,7 +5769,7 @@ var DateTimePicker = (props) => {
5722
5769
  disabled,
5723
5770
  readonly,
5724
5771
  opened,
5725
- tab = defaultProps21.tab,
5772
+ tab = defaultProps22.tab,
5726
5773
  dir,
5727
5774
  ...other
5728
5775
  } = props;
@@ -5745,9 +5792,9 @@ var DateTimePicker = (props) => {
5745
5792
  readonly,
5746
5793
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
5747
5794
  children: [
5748
- /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5749
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5750
- /* @__PURE__ */ jsx41(
5795
+ /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5796
+ /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5797
+ /* @__PURE__ */ jsx42(
5751
5798
  InputValidationIcon,
5752
5799
  {
5753
5800
  valid,
@@ -5756,14 +5803,14 @@ var DateTimePicker = (props) => {
5756
5803
  disabled
5757
5804
  }
5758
5805
  ),
5759
- /* @__PURE__ */ jsx41(
5806
+ /* @__PURE__ */ jsx42(
5760
5807
  InputLoadingIcon,
5761
5808
  {
5762
5809
  loading,
5763
5810
  disabled
5764
5811
  }
5765
5812
  ),
5766
- /* @__PURE__ */ jsx41(
5813
+ /* @__PURE__ */ jsx42(
5767
5814
  InputClearValue,
5768
5815
  {
5769
5816
  loading,
@@ -5772,8 +5819,8 @@ var DateTimePicker = (props) => {
5772
5819
  value
5773
5820
  }
5774
5821
  ),
5775
- /* @__PURE__ */ jsx41(InputSuffix, { children: suffix }),
5776
- /* @__PURE__ */ jsx41(
5822
+ /* @__PURE__ */ jsx42(InputSuffix, { children: suffix }),
5823
+ /* @__PURE__ */ jsx42(
5777
5824
  Button,
5778
5825
  {
5779
5826
  className: "k-input-button",
@@ -5786,18 +5833,18 @@ var DateTimePicker = (props) => {
5786
5833
  ]
5787
5834
  }
5788
5835
  ),
5789
- opened && /* @__PURE__ */ jsx41(Popup, { className: "k-datetimepicker-popup", dir, children: /* @__PURE__ */ jsx41(DateTimeSelector, { tab, dir }) })
5836
+ opened && /* @__PURE__ */ jsx42(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx42(DateTimeSelector, { tab, dir }) })
5790
5837
  ] });
5791
5838
  };
5792
- DateTimePicker.states = states24;
5793
- DateTimePicker.options = options22;
5839
+ DateTimePicker.states = states25;
5840
+ DateTimePicker.options = options23;
5794
5841
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
5795
- DateTimePicker.defaultProps = defaultProps21;
5842
+ DateTimePicker.defaultProps = defaultProps22;
5796
5843
 
5797
5844
  // src/combobox/combobox.spec.tsx
5798
- import { Fragment as Fragment15, jsx as jsx42, jsxs as jsxs19 } from "react/jsx-runtime";
5845
+ import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs19 } from "react/jsx-runtime";
5799
5846
  var COMBOBOX_CLASSNAME = `k-combobox`;
5800
- var states25 = [
5847
+ var states26 = [
5801
5848
  States.hover,
5802
5849
  States.focus,
5803
5850
  States.valid,
@@ -5807,12 +5854,12 @@ var states25 = [
5807
5854
  States.disabled,
5808
5855
  States.readonly
5809
5856
  ];
5810
- var defaultProps22 = {
5857
+ var defaultProps23 = {
5811
5858
  size: Input.defaultProps.size,
5812
5859
  rounded: Input.defaultProps.rounded,
5813
5860
  fillMode: Input.defaultProps.fillMode
5814
5861
  };
5815
- var options23 = {
5862
+ var options24 = {
5816
5863
  size: [Size.small, Size.medium, Size.large],
5817
5864
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5818
5865
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5856,9 +5903,9 @@ var Combobox = (props) => {
5856
5903
  readonly,
5857
5904
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5858
5905
  children: [
5859
- /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5860
- /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5861
- /* @__PURE__ */ jsx42(
5906
+ /* @__PURE__ */ jsx43(InputPrefix, { children: prefix }),
5907
+ /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5908
+ /* @__PURE__ */ jsx43(
5862
5909
  InputValidationIcon,
5863
5910
  {
5864
5911
  valid,
@@ -5867,14 +5914,14 @@ var Combobox = (props) => {
5867
5914
  disabled
5868
5915
  }
5869
5916
  ),
5870
- /* @__PURE__ */ jsx42(
5917
+ /* @__PURE__ */ jsx43(
5871
5918
  InputLoadingIcon,
5872
5919
  {
5873
5920
  loading,
5874
5921
  disabled
5875
5922
  }
5876
5923
  ),
5877
- /* @__PURE__ */ jsx42(
5924
+ /* @__PURE__ */ jsx43(
5878
5925
  InputClearValue,
5879
5926
  {
5880
5927
  loading,
@@ -5883,8 +5930,8 @@ var Combobox = (props) => {
5883
5930
  value
5884
5931
  }
5885
5932
  ),
5886
- /* @__PURE__ */ jsx42(InputSuffix, { children: suffix }),
5887
- /* @__PURE__ */ jsx42(
5933
+ /* @__PURE__ */ jsx43(InputSuffix, { children: suffix }),
5934
+ /* @__PURE__ */ jsx43(
5888
5935
  Button,
5889
5936
  {
5890
5937
  className: "k-input-button",
@@ -5897,28 +5944,28 @@ var Combobox = (props) => {
5897
5944
  ]
5898
5945
  }
5899
5946
  ),
5900
- opened && popup && /* @__PURE__ */ jsx42(Popup, { className: "k-combobox-popup", children: popup })
5947
+ opened && popup && /* @__PURE__ */ jsx43(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5901
5948
  ] });
5902
5949
  };
5903
- Combobox.states = states25;
5904
- Combobox.options = options23;
5950
+ Combobox.states = states26;
5951
+ Combobox.options = options24;
5905
5952
  Combobox.className = COMBOBOX_CLASSNAME;
5906
- Combobox.defaultProps = defaultProps22;
5953
+ Combobox.defaultProps = defaultProps23;
5907
5954
 
5908
5955
  // src/chip/chip-action.tsx
5909
- import { jsx as jsx43 } from "react/jsx-runtime";
5956
+ import { jsx as jsx44 } from "react/jsx-runtime";
5910
5957
 
5911
5958
  // src/avatar/avatar.spec.tsx
5912
- import { jsx as jsx44 } from "react/jsx-runtime";
5959
+ import { jsx as jsx45 } from "react/jsx-runtime";
5913
5960
  var AVATAR_CLASSNAME = `k-avatar`;
5914
- var states26 = [
5961
+ var states27 = [
5915
5962
  States.hover,
5916
5963
  States.focus,
5917
5964
  States.active,
5918
5965
  States.selected,
5919
5966
  States.disabled
5920
5967
  ];
5921
- var options24 = {
5968
+ var options25 = {
5922
5969
  size: [Size.small, Size.medium, Size.large],
5923
5970
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5924
5971
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -5936,7 +5983,7 @@ var options24 = {
5936
5983
  ThemeColor.inverse
5937
5984
  ]
5938
5985
  };
5939
- var defaultProps23 = {
5986
+ var defaultProps24 = {
5940
5987
  type: "text" /* TEXT */,
5941
5988
  size: Size.medium,
5942
5989
  rounded: Roundness.full,
@@ -5946,15 +5993,15 @@ var defaultProps23 = {
5946
5993
  };
5947
5994
  var Avatar = (props) => {
5948
5995
  const {
5949
- size = defaultProps23.size,
5950
- rounded = defaultProps23.rounded,
5951
- fillMode = defaultProps23.fillMode,
5952
- themeColor = defaultProps23.themeColor,
5953
- type = defaultProps23.type,
5954
- border = defaultProps23.border,
5996
+ size = defaultProps24.size,
5997
+ rounded = defaultProps24.rounded,
5998
+ fillMode = defaultProps24.fillMode,
5999
+ themeColor = defaultProps24.themeColor,
6000
+ type = defaultProps24.type,
6001
+ border = defaultProps24.border,
5955
6002
  ...other
5956
6003
  } = props;
5957
- return /* @__PURE__ */ jsx44(
6004
+ return /* @__PURE__ */ jsx45(
5958
6005
  "div",
5959
6006
  {
5960
6007
  ...other,
@@ -5971,26 +6018,26 @@ var Avatar = (props) => {
5971
6018
  [`${AVATAR_CLASSNAME}-bordered`]: border
5972
6019
  }
5973
6020
  ),
5974
- children: /* @__PURE__ */ jsx44("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6021
+ children: /* @__PURE__ */ jsx45("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
5975
6022
  }
5976
6023
  );
5977
6024
  };
5978
- Avatar.states = states26;
5979
- Avatar.options = options24;
6025
+ Avatar.states = states27;
6026
+ Avatar.options = options25;
5980
6027
  Avatar.className = AVATAR_CLASSNAME;
5981
- Avatar.defaultProps = defaultProps23;
6028
+ Avatar.defaultProps = defaultProps24;
5982
6029
 
5983
6030
  // src/chip/chip.spec.tsx
5984
- import { jsx as jsx45, jsxs as jsxs20 } from "react/jsx-runtime";
6031
+ import { jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
5985
6032
  var CHIP_CLASSNAME = `k-chip`;
5986
- var states27 = [
6033
+ var states28 = [
5987
6034
  States.hover,
5988
6035
  States.focus,
5989
6036
  States.active,
5990
6037
  States.selected,
5991
6038
  States.disabled
5992
6039
  ];
5993
- var options25 = {
6040
+ var options26 = {
5994
6041
  size: [Size.small, Size.medium, Size.large],
5995
6042
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5996
6043
  fillMode: [FillMode.solid, FillMode.outline],
@@ -6002,7 +6049,7 @@ var options25 = {
6002
6049
  ThemeColor.info
6003
6050
  ]
6004
6051
  };
6005
- var defaultProps24 = {
6052
+ var defaultProps25 = {
6006
6053
  size: Size.medium,
6007
6054
  rounded: Roundness.medium,
6008
6055
  fillMode: FillMode.solid,
@@ -6010,10 +6057,10 @@ var defaultProps24 = {
6010
6057
  };
6011
6058
  var Chip = (props) => {
6012
6059
  const {
6013
- size = defaultProps24.size,
6014
- rounded = defaultProps24.rounded,
6015
- fillMode = defaultProps24.fillMode,
6016
- themeColor = defaultProps24.themeColor,
6060
+ size = defaultProps25.size,
6061
+ rounded = defaultProps25.rounded,
6062
+ fillMode = defaultProps25.fillMode,
6063
+ themeColor = defaultProps25.themeColor,
6017
6064
  text,
6018
6065
  icon,
6019
6066
  actions,
@@ -6047,35 +6094,35 @@ var Chip = (props) => {
6047
6094
  })
6048
6095
  ),
6049
6096
  children: [
6050
- icon && /* @__PURE__ */ jsx45(Icon, { className: "k-chip-icon", icon, size: "small" }),
6051
- showAvatar && /* @__PURE__ */ jsx45(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx45("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6052
- /* @__PURE__ */ jsx45("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx45("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6053
- actions && /* @__PURE__ */ jsx45("span", { className: "k-chip-actions", children: actions })
6097
+ icon && /* @__PURE__ */ jsx46(Icon, { className: "k-chip-icon", icon, size: "small" }),
6098
+ showAvatar && /* @__PURE__ */ jsx46(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx46("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6099
+ /* @__PURE__ */ jsx46("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx46("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6100
+ actions && /* @__PURE__ */ jsx46("span", { className: "k-chip-actions", children: actions })
6054
6101
  ]
6055
6102
  }
6056
6103
  );
6057
6104
  };
6058
- Chip.states = states27;
6059
- Chip.options = options25;
6105
+ Chip.states = states28;
6106
+ Chip.options = options26;
6060
6107
  Chip.className = CHIP_CLASSNAME;
6061
- Chip.defaultProps = defaultProps24;
6108
+ Chip.defaultProps = defaultProps25;
6062
6109
 
6063
6110
  // src/chip/chip-list.spec.tsx
6064
- import { jsx as jsx46 } from "react/jsx-runtime";
6111
+ import { jsx as jsx47 } from "react/jsx-runtime";
6065
6112
  var CHIPLIST_CLASSNAME = `k-chip-list`;
6066
- var states28 = [];
6067
- var options26 = {
6113
+ var states29 = [];
6114
+ var options27 = {
6068
6115
  size: [Size.small, Size.medium, Size.large]
6069
6116
  };
6070
- var defaultProps25 = {
6117
+ var defaultProps26 = {
6071
6118
  size: Size.medium
6072
6119
  };
6073
6120
  var ChipList = (props) => {
6074
6121
  const {
6075
- size = defaultProps25.size,
6122
+ size = defaultProps26.size,
6076
6123
  ...other
6077
6124
  } = props;
6078
- return /* @__PURE__ */ jsx46(
6125
+ return /* @__PURE__ */ jsx47(
6079
6126
  "div",
6080
6127
  {
6081
6128
  ...other,
@@ -6090,15 +6137,15 @@ var ChipList = (props) => {
6090
6137
  }
6091
6138
  );
6092
6139
  };
6093
- ChipList.states = states28;
6094
- ChipList.options = options26;
6140
+ ChipList.states = states29;
6141
+ ChipList.options = options27;
6095
6142
  ChipList.className = CHIPLIST_CLASSNAME;
6096
- ChipList.defaultProps = defaultProps25;
6143
+ ChipList.defaultProps = defaultProps26;
6097
6144
 
6098
6145
  // src/multiselect/multiselect.spec.tsx
6099
- import { Fragment as Fragment16, jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
6146
+ import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
6100
6147
  var MULTISELECT_CLASSNAME = `k-multiselect`;
6101
- var states29 = [
6148
+ var states30 = [
6102
6149
  States.hover,
6103
6150
  States.focus,
6104
6151
  States.valid,
@@ -6108,12 +6155,12 @@ var states29 = [
6108
6155
  States.loading,
6109
6156
  States.readonly
6110
6157
  ];
6111
- var options27 = {
6158
+ var options28 = {
6112
6159
  size: [Size.small, Size.medium, Size.large],
6113
6160
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6114
6161
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6115
6162
  };
6116
- var defaultProps26 = {
6163
+ var defaultProps27 = {
6117
6164
  size: Input.defaultProps.size,
6118
6165
  rounded: Input.defaultProps.rounded,
6119
6166
  fillMode: Input.defaultProps.fillMode
@@ -6159,12 +6206,12 @@ var MultiSelect = (props) => {
6159
6206
  readonly,
6160
6207
  className: classNames(props.className, MULTISELECT_CLASSNAME),
6161
6208
  children: [
6162
- /* @__PURE__ */ jsx47(InputPrefix, { children: prefix }),
6209
+ /* @__PURE__ */ jsx48(InputPrefix, { children: prefix }),
6163
6210
  /* @__PURE__ */ jsxs21("div", { className: "k-input-values", children: [
6164
- /* @__PURE__ */ jsx47(ChipList, { size, children: /* @__PURE__ */ jsx47(Fragment16, { children: tags }) }),
6165
- /* @__PURE__ */ jsx47(InputInnerInput, { placeholder, value })
6211
+ /* @__PURE__ */ jsx48(ChipList, { size, children: /* @__PURE__ */ jsx48(Fragment16, { children: tags }) }),
6212
+ /* @__PURE__ */ jsx48(InputInnerInput, { placeholder, value })
6166
6213
  ] }),
6167
- /* @__PURE__ */ jsx47(
6214
+ /* @__PURE__ */ jsx48(
6168
6215
  InputValidationIcon,
6169
6216
  {
6170
6217
  valid,
@@ -6173,14 +6220,14 @@ var MultiSelect = (props) => {
6173
6220
  disabled
6174
6221
  }
6175
6222
  ),
6176
- /* @__PURE__ */ jsx47(
6223
+ /* @__PURE__ */ jsx48(
6177
6224
  InputLoadingIcon,
6178
6225
  {
6179
6226
  loading,
6180
6227
  disabled
6181
6228
  }
6182
6229
  ),
6183
- /* @__PURE__ */ jsx47(
6230
+ /* @__PURE__ */ jsx48(
6184
6231
  InputClearValue,
6185
6232
  {
6186
6233
  loading,
@@ -6189,8 +6236,8 @@ var MultiSelect = (props) => {
6189
6236
  value: tags ? "value" : ""
6190
6237
  }
6191
6238
  ),
6192
- /* @__PURE__ */ jsx47(InputSuffix, { children: suffix }),
6193
- showArrowButton && /* @__PURE__ */ jsx47(
6239
+ /* @__PURE__ */ jsx48(InputSuffix, { children: suffix }),
6240
+ showArrowButton && /* @__PURE__ */ jsx48(
6194
6241
  Button,
6195
6242
  {
6196
6243
  className: "k-input-button",
@@ -6203,32 +6250,32 @@ var MultiSelect = (props) => {
6203
6250
  ]
6204
6251
  }
6205
6252
  ),
6206
- opened && popup && /* @__PURE__ */ jsx47(Popup, { className: "k-multiselect-popup", children: popup })
6253
+ opened && popup && /* @__PURE__ */ jsx48(Popup, { className: "k-list-container k-multiselect-popup", children: popup })
6207
6254
  ] });
6208
6255
  };
6209
- MultiSelect.states = states29;
6210
- MultiSelect.options = options27;
6256
+ MultiSelect.states = states30;
6257
+ MultiSelect.options = options28;
6211
6258
  MultiSelect.className = MULTISELECT_CLASSNAME;
6212
- MultiSelect.defaultProps = defaultProps26;
6259
+ MultiSelect.defaultProps = defaultProps27;
6213
6260
 
6214
6261
  // src/form/fieldset.tsx
6215
- import { jsx as jsx48, jsxs as jsxs22 } from "react/jsx-runtime";
6262
+ import { jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
6216
6263
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6217
6264
  var Fieldset = (props) => {
6218
6265
  const {
6219
6266
  legend
6220
6267
  } = props;
6221
6268
  return /* @__PURE__ */ jsxs22("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6222
- legend && /* @__PURE__ */ jsx48("legend", { className: "k-form-legend", children: legend }),
6269
+ legend && /* @__PURE__ */ jsx49("legend", { className: "k-form-legend", children: legend }),
6223
6270
  props.children
6224
6271
  ] });
6225
6272
  };
6226
6273
  Fieldset.className = FIELDSET_CLASSNAME;
6227
6274
 
6228
6275
  // src/form/form-field.tsx
6229
- import { jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
6276
+ import { jsx as jsx50, jsxs as jsxs23 } from "react/jsx-runtime";
6230
6277
  var FORMFIELD_CLASSNAME = "k-form-field";
6231
- var states30 = [
6278
+ var states31 = [
6232
6279
  States.disabled
6233
6280
  ];
6234
6281
  var FormField = (props) => {
@@ -6258,14 +6305,14 @@ var FormField = (props) => {
6258
6305
  "k-form-label"
6259
6306
  ), children: [
6260
6307
  label,
6261
- optional && /* @__PURE__ */ jsx49("span", { className: "k-label-optional", children: "(Optional)" }),
6262
- info && /* @__PURE__ */ jsx49("span", { className: "k-field-info", children: "(field info)" })
6308
+ optional && /* @__PURE__ */ jsx50("span", { className: "k-label-optional", children: "(Optional)" }),
6309
+ info && /* @__PURE__ */ jsx50("span", { className: "k-field-info", children: "(field info)" })
6263
6310
  ] }),
6264
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx49("span", { className: "k-label k-form-label k-label-empty" }),
6311
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx50("span", { className: "k-label k-form-label k-label-empty" }),
6265
6312
  /* @__PURE__ */ jsxs23("div", { className: "k-form-field-wrap", children: [
6266
6313
  editor,
6267
- hint && /* @__PURE__ */ jsx49("div", { className: "k-form-hint", children: hint }),
6268
- error && /* @__PURE__ */ jsx49("div", { className: "k-form-error", children: error })
6314
+ hint && /* @__PURE__ */ jsx50("div", { className: "k-form-hint", children: hint }),
6315
+ error && /* @__PURE__ */ jsx50("div", { className: "k-form-error", children: error })
6269
6316
  ] })
6270
6317
  ]
6271
6318
  }
@@ -6274,33 +6321,33 @@ var FormField = (props) => {
6274
6321
  FormField.className = FORMFIELD_CLASSNAME;
6275
6322
 
6276
6323
  // src/form/form.spec.tsx
6277
- import { jsx as jsx50, jsxs as jsxs24 } from "react/jsx-runtime";
6324
+ import { jsx as jsx51, jsxs as jsxs24 } from "react/jsx-runtime";
6278
6325
  import { createElement } from "react";
6279
6326
  var FORM_CLASSNAME = "k-form";
6280
- var states31 = [];
6281
- var options28 = {
6327
+ var states32 = [];
6328
+ var options29 = {
6282
6329
  size: [Size.small, Size.medium, Size.large]
6283
6330
  };
6284
- var defaultProps27 = {
6331
+ var defaultProps28 = {
6285
6332
  size: Size.medium,
6286
6333
  layout: "basic",
6287
6334
  tag: "form"
6288
6335
  };
6289
6336
  var Form = (props) => {
6290
6337
  const {
6291
- size = defaultProps27.size,
6338
+ size = defaultProps28.size,
6292
6339
  orientation,
6293
- layout = defaultProps27.layout,
6340
+ layout = defaultProps28.layout,
6294
6341
  formButtons,
6295
6342
  legend,
6296
6343
  cols,
6297
6344
  gapX,
6298
6345
  gapY,
6299
- tag = defaultProps27.tag,
6346
+ tag = defaultProps28.tag,
6300
6347
  children
6301
6348
  } = props;
6302
6349
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
6303
- const Parent = ({ tag: tag2, className: className14, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx50("form", { className: className14, children: children2 }) : /* @__PURE__ */ jsx50("div", { className: className14, children: children2 });
6350
+ const Parent = ({ tag: tag2, className: className14, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx51("form", { className: className14, children: children2 }) : /* @__PURE__ */ jsx51("div", { className: className14, children: children2 });
6304
6351
  const formChildren = [];
6305
6352
  if (children) {
6306
6353
  if (Array.isArray(children)) {
@@ -6314,7 +6361,7 @@ var Form = (props) => {
6314
6361
  }
6315
6362
  });
6316
6363
  } else {
6317
- children.type === FormField && formChildren.push(/* @__PURE__ */ jsx50(FormField, { ...children.props, orientation }));
6364
+ children.type === FormField && formChildren.push(/* @__PURE__ */ jsx51(FormField, { ...children.props, orientation }));
6318
6365
  }
6319
6366
  }
6320
6367
  return /* @__PURE__ */ jsxs24(Parent, { tag, className: classNames(
@@ -6327,11 +6374,11 @@ var Form = (props) => {
6327
6374
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6328
6375
  }
6329
6376
  ), children: [
6330
- /* @__PURE__ */ jsx50(
6377
+ /* @__PURE__ */ jsx51(
6331
6378
  ConditionalWrapper,
6332
6379
  {
6333
6380
  condition: layout === "grid",
6334
- wrapper: (children2) => /* @__PURE__ */ jsx50(Fieldset, { legend, children: /* @__PURE__ */ jsx50("div", { className: classNames(
6381
+ wrapper: (children2) => /* @__PURE__ */ jsx51(Fieldset, { legend, children: /* @__PURE__ */ jsx51("div", { className: classNames(
6335
6382
  "k-form-layout",
6336
6383
  "k-d-grid",
6337
6384
  {
@@ -6343,30 +6390,30 @@ var Form = (props) => {
6343
6390
  children: formChildren
6344
6391
  }
6345
6392
  ),
6346
- formButtons && /* @__PURE__ */ jsx50("div", { className: "k-form-buttons", children: formButtons })
6393
+ formButtons && /* @__PURE__ */ jsx51("div", { className: "k-form-buttons", children: formButtons })
6347
6394
  ] });
6348
6395
  };
6349
- Form.states = states31;
6350
- Form.options = options28;
6396
+ Form.states = states32;
6397
+ Form.options = options29;
6351
6398
  Form.className = FORM_CLASSNAME;
6352
- Form.defaultProps = defaultProps27;
6399
+ Form.defaultProps = defaultProps28;
6353
6400
 
6354
6401
  // src/spinbutton/spinbutton.spec.tsx
6355
- import { jsx as jsx51, jsxs as jsxs25 } from "react/jsx-runtime";
6402
+ import { jsx as jsx52, jsxs as jsxs25 } from "react/jsx-runtime";
6356
6403
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
6357
- var states32 = [];
6358
- var options29 = {
6404
+ var states33 = [];
6405
+ var options30 = {
6359
6406
  size: [Size.small, Size.medium, Size.large],
6360
6407
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6361
6408
  };
6362
- var defaultProps28 = {
6409
+ var defaultProps29 = {
6363
6410
  size: Size.medium,
6364
6411
  fillMode: FillMode.solid
6365
6412
  };
6366
6413
  var SpinButton = (props) => {
6367
6414
  const {
6368
- size = defaultProps28.size,
6369
- fillMode = defaultProps28.fillMode,
6415
+ size = defaultProps29.size,
6416
+ fillMode = defaultProps29.fillMode,
6370
6417
  ...other
6371
6418
  } = props;
6372
6419
  return /* @__PURE__ */ jsxs25(
@@ -6378,7 +6425,7 @@ var SpinButton = (props) => {
6378
6425
  props.className
6379
6426
  ),
6380
6427
  children: [
6381
- /* @__PURE__ */ jsx51(
6428
+ /* @__PURE__ */ jsx52(
6382
6429
  Button,
6383
6430
  {
6384
6431
  className: "k-spinner-increase",
@@ -6388,7 +6435,7 @@ var SpinButton = (props) => {
6388
6435
  fillMode
6389
6436
  }
6390
6437
  ),
6391
- /* @__PURE__ */ jsx51(
6438
+ /* @__PURE__ */ jsx52(
6392
6439
  Button,
6393
6440
  {
6394
6441
  className: "k-spinner-decrease",
@@ -6402,15 +6449,15 @@ var SpinButton = (props) => {
6402
6449
  }
6403
6450
  );
6404
6451
  };
6405
- SpinButton.states = states32;
6406
- SpinButton.options = options29;
6452
+ SpinButton.states = states33;
6453
+ SpinButton.options = options30;
6407
6454
  SpinButton.className = SPINBUTTON_CLASSNAME;
6408
- SpinButton.defaultProps = defaultProps28;
6455
+ SpinButton.defaultProps = defaultProps29;
6409
6456
 
6410
6457
  // src/numerictextbox/numerictextbox.spec.tsx
6411
- import { jsx as jsx52, jsxs as jsxs26 } from "react/jsx-runtime";
6458
+ import { jsx as jsx53, jsxs as jsxs26 } from "react/jsx-runtime";
6412
6459
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6413
- var states33 = [
6460
+ var states34 = [
6414
6461
  States.hover,
6415
6462
  States.focus,
6416
6463
  States.valid,
@@ -6420,12 +6467,12 @@ var states33 = [
6420
6467
  States.disabled,
6421
6468
  States.readonly
6422
6469
  ];
6423
- var options30 = {
6470
+ var options31 = {
6424
6471
  size: [Size.small, Size.medium, Size.large],
6425
6472
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6426
6473
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6427
6474
  };
6428
- var defaultProps29 = {
6475
+ var defaultProps30 = {
6429
6476
  showSpinButton: true,
6430
6477
  showClearButton: true,
6431
6478
  size: Input.defaultProps.size,
@@ -6447,8 +6494,8 @@ var NumericTextbox = (props) => {
6447
6494
  loading,
6448
6495
  disabled,
6449
6496
  readonly,
6450
- showClearButton = defaultProps29.showClearButton,
6451
- showSpinButton = defaultProps29.showSpinButton,
6497
+ showClearButton = defaultProps30.showClearButton,
6498
+ showSpinButton = defaultProps30.showSpinButton,
6452
6499
  ...other
6453
6500
  } = props;
6454
6501
  return /* @__PURE__ */ jsxs26(
@@ -6468,8 +6515,8 @@ var NumericTextbox = (props) => {
6468
6515
  readonly,
6469
6516
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6470
6517
  children: [
6471
- /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
6472
- /* @__PURE__ */ jsx52(
6518
+ /* @__PURE__ */ jsx53(InputInnerInput, { placeholder, value }),
6519
+ /* @__PURE__ */ jsx53(
6473
6520
  InputValidationIcon,
6474
6521
  {
6475
6522
  valid,
@@ -6478,14 +6525,14 @@ var NumericTextbox = (props) => {
6478
6525
  disabled
6479
6526
  }
6480
6527
  ),
6481
- /* @__PURE__ */ jsx52(
6528
+ /* @__PURE__ */ jsx53(
6482
6529
  InputLoadingIcon,
6483
6530
  {
6484
6531
  loading,
6485
6532
  disabled
6486
6533
  }
6487
6534
  ),
6488
- showClearButton && /* @__PURE__ */ jsx52(
6535
+ showClearButton && /* @__PURE__ */ jsx53(
6489
6536
  InputClearValue,
6490
6537
  {
6491
6538
  loading,
@@ -6494,7 +6541,7 @@ var NumericTextbox = (props) => {
6494
6541
  value
6495
6542
  }
6496
6543
  ),
6497
- showSpinButton && /* @__PURE__ */ jsx52(
6544
+ showSpinButton && /* @__PURE__ */ jsx53(
6498
6545
  SpinButton,
6499
6546
  {
6500
6547
  className: "k-input-spinner",
@@ -6506,15 +6553,15 @@ var NumericTextbox = (props) => {
6506
6553
  }
6507
6554
  );
6508
6555
  };
6509
- NumericTextbox.states = states33;
6510
- NumericTextbox.options = options30;
6556
+ NumericTextbox.states = states34;
6557
+ NumericTextbox.options = options31;
6511
6558
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6512
- NumericTextbox.defaultProps = defaultProps29;
6559
+ NumericTextbox.defaultProps = defaultProps30;
6513
6560
 
6514
6561
  // src/radio/radio.spec.tsx
6515
- import { jsx as jsx53 } from "react/jsx-runtime";
6562
+ import { jsx as jsx54 } from "react/jsx-runtime";
6516
6563
  var RADIOBUTTON_CLASSNAME = `k-radio`;
6517
- var states34 = [
6564
+ var states35 = [
6518
6565
  States.hover,
6519
6566
  States.focus,
6520
6567
  States.valid,
@@ -6523,10 +6570,10 @@ var states34 = [
6523
6570
  States.disabled,
6524
6571
  States.checked
6525
6572
  ];
6526
- var options31 = {
6573
+ var options32 = {
6527
6574
  size: [Size.small, Size.medium, Size.large]
6528
6575
  };
6529
- var defaultProps30 = {
6576
+ var defaultProps31 = {
6530
6577
  size: Size.medium
6531
6578
  };
6532
6579
  var RadioButton = (props) => {
@@ -6539,10 +6586,10 @@ var RadioButton = (props) => {
6539
6586
  invalid,
6540
6587
  valid,
6541
6588
  required,
6542
- size = defaultProps30.size,
6589
+ size = defaultProps31.size,
6543
6590
  ...other
6544
6591
  } = props;
6545
- return /* @__PURE__ */ jsx53("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx53(
6592
+ return /* @__PURE__ */ jsx54("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx54(
6546
6593
  "input",
6547
6594
  {
6548
6595
  ...other,
@@ -6559,15 +6606,15 @@ var RadioButton = (props) => {
6559
6606
  }
6560
6607
  ) });
6561
6608
  };
6562
- RadioButton.states = states34;
6563
- RadioButton.options = options31;
6609
+ RadioButton.states = states35;
6610
+ RadioButton.options = options32;
6564
6611
  RadioButton.className = RADIOBUTTON_CLASSNAME;
6565
- RadioButton.defaultProps = defaultProps30;
6612
+ RadioButton.defaultProps = defaultProps31;
6566
6613
 
6567
6614
  // src/datepicker/datepicker.spec.tsx
6568
- import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs27 } from "react/jsx-runtime";
6615
+ import { Fragment as Fragment17, jsx as jsx55, jsxs as jsxs27 } from "react/jsx-runtime";
6569
6616
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6570
- var states35 = [
6617
+ var states36 = [
6571
6618
  States.hover,
6572
6619
  States.focus,
6573
6620
  States.valid,
@@ -6577,12 +6624,12 @@ var states35 = [
6577
6624
  States.loading,
6578
6625
  States.readonly
6579
6626
  ];
6580
- var options32 = {
6627
+ var options33 = {
6581
6628
  size: [Size.small, Size.medium, Size.large],
6582
6629
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6583
6630
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6584
6631
  };
6585
- var defaultProps31 = {
6632
+ var defaultProps32 = {
6586
6633
  size: Input.defaultProps.size,
6587
6634
  rounded: Input.defaultProps.rounded,
6588
6635
  fillMode: Input.defaultProps.fillMode
@@ -6627,9 +6674,9 @@ var DatePicker = (props) => {
6627
6674
  readonly,
6628
6675
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6629
6676
  children: [
6630
- /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
6631
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
6632
- /* @__PURE__ */ jsx54(
6677
+ /* @__PURE__ */ jsx55(InputPrefix, { children: prefix }),
6678
+ /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
6679
+ /* @__PURE__ */ jsx55(
6633
6680
  InputValidationIcon,
6634
6681
  {
6635
6682
  valid,
@@ -6638,14 +6685,14 @@ var DatePicker = (props) => {
6638
6685
  disabled
6639
6686
  }
6640
6687
  ),
6641
- /* @__PURE__ */ jsx54(
6688
+ /* @__PURE__ */ jsx55(
6642
6689
  InputLoadingIcon,
6643
6690
  {
6644
6691
  loading,
6645
6692
  disabled
6646
6693
  }
6647
6694
  ),
6648
- /* @__PURE__ */ jsx54(
6695
+ /* @__PURE__ */ jsx55(
6649
6696
  InputClearValue,
6650
6697
  {
6651
6698
  loading,
@@ -6654,8 +6701,8 @@ var DatePicker = (props) => {
6654
6701
  value
6655
6702
  }
6656
6703
  ),
6657
- /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
6658
- /* @__PURE__ */ jsx54(
6704
+ /* @__PURE__ */ jsx55(InputSuffix, { children: suffix }),
6705
+ /* @__PURE__ */ jsx55(
6659
6706
  Button,
6660
6707
  {
6661
6708
  className: "k-input-button",
@@ -6668,16 +6715,16 @@ var DatePicker = (props) => {
6668
6715
  ]
6669
6716
  }
6670
6717
  ),
6671
- opened && /* @__PURE__ */ jsx54(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ jsx54(Calendar, { dir }) })
6718
+ opened && /* @__PURE__ */ jsx55(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx55(Calendar, { dir }) })
6672
6719
  ] });
6673
6720
  };
6674
- DatePicker.states = states35;
6675
- DatePicker.options = options32;
6721
+ DatePicker.states = states36;
6722
+ DatePicker.options = options33;
6676
6723
  DatePicker.className = DATEPICKER_CLASSNAME;
6677
- DatePicker.defaultProps = defaultProps31;
6724
+ DatePicker.defaultProps = defaultProps32;
6678
6725
 
6679
6726
  // src/scheduler/tests/scheduler-editing-weekly.tsx
6680
- import { Fragment as Fragment18, jsx as jsx55, jsxs as jsxs28 } from "react/jsx-runtime";
6727
+ import { Fragment as Fragment18, jsx as jsx56, jsxs as jsxs28 } from "react/jsx-runtime";
6681
6728
  var style = `
6682
6729
  #test-area {
6683
6730
  width: 700px;
@@ -6688,76 +6735,76 @@ var style = `
6688
6735
  }
6689
6736
  `;
6690
6737
  var scheduler_editing_weekly_default = () => /* @__PURE__ */ jsxs28(Fragment18, { children: [
6691
- /* @__PURE__ */ jsx55("style", { children: style }),
6692
- /* @__PURE__ */ jsx55("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx55("section", { children: /* @__PURE__ */ jsx55(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6693
- /* @__PURE__ */ jsx55(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6694
- /* @__PURE__ */ jsx55(Button, { icon: "cancel", children: "Cancel" }),
6695
- /* @__PURE__ */ jsx55("span", { className: "k-spacer" }),
6696
- /* @__PURE__ */ jsx55(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
6738
+ /* @__PURE__ */ jsx56("style", { children: style }),
6739
+ /* @__PURE__ */ jsx56("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsx56(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6740
+ /* @__PURE__ */ jsx56(Button, { themeColor: "primary", icon: "save", children: "Save" }),
6741
+ /* @__PURE__ */ jsx56(Button, { icon: "cancel", children: "Cancel" }),
6742
+ /* @__PURE__ */ jsx56("span", { className: "k-spacer" }),
6743
+ /* @__PURE__ */ jsx56(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
6697
6744
  ] }), children: /* @__PURE__ */ jsxs28(Form, { tag: "div", className: "k-scheduler-edit-form", orientation: "vertical", children: [
6698
- /* @__PURE__ */ jsx55(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx55(Textbox, { invalid: true, value: "Invalid" }) }),
6699
- /* @__PURE__ */ jsx55(FormField, { label: "Start", editor: /* @__PURE__ */ jsx55(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
6700
- /* @__PURE__ */ jsx55(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6701
- /* @__PURE__ */ jsx55(Checkbox, { checked: true }),
6702
- /* @__PURE__ */ jsx55("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
6745
+ /* @__PURE__ */ jsx56(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx56(Textbox, { invalid: true, value: "Invalid" }) }),
6746
+ /* @__PURE__ */ jsx56(FormField, { label: "Start", editor: /* @__PURE__ */ jsx56(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
6747
+ /* @__PURE__ */ jsx56(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6748
+ /* @__PURE__ */ jsx56(Checkbox, { checked: true }),
6749
+ /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
6703
6750
  ] }) }),
6704
- /* @__PURE__ */ jsx55(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx55(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
6705
- /* @__PURE__ */ jsx55(FormField, { label: "End", editor: /* @__PURE__ */ jsx55(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
6706
- /* @__PURE__ */ jsx55(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6707
- /* @__PURE__ */ jsx55(Checkbox, { checked: true }),
6708
- /* @__PURE__ */ jsx55("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
6751
+ /* @__PURE__ */ jsx56(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx56(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
6752
+ /* @__PURE__ */ jsx56(FormField, { label: "End", editor: /* @__PURE__ */ jsx56(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
6753
+ /* @__PURE__ */ jsx56(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6754
+ /* @__PURE__ */ jsx56(Checkbox, { checked: true }),
6755
+ /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
6709
6756
  ] }) }),
6710
- /* @__PURE__ */ jsx55(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx55(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
6711
- /* @__PURE__ */ jsx55(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6712
- /* @__PURE__ */ jsx55(Checkbox, {}),
6713
- /* @__PURE__ */ jsx55("label", { className: "k-checkbox-label", children: "All Day Event" })
6757
+ /* @__PURE__ */ jsx56(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx56(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
6758
+ /* @__PURE__ */ jsx56(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6759
+ /* @__PURE__ */ jsx56(Checkbox, {}),
6760
+ /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "All Day Event" })
6714
6761
  ] }) }),
6715
- /* @__PURE__ */ jsx55(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs28("div", { className: "k-recurrence-editor", children: [
6762
+ /* @__PURE__ */ jsx56(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs28("div", { className: "k-recurrence-editor", children: [
6716
6763
  /* @__PURE__ */ jsxs28(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
6717
- /* @__PURE__ */ jsx55(Button, { children: "Never" }),
6718
- /* @__PURE__ */ jsx55(Button, { children: "Daily" }),
6719
- /* @__PURE__ */ jsx55(Button, { selected: true, children: "Weekly" }),
6720
- /* @__PURE__ */ jsx55(Button, { children: "Monthly" }),
6721
- /* @__PURE__ */ jsx55(Button, { children: "Yearly" })
6764
+ /* @__PURE__ */ jsx56(Button, { children: "Never" }),
6765
+ /* @__PURE__ */ jsx56(Button, { children: "Daily" }),
6766
+ /* @__PURE__ */ jsx56(Button, { selected: true, children: "Weekly" }),
6767
+ /* @__PURE__ */ jsx56(Button, { children: "Monthly" }),
6768
+ /* @__PURE__ */ jsx56(Button, { children: "Yearly" })
6722
6769
  ] }),
6723
6770
  /* @__PURE__ */ jsxs28("div", { className: "k-recur-view", children: [
6724
6771
  /* @__PURE__ */ jsxs28("div", { className: "k-scheduler-recurrence-interval-editor", children: [
6725
- /* @__PURE__ */ jsx55(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6726
- /* @__PURE__ */ jsx55(NumericTextbox, { className: "k-recur-interval" }),
6727
- /* @__PURE__ */ jsx55("span", { children: " weeks(s)" })
6772
+ /* @__PURE__ */ jsx56(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs28(Fragment18, { children: [
6773
+ /* @__PURE__ */ jsx56(NumericTextbox, { className: "k-recur-interval" }),
6774
+ /* @__PURE__ */ jsx56("span", { children: " weeks(s)" })
6728
6775
  ] }) }),
6729
- /* @__PURE__ */ jsx55(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs28(ButtonGroup, { stretched: true, children: [
6730
- /* @__PURE__ */ jsx55(Button, { children: "Sun" }),
6731
- /* @__PURE__ */ jsx55(Button, { selected: true, children: "Mon" }),
6732
- /* @__PURE__ */ jsx55(Button, { children: "Tue" }),
6733
- /* @__PURE__ */ jsx55(Button, { children: "Wed" }),
6734
- /* @__PURE__ */ jsx55(Button, { children: "Thu" }),
6735
- /* @__PURE__ */ jsx55(Button, { children: "Fri" }),
6736
- /* @__PURE__ */ jsx55(Button, { children: "Sat" })
6776
+ /* @__PURE__ */ jsx56(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs28(ButtonGroup, { stretched: true, children: [
6777
+ /* @__PURE__ */ jsx56(Button, { children: "Sun" }),
6778
+ /* @__PURE__ */ jsx56(Button, { selected: true, children: "Mon" }),
6779
+ /* @__PURE__ */ jsx56(Button, { children: "Tue" }),
6780
+ /* @__PURE__ */ jsx56(Button, { children: "Wed" }),
6781
+ /* @__PURE__ */ jsx56(Button, { children: "Thu" }),
6782
+ /* @__PURE__ */ jsx56(Button, { children: "Fri" }),
6783
+ /* @__PURE__ */ jsx56(Button, { children: "Sat" })
6737
6784
  ] }) })
6738
6785
  ] }),
6739
- /* @__PURE__ */ jsx55("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx55(FormField, { label: "End", editor: /* @__PURE__ */ jsxs28("ul", { className: "k-radio-list", children: [
6786
+ /* @__PURE__ */ jsx56("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx56(FormField, { label: "End", editor: /* @__PURE__ */ jsxs28("ul", { className: "k-radio-list", children: [
6740
6787
  /* @__PURE__ */ jsxs28("li", { className: "k-radio-list-item", children: [
6741
- /* @__PURE__ */ jsx55(RadioButton, { id: "k-endrule-never" }),
6742
- /* @__PURE__ */ jsx55("label", { className: "k-radio-label", htmlFor: "k-endrule-never", children: "Never" })
6788
+ /* @__PURE__ */ jsx56(RadioButton, { id: "k-endrule-never" }),
6789
+ /* @__PURE__ */ jsx56("label", { className: "k-radio-label", htmlFor: "k-endrule-never", children: "Never" })
6743
6790
  ] }),
6744
6791
  /* @__PURE__ */ jsxs28("li", { className: "k-radio-list-item", children: [
6745
- /* @__PURE__ */ jsx55(RadioButton, { id: "k-endrule-count" }),
6746
- /* @__PURE__ */ jsx55("label", { className: "k-radio-label", htmlFor: "k-endrule-count", children: "After" }),
6747
- /* @__PURE__ */ jsx55(NumericTextbox, { className: "k-recur-count" }),
6748
- /* @__PURE__ */ jsx55("span", { children: "occurrence(s)" })
6792
+ /* @__PURE__ */ jsx56(RadioButton, { id: "k-endrule-count" }),
6793
+ /* @__PURE__ */ jsx56("label", { className: "k-radio-label", htmlFor: "k-endrule-count", children: "After" }),
6794
+ /* @__PURE__ */ jsx56(NumericTextbox, { className: "k-recur-count" }),
6795
+ /* @__PURE__ */ jsx56("span", { children: "occurrence(s)" })
6749
6796
  ] }),
6750
6797
  /* @__PURE__ */ jsxs28("li", { className: "k-radio-list-item", children: [
6751
- /* @__PURE__ */ jsx55(RadioButton, { id: "k-endrule-until" }),
6752
- /* @__PURE__ */ jsx55("label", { className: "k-radio-label", htmlFor: "k-endrule-until", children: "On" }),
6753
- /* @__PURE__ */ jsx55(DatePicker, { className: "k-recur-until", disabled: true })
6798
+ /* @__PURE__ */ jsx56(RadioButton, { id: "k-endrule-until" }),
6799
+ /* @__PURE__ */ jsx56("label", { className: "k-radio-label", htmlFor: "k-endrule-until", children: "On" }),
6800
+ /* @__PURE__ */ jsx56(DatePicker, { className: "k-recur-until", disabled: true })
6754
6801
  ] })
6755
6802
  ] }) }) })
6756
6803
  ] })
6757
6804
  ] }) }),
6758
- /* @__PURE__ */ jsx55(FormField, { label: "Description", editor: /* @__PURE__ */ jsx55(Textarea, {}) }),
6759
- /* @__PURE__ */ jsx55(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx55(Combobox, { placeholder: "Select owner" }) }),
6760
- /* @__PURE__ */ jsx55(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx55(MultiSelect, { placeholder: "Invite people" }) })
6805
+ /* @__PURE__ */ jsx56(FormField, { label: "Description", editor: /* @__PURE__ */ jsx56(Textarea, {}) }),
6806
+ /* @__PURE__ */ jsx56(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx56(Combobox, { placeholder: "Select owner" }) }),
6807
+ /* @__PURE__ */ jsx56(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx56(MultiSelect, { placeholder: "Invite people" }) })
6761
6808
  ] }) }) }) })
6762
6809
  ] });
6763
6810
  export {