@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
@@ -4814,43 +4814,90 @@ Textbox.options = options13;
4814
4814
  Textbox.className = TEXTBOX_CLASSNAME;
4815
4815
  Textbox.defaultProps = defaultProps11;
4816
4816
 
4817
- // src/popup/popup.spec.tsx
4817
+ // src/animation-container/animation-container.spec.tsx
4818
4818
  import { jsx as jsx21 } from "react/jsx-runtime";
4819
- var POPUP_CLASSNAME = `k-popup`;
4819
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4820
4820
  var states15 = [];
4821
4821
  var options14 = {};
4822
- var defaultProps12 = {};
4822
+ var defaultProps12 = {
4823
+ positionMode: "absolute"
4824
+ };
4825
+ var AnimationContainer = (props) => {
4826
+ const {
4827
+ positionMode,
4828
+ animationStyle,
4829
+ offset,
4830
+ ...other
4831
+ } = props;
4832
+ return /* @__PURE__ */ jsx21(
4833
+ "div",
4834
+ {
4835
+ ...other,
4836
+ style: { ...offset, ...props.style },
4837
+ className: classNames(
4838
+ ANIMATION_CONTAINER_CLASSNAME,
4839
+ "k-animation-container-shown",
4840
+ {
4841
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4842
+ }
4843
+ ),
4844
+ children: /* @__PURE__ */ jsx21("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4845
+ }
4846
+ );
4847
+ };
4848
+ AnimationContainer.states = states15;
4849
+ AnimationContainer.options = options14;
4850
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4851
+ AnimationContainer.defaultProps = defaultProps12;
4852
+
4853
+ // src/popup/popup.spec.tsx
4854
+ import { jsx as jsx22 } from "react/jsx-runtime";
4855
+ var POPUP_CLASSNAME = `k-popup`;
4856
+ var states16 = [];
4857
+ var options15 = {};
4858
+ var defaultProps13 = {
4859
+ positionMode: "absolute"
4860
+ };
4823
4861
  var Popup = (props) => {
4824
4862
  const {
4863
+ offset,
4864
+ positionMode,
4825
4865
  ...other
4826
4866
  } = props;
4827
- return /* @__PURE__ */ jsx21("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4867
+ return /* @__PURE__ */ jsx22(
4868
+ AnimationContainer,
4869
+ {
4870
+ positionMode,
4871
+ offset,
4872
+ children: /* @__PURE__ */ jsx22("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4873
+ }
4874
+ );
4828
4875
  };
4829
- Popup.states = states15;
4830
- Popup.options = options14;
4876
+ Popup.states = states16;
4877
+ Popup.options = options15;
4831
4878
  Popup.className = POPUP_CLASSNAME;
4832
- Popup.defaultProps = defaultProps12;
4879
+ Popup.defaultProps = defaultProps13;
4833
4880
 
4834
4881
  // src/button-group/button-group.spec.tsx
4835
- import { jsx as jsx22 } from "react/jsx-runtime";
4882
+ import { jsx as jsx23 } from "react/jsx-runtime";
4836
4883
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4837
- var states16 = [
4884
+ var states17 = [
4838
4885
  States.disabled
4839
4886
  ];
4840
- var options15 = {
4887
+ var options16 = {
4841
4888
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4842
4889
  };
4843
- var defaultProps13 = {
4890
+ var defaultProps14 = {
4844
4891
  fillMode: FillMode.solid
4845
4892
  };
4846
4893
  var ButtonGroup = (props) => {
4847
4894
  const {
4848
- fillMode = defaultProps13.fillMode,
4895
+ fillMode = defaultProps14.fillMode,
4849
4896
  disabled,
4850
4897
  stretched,
4851
4898
  ...other
4852
4899
  } = props;
4853
- return /* @__PURE__ */ jsx22(
4900
+ return /* @__PURE__ */ jsx23(
4854
4901
  "div",
4855
4902
  {
4856
4903
  ...other,
@@ -4871,31 +4918,31 @@ var ButtonGroup = (props) => {
4871
4918
  }
4872
4919
  );
4873
4920
  };
4874
- ButtonGroup.states = states16;
4875
- ButtonGroup.options = options15;
4921
+ ButtonGroup.states = states17;
4922
+ ButtonGroup.options = options16;
4876
4923
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4877
- ButtonGroup.defaultProps = defaultProps13;
4924
+ ButtonGroup.defaultProps = defaultProps14;
4878
4925
 
4879
4926
  // src/button-group/templates/icon-button-group.tsx
4880
- import { jsx as jsx23, jsxs as jsxs5 } from "react/jsx-runtime";
4927
+ import { jsx as jsx24, jsxs as jsxs5 } from "react/jsx-runtime";
4881
4928
 
4882
4929
  // src/button-group/templates/icon-text-button-group.tsx
4883
- import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4930
+ import { jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
4884
4931
 
4885
4932
  // src/button-group/templates/text-button-group.tsx
4886
- import { jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
4933
+ import { jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
4887
4934
 
4888
4935
  // src/button-group/templates/mixed-button-group.tsx
4889
- import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
4936
+ import { jsx as jsx27, jsxs as jsxs8 } from "react/jsx-runtime";
4890
4937
 
4891
4938
  // src/calendar/calendar.spec.tsx
4892
- import { jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
4939
+ import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
4893
4940
  var CALENDAR_CLASSNAME = `k-calendar`;
4894
- var states17 = [];
4895
- var options16 = {
4941
+ var states18 = [];
4942
+ var options17 = {
4896
4943
  size: [Size.small, Size.medium, Size.large]
4897
4944
  };
4898
- var defaultProps14 = {
4945
+ var defaultProps15 = {
4899
4946
  size: Size.medium,
4900
4947
  viewsCount: 1,
4901
4948
  orientation: "horizontal",
@@ -4904,11 +4951,11 @@ var defaultProps14 = {
4904
4951
  };
4905
4952
  var Calendar = (props) => {
4906
4953
  const {
4907
- size = defaultProps14.size,
4908
- orientation = defaultProps14.orientation,
4909
- calendarView = defaultProps14.calendarView,
4910
- calendarHeaderText = defaultProps14.calendarHeaderText,
4911
- viewsCount = defaultProps14.viewsCount,
4954
+ size = defaultProps15.size,
4955
+ orientation = defaultProps15.orientation,
4956
+ calendarView = defaultProps15.calendarView,
4957
+ calendarHeaderText = defaultProps15.calendarHeaderText,
4958
+ viewsCount = defaultProps15.viewsCount,
4912
4959
  showWeek,
4913
4960
  showOtherMonth,
4914
4961
  showCalendarCaption,
@@ -4933,7 +4980,7 @@ var Calendar = (props) => {
4933
4980
  }
4934
4981
  ),
4935
4982
  children: [
4936
- /* @__PURE__ */ jsx27(
4983
+ /* @__PURE__ */ jsx28(
4937
4984
  CalendarHeader,
4938
4985
  {
4939
4986
  showToday: showCalendarFooter ? false : true,
@@ -4943,7 +4990,7 @@ var Calendar = (props) => {
4943
4990
  dir
4944
4991
  }
4945
4992
  ),
4946
- /* @__PURE__ */ jsx27(
4993
+ /* @__PURE__ */ jsx28(
4947
4994
  CalendarView,
4948
4995
  {
4949
4996
  calendarView,
@@ -4955,19 +5002,19 @@ var Calendar = (props) => {
4955
5002
  selectedRange
4956
5003
  }
4957
5004
  ),
4958
- showCalendarFooter && /* @__PURE__ */ jsx27(CalendarFooter, {})
5005
+ showCalendarFooter && /* @__PURE__ */ jsx28(CalendarFooter, {})
4959
5006
  ]
4960
5007
  }
4961
5008
  );
4962
5009
  };
4963
- Calendar.states = states17;
4964
- Calendar.options = options16;
5010
+ Calendar.states = states18;
5011
+ Calendar.options = options17;
4965
5012
  Calendar.className = CALENDAR_CLASSNAME;
4966
- Calendar.defaultProps = defaultProps14;
5013
+ Calendar.defaultProps = defaultProps15;
4967
5014
 
4968
5015
  // src/calendar/calendar-cell.tsx
4969
- import { jsx as jsx28 } from "react/jsx-runtime";
4970
- var states18 = [
5016
+ import { jsx as jsx29 } from "react/jsx-runtime";
5017
+ var states19 = [
4971
5018
  States.hover,
4972
5019
  States.focus,
4973
5020
  States.active,
@@ -5016,21 +5063,21 @@ var CalendarCell = (props) => {
5016
5063
  }
5017
5064
  ];
5018
5065
  if (headerCell) {
5019
- return /* @__PURE__ */ jsx28("th", { ...other, className: classNames(calendarCellClasses), children: text });
5066
+ return /* @__PURE__ */ jsx29("th", { ...other, className: classNames(calendarCellClasses), children: text });
5020
5067
  }
5021
5068
  if (weekCell) {
5022
- return /* @__PURE__ */ jsx28("td", { ...other, className: classNames(calendarCellClasses), children: text });
5069
+ return /* @__PURE__ */ jsx29("td", { ...other, className: classNames(calendarCellClasses), children: text });
5023
5070
  }
5024
- return /* @__PURE__ */ jsx28("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx28("span", { className: "k-link", children: text }) });
5071
+ return /* @__PURE__ */ jsx29("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx29("span", { className: "k-link", children: text }) });
5025
5072
  };
5026
5073
 
5027
5074
  // src/calendar/calendar-header.tsx
5028
- import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
5075
+ import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5029
5076
  var className9 = `k-calendar-header`;
5030
- var options17 = {
5077
+ var options18 = {
5031
5078
  size: [Size.small, Size.medium, Size.large]
5032
5079
  };
5033
- var defaultProps15 = {
5080
+ var defaultProps16 = {
5034
5081
  calendarHeaderText: "October 2021",
5035
5082
  showToday: true,
5036
5083
  orientation: "horizontal",
@@ -5038,10 +5085,10 @@ var defaultProps15 = {
5038
5085
  };
5039
5086
  var CalendarHeader = (props) => {
5040
5087
  const {
5041
- calendarHeaderText = defaultProps15.calendarHeaderText,
5042
- showToday = defaultProps15.showToday,
5043
- orientation = defaultProps15.orientation,
5044
- size = defaultProps15.size,
5088
+ calendarHeaderText = defaultProps16.calendarHeaderText,
5089
+ showToday = defaultProps16.showToday,
5090
+ orientation = defaultProps16.orientation,
5091
+ size = defaultProps16.size,
5045
5092
  dir,
5046
5093
  ...other
5047
5094
  } = props;
@@ -5059,12 +5106,12 @@ var CalendarHeader = (props) => {
5059
5106
  }
5060
5107
  ),
5061
5108
  children: [
5062
- /* @__PURE__ */ jsx29(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5063
- /* @__PURE__ */ jsx29("span", { className: "k-spacer" }),
5109
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5110
+ /* @__PURE__ */ jsx30("span", { className: "k-spacer" }),
5064
5111
  /* @__PURE__ */ jsxs10("span", { className: "k-calendar-nav", children: [
5065
- /* @__PURE__ */ jsx29(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5066
- showToday && /* @__PURE__ */ jsx29(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5067
- /* @__PURE__ */ jsx29(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5112
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5113
+ showToday && /* @__PURE__ */ jsx30(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5114
+ /* @__PURE__ */ jsx30(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5068
5115
  ] })
5069
5116
  ]
5070
5117
  }
@@ -5072,12 +5119,12 @@ var CalendarHeader = (props) => {
5072
5119
  };
5073
5120
 
5074
5121
  // src/calendar/calendar-footer.tsx
5075
- import { jsx as jsx30 } from "react/jsx-runtime";
5122
+ import { jsx as jsx31 } from "react/jsx-runtime";
5076
5123
  var className10 = `k-calendar-footer`;
5077
- var CalendarFooter = (props) => /* @__PURE__ */ jsx30("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx30(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5124
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx31("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx31(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5078
5125
 
5079
5126
  // src/calendar/calendar-table.tsx
5080
- import { jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
5127
+ import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5081
5128
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5082
5129
  var CalendarTable = (props) => {
5083
5130
  const {
@@ -5098,25 +5145,25 @@ var CalendarTable = (props) => {
5098
5145
  CALENDARTABLE_CLASSNAME
5099
5146
  ),
5100
5147
  children: [
5101
- showCalendarCaption && /* @__PURE__ */ jsx31("caption", { className: "k-calendar-caption", children: "2022" }),
5148
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2022" }),
5102
5149
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5103
5150
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5104
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Jan" }),
5105
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Feb" }),
5106
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Mar" }),
5107
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Apr" })
5151
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jan" }),
5152
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Feb" }),
5153
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Mar" }),
5154
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Apr" })
5108
5155
  ] }),
5109
5156
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5110
- /* @__PURE__ */ jsx31(CalendarCell, { text: "May" }),
5111
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Jun", hover: true }),
5112
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Jul", focus: true }),
5113
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Au", selected: true })
5157
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "May" }),
5158
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jun", hover: true }),
5159
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Jul", focus: true }),
5160
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Au", selected: true })
5114
5161
  ] }),
5115
5162
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5116
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Sep" }),
5117
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Oct", today: true }),
5118
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Nov" }),
5119
- /* @__PURE__ */ jsx31(CalendarCell, { text: "Dec" })
5163
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Sep" }),
5164
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Oct", today: true }),
5165
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Nov" }),
5166
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "Dec" })
5120
5167
  ] })
5121
5168
  ] })
5122
5169
  ]
@@ -5133,25 +5180,25 @@ var CalendarTable = (props) => {
5133
5180
  CALENDARTABLE_CLASSNAME
5134
5181
  ),
5135
5182
  children: [
5136
- showCalendarCaption && /* @__PURE__ */ jsx31("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5183
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5137
5184
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5138
5185
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5139
- /* @__PURE__ */ jsx31(CalendarCell, { className: "k-out-of-range" }),
5140
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2020" }),
5141
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2021", today: true }),
5142
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2022" })
5186
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" }),
5187
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2020" }),
5188
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2021", today: true }),
5189
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2022" })
5143
5190
  ] }),
5144
5191
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5145
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2023" }),
5146
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2024", hover: true }),
5147
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2025", focus: true }),
5148
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2026", selected: true })
5192
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2023" }),
5193
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2024", hover: true }),
5194
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2025", focus: true }),
5195
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2026", selected: true })
5149
5196
  ] }),
5150
5197
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5151
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2027" }),
5152
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2028" }),
5153
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2029" }),
5154
- /* @__PURE__ */ jsx31(CalendarCell, { className: "k-out-of-range" })
5198
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2027" }),
5199
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2028" }),
5200
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2029" }),
5201
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" })
5155
5202
  ] })
5156
5203
  ] })
5157
5204
  ]
@@ -5168,25 +5215,25 @@ var CalendarTable = (props) => {
5168
5215
  CALENDARTABLE_CLASSNAME
5169
5216
  ),
5170
5217
  children: [
5171
- showCalendarCaption && /* @__PURE__ */ jsx31("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5218
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5172
5219
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5173
5220
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5174
- /* @__PURE__ */ jsx31(CalendarCell, { text: "1990 - 1999" }),
5175
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2000 - 2009" }),
5176
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2010 - 2019", today: true }),
5177
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2020 - 2029" })
5221
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1990 - 1999" }),
5222
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2000 - 2009" }),
5223
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2010 - 2019", today: true }),
5224
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2020 - 2029" })
5178
5225
  ] }),
5179
5226
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5180
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2030 - 2039" }),
5181
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2040 - 2049", hover: true }),
5182
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2050 - 2059", focus: true }),
5183
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2060 - 2069", selected: true })
5227
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2030 - 2039" }),
5228
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2040 - 2049", hover: true }),
5229
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2050 - 2059", focus: true }),
5230
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2060 - 2069", selected: true })
5184
5231
  ] }),
5185
5232
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5186
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2070 - 2079" }),
5187
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2080 - 2089" }),
5188
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2090 - 2099" }),
5189
- /* @__PURE__ */ jsx31(CalendarCell, { className: "k-out-of-range" })
5233
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2070 - 2079" }),
5234
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2080 - 2089" }),
5235
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2090 - 2099" }),
5236
+ /* @__PURE__ */ jsx32(CalendarCell, { className: "k-out-of-range" })
5190
5237
  ] })
5191
5238
  ] })
5192
5239
  ]
@@ -5202,68 +5249,68 @@ var CalendarTable = (props) => {
5202
5249
  CALENDARTABLE_CLASSNAME
5203
5250
  ),
5204
5251
  children: [
5205
- showCalendarCaption && /* @__PURE__ */ jsx31("caption", { className: "k-calendar-caption", children: "October 2021" }),
5206
- /* @__PURE__ */ jsx31(CalendarTableHead, { showWeek }),
5252
+ showCalendarCaption && /* @__PURE__ */ jsx32("caption", { className: "k-calendar-caption", children: "October 2021" }),
5253
+ /* @__PURE__ */ jsx32(CalendarTableHead, { showWeek }),
5207
5254
  /* @__PURE__ */ jsxs11("tbody", { className: "k-calendar-tbody", children: [
5208
5255
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5209
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "39", weekCell: true }),
5210
- /* @__PURE__ */ jsx31(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5211
- /* @__PURE__ */ jsx31(CalendarCell, { text: "1" }),
5212
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2" }),
5213
- /* @__PURE__ */ jsx31(CalendarCell, { text: "3" }),
5214
- /* @__PURE__ */ jsx31(CalendarCell, { text: "4" }),
5215
- /* @__PURE__ */ jsx31(CalendarCell, { text: "5" }),
5216
- /* @__PURE__ */ jsx31(CalendarCell, { text: "6", weekend: true })
5256
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "39", weekCell: true }),
5257
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5258
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1" }),
5259
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2" }),
5260
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "3" }),
5261
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "4" }),
5262
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "5" }),
5263
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "6", weekend: true })
5217
5264
  ] }),
5218
5265
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5219
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "40", weekCell: true }),
5220
- /* @__PURE__ */ jsx31(CalendarCell, { text: "7", weekend: true }),
5221
- /* @__PURE__ */ jsx31(CalendarCell, { text: "8", hover: true }),
5222
- /* @__PURE__ */ jsx31(CalendarCell, { text: "9", focus: true }),
5223
- /* @__PURE__ */ jsx31(CalendarCell, { text: "10", selected: true }),
5224
- /* @__PURE__ */ jsx31(CalendarCell, { text: "11", hover: true, focus: true }),
5225
- /* @__PURE__ */ jsx31(CalendarCell, { text: "12", hover: true, selected: true }),
5226
- /* @__PURE__ */ jsx31(CalendarCell, { text: "13", weekend: true })
5266
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "40", weekCell: true }),
5267
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "7", weekend: true }),
5268
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "8", hover: true }),
5269
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "9", focus: true }),
5270
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "10", selected: true }),
5271
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "11", hover: true, focus: true }),
5272
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "12", hover: true, selected: true }),
5273
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "13", weekend: true })
5227
5274
  ] }),
5228
5275
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5229
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "41", weekCell: true }),
5230
- /* @__PURE__ */ jsx31(CalendarCell, { text: "14", weekend: true }),
5231
- /* @__PURE__ */ jsx31(CalendarCell, { text: "15" }),
5232
- /* @__PURE__ */ jsx31(CalendarCell, { text: "16", today: true }),
5233
- /* @__PURE__ */ jsx31(CalendarCell, { text: "17" }),
5234
- /* @__PURE__ */ jsx31(CalendarCell, { text: "18" }),
5235
- /* @__PURE__ */ jsx31(CalendarCell, { text: "19" }),
5236
- /* @__PURE__ */ jsx31(CalendarCell, { text: "20", weekend: true })
5276
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "41", weekCell: true }),
5277
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "14", weekend: true }),
5278
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "15" }),
5279
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "16", today: true }),
5280
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "17" }),
5281
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "18" }),
5282
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "19" }),
5283
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "20", weekend: true })
5237
5284
  ] }),
5238
5285
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5239
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "42", weekCell: true }),
5240
- /* @__PURE__ */ jsx31(CalendarCell, { text: "21", weekend: true }),
5241
- /* @__PURE__ */ jsx31(CalendarCell, { text: "22" }),
5242
- /* @__PURE__ */ jsx31(CalendarCell, { text: "23" }),
5243
- /* @__PURE__ */ jsx31(CalendarCell, { text: "24" }),
5244
- /* @__PURE__ */ jsx31(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5245
- /* @__PURE__ */ jsx31(CalendarCell, { text: "26", rangeMid: selectedRange }),
5246
- /* @__PURE__ */ jsx31(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5286
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "42", weekCell: true }),
5287
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "21", weekend: true }),
5288
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "22" }),
5289
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "23" }),
5290
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "24" }),
5291
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5292
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "26", rangeMid: selectedRange }),
5293
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5247
5294
  ] }),
5248
5295
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5249
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "43", weekCell: true }),
5250
- /* @__PURE__ */ jsx31(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5251
- /* @__PURE__ */ jsx31(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5252
- /* @__PURE__ */ jsx31(CalendarCell, { text: "30" }),
5253
- /* @__PURE__ */ jsx31(CalendarCell, { text: "31" }),
5254
- /* @__PURE__ */ jsx31(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5255
- /* @__PURE__ */ jsx31(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5256
- /* @__PURE__ */ jsx31(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5296
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "43", weekCell: true }),
5297
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5298
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5299
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "30" }),
5300
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "31" }),
5301
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5302
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5303
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5257
5304
  ] }),
5258
5305
  /* @__PURE__ */ jsxs11("tr", { className: "k-calendar-tr", children: [
5259
- showWeek && /* @__PURE__ */ jsx31(CalendarCell, { text: "44", weekCell: true }),
5260
- /* @__PURE__ */ jsx31(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5261
- /* @__PURE__ */ jsx31(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5262
- /* @__PURE__ */ jsx31(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5263
- /* @__PURE__ */ jsx31(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5264
- /* @__PURE__ */ jsx31(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5265
- /* @__PURE__ */ jsx31(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5266
- /* @__PURE__ */ jsx31(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5306
+ showWeek && /* @__PURE__ */ jsx32(CalendarCell, { text: "44", weekCell: true }),
5307
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5308
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5309
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5310
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5311
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5312
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5313
+ /* @__PURE__ */ jsx32(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5267
5314
  ] })
5268
5315
  ] })
5269
5316
  ]
@@ -5272,52 +5319,52 @@ var CalendarTable = (props) => {
5272
5319
  };
5273
5320
 
5274
5321
  // src/calendar/calendar-table-head.tsx
5275
- import { jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
5322
+ import { jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
5276
5323
  var className11 = `k-calendar-thead`;
5277
5324
  var CalendarTableHead = (props) => {
5278
5325
  const {
5279
5326
  showWeek,
5280
5327
  ...other
5281
5328
  } = props;
5282
- return /* @__PURE__ */ jsx32(
5329
+ return /* @__PURE__ */ jsx33(
5283
5330
  "thead",
5284
5331
  {
5285
5332
  ...other,
5286
5333
  className: classNames(props.className, className11),
5287
5334
  children: /* @__PURE__ */ jsxs12("tr", { className: "k-calendar-tr", children: [
5288
- showWeek && /* @__PURE__ */ jsx32(CalendarCell, { weekCell: true, headerCell: true }),
5289
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Su", headerCell: true }),
5290
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Mo", headerCell: true }),
5291
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Tu", headerCell: true }),
5292
- /* @__PURE__ */ jsx32(CalendarCell, { text: "We", headerCell: true }),
5293
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Th", headerCell: true }),
5294
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Fr", headerCell: true }),
5295
- /* @__PURE__ */ jsx32(CalendarCell, { text: "Sa", headerCell: true })
5335
+ showWeek && /* @__PURE__ */ jsx33(CalendarCell, { weekCell: true, headerCell: true }),
5336
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Su", headerCell: true }),
5337
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Mo", headerCell: true }),
5338
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Tu", headerCell: true }),
5339
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "We", headerCell: true }),
5340
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Th", headerCell: true }),
5341
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Fr", headerCell: true }),
5342
+ /* @__PURE__ */ jsx33(CalendarCell, { text: "Sa", headerCell: true })
5296
5343
  ] })
5297
5344
  }
5298
5345
  );
5299
5346
  };
5300
5347
 
5301
5348
  // src/calendar/calendar-view.tsx
5302
- import { jsx as jsx33 } from "react/jsx-runtime";
5349
+ import { jsx as jsx34 } from "react/jsx-runtime";
5303
5350
  var className12 = `k-calendar-view`;
5304
- var defaultProps16 = {
5351
+ var defaultProps17 = {
5305
5352
  viewsCount: 1,
5306
5353
  orientation: "horizontal",
5307
5354
  calendarView: "month"
5308
5355
  };
5309
5356
  var CalendarView = (props) => {
5310
5357
  const {
5311
- orientation = defaultProps16.orientation,
5312
- calendarView = defaultProps16.calendarView,
5313
- viewsCount = defaultProps16.viewsCount,
5358
+ orientation = defaultProps17.orientation,
5359
+ calendarView = defaultProps17.calendarView,
5360
+ viewsCount = defaultProps17.viewsCount,
5314
5361
  showWeek,
5315
5362
  showOtherMonth,
5316
5363
  showCalendarCaption,
5317
5364
  selectedRange,
5318
5365
  ...other
5319
5366
  } = props;
5320
- return /* @__PURE__ */ jsx33(
5367
+ return /* @__PURE__ */ jsx34(
5321
5368
  "div",
5322
5369
  {
5323
5370
  ...other,
@@ -5333,7 +5380,7 @@ var CalendarView = (props) => {
5333
5380
  }
5334
5381
  ),
5335
5382
  children: [...Array(viewsCount)].map(
5336
- (_e, i) => /* @__PURE__ */ jsx33(
5383
+ (_e, i) => /* @__PURE__ */ jsx34(
5337
5384
  CalendarTable,
5338
5385
  {
5339
5386
  calendarView,
@@ -5350,18 +5397,18 @@ var CalendarView = (props) => {
5350
5397
  };
5351
5398
 
5352
5399
  // src/time-selector/time-selector.spec.tsx
5353
- import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
5400
+ import { Fragment as Fragment11, jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
5354
5401
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5355
- var states19 = [];
5356
- var options18 = {
5402
+ var states20 = [];
5403
+ var options19 = {
5357
5404
  size: [Size.small, Size.medium, Size.large]
5358
5405
  };
5359
- var defaultProps17 = {
5406
+ var defaultProps18 = {
5360
5407
  size: Size.medium
5361
5408
  };
5362
5409
  var TimeSelector = (props) => {
5363
5410
  const {
5364
- size = defaultProps17.size,
5411
+ size = defaultProps18.size,
5365
5412
  header,
5366
5413
  fastSelection,
5367
5414
  columns,
@@ -5377,7 +5424,7 @@ var TimeSelector = (props) => {
5377
5424
  if (index === 0 || columnType === "tt") {
5378
5425
  separator = false;
5379
5426
  }
5380
- return /* @__PURE__ */ jsx34(Fragment11, { children: /* @__PURE__ */ jsx34(TimeSelectorColumn, { type: columnType, focus, separator }) });
5427
+ return /* @__PURE__ */ jsx35(Fragment11, { children: /* @__PURE__ */ jsx35(TimeSelectorColumn, { type: columnType, focus, separator }) });
5381
5428
  });
5382
5429
  return /* @__PURE__ */ jsxs13(
5383
5430
  "div",
@@ -5391,24 +5438,24 @@ var TimeSelector = (props) => {
5391
5438
  })
5392
5439
  ),
5393
5440
  children: [
5394
- /* @__PURE__ */ jsx34(Fragment11, { children: header }),
5395
- /* @__PURE__ */ jsx34(Fragment11, { children: fastSelection }),
5441
+ /* @__PURE__ */ jsx35(Fragment11, { children: header }),
5442
+ /* @__PURE__ */ jsx35(Fragment11, { children: fastSelection }),
5396
5443
  /* @__PURE__ */ jsxs13("div", { className: "k-time-list-container", children: [
5397
- /* @__PURE__ */ jsx34("span", { className: "k-time-highlight" }),
5444
+ /* @__PURE__ */ jsx35("span", { className: "k-time-highlight" }),
5398
5445
  columnsDom
5399
5446
  ] })
5400
5447
  ]
5401
5448
  }
5402
5449
  );
5403
5450
  };
5404
- TimeSelector.states = states19;
5405
- TimeSelector.options = options18;
5451
+ TimeSelector.states = states20;
5452
+ TimeSelector.options = options19;
5406
5453
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5407
- TimeSelector.defaultProps = defaultProps17;
5454
+ TimeSelector.defaultProps = defaultProps18;
5408
5455
 
5409
5456
  // src/time-selector/time-selector-column.tsx
5410
- import { Fragment as Fragment12, jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
5411
- var states20 = [
5457
+ import { Fragment as Fragment12, jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
5458
+ var states21 = [
5412
5459
  States.focus
5413
5460
  ];
5414
5461
  var TimeSelectorColumn = (props) => {
@@ -5446,10 +5493,10 @@ var TimeSelectorColumn = (props) => {
5446
5493
  break;
5447
5494
  }
5448
5495
  const items = columnData.map(
5449
- (data) => /* @__PURE__ */ jsx35(Fragment12, { children: /* @__PURE__ */ jsx35("li", { className: "k-item", children: /* @__PURE__ */ jsx35("span", { children: data }) }) })
5496
+ (data) => /* @__PURE__ */ jsx36(Fragment12, { children: /* @__PURE__ */ jsx36("li", { className: "k-item", children: /* @__PURE__ */ jsx36("span", { children: data }) }) })
5450
5497
  );
5451
5498
  return /* @__PURE__ */ jsxs14(Fragment12, { children: [
5452
- separator && /* @__PURE__ */ jsx35("div", { className: "k-time-separator", children: ":" }),
5499
+ separator && /* @__PURE__ */ jsx36("div", { className: "k-time-separator", children: ":" }),
5453
5500
  /* @__PURE__ */ jsxs14(
5454
5501
  "div",
5455
5502
  {
@@ -5462,10 +5509,10 @@ var TimeSelectorColumn = (props) => {
5462
5509
  })
5463
5510
  ),
5464
5511
  children: [
5465
- /* @__PURE__ */ jsx35("span", { className: "k-title", children: text }),
5466
- /* @__PURE__ */ jsx35("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs14("div", { className: "k-content k-scrollable k-time-container", children: [
5467
- /* @__PURE__ */ jsx35("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5468
- /* @__PURE__ */ jsx35("div", { className: "k-scrollable-placeholder" })
5512
+ /* @__PURE__ */ jsx36("span", { className: "k-title", children: text }),
5513
+ /* @__PURE__ */ jsx36("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs14("div", { className: "k-content k-scrollable k-time-container", children: [
5514
+ /* @__PURE__ */ jsx36("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5515
+ /* @__PURE__ */ jsx36("div", { className: "k-scrollable-placeholder" })
5469
5516
  ] }) })
5470
5517
  ]
5471
5518
  }
@@ -5474,7 +5521,7 @@ var TimeSelectorColumn = (props) => {
5474
5521
  };
5475
5522
 
5476
5523
  // src/time-selector/time-selector-header.tsx
5477
- import { jsx as jsx36, jsxs as jsxs15 } from "react/jsx-runtime";
5524
+ import { jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
5478
5525
  var className13 = `k-time-header`;
5479
5526
  var TimeSelectorHeader = (props) => {
5480
5527
  const {
@@ -5490,7 +5537,7 @@ var TimeSelectorHeader = (props) => {
5490
5537
  className13
5491
5538
  ),
5492
5539
  children: [
5493
- title != null && /* @__PURE__ */ jsx36("span", { className: "k-title", children: title }),
5540
+ title != null && /* @__PURE__ */ jsx37("span", { className: "k-title", children: title }),
5494
5541
  props.children
5495
5542
  ]
5496
5543
  }
@@ -5498,19 +5545,19 @@ var TimeSelectorHeader = (props) => {
5498
5545
  };
5499
5546
 
5500
5547
  // src/time-selector/time-selector-fast-selection.tsx
5501
- import { jsx as jsx37, jsxs as jsxs16 } from "react/jsx-runtime";
5548
+ import { jsx as jsx38, jsxs as jsxs16 } from "react/jsx-runtime";
5502
5549
 
5503
5550
  // src/datetime-selector/datetime-selector.spec.tsx
5504
- import { Fragment as Fragment13, jsx as jsx38, jsxs as jsxs17 } from "react/jsx-runtime";
5551
+ import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs17 } from "react/jsx-runtime";
5505
5552
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5506
- var states21 = [];
5507
- var options19 = {};
5508
- var defaultProps18 = {
5553
+ var states22 = [];
5554
+ var options20 = {};
5555
+ var defaultProps19 = {
5509
5556
  tab: "date"
5510
5557
  };
5511
5558
  var DateTimeSelector = (props) => {
5512
5559
  const {
5513
- tab = defaultProps18.tab,
5560
+ tab = defaultProps19.tab,
5514
5561
  dir,
5515
5562
  ...other
5516
5563
  } = props;
@@ -5527,34 +5574,34 @@ var DateTimeSelector = (props) => {
5527
5574
  }
5528
5575
  ),
5529
5576
  children: [
5530
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs17(ButtonGroup, { stretched: true, children: [
5531
- /* @__PURE__ */ jsx38(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5532
- /* @__PURE__ */ jsx38(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5577
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs17(ButtonGroup, { stretched: true, children: [
5578
+ /* @__PURE__ */ jsx39(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5579
+ /* @__PURE__ */ jsx39(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5533
5580
  ] }) }),
5534
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs17(Fragment13, { children: [
5535
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-calendar-wrap" }),
5536
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx38(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx38(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx38(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5581
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs17(Fragment13, { children: [
5582
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-calendar-wrap" }),
5583
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx39(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx39(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx39(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5537
5584
  ] }) : /* @__PURE__ */ jsxs17(Fragment13, { children: [
5538
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx38(Calendar, { showOtherMonth: true, dir }) }),
5539
- /* @__PURE__ */ jsx38("div", { className: "k-datetime-time-wrap" })
5585
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx39(Calendar, { showOtherMonth: true, dir }) }),
5586
+ /* @__PURE__ */ jsx39("div", { className: "k-datetime-time-wrap" })
5540
5587
  ] }) }),
5541
5588
  /* @__PURE__ */ jsxs17(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5542
- /* @__PURE__ */ jsx38(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5543
- /* @__PURE__ */ jsx38(Button, { className: "k-time-cancel", children: "Cancel" })
5589
+ /* @__PURE__ */ jsx39(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5590
+ /* @__PURE__ */ jsx39(Button, { className: "k-time-cancel", children: "Cancel" })
5544
5591
  ] })
5545
5592
  ]
5546
5593
  }
5547
5594
  );
5548
5595
  };
5549
- DateTimeSelector.states = states21;
5550
- DateTimeSelector.options = options19;
5596
+ DateTimeSelector.states = states22;
5597
+ DateTimeSelector.options = options20;
5551
5598
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5552
- DateTimeSelector.defaultProps = defaultProps18;
5599
+ DateTimeSelector.defaultProps = defaultProps19;
5553
5600
 
5554
5601
  // src/datetimepicker/datetimepicker.spec.tsx
5555
- import { Fragment as Fragment14, jsx as jsx39, jsxs as jsxs18 } from "react/jsx-runtime";
5602
+ import { Fragment as Fragment14, jsx as jsx40, jsxs as jsxs18 } from "react/jsx-runtime";
5556
5603
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
5557
- var states22 = [
5604
+ var states23 = [
5558
5605
  States.hover,
5559
5606
  States.focus,
5560
5607
  States.valid,
@@ -5564,12 +5611,12 @@ var states22 = [
5564
5611
  States.loading,
5565
5612
  States.readonly
5566
5613
  ];
5567
- var options20 = {
5614
+ var options21 = {
5568
5615
  size: [Size.small, Size.medium, Size.large],
5569
5616
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5570
5617
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5571
5618
  };
5572
- var defaultProps19 = {
5619
+ var defaultProps20 = {
5573
5620
  tab: "date",
5574
5621
  size: Input.defaultProps.size,
5575
5622
  rounded: Input.defaultProps.rounded,
@@ -5593,7 +5640,7 @@ var DateTimePicker = (props) => {
5593
5640
  disabled,
5594
5641
  readonly,
5595
5642
  opened,
5596
- tab = defaultProps19.tab,
5643
+ tab = defaultProps20.tab,
5597
5644
  dir,
5598
5645
  ...other
5599
5646
  } = props;
@@ -5616,9 +5663,9 @@ var DateTimePicker = (props) => {
5616
5663
  readonly,
5617
5664
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
5618
5665
  children: [
5619
- /* @__PURE__ */ jsx39(InputPrefix, { children: prefix }),
5620
- /* @__PURE__ */ jsx39(InputInnerInput, { placeholder, value }),
5621
- /* @__PURE__ */ jsx39(
5666
+ /* @__PURE__ */ jsx40(InputPrefix, { children: prefix }),
5667
+ /* @__PURE__ */ jsx40(InputInnerInput, { placeholder, value }),
5668
+ /* @__PURE__ */ jsx40(
5622
5669
  InputValidationIcon,
5623
5670
  {
5624
5671
  valid,
@@ -5627,14 +5674,14 @@ var DateTimePicker = (props) => {
5627
5674
  disabled
5628
5675
  }
5629
5676
  ),
5630
- /* @__PURE__ */ jsx39(
5677
+ /* @__PURE__ */ jsx40(
5631
5678
  InputLoadingIcon,
5632
5679
  {
5633
5680
  loading,
5634
5681
  disabled
5635
5682
  }
5636
5683
  ),
5637
- /* @__PURE__ */ jsx39(
5684
+ /* @__PURE__ */ jsx40(
5638
5685
  InputClearValue,
5639
5686
  {
5640
5687
  loading,
@@ -5643,8 +5690,8 @@ var DateTimePicker = (props) => {
5643
5690
  value
5644
5691
  }
5645
5692
  ),
5646
- /* @__PURE__ */ jsx39(InputSuffix, { children: suffix }),
5647
- /* @__PURE__ */ jsx39(
5693
+ /* @__PURE__ */ jsx40(InputSuffix, { children: suffix }),
5694
+ /* @__PURE__ */ jsx40(
5648
5695
  Button,
5649
5696
  {
5650
5697
  className: "k-input-button",
@@ -5657,30 +5704,30 @@ var DateTimePicker = (props) => {
5657
5704
  ]
5658
5705
  }
5659
5706
  ),
5660
- opened && /* @__PURE__ */ jsx39(Popup, { className: "k-datetimepicker-popup", dir, children: /* @__PURE__ */ jsx39(DateTimeSelector, { tab, dir }) })
5707
+ opened && /* @__PURE__ */ jsx40(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx40(DateTimeSelector, { tab, dir }) })
5661
5708
  ] });
5662
5709
  };
5663
- DateTimePicker.states = states22;
5664
- DateTimePicker.options = options20;
5710
+ DateTimePicker.states = states23;
5711
+ DateTimePicker.options = options21;
5665
5712
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
5666
- DateTimePicker.defaultProps = defaultProps19;
5713
+ DateTimePicker.defaultProps = defaultProps20;
5667
5714
 
5668
5715
  // src/spinbutton/spinbutton.spec.tsx
5669
- import { jsx as jsx40, jsxs as jsxs19 } from "react/jsx-runtime";
5716
+ import { jsx as jsx41, jsxs as jsxs19 } from "react/jsx-runtime";
5670
5717
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5671
- var states23 = [];
5672
- var options21 = {
5718
+ var states24 = [];
5719
+ var options22 = {
5673
5720
  size: [Size.small, Size.medium, Size.large],
5674
5721
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5675
5722
  };
5676
- var defaultProps20 = {
5723
+ var defaultProps21 = {
5677
5724
  size: Size.medium,
5678
5725
  fillMode: FillMode.solid
5679
5726
  };
5680
5727
  var SpinButton = (props) => {
5681
5728
  const {
5682
- size = defaultProps20.size,
5683
- fillMode = defaultProps20.fillMode,
5729
+ size = defaultProps21.size,
5730
+ fillMode = defaultProps21.fillMode,
5684
5731
  ...other
5685
5732
  } = props;
5686
5733
  return /* @__PURE__ */ jsxs19(
@@ -5692,7 +5739,7 @@ var SpinButton = (props) => {
5692
5739
  props.className
5693
5740
  ),
5694
5741
  children: [
5695
- /* @__PURE__ */ jsx40(
5742
+ /* @__PURE__ */ jsx41(
5696
5743
  Button,
5697
5744
  {
5698
5745
  className: "k-spinner-increase",
@@ -5702,7 +5749,7 @@ var SpinButton = (props) => {
5702
5749
  fillMode
5703
5750
  }
5704
5751
  ),
5705
- /* @__PURE__ */ jsx40(
5752
+ /* @__PURE__ */ jsx41(
5706
5753
  Button,
5707
5754
  {
5708
5755
  className: "k-spinner-decrease",
@@ -5716,15 +5763,15 @@ var SpinButton = (props) => {
5716
5763
  }
5717
5764
  );
5718
5765
  };
5719
- SpinButton.states = states23;
5720
- SpinButton.options = options21;
5766
+ SpinButton.states = states24;
5767
+ SpinButton.options = options22;
5721
5768
  SpinButton.className = SPINBUTTON_CLASSNAME;
5722
- SpinButton.defaultProps = defaultProps20;
5769
+ SpinButton.defaultProps = defaultProps21;
5723
5770
 
5724
5771
  // src/numerictextbox/numerictextbox.spec.tsx
5725
- import { jsx as jsx41, jsxs as jsxs20 } from "react/jsx-runtime";
5772
+ import { jsx as jsx42, jsxs as jsxs20 } from "react/jsx-runtime";
5726
5773
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5727
- var states24 = [
5774
+ var states25 = [
5728
5775
  States.hover,
5729
5776
  States.focus,
5730
5777
  States.valid,
@@ -5734,12 +5781,12 @@ var states24 = [
5734
5781
  States.disabled,
5735
5782
  States.readonly
5736
5783
  ];
5737
- var options22 = {
5784
+ var options23 = {
5738
5785
  size: [Size.small, Size.medium, Size.large],
5739
5786
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5740
5787
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5741
5788
  };
5742
- var defaultProps21 = {
5789
+ var defaultProps22 = {
5743
5790
  showSpinButton: true,
5744
5791
  showClearButton: true,
5745
5792
  size: Input.defaultProps.size,
@@ -5761,8 +5808,8 @@ var NumericTextbox = (props) => {
5761
5808
  loading,
5762
5809
  disabled,
5763
5810
  readonly,
5764
- showClearButton = defaultProps21.showClearButton,
5765
- showSpinButton = defaultProps21.showSpinButton,
5811
+ showClearButton = defaultProps22.showClearButton,
5812
+ showSpinButton = defaultProps22.showSpinButton,
5766
5813
  ...other
5767
5814
  } = props;
5768
5815
  return /* @__PURE__ */ jsxs20(
@@ -5782,8 +5829,8 @@ var NumericTextbox = (props) => {
5782
5829
  readonly,
5783
5830
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5784
5831
  children: [
5785
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5786
- /* @__PURE__ */ jsx41(
5832
+ /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5833
+ /* @__PURE__ */ jsx42(
5787
5834
  InputValidationIcon,
5788
5835
  {
5789
5836
  valid,
@@ -5792,14 +5839,14 @@ var NumericTextbox = (props) => {
5792
5839
  disabled
5793
5840
  }
5794
5841
  ),
5795
- /* @__PURE__ */ jsx41(
5842
+ /* @__PURE__ */ jsx42(
5796
5843
  InputLoadingIcon,
5797
5844
  {
5798
5845
  loading,
5799
5846
  disabled
5800
5847
  }
5801
5848
  ),
5802
- showClearButton && /* @__PURE__ */ jsx41(
5849
+ showClearButton && /* @__PURE__ */ jsx42(
5803
5850
  InputClearValue,
5804
5851
  {
5805
5852
  loading,
@@ -5808,7 +5855,7 @@ var NumericTextbox = (props) => {
5808
5855
  value
5809
5856
  }
5810
5857
  ),
5811
- showSpinButton && /* @__PURE__ */ jsx41(
5858
+ showSpinButton && /* @__PURE__ */ jsx42(
5812
5859
  SpinButton,
5813
5860
  {
5814
5861
  className: "k-input-spinner",
@@ -5820,15 +5867,15 @@ var NumericTextbox = (props) => {
5820
5867
  }
5821
5868
  );
5822
5869
  };
5823
- NumericTextbox.states = states24;
5824
- NumericTextbox.options = options22;
5870
+ NumericTextbox.states = states25;
5871
+ NumericTextbox.options = options23;
5825
5872
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5826
- NumericTextbox.defaultProps = defaultProps21;
5873
+ NumericTextbox.defaultProps = defaultProps22;
5827
5874
 
5828
5875
  // src/dropdownlist/dropdownlist.spec.tsx
5829
- import { Fragment as Fragment15, jsx as jsx42, jsxs as jsxs21 } from "react/jsx-runtime";
5876
+ import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
5830
5877
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5831
- var states25 = [
5878
+ var states26 = [
5832
5879
  States.hover,
5833
5880
  States.focus,
5834
5881
  States.valid,
@@ -5838,12 +5885,12 @@ var states25 = [
5838
5885
  States.loading,
5839
5886
  States.readonly
5840
5887
  ];
5841
- var options23 = {
5888
+ var options24 = {
5842
5889
  size: [Size.small, Size.medium, Size.large],
5843
5890
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5844
5891
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5845
5892
  };
5846
- var defaultProps22 = {
5893
+ var defaultProps23 = {
5847
5894
  showValue: true,
5848
5895
  arrowIconName: "caret-alt-down",
5849
5896
  size: Size.medium,
@@ -5853,7 +5900,7 @@ var defaultProps22 = {
5853
5900
  var DropdownList = (props) => {
5854
5901
  const {
5855
5902
  valueIconName,
5856
- arrowIconName = defaultProps22.arrowIconName,
5903
+ arrowIconName = defaultProps23.arrowIconName,
5857
5904
  prefix,
5858
5905
  suffix,
5859
5906
  value,
@@ -5869,7 +5916,7 @@ var DropdownList = (props) => {
5869
5916
  loading,
5870
5917
  disabled,
5871
5918
  readonly,
5872
- showValue = defaultProps22.showValue,
5919
+ showValue = defaultProps23.showValue,
5873
5920
  popup,
5874
5921
  opened,
5875
5922
  ...other
@@ -5898,8 +5945,8 @@ var DropdownList = (props) => {
5898
5945
  }
5899
5946
  ),
5900
5947
  children: [
5901
- /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5902
- /* @__PURE__ */ jsx42(
5948
+ /* @__PURE__ */ jsx43(InputPrefix, { children: prefix }),
5949
+ /* @__PURE__ */ jsx43(
5903
5950
  InputInnerSpan,
5904
5951
  {
5905
5952
  placeholder,
@@ -5908,7 +5955,7 @@ var DropdownList = (props) => {
5908
5955
  valueIconName
5909
5956
  }
5910
5957
  ),
5911
- /* @__PURE__ */ jsx42(
5958
+ /* @__PURE__ */ jsx43(
5912
5959
  InputValidationIcon,
5913
5960
  {
5914
5961
  valid,
@@ -5917,15 +5964,15 @@ var DropdownList = (props) => {
5917
5964
  disabled
5918
5965
  }
5919
5966
  ),
5920
- /* @__PURE__ */ jsx42(
5967
+ /* @__PURE__ */ jsx43(
5921
5968
  InputLoadingIcon,
5922
5969
  {
5923
5970
  loading,
5924
5971
  disabled
5925
5972
  }
5926
5973
  ),
5927
- /* @__PURE__ */ jsx42(InputSuffix, { children: suffix }),
5928
- /* @__PURE__ */ jsx42(
5974
+ /* @__PURE__ */ jsx43(InputSuffix, { children: suffix }),
5975
+ /* @__PURE__ */ jsx43(
5929
5976
  Button,
5930
5977
  {
5931
5978
  className: "k-input-button",
@@ -5938,35 +5985,35 @@ var DropdownList = (props) => {
5938
5985
  ]
5939
5986
  }
5940
5987
  ),
5941
- opened && popup && /* @__PURE__ */ jsx42(Popup, { className: "k-dropdownlist-popup", children: popup })
5988
+ opened && popup && /* @__PURE__ */ jsx43(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5942
5989
  ] });
5943
5990
  };
5944
- DropdownList.states = states25;
5945
- DropdownList.options = options23;
5991
+ DropdownList.states = states26;
5992
+ DropdownList.options = options24;
5946
5993
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5947
- DropdownList.defaultProps = defaultProps22;
5994
+ DropdownList.defaultProps = defaultProps23;
5948
5995
 
5949
5996
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5950
- import { jsx as jsx43 } from "react/jsx-runtime";
5997
+ import { jsx as jsx44 } from "react/jsx-runtime";
5951
5998
 
5952
5999
  // src/nodata/nodata.tsx
5953
- import { jsx as jsx44 } from "react/jsx-runtime";
6000
+ import { jsx as jsx45 } from "react/jsx-runtime";
5954
6001
  var className14 = `k-nodata`;
5955
- var NoData = (props) => /* @__PURE__ */ jsx44("span", { className: classNames(className14, props.className), children: props.children });
6002
+ var NoData = (props) => /* @__PURE__ */ jsx45("span", { className: classNames(className14, props.className), children: props.children });
5956
6003
 
5957
6004
  // src/list/list.spec.tsx
5958
- import { jsx as jsx45, jsxs as jsxs22 } from "react/jsx-runtime";
6005
+ import { jsx as jsx46, jsxs as jsxs22 } from "react/jsx-runtime";
5959
6006
  var LIST_CLASSNAME = `k-list`;
5960
- var states26 = [];
5961
- var options24 = {
6007
+ var states27 = [];
6008
+ var options25 = {
5962
6009
  size: [Size.small, Size.medium, Size.large]
5963
6010
  };
5964
- var defaultProps23 = {
6011
+ var defaultProps24 = {
5965
6012
  size: Size.medium
5966
6013
  };
5967
6014
  var List = (props) => {
5968
6015
  const {
5969
- size = defaultProps23.size,
6016
+ size = defaultProps24.size,
5970
6017
  virtualization,
5971
6018
  children,
5972
6019
  optionLabel,
@@ -5983,7 +6030,7 @@ var List = (props) => {
5983
6030
  listHeader = child.props.label;
5984
6031
  child.props.children.map((optChild, index2) => {
5985
6032
  listChildren.push(
5986
- /* @__PURE__ */ jsx45(
6033
+ /* @__PURE__ */ jsx46(
5987
6034
  ListItem,
5988
6035
  {
5989
6036
  ...optChild.props
@@ -5999,7 +6046,7 @@ var List = (props) => {
5999
6046
  groupLabel = child.props.label;
6000
6047
  }
6001
6048
  listChildren.push(
6002
- /* @__PURE__ */ jsx45(
6049
+ /* @__PURE__ */ jsx46(
6003
6050
  ListItem,
6004
6051
  {
6005
6052
  className: index2 === 0 ? "k-first" : "",
@@ -6011,14 +6058,14 @@ var List = (props) => {
6011
6058
  );
6012
6059
  });
6013
6060
  }
6014
- listGroup = /* @__PURE__ */ jsx45(ListGroup, { label: listHeader, virtualization, children: listChildren });
6061
+ listGroup = /* @__PURE__ */ jsx46(ListGroup, { label: listHeader, virtualization, children: listChildren });
6015
6062
  } else if (child.type === ListItem) {
6016
- listChildren.push(/* @__PURE__ */ jsx45(ListItem, { ...child.props }, `${child.type}-${index}`));
6017
- listContent = /* @__PURE__ */ jsx45(ListContent, { virtualization, children: listChildren });
6063
+ listChildren.push(/* @__PURE__ */ jsx46(ListItem, { ...child.props }, `${child.type}-${index}`));
6064
+ listContent = /* @__PURE__ */ jsx46(ListContent, { virtualization, children: listChildren });
6018
6065
  }
6019
6066
  });
6020
6067
  } else {
6021
- listContent = /* @__PURE__ */ jsx45(NoData, { children: "No data found." });
6068
+ listContent = /* @__PURE__ */ jsx46(NoData, { children: "No data found." });
6022
6069
  }
6023
6070
  return /* @__PURE__ */ jsxs22(
6024
6071
  "div",
@@ -6042,24 +6089,24 @@ var List = (props) => {
6042
6089
  }
6043
6090
  );
6044
6091
  };
6045
- List.states = states26;
6046
- List.options = options24;
6092
+ List.states = states27;
6093
+ List.options = options25;
6047
6094
  List.className = LIST_CLASSNAME;
6048
- List.defaultProps = defaultProps23;
6095
+ List.defaultProps = defaultProps24;
6049
6096
 
6050
6097
  // src/list/list-angular.spec.tsx
6051
- import { jsx as jsx46, jsxs as jsxs23 } from "react/jsx-runtime";
6098
+ import { jsx as jsx47, jsxs as jsxs23 } from "react/jsx-runtime";
6052
6099
  var LISTANGULAR_CLASSNAME = `k-list`;
6053
- var states27 = [];
6054
- var options25 = {
6100
+ var states28 = [];
6101
+ var options26 = {
6055
6102
  size: [Size.small, Size.medium, Size.large]
6056
6103
  };
6057
- var defaultProps24 = {
6104
+ var defaultProps25 = {
6058
6105
  size: Size.medium
6059
6106
  };
6060
6107
  var ListAngular = (props) => {
6061
6108
  const {
6062
- size = defaultProps24.size,
6109
+ size = defaultProps25.size,
6063
6110
  virtualization,
6064
6111
  children,
6065
6112
  ...other
@@ -6075,7 +6122,7 @@ var ListAngular = (props) => {
6075
6122
  listHeader = child.props.label;
6076
6123
  child.props.children.map((optChild, index2) => {
6077
6124
  listChildren.push(
6078
- /* @__PURE__ */ jsx46(
6125
+ /* @__PURE__ */ jsx47(
6079
6126
  ListItem,
6080
6127
  {
6081
6128
  ...optChild.props
@@ -6086,7 +6133,7 @@ var ListAngular = (props) => {
6086
6133
  });
6087
6134
  } else {
6088
6135
  listChildren.push(
6089
- /* @__PURE__ */ jsx46(
6136
+ /* @__PURE__ */ jsx47(
6090
6137
  ListGroupItem,
6091
6138
  {
6092
6139
  ...child.props,
@@ -6097,7 +6144,7 @@ var ListAngular = (props) => {
6097
6144
  );
6098
6145
  child.props.children.map((optChild, index2) => {
6099
6146
  listChildren.push(
6100
- /* @__PURE__ */ jsx46(
6147
+ /* @__PURE__ */ jsx47(
6101
6148
  ListItem,
6102
6149
  {
6103
6150
  ...optChild.props
@@ -6107,14 +6154,14 @@ var ListAngular = (props) => {
6107
6154
  );
6108
6155
  });
6109
6156
  }
6110
- listGroup = /* @__PURE__ */ jsx46(ListGroup, { label: listHeader, virtualization, children: listChildren });
6157
+ listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
6111
6158
  } else if (child.type === ListItem) {
6112
- listChildren.push(/* @__PURE__ */ jsx46(ListItem, { ...child.props }, `${child.type}-${index}`));
6113
- listContent = /* @__PURE__ */ jsx46(ListContent, { virtualization, children: listChildren });
6159
+ listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
6160
+ listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
6114
6161
  }
6115
6162
  });
6116
6163
  } else {
6117
- listContent = /* @__PURE__ */ jsx46(NoData, { children: "No data found." });
6164
+ listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
6118
6165
  }
6119
6166
  return /* @__PURE__ */ jsxs23(
6120
6167
  "div",
@@ -6137,15 +6184,15 @@ var ListAngular = (props) => {
6137
6184
  }
6138
6185
  );
6139
6186
  };
6140
- ListAngular.states = states27;
6141
- ListAngular.options = options25;
6187
+ ListAngular.states = states28;
6188
+ ListAngular.options = options26;
6142
6189
  ListAngular.className = LISTANGULAR_CLASSNAME;
6143
- ListAngular.defaultProps = defaultProps24;
6190
+ ListAngular.defaultProps = defaultProps25;
6144
6191
 
6145
6192
  // src/checkbox/checkbox.spec.tsx
6146
- import { jsx as jsx47 } from "react/jsx-runtime";
6193
+ import { jsx as jsx48 } from "react/jsx-runtime";
6147
6194
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6148
- var states28 = [
6195
+ var states29 = [
6149
6196
  States.hover,
6150
6197
  States.focus,
6151
6198
  States.valid,
@@ -6155,11 +6202,11 @@ var states28 = [
6155
6202
  States.checked,
6156
6203
  States.indeterminate
6157
6204
  ];
6158
- var options26 = {
6205
+ var options27 = {
6159
6206
  size: [Size.small, Size.medium, Size.large],
6160
6207
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
6161
6208
  };
6162
- var defaultProps25 = {
6209
+ var defaultProps26 = {
6163
6210
  size: Size.medium,
6164
6211
  rounded: Roundness.medium
6165
6212
  };
@@ -6174,11 +6221,11 @@ var Checkbox = (props) => {
6174
6221
  invalid,
6175
6222
  valid,
6176
6223
  required,
6177
- size = defaultProps25.size,
6178
- rounded = defaultProps25.rounded,
6224
+ size = defaultProps26.size,
6225
+ rounded = defaultProps26.rounded,
6179
6226
  ...other
6180
6227
  } = props;
6181
- return /* @__PURE__ */ jsx47("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx47(
6228
+ return /* @__PURE__ */ jsx48("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx48(
6182
6229
  "input",
6183
6230
  {
6184
6231
  ...other,
@@ -6195,22 +6242,22 @@ var Checkbox = (props) => {
6195
6242
  }
6196
6243
  ) });
6197
6244
  };
6198
- Checkbox.states = states28;
6199
- Checkbox.options = options26;
6245
+ Checkbox.states = states29;
6246
+ Checkbox.options = options27;
6200
6247
  Checkbox.className = CHECKBOX_CLASSNAME;
6201
- Checkbox.defaultProps = defaultProps25;
6248
+ Checkbox.defaultProps = defaultProps26;
6202
6249
 
6203
6250
  // src/list/list-item.spec.tsx
6204
- import { jsx as jsx48, jsxs as jsxs24 } from "react/jsx-runtime";
6251
+ import { jsx as jsx49, jsxs as jsxs24 } from "react/jsx-runtime";
6205
6252
  var LISTITEM_CLASSNAME = `k-list-item`;
6206
- var states29 = [
6253
+ var states30 = [
6207
6254
  States.hover,
6208
6255
  States.focus,
6209
6256
  States.selected,
6210
6257
  States.disabled
6211
6258
  ];
6212
- var options27 = {};
6213
- var defaultProps26 = {};
6259
+ var options28 = {};
6260
+ var defaultProps27 = {};
6214
6261
  var ListItem = (props) => {
6215
6262
  const {
6216
6263
  text,
@@ -6241,66 +6288,66 @@ var ListItem = (props) => {
6241
6288
  })
6242
6289
  ),
6243
6290
  children: [
6244
- showCheckbox && /* @__PURE__ */ jsx48(Checkbox, { checked }),
6245
- showIcon && /* @__PURE__ */ jsx48(Icon, { icon: iconName }),
6246
- /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: textOrChildren }),
6247
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx48("div", { className: "k-list-item-group-label", children: groupLabel })
6291
+ showCheckbox && /* @__PURE__ */ jsx49(Checkbox, { checked }),
6292
+ showIcon && /* @__PURE__ */ jsx49(Icon, { icon: iconName }),
6293
+ /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: textOrChildren }),
6294
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx49("div", { className: "k-list-item-group-label", children: groupLabel })
6248
6295
  ]
6249
6296
  }
6250
6297
  );
6251
6298
  };
6252
- ListItem.states = states29;
6253
- ListItem.options = options27;
6299
+ ListItem.states = states30;
6300
+ ListItem.options = options28;
6254
6301
  ListItem.className = LISTITEM_CLASSNAME;
6255
- ListItem.defaultProps = defaultProps26;
6302
+ ListItem.defaultProps = defaultProps27;
6256
6303
 
6257
6304
  // src/list/list-content.tsx
6258
- import { jsx as jsx49, jsxs as jsxs25 } from "react/jsx-runtime";
6305
+ import { jsx as jsx50, jsxs as jsxs25 } from "react/jsx-runtime";
6259
6306
  var className15 = `k-list-content`;
6260
6307
  var ListContent = (props) => {
6261
6308
  const {
6262
6309
  virtualization
6263
6310
  } = props;
6264
6311
  return /* @__PURE__ */ jsxs25("div", { className: classNames(className15, props.className), children: [
6265
- /* @__PURE__ */ jsx49("ul", { className: classNames("k-list-ul"), children: props.children }),
6266
- virtualization && /* @__PURE__ */ jsx49("div", { className: "k-height-container", children: /* @__PURE__ */ jsx49("div", {}) })
6312
+ /* @__PURE__ */ jsx50("ul", { className: classNames("k-list-ul"), children: props.children }),
6313
+ virtualization && /* @__PURE__ */ jsx50("div", { className: "k-height-container", children: /* @__PURE__ */ jsx50("div", {}) })
6267
6314
  ] });
6268
6315
  };
6269
6316
 
6270
6317
  // src/list/list-header.tsx
6271
- import { jsx as jsx50 } from "react/jsx-runtime";
6318
+ import { jsx as jsx51 } from "react/jsx-runtime";
6272
6319
  var className16 = `k-list-group-sticky-header`;
6273
- var ListHeader = (props) => /* @__PURE__ */ jsx50("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx50("div", { className: "k-list-header-text", children: props.children }) });
6320
+ var ListHeader = (props) => /* @__PURE__ */ jsx51("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx51("div", { className: "k-list-header-text", children: props.children }) });
6274
6321
 
6275
6322
  // src/list/list-group.tsx
6276
- import { Fragment as Fragment16, jsx as jsx51, jsxs as jsxs26 } from "react/jsx-runtime";
6323
+ import { Fragment as Fragment16, jsx as jsx52, jsxs as jsxs26 } from "react/jsx-runtime";
6277
6324
  var ListGroup = (props) => {
6278
6325
  const {
6279
6326
  virtualization,
6280
6327
  label
6281
6328
  } = props;
6282
6329
  return /* @__PURE__ */ jsxs26(Fragment16, { children: [
6283
- label && /* @__PURE__ */ jsx51(ListHeader, { children: label }),
6284
- props.children && /* @__PURE__ */ jsx51(ListContent, { virtualization, children: props.children })
6330
+ label && /* @__PURE__ */ jsx52(ListHeader, { children: label }),
6331
+ props.children && /* @__PURE__ */ jsx52(ListContent, { virtualization, children: props.children })
6285
6332
  ] });
6286
6333
  };
6287
6334
 
6288
6335
  // src/list/list-group-item.tsx
6289
- import { jsx as jsx52 } from "react/jsx-runtime";
6336
+ import { jsx as jsx53 } from "react/jsx-runtime";
6290
6337
  var className17 = `k-list-group-item`;
6291
- var ListGroupItem = (props) => /* @__PURE__ */ jsx52("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx52("span", { className: "k-list-item-text", children: props.children }) });
6338
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx53("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: props.children }) });
6292
6339
 
6293
6340
  // src/list/list-option-label.tsx
6294
- import { jsx as jsx53 } from "react/jsx-runtime";
6341
+ import { jsx as jsx54 } from "react/jsx-runtime";
6295
6342
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6296
- var states30 = [
6343
+ var states31 = [
6297
6344
  States.hover,
6298
6345
  States.focus,
6299
6346
  States.selected,
6300
6347
  States.disabled
6301
6348
  ];
6302
- var options28 = {};
6303
- var defaultProps27 = {};
6349
+ var options29 = {};
6350
+ var defaultProps28 = {};
6304
6351
  var ListOptionLabel = (props) => {
6305
6352
  const {
6306
6353
  text,
@@ -6310,7 +6357,7 @@ var ListOptionLabel = (props) => {
6310
6357
  disabled,
6311
6358
  ...other
6312
6359
  } = props;
6313
- return /* @__PURE__ */ jsx53(
6360
+ return /* @__PURE__ */ jsx54(
6314
6361
  "div",
6315
6362
  {
6316
6363
  ...other,
@@ -6327,18 +6374,18 @@ var ListOptionLabel = (props) => {
6327
6374
  }
6328
6375
  );
6329
6376
  };
6330
- ListOptionLabel.states = states30;
6331
- ListOptionLabel.options = options28;
6377
+ ListOptionLabel.states = states31;
6378
+ ListOptionLabel.options = options29;
6332
6379
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6333
- ListOptionLabel.defaultProps = defaultProps27;
6380
+ ListOptionLabel.defaultProps = defaultProps28;
6334
6381
 
6335
6382
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6336
- import { jsx as jsx54, jsxs as jsxs27 } from "react/jsx-runtime";
6383
+ import { jsx as jsx55, jsxs as jsxs27 } from "react/jsx-runtime";
6337
6384
 
6338
6385
  // src/searchbox/searchbox.spec.tsx
6339
- import { jsx as jsx55, jsxs as jsxs28 } from "react/jsx-runtime";
6386
+ import { jsx as jsx56, jsxs as jsxs28 } from "react/jsx-runtime";
6340
6387
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
6341
- var states31 = [
6388
+ var states32 = [
6342
6389
  States.hover,
6343
6390
  States.focus,
6344
6391
  States.valid,
@@ -6347,12 +6394,12 @@ var states31 = [
6347
6394
  States.disabled,
6348
6395
  States.loading
6349
6396
  ];
6350
- var options29 = {
6397
+ var options30 = {
6351
6398
  size: [Size.small, Size.medium, Size.large],
6352
6399
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6353
6400
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6354
6401
  };
6355
- var defaultProps28 = {
6402
+ var defaultProps29 = {
6356
6403
  showIcon: true,
6357
6404
  icon: "search",
6358
6405
  size: Input.defaultProps.size,
@@ -6373,8 +6420,8 @@ var Searchbox = (props) => {
6373
6420
  required,
6374
6421
  loading,
6375
6422
  disabled,
6376
- showIcon = defaultProps28.showIcon,
6377
- icon = defaultProps28.icon,
6423
+ showIcon = defaultProps29.showIcon,
6424
+ icon = defaultProps29.icon,
6378
6425
  ...other
6379
6426
  } = props;
6380
6427
  return /* @__PURE__ */ jsxs28(
@@ -6393,47 +6440,47 @@ var Searchbox = (props) => {
6393
6440
  disabled,
6394
6441
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6395
6442
  children: [
6396
- showIcon && /* @__PURE__ */ jsx55(Icon, { className: "k-input-icon", icon }),
6397
- /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
6398
- /* @__PURE__ */ jsx55(InputLoadingIcon, { ...props }),
6399
- /* @__PURE__ */ jsx55(InputValidationIcon, { ...props }),
6400
- /* @__PURE__ */ jsx55(InputClearValue, { ...props })
6443
+ showIcon && /* @__PURE__ */ jsx56(Icon, { className: "k-input-icon", icon }),
6444
+ /* @__PURE__ */ jsx56(InputInnerInput, { placeholder, value }),
6445
+ /* @__PURE__ */ jsx56(InputLoadingIcon, { ...props }),
6446
+ /* @__PURE__ */ jsx56(InputValidationIcon, { ...props }),
6447
+ /* @__PURE__ */ jsx56(InputClearValue, { ...props })
6401
6448
  ]
6402
6449
  }
6403
6450
  );
6404
6451
  };
6405
- Searchbox.states = states31;
6406
- Searchbox.options = options29;
6452
+ Searchbox.states = states32;
6453
+ Searchbox.options = options30;
6407
6454
  Searchbox.className = SEARCHBOX_CLASSNAME;
6408
- Searchbox.defaultProps = defaultProps28;
6455
+ Searchbox.defaultProps = defaultProps29;
6409
6456
 
6410
6457
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6411
- import { Fragment as Fragment17, jsx as jsx56, jsxs as jsxs29 } from "react/jsx-runtime";
6458
+ import { Fragment as Fragment17, jsx as jsx57, jsxs as jsxs29 } from "react/jsx-runtime";
6412
6459
 
6413
6460
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6414
- import { jsx as jsx57, jsxs as jsxs30 } from "react/jsx-runtime";
6461
+ import { jsx as jsx58, jsxs as jsxs30 } from "react/jsx-runtime";
6415
6462
 
6416
6463
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6417
- import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs31 } from "react/jsx-runtime";
6464
+ import { Fragment as Fragment18, jsx as jsx59, jsxs as jsxs31 } from "react/jsx-runtime";
6418
6465
 
6419
6466
  // src/form/fieldset.tsx
6420
- import { jsx as jsx59, jsxs as jsxs32 } from "react/jsx-runtime";
6467
+ import { jsx as jsx60, jsxs as jsxs32 } from "react/jsx-runtime";
6421
6468
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6422
6469
  var Fieldset = (props) => {
6423
6470
  const {
6424
6471
  legend
6425
6472
  } = props;
6426
6473
  return /* @__PURE__ */ jsxs32("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6427
- legend && /* @__PURE__ */ jsx59("legend", { className: "k-form-legend", children: legend }),
6474
+ legend && /* @__PURE__ */ jsx60("legend", { className: "k-form-legend", children: legend }),
6428
6475
  props.children
6429
6476
  ] });
6430
6477
  };
6431
6478
  Fieldset.className = FIELDSET_CLASSNAME;
6432
6479
 
6433
6480
  // src/form/form-field.tsx
6434
- import { jsx as jsx60, jsxs as jsxs33 } from "react/jsx-runtime";
6481
+ import { jsx as jsx61, jsxs as jsxs33 } from "react/jsx-runtime";
6435
6482
  var FORMFIELD_CLASSNAME = "k-form-field";
6436
- var states32 = [
6483
+ var states33 = [
6437
6484
  States.disabled
6438
6485
  ];
6439
6486
  var FormField = (props) => {
@@ -6463,14 +6510,14 @@ var FormField = (props) => {
6463
6510
  "k-form-label"
6464
6511
  ), children: [
6465
6512
  label,
6466
- optional && /* @__PURE__ */ jsx60("span", { className: "k-label-optional", children: "(Optional)" }),
6467
- info && /* @__PURE__ */ jsx60("span", { className: "k-field-info", children: "(field info)" })
6513
+ optional && /* @__PURE__ */ jsx61("span", { className: "k-label-optional", children: "(Optional)" }),
6514
+ info && /* @__PURE__ */ jsx61("span", { className: "k-field-info", children: "(field info)" })
6468
6515
  ] }),
6469
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx60("span", { className: "k-label k-form-label k-label-empty" }),
6516
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx61("span", { className: "k-label k-form-label k-label-empty" }),
6470
6517
  /* @__PURE__ */ jsxs33("div", { className: "k-form-field-wrap", children: [
6471
6518
  editor,
6472
- hint && /* @__PURE__ */ jsx60("div", { className: "k-form-hint", children: hint }),
6473
- error && /* @__PURE__ */ jsx60("div", { className: "k-form-error", children: error })
6519
+ hint && /* @__PURE__ */ jsx61("div", { className: "k-form-hint", children: hint }),
6520
+ error && /* @__PURE__ */ jsx61("div", { className: "k-form-error", children: error })
6474
6521
  ] })
6475
6522
  ]
6476
6523
  }
@@ -6479,33 +6526,33 @@ var FormField = (props) => {
6479
6526
  FormField.className = FORMFIELD_CLASSNAME;
6480
6527
 
6481
6528
  // src/form/form.spec.tsx
6482
- import { jsx as jsx61, jsxs as jsxs34 } from "react/jsx-runtime";
6529
+ import { jsx as jsx62, jsxs as jsxs34 } from "react/jsx-runtime";
6483
6530
  import { createElement } from "react";
6484
6531
  var FORM_CLASSNAME = "k-form";
6485
- var states33 = [];
6486
- var options30 = {
6532
+ var states34 = [];
6533
+ var options31 = {
6487
6534
  size: [Size.small, Size.medium, Size.large]
6488
6535
  };
6489
- var defaultProps29 = {
6536
+ var defaultProps30 = {
6490
6537
  size: Size.medium,
6491
6538
  layout: "basic",
6492
6539
  tag: "form"
6493
6540
  };
6494
6541
  var Form = (props) => {
6495
6542
  const {
6496
- size = defaultProps29.size,
6543
+ size = defaultProps30.size,
6497
6544
  orientation,
6498
- layout = defaultProps29.layout,
6545
+ layout = defaultProps30.layout,
6499
6546
  formButtons,
6500
6547
  legend,
6501
6548
  cols,
6502
6549
  gapX,
6503
6550
  gapY,
6504
- tag = defaultProps29.tag,
6551
+ tag = defaultProps30.tag,
6505
6552
  children
6506
6553
  } = props;
6507
6554
  const ConditionalWrapper = ({ condition, wrapper, children: children2 }) => condition ? wrapper(children2) : children2;
6508
- const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx61("form", { className: className18, children: children2 }) : /* @__PURE__ */ jsx61("div", { className: className18, children: children2 });
6555
+ const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx62("form", { className: className18, children: children2 }) : /* @__PURE__ */ jsx62("div", { className: className18, children: children2 });
6509
6556
  const formChildren = [];
6510
6557
  if (children) {
6511
6558
  if (Array.isArray(children)) {
@@ -6519,7 +6566,7 @@ var Form = (props) => {
6519
6566
  }
6520
6567
  });
6521
6568
  } else {
6522
- children.type === FormField && formChildren.push(/* @__PURE__ */ jsx61(FormField, { ...children.props, orientation }));
6569
+ children.type === FormField && formChildren.push(/* @__PURE__ */ jsx62(FormField, { ...children.props, orientation }));
6523
6570
  }
6524
6571
  }
6525
6572
  return /* @__PURE__ */ jsxs34(Parent, { tag, className: classNames(
@@ -6532,11 +6579,11 @@ var Form = (props) => {
6532
6579
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6533
6580
  }
6534
6581
  ), children: [
6535
- /* @__PURE__ */ jsx61(
6582
+ /* @__PURE__ */ jsx62(
6536
6583
  ConditionalWrapper,
6537
6584
  {
6538
6585
  condition: layout === "grid",
6539
- wrapper: (children2) => /* @__PURE__ */ jsx61(Fieldset, { legend, children: /* @__PURE__ */ jsx61("div", { className: classNames(
6586
+ wrapper: (children2) => /* @__PURE__ */ jsx62(Fieldset, { legend, children: /* @__PURE__ */ jsx62("div", { className: classNames(
6540
6587
  "k-form-layout",
6541
6588
  "k-d-grid",
6542
6589
  {
@@ -6548,16 +6595,16 @@ var Form = (props) => {
6548
6595
  children: formChildren
6549
6596
  }
6550
6597
  ),
6551
- formButtons && /* @__PURE__ */ jsx61("div", { className: "k-form-buttons", children: formButtons })
6598
+ formButtons && /* @__PURE__ */ jsx62("div", { className: "k-form-buttons", children: formButtons })
6552
6599
  ] });
6553
6600
  };
6554
- Form.states = states33;
6555
- Form.options = options30;
6601
+ Form.states = states34;
6602
+ Form.options = options31;
6556
6603
  Form.className = FORM_CLASSNAME;
6557
- Form.defaultProps = defaultProps29;
6604
+ Form.defaultProps = defaultProps30;
6558
6605
 
6559
6606
  // src/gantt/tests/gantt-editing-popup-general.tsx
6560
- import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs35 } from "react/jsx-runtime";
6607
+ import { Fragment as Fragment19, jsx as jsx63, jsxs as jsxs35 } from "react/jsx-runtime";
6561
6608
  var styles = `
6562
6609
  .k-window {
6563
6610
  min-width: 580px;
@@ -6565,76 +6612,76 @@ var styles = `
6565
6612
  }
6566
6613
  `;
6567
6614
  var gantt_editing_popup_general_default = () => /* @__PURE__ */ jsxs35(Fragment19, { children: [
6568
- /* @__PURE__ */ jsx62("style", { children: styles }),
6569
- /* @__PURE__ */ jsx62("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx62("section", { children: /* @__PURE__ */ jsx62(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtons: /* @__PURE__ */ jsxs35(Fragment19, { children: [
6570
- /* @__PURE__ */ jsx62(Button, { icon: "save", themeColor: "primary", children: "Save" }),
6571
- /* @__PURE__ */ jsx62(Button, { icon: "cancel", children: "Cancel" }),
6572
- /* @__PURE__ */ jsx62("span", { className: "k-spacer" }),
6573
- /* @__PURE__ */ jsx62(Button, { icon: "trash", fillMode: "flat", themeColor: "primary", children: "Delete" })
6615
+ /* @__PURE__ */ jsx63("style", { children: styles }),
6616
+ /* @__PURE__ */ jsx63("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx63("section", { children: /* @__PURE__ */ jsx63(Window, { title: "Edit task", actions: ["window-minimize", "window", "x"], actionButtons: /* @__PURE__ */ jsxs35(Fragment19, { children: [
6617
+ /* @__PURE__ */ jsx63(Button, { icon: "save", themeColor: "primary", children: "Save" }),
6618
+ /* @__PURE__ */ jsx63(Button, { icon: "cancel", children: "Cancel" }),
6619
+ /* @__PURE__ */ jsx63("span", { className: "k-spacer" }),
6620
+ /* @__PURE__ */ jsx63(Button, { icon: "trash", fillMode: "flat", themeColor: "primary", children: "Delete" })
6574
6621
  ] }), children: /* @__PURE__ */ jsxs35("div", { className: "k-tabstrip k-tabstrip-top", children: [
6575
- /* @__PURE__ */ jsx62("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs35("ul", { className: "k-reset k-tabstrip-items", children: [
6576
- /* @__PURE__ */ jsx62("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx62("span", { className: "k-link", children: "General" }) }),
6577
- /* @__PURE__ */ jsx62("li", { className: "k-item", children: /* @__PURE__ */ jsx62("span", { className: "k-link", children: "Resources" }) }),
6578
- /* @__PURE__ */ jsx62("li", { className: "k-item", children: /* @__PURE__ */ jsx62("span", { className: "k-link", children: "Predecessors" }) }),
6579
- /* @__PURE__ */ jsx62("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx62("span", { className: "k-link", children: "Successors" }) })
6622
+ /* @__PURE__ */ jsx63("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs35("ul", { className: "k-reset k-tabstrip-items", children: [
6623
+ /* @__PURE__ */ jsx63("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: "General" }) }),
6624
+ /* @__PURE__ */ jsx63("li", { className: "k-item", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: "Resources" }) }),
6625
+ /* @__PURE__ */ jsx63("li", { className: "k-item", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: "Predecessors" }) }),
6626
+ /* @__PURE__ */ jsx63("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: "Successors" }) })
6580
6627
  ] }) }),
6581
- /* @__PURE__ */ jsx62("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs35(Form, { tag: "div", layout: "grid", cols: 4, gapX: 2, children: [
6582
- /* @__PURE__ */ jsx62(
6628
+ /* @__PURE__ */ jsx63("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs35(Form, { tag: "div", layout: "grid", cols: 4, gapX: 2, children: [
6629
+ /* @__PURE__ */ jsx63(
6583
6630
  FormField,
6584
6631
  {
6585
6632
  className: "k-form-field-error k-col-span-full",
6586
6633
  label: "Title",
6587
6634
  error: "Error",
6588
- editor: /* @__PURE__ */ jsx62(Textbox, { invalid: true, value: "Invalid" })
6635
+ editor: /* @__PURE__ */ jsx63(Textbox, { invalid: true, value: "Invalid" })
6589
6636
  }
6590
6637
  ),
6591
- /* @__PURE__ */ jsx62(
6638
+ /* @__PURE__ */ jsx63(
6592
6639
  FormField,
6593
6640
  {
6594
6641
  className: "k-col-span-2",
6595
6642
  label: "Planned Start Date",
6596
- editor: /* @__PURE__ */ jsx62(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6643
+ editor: /* @__PURE__ */ jsx63(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6597
6644
  }
6598
6645
  ),
6599
- /* @__PURE__ */ jsx62(
6646
+ /* @__PURE__ */ jsx63(
6600
6647
  FormField,
6601
6648
  {
6602
6649
  className: "k-col-span-2",
6603
6650
  label: "Planned End Date",
6604
- editor: /* @__PURE__ */ jsx62(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6651
+ editor: /* @__PURE__ */ jsx63(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6605
6652
  }
6606
6653
  ),
6607
- /* @__PURE__ */ jsx62(
6654
+ /* @__PURE__ */ jsx63(
6608
6655
  FormField,
6609
6656
  {
6610
6657
  className: "k-col-span-2",
6611
6658
  label: "Actual Start Date",
6612
- editor: /* @__PURE__ */ jsx62(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6659
+ editor: /* @__PURE__ */ jsx63(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6613
6660
  }
6614
6661
  ),
6615
- /* @__PURE__ */ jsx62(
6662
+ /* @__PURE__ */ jsx63(
6616
6663
  FormField,
6617
6664
  {
6618
6665
  className: "k-col-span-2",
6619
6666
  label: "Actual End Date",
6620
- editor: /* @__PURE__ */ jsx62(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6667
+ editor: /* @__PURE__ */ jsx63(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" })
6621
6668
  }
6622
6669
  ),
6623
- /* @__PURE__ */ jsx62(
6670
+ /* @__PURE__ */ jsx63(
6624
6671
  FormField,
6625
6672
  {
6626
6673
  className: "k-col-span-1",
6627
6674
  label: "Complete",
6628
- editor: /* @__PURE__ */ jsx62(NumericTextbox, {}),
6675
+ editor: /* @__PURE__ */ jsx63(NumericTextbox, {}),
6629
6676
  hint: "value from 0 to 1"
6630
6677
  }
6631
6678
  ),
6632
- /* @__PURE__ */ jsx62(
6679
+ /* @__PURE__ */ jsx63(
6633
6680
  FormField,
6634
6681
  {
6635
6682
  className: "k-col-span-full",
6636
6683
  label: "Parent",
6637
- editor: /* @__PURE__ */ jsx62(DropdownList, { placeholder: "-None-" })
6684
+ editor: /* @__PURE__ */ jsx63(DropdownList, { placeholder: "-None-" })
6638
6685
  }
6639
6686
  )
6640
6687
  ] }) })