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