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