@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
@@ -4738,27 +4738,74 @@ var import_jsx_runtime17 = require("react/jsx-runtime");
4738
4738
  // src/button/templates/text-button.tsx
4739
4739
  var import_jsx_runtime18 = require("react/jsx-runtime");
4740
4740
 
4741
- // src/popup/popup.spec.tsx
4741
+ // src/animation-container/animation-container.spec.tsx
4742
4742
  var import_jsx_runtime19 = require("react/jsx-runtime");
4743
- var POPUP_CLASSNAME = `k-popup`;
4743
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4744
4744
  var states13 = [];
4745
4745
  var options12 = {};
4746
- var defaultProps10 = {};
4746
+ var defaultProps10 = {
4747
+ positionMode: "absolute"
4748
+ };
4749
+ var AnimationContainer = (props) => {
4750
+ const {
4751
+ positionMode,
4752
+ animationStyle,
4753
+ offset,
4754
+ ...other
4755
+ } = props;
4756
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4757
+ "div",
4758
+ {
4759
+ ...other,
4760
+ style: { ...offset, ...props.style },
4761
+ className: classNames(
4762
+ ANIMATION_CONTAINER_CLASSNAME,
4763
+ "k-animation-container-shown",
4764
+ {
4765
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4766
+ }
4767
+ ),
4768
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4769
+ }
4770
+ );
4771
+ };
4772
+ AnimationContainer.states = states13;
4773
+ AnimationContainer.options = options12;
4774
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4775
+ AnimationContainer.defaultProps = defaultProps10;
4776
+
4777
+ // src/popup/popup.spec.tsx
4778
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4779
+ var POPUP_CLASSNAME = `k-popup`;
4780
+ var states14 = [];
4781
+ var options13 = {};
4782
+ var defaultProps11 = {
4783
+ positionMode: "absolute"
4784
+ };
4747
4785
  var Popup = (props) => {
4748
4786
  const {
4787
+ offset,
4788
+ positionMode,
4749
4789
  ...other
4750
4790
  } = props;
4751
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4791
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4792
+ AnimationContainer,
4793
+ {
4794
+ positionMode,
4795
+ offset,
4796
+ children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4797
+ }
4798
+ );
4752
4799
  };
4753
- Popup.states = states13;
4754
- Popup.options = options12;
4800
+ Popup.states = states14;
4801
+ Popup.options = options13;
4755
4802
  Popup.className = POPUP_CLASSNAME;
4756
- Popup.defaultProps = defaultProps10;
4803
+ Popup.defaultProps = defaultProps11;
4757
4804
 
4758
4805
  // src/combobox/combobox.spec.tsx
4759
- var import_jsx_runtime20 = require("react/jsx-runtime");
4806
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4760
4807
  var COMBOBOX_CLASSNAME = `k-combobox`;
4761
- var states14 = [
4808
+ var states15 = [
4762
4809
  States.hover,
4763
4810
  States.focus,
4764
4811
  States.valid,
@@ -4768,12 +4815,12 @@ var states14 = [
4768
4815
  States.disabled,
4769
4816
  States.readonly
4770
4817
  ];
4771
- var defaultProps11 = {
4818
+ var defaultProps12 = {
4772
4819
  size: Input.defaultProps.size,
4773
4820
  rounded: Input.defaultProps.rounded,
4774
4821
  fillMode: Input.defaultProps.fillMode
4775
4822
  };
4776
- var options13 = {
4823
+ var options14 = {
4777
4824
  size: [Size.small, Size.medium, Size.large],
4778
4825
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4779
4826
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -4799,8 +4846,8 @@ var Combobox = (props) => {
4799
4846
  readonly,
4800
4847
  ...other
4801
4848
  } = props;
4802
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_jsx_runtime20.Fragment, { children: [
4803
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4849
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
4850
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4804
4851
  Input,
4805
4852
  {
4806
4853
  ...other,
@@ -4817,9 +4864,9 @@ var Combobox = (props) => {
4817
4864
  readonly,
4818
4865
  className: classNames(props.className, COMBOBOX_CLASSNAME),
4819
4866
  children: [
4820
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputPrefix, { children: prefix }),
4821
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputInnerInput, { placeholder, value }),
4822
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4867
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputPrefix, { children: prefix }),
4868
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputInnerInput, { placeholder, value }),
4869
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4823
4870
  InputValidationIcon,
4824
4871
  {
4825
4872
  valid,
@@ -4828,14 +4875,14 @@ var Combobox = (props) => {
4828
4875
  disabled
4829
4876
  }
4830
4877
  ),
4831
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4878
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4832
4879
  InputLoadingIcon,
4833
4880
  {
4834
4881
  loading,
4835
4882
  disabled
4836
4883
  }
4837
4884
  ),
4838
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4885
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4839
4886
  InputClearValue,
4840
4887
  {
4841
4888
  loading,
@@ -4844,8 +4891,8 @@ var Combobox = (props) => {
4844
4891
  value
4845
4892
  }
4846
4893
  ),
4847
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(InputSuffix, { children: suffix }),
4848
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4894
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputSuffix, { children: suffix }),
4895
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4849
4896
  Button,
4850
4897
  {
4851
4898
  className: "k-input-button",
@@ -4858,33 +4905,33 @@ var Combobox = (props) => {
4858
4905
  ]
4859
4906
  }
4860
4907
  ),
4861
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Popup, { className: "k-combobox-popup", children: popup })
4908
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
4862
4909
  ] });
4863
4910
  };
4864
- Combobox.states = states14;
4865
- Combobox.options = options13;
4911
+ Combobox.states = states15;
4912
+ Combobox.options = options14;
4866
4913
  Combobox.className = COMBOBOX_CLASSNAME;
4867
- Combobox.defaultProps = defaultProps11;
4914
+ Combobox.defaultProps = defaultProps12;
4868
4915
 
4869
4916
  // src/spinbutton/spinbutton.spec.tsx
4870
- var import_jsx_runtime21 = require("react/jsx-runtime");
4917
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4871
4918
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
4872
- var states15 = [];
4873
- var options14 = {
4919
+ var states16 = [];
4920
+ var options15 = {
4874
4921
  size: [Size.small, Size.medium, Size.large],
4875
4922
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4876
4923
  };
4877
- var defaultProps12 = {
4924
+ var defaultProps13 = {
4878
4925
  size: Size.medium,
4879
4926
  fillMode: FillMode.solid
4880
4927
  };
4881
4928
  var SpinButton = (props) => {
4882
4929
  const {
4883
- size = defaultProps12.size,
4884
- fillMode = defaultProps12.fillMode,
4930
+ size = defaultProps13.size,
4931
+ fillMode = defaultProps13.fillMode,
4885
4932
  ...other
4886
4933
  } = props;
4887
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4934
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4888
4935
  "span",
4889
4936
  {
4890
4937
  ...other,
@@ -4893,7 +4940,7 @@ var SpinButton = (props) => {
4893
4940
  props.className
4894
4941
  ),
4895
4942
  children: [
4896
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4943
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4897
4944
  Button,
4898
4945
  {
4899
4946
  className: "k-spinner-increase",
@@ -4903,7 +4950,7 @@ var SpinButton = (props) => {
4903
4950
  fillMode
4904
4951
  }
4905
4952
  ),
4906
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4953
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4907
4954
  Button,
4908
4955
  {
4909
4956
  className: "k-spinner-decrease",
@@ -4917,15 +4964,15 @@ var SpinButton = (props) => {
4917
4964
  }
4918
4965
  );
4919
4966
  };
4920
- SpinButton.states = states15;
4921
- SpinButton.options = options14;
4967
+ SpinButton.states = states16;
4968
+ SpinButton.options = options15;
4922
4969
  SpinButton.className = SPINBUTTON_CLASSNAME;
4923
- SpinButton.defaultProps = defaultProps12;
4970
+ SpinButton.defaultProps = defaultProps13;
4924
4971
 
4925
4972
  // src/dateinput/dateinput.spec.tsx
4926
- var import_jsx_runtime22 = require("react/jsx-runtime");
4973
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4927
4974
  var DATEINPUT_CLASSNAME = `k-dateinput`;
4928
- var states16 = [
4975
+ var states17 = [
4929
4976
  States.hover,
4930
4977
  States.focus,
4931
4978
  States.valid,
@@ -4935,12 +4982,12 @@ var states16 = [
4935
4982
  States.loading,
4936
4983
  States.readonly
4937
4984
  ];
4938
- var options15 = {
4985
+ var options16 = {
4939
4986
  size: [Size.small, Size.medium, Size.large],
4940
4987
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4941
4988
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4942
4989
  };
4943
- var defaultProps13 = {
4990
+ var defaultProps14 = {
4944
4991
  showSpinButton: true,
4945
4992
  size: Input.defaultProps.size,
4946
4993
  rounded: Input.defaultProps.rounded,
@@ -4961,10 +5008,10 @@ var DateInput = (props) => {
4961
5008
  loading,
4962
5009
  disabled,
4963
5010
  readonly,
4964
- showSpinButton = defaultProps13.showSpinButton,
5011
+ showSpinButton = defaultProps14.showSpinButton,
4965
5012
  ...other
4966
5013
  } = props;
4967
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
5014
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4968
5015
  Input,
4969
5016
  {
4970
5017
  ...other,
@@ -4981,8 +5028,8 @@ var DateInput = (props) => {
4981
5028
  readonly,
4982
5029
  className: classNames(props.className, DATEINPUT_CLASSNAME),
4983
5030
  children: [
4984
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputInnerInput, { placeholder, value }),
4985
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5031
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputInnerInput, { placeholder, value }),
5032
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4986
5033
  InputValidationIcon,
4987
5034
  {
4988
5035
  valid,
@@ -4991,14 +5038,14 @@ var DateInput = (props) => {
4991
5038
  disabled
4992
5039
  }
4993
5040
  ),
4994
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5041
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4995
5042
  InputLoadingIcon,
4996
5043
  {
4997
5044
  loading,
4998
5045
  disabled
4999
5046
  }
5000
5047
  ),
5001
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5048
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5002
5049
  InputClearValue,
5003
5050
  {
5004
5051
  loading,
@@ -5007,7 +5054,7 @@ var DateInput = (props) => {
5007
5054
  value
5008
5055
  }
5009
5056
  ),
5010
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5057
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5011
5058
  SpinButton,
5012
5059
  {
5013
5060
  className: "k-input-spinner",
@@ -5019,19 +5066,19 @@ var DateInput = (props) => {
5019
5066
  }
5020
5067
  );
5021
5068
  };
5022
- DateInput.states = states16;
5023
- DateInput.options = options15;
5069
+ DateInput.states = states17;
5070
+ DateInput.options = options16;
5024
5071
  DateInput.className = DATEINPUT_CLASSNAME;
5025
- DateInput.defaultProps = defaultProps13;
5072
+ DateInput.defaultProps = defaultProps14;
5026
5073
 
5027
5074
  // src/calendar/calendar.spec.tsx
5028
- var import_jsx_runtime23 = require("react/jsx-runtime");
5075
+ var import_jsx_runtime24 = require("react/jsx-runtime");
5029
5076
  var CALENDAR_CLASSNAME = `k-calendar`;
5030
- var states17 = [];
5031
- var options16 = {
5077
+ var states18 = [];
5078
+ var options17 = {
5032
5079
  size: [Size.small, Size.medium, Size.large]
5033
5080
  };
5034
- var defaultProps14 = {
5081
+ var defaultProps15 = {
5035
5082
  size: Size.medium,
5036
5083
  viewsCount: 1,
5037
5084
  orientation: "horizontal",
@@ -5040,11 +5087,11 @@ var defaultProps14 = {
5040
5087
  };
5041
5088
  var Calendar = (props) => {
5042
5089
  const {
5043
- size = defaultProps14.size,
5044
- orientation = defaultProps14.orientation,
5045
- calendarView = defaultProps14.calendarView,
5046
- calendarHeaderText = defaultProps14.calendarHeaderText,
5047
- viewsCount = defaultProps14.viewsCount,
5090
+ size = defaultProps15.size,
5091
+ orientation = defaultProps15.orientation,
5092
+ calendarView = defaultProps15.calendarView,
5093
+ calendarHeaderText = defaultProps15.calendarHeaderText,
5094
+ viewsCount = defaultProps15.viewsCount,
5048
5095
  showWeek,
5049
5096
  showOtherMonth,
5050
5097
  showCalendarCaption,
@@ -5053,7 +5100,7 @@ var Calendar = (props) => {
5053
5100
  dir,
5054
5101
  ...other
5055
5102
  } = props;
5056
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
5103
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5057
5104
  "div",
5058
5105
  {
5059
5106
  ...other,
@@ -5069,7 +5116,7 @@ var Calendar = (props) => {
5069
5116
  }
5070
5117
  ),
5071
5118
  children: [
5072
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5119
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5073
5120
  CalendarHeader,
5074
5121
  {
5075
5122
  showToday: showCalendarFooter ? false : true,
@@ -5079,7 +5126,7 @@ var Calendar = (props) => {
5079
5126
  dir
5080
5127
  }
5081
5128
  ),
5082
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5129
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5083
5130
  CalendarView,
5084
5131
  {
5085
5132
  calendarView,
@@ -5091,19 +5138,19 @@ var Calendar = (props) => {
5091
5138
  selectedRange
5092
5139
  }
5093
5140
  ),
5094
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(CalendarFooter, {})
5141
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
5095
5142
  ]
5096
5143
  }
5097
5144
  );
5098
5145
  };
5099
- Calendar.states = states17;
5100
- Calendar.options = options16;
5146
+ Calendar.states = states18;
5147
+ Calendar.options = options17;
5101
5148
  Calendar.className = CALENDAR_CLASSNAME;
5102
- Calendar.defaultProps = defaultProps14;
5149
+ Calendar.defaultProps = defaultProps15;
5103
5150
 
5104
5151
  // src/calendar/calendar-cell.tsx
5105
- var import_jsx_runtime24 = require("react/jsx-runtime");
5106
- var states18 = [
5152
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5153
+ var states19 = [
5107
5154
  States.hover,
5108
5155
  States.focus,
5109
5156
  States.active,
@@ -5152,21 +5199,21 @@ var CalendarCell = (props) => {
5152
5199
  }
5153
5200
  ];
5154
5201
  if (headerCell) {
5155
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5202
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5156
5203
  }
5157
5204
  if (weekCell) {
5158
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5205
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5159
5206
  }
5160
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-link", children: text }) });
5207
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: text }) });
5161
5208
  };
5162
5209
 
5163
5210
  // src/calendar/calendar-header.tsx
5164
- var import_jsx_runtime25 = require("react/jsx-runtime");
5211
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5165
5212
  var className9 = `k-calendar-header`;
5166
- var options17 = {
5213
+ var options18 = {
5167
5214
  size: [Size.small, Size.medium, Size.large]
5168
5215
  };
5169
- var defaultProps15 = {
5216
+ var defaultProps16 = {
5170
5217
  calendarHeaderText: "October 2021",
5171
5218
  showToday: true,
5172
5219
  orientation: "horizontal",
@@ -5174,16 +5221,16 @@ var defaultProps15 = {
5174
5221
  };
5175
5222
  var CalendarHeader = (props) => {
5176
5223
  const {
5177
- calendarHeaderText = defaultProps15.calendarHeaderText,
5178
- showToday = defaultProps15.showToday,
5179
- orientation = defaultProps15.orientation,
5180
- size = defaultProps15.size,
5224
+ calendarHeaderText = defaultProps16.calendarHeaderText,
5225
+ showToday = defaultProps16.showToday,
5226
+ orientation = defaultProps16.orientation,
5227
+ size = defaultProps16.size,
5181
5228
  dir,
5182
5229
  ...other
5183
5230
  } = props;
5184
5231
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5185
5232
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5186
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5233
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5187
5234
  "div",
5188
5235
  {
5189
5236
  ...other,
@@ -5195,12 +5242,12 @@ var CalendarHeader = (props) => {
5195
5242
  }
5196
5243
  ),
5197
5244
  children: [
5198
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5199
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5200
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-calendar-nav", children: [
5201
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5202
- showToday && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5203
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5245
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5246
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5247
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
5248
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5249
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5250
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5204
5251
  ] })
5205
5252
  ]
5206
5253
  }
@@ -5208,12 +5255,12 @@ var CalendarHeader = (props) => {
5208
5255
  };
5209
5256
 
5210
5257
  // src/calendar/calendar-footer.tsx
5211
- var import_jsx_runtime26 = require("react/jsx-runtime");
5258
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5212
5259
  var className10 = `k-calendar-footer`;
5213
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5260
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5214
5261
 
5215
5262
  // src/calendar/calendar-table.tsx
5216
- var import_jsx_runtime27 = require("react/jsx-runtime");
5263
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5217
5264
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5218
5265
  var CalendarTable = (props) => {
5219
5266
  const {
@@ -5225,7 +5272,7 @@ var CalendarTable = (props) => {
5225
5272
  ...other
5226
5273
  } = props;
5227
5274
  if (calendarView === "year") {
5228
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5275
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5229
5276
  "table",
5230
5277
  {
5231
5278
  ...other,
@@ -5234,25 +5281,25 @@ var CalendarTable = (props) => {
5234
5281
  CALENDARTABLE_CLASSNAME
5235
5282
  ),
5236
5283
  children: [
5237
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5238
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5239
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5240
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jan" }),
5241
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Feb" }),
5242
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Mar" }),
5243
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Apr" })
5284
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5285
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5286
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5287
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
5288
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
5289
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
5290
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
5244
5291
  ] }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5246
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "May" }),
5247
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jun", hover: true }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jul", focus: true }),
5249
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Au", selected: true })
5292
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5293
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
5294
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
5295
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
5296
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
5250
5297
  ] }),
5251
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5252
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Sep" }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Oct", today: true }),
5254
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Nov" }),
5255
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Dec" })
5298
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5299
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
5301
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
5302
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
5256
5303
  ] })
5257
5304
  ] })
5258
5305
  ]
@@ -5260,7 +5307,7 @@ var CalendarTable = (props) => {
5260
5307
  );
5261
5308
  }
5262
5309
  if (calendarView === "decade") {
5263
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5310
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5264
5311
  "table",
5265
5312
  {
5266
5313
  ...other,
@@ -5269,25 +5316,25 @@ var CalendarTable = (props) => {
5269
5316
  CALENDARTABLE_CLASSNAME
5270
5317
  ),
5271
5318
  children: [
5272
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5274
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5275
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020" }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2021", today: true }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2022" })
5319
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5320
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5321
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5322
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
5323
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
5324
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
5325
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5279
5326
  ] }),
5280
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5281
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2023" }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2024", hover: true }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2025", focus: true }),
5284
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2026", selected: true })
5327
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5328
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
5329
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
5330
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
5331
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5285
5332
  ] }),
5286
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5287
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2027" }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2028" }),
5289
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2029" }),
5290
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5333
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5334
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
5335
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
5336
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
5337
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5291
5338
  ] })
5292
5339
  ] })
5293
5340
  ]
@@ -5295,7 +5342,7 @@ var CalendarTable = (props) => {
5295
5342
  );
5296
5343
  }
5297
5344
  if (calendarView === "century") {
5298
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5345
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5299
5346
  "table",
5300
5347
  {
5301
5348
  ...other,
@@ -5304,32 +5351,32 @@ var CalendarTable = (props) => {
5304
5351
  CALENDARTABLE_CLASSNAME
5305
5352
  ),
5306
5353
  children: [
5307
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5308
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5309
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5310
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1990 - 1999" }),
5311
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2000 - 2009" }),
5312
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5313
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020 - 2029" })
5354
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5355
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5356
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5357
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5358
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5359
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5360
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5314
5361
  ] }),
5315
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5316
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2030 - 2039" }),
5317
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5318
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5319
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5362
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5363
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5364
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5365
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5366
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5320
5367
  ] }),
5321
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5322
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2070 - 2079" }),
5323
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2080 - 2089" }),
5324
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2090 - 2099" }),
5325
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5368
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5369
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5370
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5371
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5372
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5326
5373
  ] })
5327
5374
  ] })
5328
5375
  ]
5329
5376
  }
5330
5377
  );
5331
5378
  }
5332
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5379
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5333
5380
  "table",
5334
5381
  {
5335
5382
  ...other,
@@ -5338,68 +5385,68 @@ var CalendarTable = (props) => {
5338
5385
  CALENDARTABLE_CLASSNAME
5339
5386
  ),
5340
5387
  children: [
5341
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5342
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarTableHead, { showWeek }),
5343
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5344
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5345
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "39", weekCell: true }),
5346
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5347
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1" }),
5348
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2" }),
5349
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3" }),
5350
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4" }),
5351
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5" }),
5352
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", weekend: true })
5388
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5389
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5390
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5391
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5392
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5393
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5394
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5395
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5396
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5397
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5398
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5399
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5353
5400
  ] }),
5354
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5355
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "40", weekCell: true }),
5356
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", weekend: true }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", hover: true }),
5358
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", focus: true }),
5359
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", selected: true }),
5360
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5361
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5362
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "13", weekend: true })
5401
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5402
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5403
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5404
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5405
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5406
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5407
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5408
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5409
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5363
5410
  ] }),
5364
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5365
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "41", weekCell: true }),
5366
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "14", weekend: true }),
5367
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "15" }),
5368
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "16", today: true }),
5369
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "17" }),
5370
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "18" }),
5371
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "19" }),
5372
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "20", weekend: true })
5411
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5412
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5413
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5414
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5415
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5416
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5417
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5418
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5419
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", weekend: true })
5373
5420
  ] }),
5374
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5375
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "42", weekCell: true }),
5376
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "21", weekend: true }),
5377
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "22" }),
5378
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "23" }),
5379
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "24" }),
5380
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5381
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5382
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5421
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5422
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5423
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5424
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5425
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5426
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5427
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5428
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5429
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5383
5430
  ] }),
5384
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5385
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "43", weekCell: true }),
5386
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5387
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5388
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30" }),
5389
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "31" }),
5390
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5391
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5392
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5431
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5432
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5433
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5434
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5435
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5436
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5437
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5438
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5439
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5393
5440
  ] }),
5394
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5395
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "44", weekCell: true }),
5396
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5397
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5398
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5399
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5400
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5401
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5402
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5441
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5442
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5443
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5444
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5445
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5446
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5447
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5448
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5449
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5403
5450
  ] })
5404
5451
  ] })
5405
5452
  ]
@@ -5408,52 +5455,52 @@ var CalendarTable = (props) => {
5408
5455
  };
5409
5456
 
5410
5457
  // src/calendar/calendar-table-head.tsx
5411
- var import_jsx_runtime28 = require("react/jsx-runtime");
5458
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5412
5459
  var className11 = `k-calendar-thead`;
5413
5460
  var CalendarTableHead = (props) => {
5414
5461
  const {
5415
5462
  showWeek,
5416
5463
  ...other
5417
5464
  } = props;
5418
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5465
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5419
5466
  "thead",
5420
5467
  {
5421
5468
  ...other,
5422
5469
  className: classNames(props.className, className11),
5423
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5424
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5425
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5426
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5427
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5428
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "We", headerCell: true }),
5429
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5430
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5431
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5470
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5471
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5472
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5473
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5474
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5475
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5476
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5477
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5478
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5432
5479
  ] })
5433
5480
  }
5434
5481
  );
5435
5482
  };
5436
5483
 
5437
5484
  // src/calendar/calendar-view.tsx
5438
- var import_jsx_runtime29 = require("react/jsx-runtime");
5485
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5439
5486
  var className12 = `k-calendar-view`;
5440
- var defaultProps16 = {
5487
+ var defaultProps17 = {
5441
5488
  viewsCount: 1,
5442
5489
  orientation: "horizontal",
5443
5490
  calendarView: "month"
5444
5491
  };
5445
5492
  var CalendarView = (props) => {
5446
5493
  const {
5447
- orientation = defaultProps16.orientation,
5448
- calendarView = defaultProps16.calendarView,
5449
- viewsCount = defaultProps16.viewsCount,
5494
+ orientation = defaultProps17.orientation,
5495
+ calendarView = defaultProps17.calendarView,
5496
+ viewsCount = defaultProps17.viewsCount,
5450
5497
  showWeek,
5451
5498
  showOtherMonth,
5452
5499
  showCalendarCaption,
5453
5500
  selectedRange,
5454
5501
  ...other
5455
5502
  } = props;
5456
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5503
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5457
5504
  "div",
5458
5505
  {
5459
5506
  ...other,
@@ -5469,7 +5516,7 @@ var CalendarView = (props) => {
5469
5516
  }
5470
5517
  ),
5471
5518
  children: [...Array(viewsCount)].map(
5472
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5519
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5473
5520
  CalendarTable,
5474
5521
  {
5475
5522
  calendarView,
@@ -5486,9 +5533,9 @@ var CalendarView = (props) => {
5486
5533
  };
5487
5534
 
5488
5535
  // src/datepicker/datepicker.spec.tsx
5489
- var import_jsx_runtime30 = require("react/jsx-runtime");
5536
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5490
5537
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5491
- var states19 = [
5538
+ var states20 = [
5492
5539
  States.hover,
5493
5540
  States.focus,
5494
5541
  States.valid,
@@ -5498,12 +5545,12 @@ var states19 = [
5498
5545
  States.loading,
5499
5546
  States.readonly
5500
5547
  ];
5501
- var options18 = {
5548
+ var options19 = {
5502
5549
  size: [Size.small, Size.medium, Size.large],
5503
5550
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5504
5551
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5505
5552
  };
5506
- var defaultProps17 = {
5553
+ var defaultProps18 = {
5507
5554
  size: Input.defaultProps.size,
5508
5555
  rounded: Input.defaultProps.rounded,
5509
5556
  fillMode: Input.defaultProps.fillMode
@@ -5529,8 +5576,8 @@ var DatePicker = (props) => {
5529
5576
  dir,
5530
5577
  ...other
5531
5578
  } = props;
5532
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5533
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5579
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5580
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5534
5581
  Input,
5535
5582
  {
5536
5583
  ...other,
@@ -5548,9 +5595,9 @@ var DatePicker = (props) => {
5548
5595
  readonly,
5549
5596
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5550
5597
  children: [
5551
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5552
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5553
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5598
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5599
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5600
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5554
5601
  InputValidationIcon,
5555
5602
  {
5556
5603
  valid,
@@ -5559,14 +5606,14 @@ var DatePicker = (props) => {
5559
5606
  disabled
5560
5607
  }
5561
5608
  ),
5562
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5609
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5563
5610
  InputLoadingIcon,
5564
5611
  {
5565
5612
  loading,
5566
5613
  disabled
5567
5614
  }
5568
5615
  ),
5569
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5616
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5570
5617
  InputClearValue,
5571
5618
  {
5572
5619
  loading,
@@ -5575,8 +5622,8 @@ var DatePicker = (props) => {
5575
5622
  value
5576
5623
  }
5577
5624
  ),
5578
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5579
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5625
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5626
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5580
5627
  Button,
5581
5628
  {
5582
5629
  className: "k-input-button",
@@ -5589,30 +5636,30 @@ var DatePicker = (props) => {
5589
5636
  ]
5590
5637
  }
5591
5638
  ),
5592
- opened && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Calendar, { dir }) })
5639
+ opened && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Calendar, { dir }) })
5593
5640
  ] });
5594
5641
  };
5595
- DatePicker.states = states19;
5596
- DatePicker.options = options18;
5642
+ DatePicker.states = states20;
5643
+ DatePicker.options = options19;
5597
5644
  DatePicker.className = DATEPICKER_CLASSNAME;
5598
- DatePicker.defaultProps = defaultProps17;
5645
+ DatePicker.defaultProps = defaultProps18;
5599
5646
 
5600
5647
  // src/action-buttons/action-buttons.spec.tsx
5601
- var import_jsx_runtime31 = require("react/jsx-runtime");
5648
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5602
5649
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5603
- var states20 = [];
5604
- var options19 = {};
5605
- var defaultProps18 = {
5650
+ var states21 = [];
5651
+ var options20 = {};
5652
+ var defaultProps19 = {
5606
5653
  alignment: "start",
5607
5654
  orientation: "horizontal"
5608
5655
  };
5609
5656
  var ActionButtons = (props) => {
5610
5657
  const {
5611
- alignment = defaultProps18.alignment,
5612
- orientation = defaultProps18.orientation,
5658
+ alignment = defaultProps19.alignment,
5659
+ orientation = defaultProps19.orientation,
5613
5660
  ...other
5614
5661
  } = props;
5615
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5662
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5616
5663
  "div",
5617
5664
  {
5618
5665
  ...other,
@@ -5628,31 +5675,31 @@ var ActionButtons = (props) => {
5628
5675
  }
5629
5676
  );
5630
5677
  };
5631
- ActionButtons.states = states20;
5632
- ActionButtons.options = options19;
5678
+ ActionButtons.states = states21;
5679
+ ActionButtons.options = options20;
5633
5680
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5634
- ActionButtons.defaultProps = defaultProps18;
5681
+ ActionButtons.defaultProps = defaultProps19;
5635
5682
 
5636
5683
  // src/button-group/button-group.spec.tsx
5637
- var import_jsx_runtime32 = require("react/jsx-runtime");
5684
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5638
5685
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5639
- var states21 = [
5686
+ var states22 = [
5640
5687
  States.disabled
5641
5688
  ];
5642
- var options20 = {
5689
+ var options21 = {
5643
5690
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5644
5691
  };
5645
- var defaultProps19 = {
5692
+ var defaultProps20 = {
5646
5693
  fillMode: FillMode.solid
5647
5694
  };
5648
5695
  var ButtonGroup = (props) => {
5649
5696
  const {
5650
- fillMode = defaultProps19.fillMode,
5697
+ fillMode = defaultProps20.fillMode,
5651
5698
  disabled,
5652
5699
  stretched,
5653
5700
  ...other
5654
5701
  } = props;
5655
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5702
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5656
5703
  "div",
5657
5704
  {
5658
5705
  ...other,
@@ -5673,36 +5720,36 @@ var ButtonGroup = (props) => {
5673
5720
  }
5674
5721
  );
5675
5722
  };
5676
- ButtonGroup.states = states21;
5677
- ButtonGroup.options = options20;
5723
+ ButtonGroup.states = states22;
5724
+ ButtonGroup.options = options21;
5678
5725
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5679
- ButtonGroup.defaultProps = defaultProps19;
5726
+ ButtonGroup.defaultProps = defaultProps20;
5680
5727
 
5681
5728
  // src/button-group/templates/icon-button-group.tsx
5682
- var import_jsx_runtime33 = require("react/jsx-runtime");
5729
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5683
5730
 
5684
5731
  // src/button-group/templates/icon-text-button-group.tsx
5685
- var import_jsx_runtime34 = require("react/jsx-runtime");
5732
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5686
5733
 
5687
5734
  // src/button-group/templates/text-button-group.tsx
5688
- var import_jsx_runtime35 = require("react/jsx-runtime");
5735
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5689
5736
 
5690
5737
  // src/button-group/templates/mixed-button-group.tsx
5691
- var import_jsx_runtime36 = require("react/jsx-runtime");
5738
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5692
5739
 
5693
5740
  // src/time-selector/time-selector.spec.tsx
5694
- var import_jsx_runtime37 = require("react/jsx-runtime");
5741
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5695
5742
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5696
- var states22 = [];
5697
- var options21 = {
5743
+ var states23 = [];
5744
+ var options22 = {
5698
5745
  size: [Size.small, Size.medium, Size.large]
5699
5746
  };
5700
- var defaultProps20 = {
5747
+ var defaultProps21 = {
5701
5748
  size: Size.medium
5702
5749
  };
5703
5750
  var TimeSelector = (props) => {
5704
5751
  const {
5705
- size = defaultProps20.size,
5752
+ size = defaultProps21.size,
5706
5753
  header,
5707
5754
  fastSelection,
5708
5755
  columns,
@@ -5718,9 +5765,9 @@ var TimeSelector = (props) => {
5718
5765
  if (index === 0 || columnType === "tt") {
5719
5766
  separator = false;
5720
5767
  }
5721
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5768
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5722
5769
  });
5723
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5770
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5724
5771
  "div",
5725
5772
  {
5726
5773
  ...other,
@@ -5732,24 +5779,24 @@ var TimeSelector = (props) => {
5732
5779
  })
5733
5780
  ),
5734
5781
  children: [
5735
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: header }),
5736
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: fastSelection }),
5737
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-time-list-container", children: [
5738
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-time-highlight" }),
5782
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: header }),
5783
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: fastSelection }),
5784
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-time-list-container", children: [
5785
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-time-highlight" }),
5739
5786
  columnsDom
5740
5787
  ] })
5741
5788
  ]
5742
5789
  }
5743
5790
  );
5744
5791
  };
5745
- TimeSelector.states = states22;
5746
- TimeSelector.options = options21;
5792
+ TimeSelector.states = states23;
5793
+ TimeSelector.options = options22;
5747
5794
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5748
- TimeSelector.defaultProps = defaultProps20;
5795
+ TimeSelector.defaultProps = defaultProps21;
5749
5796
 
5750
5797
  // src/time-selector/time-selector-column.tsx
5751
- var import_jsx_runtime38 = require("react/jsx-runtime");
5752
- var states23 = [
5798
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5799
+ var states24 = [
5753
5800
  States.focus
5754
5801
  ];
5755
5802
  var TimeSelectorColumn = (props) => {
@@ -5787,11 +5834,11 @@ var TimeSelectorColumn = (props) => {
5787
5834
  break;
5788
5835
  }
5789
5836
  const items = columnData.map(
5790
- (data) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { children: data }) }) })
5837
+ (data) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { children: data }) }) })
5791
5838
  );
5792
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5793
- separator && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-time-separator", children: ":" }),
5794
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5839
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5840
+ separator && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-time-separator", children: ":" }),
5841
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5795
5842
  "div",
5796
5843
  {
5797
5844
  ...other,
@@ -5803,10 +5850,10 @@ var TimeSelectorColumn = (props) => {
5803
5850
  })
5804
5851
  ),
5805
5852
  children: [
5806
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-title", children: text }),
5807
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
5808
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5809
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-scrollable-placeholder" })
5853
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-title", children: text }),
5854
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-time-list", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-content k-scrollable k-time-container", children: [
5855
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5856
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-scrollable-placeholder" })
5810
5857
  ] }) })
5811
5858
  ]
5812
5859
  }
@@ -5815,14 +5862,14 @@ var TimeSelectorColumn = (props) => {
5815
5862
  };
5816
5863
 
5817
5864
  // src/time-selector/time-selector-header.tsx
5818
- var import_jsx_runtime39 = require("react/jsx-runtime");
5865
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5819
5866
  var className13 = `k-time-header`;
5820
5867
  var TimeSelectorHeader = (props) => {
5821
5868
  const {
5822
5869
  title,
5823
5870
  ...other
5824
5871
  } = props;
5825
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5872
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5826
5873
  "div",
5827
5874
  {
5828
5875
  ...other,
@@ -5831,7 +5878,7 @@ var TimeSelectorHeader = (props) => {
5831
5878
  className13
5832
5879
  ),
5833
5880
  children: [
5834
- title != null && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-title", children: title }),
5881
+ title != null && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-title", children: title }),
5835
5882
  props.children
5836
5883
  ]
5837
5884
  }
@@ -5839,23 +5886,23 @@ var TimeSelectorHeader = (props) => {
5839
5886
  };
5840
5887
 
5841
5888
  // src/time-selector/time-selector-fast-selection.tsx
5842
- var import_jsx_runtime40 = require("react/jsx-runtime");
5889
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5843
5890
 
5844
5891
  // src/datetime-selector/datetime-selector.spec.tsx
5845
- var import_jsx_runtime41 = require("react/jsx-runtime");
5892
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5846
5893
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5847
- var states24 = [];
5848
- var options22 = {};
5849
- var defaultProps21 = {
5894
+ var states25 = [];
5895
+ var options23 = {};
5896
+ var defaultProps22 = {
5850
5897
  tab: "date"
5851
5898
  };
5852
5899
  var DateTimeSelector = (props) => {
5853
5900
  const {
5854
- tab = defaultProps21.tab,
5901
+ tab = defaultProps22.tab,
5855
5902
  dir,
5856
5903
  ...other
5857
5904
  } = props;
5858
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5905
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5859
5906
  "div",
5860
5907
  {
5861
5908
  ...other,
@@ -5868,34 +5915,34 @@ var DateTimeSelector = (props) => {
5868
5915
  }
5869
5916
  ),
5870
5917
  children: [
5871
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ButtonGroup, { stretched: true, children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5873
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5918
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ButtonGroup, { stretched: true, children: [
5919
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5920
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5874
5921
  ] }) }),
5875
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5876
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5877
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5878
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5879
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Calendar, { showOtherMonth: true, dir }) }),
5880
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-time-wrap" })
5922
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5923
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5924
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5925
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5926
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Calendar, { showOtherMonth: true, dir }) }),
5927
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-time-wrap" })
5881
5928
  ] }) }),
5882
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5883
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5884
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
5929
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5930
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5931
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
5885
5932
  ] })
5886
5933
  ]
5887
5934
  }
5888
5935
  );
5889
5936
  };
5890
- DateTimeSelector.states = states24;
5891
- DateTimeSelector.options = options22;
5937
+ DateTimeSelector.states = states25;
5938
+ DateTimeSelector.options = options23;
5892
5939
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5893
- DateTimeSelector.defaultProps = defaultProps21;
5940
+ DateTimeSelector.defaultProps = defaultProps22;
5894
5941
 
5895
5942
  // src/datetimepicker/datetimepicker.spec.tsx
5896
- var import_jsx_runtime42 = require("react/jsx-runtime");
5943
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5897
5944
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
5898
- var states25 = [
5945
+ var states26 = [
5899
5946
  States.hover,
5900
5947
  States.focus,
5901
5948
  States.valid,
@@ -5905,12 +5952,12 @@ var states25 = [
5905
5952
  States.loading,
5906
5953
  States.readonly
5907
5954
  ];
5908
- var options23 = {
5955
+ var options24 = {
5909
5956
  size: [Size.small, Size.medium, Size.large],
5910
5957
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5911
5958
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5912
5959
  };
5913
- var defaultProps22 = {
5960
+ var defaultProps23 = {
5914
5961
  tab: "date",
5915
5962
  size: Input.defaultProps.size,
5916
5963
  rounded: Input.defaultProps.rounded,
@@ -5934,12 +5981,12 @@ var DateTimePicker = (props) => {
5934
5981
  disabled,
5935
5982
  readonly,
5936
5983
  opened,
5937
- tab = defaultProps22.tab,
5984
+ tab = defaultProps23.tab,
5938
5985
  dir,
5939
5986
  ...other
5940
5987
  } = props;
5941
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5942
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5988
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5989
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5943
5990
  Input,
5944
5991
  {
5945
5992
  ...other,
@@ -5957,9 +6004,9 @@ var DateTimePicker = (props) => {
5957
6004
  readonly,
5958
6005
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
5959
6006
  children: [
5960
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5961
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5962
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6007
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
6008
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
6009
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5963
6010
  InputValidationIcon,
5964
6011
  {
5965
6012
  valid,
@@ -5968,14 +6015,14 @@ var DateTimePicker = (props) => {
5968
6015
  disabled
5969
6016
  }
5970
6017
  ),
5971
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6018
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5972
6019
  InputLoadingIcon,
5973
6020
  {
5974
6021
  loading,
5975
6022
  disabled
5976
6023
  }
5977
6024
  ),
5978
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6025
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5979
6026
  InputClearValue,
5980
6027
  {
5981
6028
  loading,
@@ -5984,8 +6031,8 @@ var DateTimePicker = (props) => {
5984
6031
  value
5985
6032
  }
5986
6033
  ),
5987
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix }),
5988
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6034
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
6035
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5989
6036
  Button,
5990
6037
  {
5991
6038
  className: "k-input-button",
@@ -5998,18 +6045,18 @@ var DateTimePicker = (props) => {
5998
6045
  ]
5999
6046
  }
6000
6047
  ),
6001
- opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-datetimepicker-popup", dir, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(DateTimeSelector, { tab, dir }) })
6048
+ opened && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(DateTimeSelector, { tab, dir }) })
6002
6049
  ] });
6003
6050
  };
6004
- DateTimePicker.states = states25;
6005
- DateTimePicker.options = options23;
6051
+ DateTimePicker.states = states26;
6052
+ DateTimePicker.options = options24;
6006
6053
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6007
- DateTimePicker.defaultProps = defaultProps22;
6054
+ DateTimePicker.defaultProps = defaultProps23;
6008
6055
 
6009
6056
  // src/dropdownlist/dropdownlist.spec.tsx
6010
- var import_jsx_runtime43 = require("react/jsx-runtime");
6057
+ var import_jsx_runtime44 = require("react/jsx-runtime");
6011
6058
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6012
- var states26 = [
6059
+ var states27 = [
6013
6060
  States.hover,
6014
6061
  States.focus,
6015
6062
  States.valid,
@@ -6019,12 +6066,12 @@ var states26 = [
6019
6066
  States.loading,
6020
6067
  States.readonly
6021
6068
  ];
6022
- var options24 = {
6069
+ var options25 = {
6023
6070
  size: [Size.small, Size.medium, Size.large],
6024
6071
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6025
6072
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6026
6073
  };
6027
- var defaultProps23 = {
6074
+ var defaultProps24 = {
6028
6075
  showValue: true,
6029
6076
  arrowIconName: "caret-alt-down",
6030
6077
  size: Size.medium,
@@ -6034,7 +6081,7 @@ var defaultProps23 = {
6034
6081
  var DropdownList = (props) => {
6035
6082
  const {
6036
6083
  valueIconName,
6037
- arrowIconName = defaultProps23.arrowIconName,
6084
+ arrowIconName = defaultProps24.arrowIconName,
6038
6085
  prefix,
6039
6086
  suffix,
6040
6087
  value,
@@ -6050,13 +6097,13 @@ var DropdownList = (props) => {
6050
6097
  loading,
6051
6098
  disabled,
6052
6099
  readonly,
6053
- showValue = defaultProps23.showValue,
6100
+ showValue = defaultProps24.showValue,
6054
6101
  popup,
6055
6102
  opened,
6056
6103
  ...other
6057
6104
  } = props;
6058
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
6059
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
6105
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, { children: [
6106
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
6060
6107
  Picker,
6061
6108
  {
6062
6109
  ...other,
@@ -6079,8 +6126,8 @@ var DropdownList = (props) => {
6079
6126
  }
6080
6127
  ),
6081
6128
  children: [
6082
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
6083
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6129
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputPrefix, { children: prefix }),
6130
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6084
6131
  InputInnerSpan,
6085
6132
  {
6086
6133
  placeholder,
@@ -6089,7 +6136,7 @@ var DropdownList = (props) => {
6089
6136
  valueIconName
6090
6137
  }
6091
6138
  ),
6092
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6139
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6093
6140
  InputValidationIcon,
6094
6141
  {
6095
6142
  valid,
@@ -6098,15 +6145,15 @@ var DropdownList = (props) => {
6098
6145
  disabled
6099
6146
  }
6100
6147
  ),
6101
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6148
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6102
6149
  InputLoadingIcon,
6103
6150
  {
6104
6151
  loading,
6105
6152
  disabled
6106
6153
  }
6107
6154
  ),
6108
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
6109
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6155
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputSuffix, { children: suffix }),
6156
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6110
6157
  Button,
6111
6158
  {
6112
6159
  className: "k-input-button",
@@ -6119,35 +6166,35 @@ var DropdownList = (props) => {
6119
6166
  ]
6120
6167
  }
6121
6168
  ),
6122
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
6169
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6123
6170
  ] });
6124
6171
  };
6125
- DropdownList.states = states26;
6126
- DropdownList.options = options24;
6172
+ DropdownList.states = states27;
6173
+ DropdownList.options = options25;
6127
6174
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6128
- DropdownList.defaultProps = defaultProps23;
6175
+ DropdownList.defaultProps = defaultProps24;
6129
6176
 
6130
6177
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6131
- var import_jsx_runtime44 = require("react/jsx-runtime");
6178
+ var import_jsx_runtime45 = require("react/jsx-runtime");
6132
6179
 
6133
6180
  // src/nodata/nodata.tsx
6134
- var import_jsx_runtime45 = require("react/jsx-runtime");
6181
+ var import_jsx_runtime46 = require("react/jsx-runtime");
6135
6182
  var className14 = `k-nodata`;
6136
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6183
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6137
6184
 
6138
6185
  // src/list/list.spec.tsx
6139
- var import_jsx_runtime46 = require("react/jsx-runtime");
6186
+ var import_jsx_runtime47 = require("react/jsx-runtime");
6140
6187
  var LIST_CLASSNAME = `k-list`;
6141
- var states27 = [];
6142
- var options25 = {
6188
+ var states28 = [];
6189
+ var options26 = {
6143
6190
  size: [Size.small, Size.medium, Size.large]
6144
6191
  };
6145
- var defaultProps24 = {
6192
+ var defaultProps25 = {
6146
6193
  size: Size.medium
6147
6194
  };
6148
6195
  var List = (props) => {
6149
6196
  const {
6150
- size = defaultProps24.size,
6197
+ size = defaultProps25.size,
6151
6198
  virtualization,
6152
6199
  children,
6153
6200
  optionLabel,
@@ -6164,7 +6211,7 @@ var List = (props) => {
6164
6211
  listHeader = child.props.label;
6165
6212
  child.props.children.map((optChild, index2) => {
6166
6213
  listChildren.push(
6167
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6168
6215
  ListItem,
6169
6216
  {
6170
6217
  ...optChild.props
@@ -6180,7 +6227,7 @@ var List = (props) => {
6180
6227
  groupLabel = child.props.label;
6181
6228
  }
6182
6229
  listChildren.push(
6183
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6230
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6184
6231
  ListItem,
6185
6232
  {
6186
6233
  className: index2 === 0 ? "k-first" : "",
@@ -6192,16 +6239,16 @@ var List = (props) => {
6192
6239
  );
6193
6240
  });
6194
6241
  }
6195
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6242
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6196
6243
  } else if (child.type === ListItem) {
6197
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6198
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
6244
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6245
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
6199
6246
  }
6200
6247
  });
6201
6248
  } else {
6202
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
6249
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
6203
6250
  }
6204
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
6251
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
6205
6252
  "div",
6206
6253
  {
6207
6254
  ...other,
@@ -6223,24 +6270,24 @@ var List = (props) => {
6223
6270
  }
6224
6271
  );
6225
6272
  };
6226
- List.states = states27;
6227
- List.options = options25;
6273
+ List.states = states28;
6274
+ List.options = options26;
6228
6275
  List.className = LIST_CLASSNAME;
6229
- List.defaultProps = defaultProps24;
6276
+ List.defaultProps = defaultProps25;
6230
6277
 
6231
6278
  // src/list/list-angular.spec.tsx
6232
- var import_jsx_runtime47 = require("react/jsx-runtime");
6279
+ var import_jsx_runtime48 = require("react/jsx-runtime");
6233
6280
  var LISTANGULAR_CLASSNAME = `k-list`;
6234
- var states28 = [];
6235
- var options26 = {
6281
+ var states29 = [];
6282
+ var options27 = {
6236
6283
  size: [Size.small, Size.medium, Size.large]
6237
6284
  };
6238
- var defaultProps25 = {
6285
+ var defaultProps26 = {
6239
6286
  size: Size.medium
6240
6287
  };
6241
6288
  var ListAngular = (props) => {
6242
6289
  const {
6243
- size = defaultProps25.size,
6290
+ size = defaultProps26.size,
6244
6291
  virtualization,
6245
6292
  children,
6246
6293
  ...other
@@ -6256,7 +6303,7 @@ var ListAngular = (props) => {
6256
6303
  listHeader = child.props.label;
6257
6304
  child.props.children.map((optChild, index2) => {
6258
6305
  listChildren.push(
6259
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6306
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6260
6307
  ListItem,
6261
6308
  {
6262
6309
  ...optChild.props
@@ -6267,7 +6314,7 @@ var ListAngular = (props) => {
6267
6314
  });
6268
6315
  } else {
6269
6316
  listChildren.push(
6270
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6317
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6271
6318
  ListGroupItem,
6272
6319
  {
6273
6320
  ...child.props,
@@ -6278,7 +6325,7 @@ var ListAngular = (props) => {
6278
6325
  );
6279
6326
  child.props.children.map((optChild, index2) => {
6280
6327
  listChildren.push(
6281
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6328
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6282
6329
  ListItem,
6283
6330
  {
6284
6331
  ...optChild.props
@@ -6288,16 +6335,16 @@ var ListAngular = (props) => {
6288
6335
  );
6289
6336
  });
6290
6337
  }
6291
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6338
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6292
6339
  } else if (child.type === ListItem) {
6293
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6294
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
6340
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6341
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListContent, { virtualization, children: listChildren });
6295
6342
  }
6296
6343
  });
6297
6344
  } else {
6298
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
6345
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NoData, { children: "No data found." });
6299
6346
  }
6300
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
6347
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
6301
6348
  "div",
6302
6349
  {
6303
6350
  ...other,
@@ -6318,15 +6365,15 @@ var ListAngular = (props) => {
6318
6365
  }
6319
6366
  );
6320
6367
  };
6321
- ListAngular.states = states28;
6322
- ListAngular.options = options26;
6368
+ ListAngular.states = states29;
6369
+ ListAngular.options = options27;
6323
6370
  ListAngular.className = LISTANGULAR_CLASSNAME;
6324
- ListAngular.defaultProps = defaultProps25;
6371
+ ListAngular.defaultProps = defaultProps26;
6325
6372
 
6326
6373
  // src/checkbox/checkbox.spec.tsx
6327
- var import_jsx_runtime48 = require("react/jsx-runtime");
6374
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6328
6375
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6329
- var states29 = [
6376
+ var states30 = [
6330
6377
  States.hover,
6331
6378
  States.focus,
6332
6379
  States.valid,
@@ -6336,11 +6383,11 @@ var states29 = [
6336
6383
  States.checked,
6337
6384
  States.indeterminate
6338
6385
  ];
6339
- var options27 = {
6386
+ var options28 = {
6340
6387
  size: [Size.small, Size.medium, Size.large],
6341
6388
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
6342
6389
  };
6343
- var defaultProps26 = {
6390
+ var defaultProps27 = {
6344
6391
  size: Size.medium,
6345
6392
  rounded: Roundness.medium
6346
6393
  };
@@ -6355,11 +6402,11 @@ var Checkbox = (props) => {
6355
6402
  invalid,
6356
6403
  valid,
6357
6404
  required,
6358
- size = defaultProps26.size,
6359
- rounded = defaultProps26.rounded,
6405
+ size = defaultProps27.size,
6406
+ rounded = defaultProps27.rounded,
6360
6407
  ...other
6361
6408
  } = props;
6362
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6409
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6363
6410
  "input",
6364
6411
  {
6365
6412
  ...other,
@@ -6376,22 +6423,22 @@ var Checkbox = (props) => {
6376
6423
  }
6377
6424
  ) });
6378
6425
  };
6379
- Checkbox.states = states29;
6380
- Checkbox.options = options27;
6426
+ Checkbox.states = states30;
6427
+ Checkbox.options = options28;
6381
6428
  Checkbox.className = CHECKBOX_CLASSNAME;
6382
- Checkbox.defaultProps = defaultProps26;
6429
+ Checkbox.defaultProps = defaultProps27;
6383
6430
 
6384
6431
  // src/list/list-item.spec.tsx
6385
- var import_jsx_runtime49 = require("react/jsx-runtime");
6432
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6386
6433
  var LISTITEM_CLASSNAME = `k-list-item`;
6387
- var states30 = [
6434
+ var states31 = [
6388
6435
  States.hover,
6389
6436
  States.focus,
6390
6437
  States.selected,
6391
6438
  States.disabled
6392
6439
  ];
6393
- var options28 = {};
6394
- var defaultProps27 = {};
6440
+ var options29 = {};
6441
+ var defaultProps28 = {};
6395
6442
  var ListItem = (props) => {
6396
6443
  const {
6397
6444
  text,
@@ -6407,7 +6454,7 @@ var ListItem = (props) => {
6407
6454
  ...other
6408
6455
  } = props;
6409
6456
  const textOrChildren = text ? text : props.children;
6410
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
6457
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
6411
6458
  "li",
6412
6459
  {
6413
6460
  ...other,
@@ -6422,66 +6469,66 @@ var ListItem = (props) => {
6422
6469
  })
6423
6470
  ),
6424
6471
  children: [
6425
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Checkbox, { checked }),
6426
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: iconName }),
6427
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6428
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6472
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Checkbox, { checked }),
6473
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { icon: iconName }),
6474
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6475
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6429
6476
  ]
6430
6477
  }
6431
6478
  );
6432
6479
  };
6433
- ListItem.states = states30;
6434
- ListItem.options = options28;
6480
+ ListItem.states = states31;
6481
+ ListItem.options = options29;
6435
6482
  ListItem.className = LISTITEM_CLASSNAME;
6436
- ListItem.defaultProps = defaultProps27;
6483
+ ListItem.defaultProps = defaultProps28;
6437
6484
 
6438
6485
  // src/list/list-content.tsx
6439
- var import_jsx_runtime50 = require("react/jsx-runtime");
6486
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6440
6487
  var className15 = `k-list-content`;
6441
6488
  var ListContent = (props) => {
6442
6489
  const {
6443
6490
  virtualization
6444
6491
  } = props;
6445
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(className15, props.className), children: [
6446
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6447
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", {}) })
6492
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: classNames(className15, props.className), children: [
6493
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6494
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", {}) })
6448
6495
  ] });
6449
6496
  };
6450
6497
 
6451
6498
  // src/list/list-header.tsx
6452
- var import_jsx_runtime51 = require("react/jsx-runtime");
6499
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6453
6500
  var className16 = `k-list-group-sticky-header`;
6454
- 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 }) });
6501
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6455
6502
 
6456
6503
  // src/list/list-group.tsx
6457
- var import_jsx_runtime52 = require("react/jsx-runtime");
6504
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6458
6505
  var ListGroup = (props) => {
6459
6506
  const {
6460
6507
  virtualization,
6461
6508
  label
6462
6509
  } = props;
6463
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6464
- label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListHeader, { children: label }),
6465
- props.children && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListContent, { virtualization, children: props.children })
6510
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
6511
+ label && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListHeader, { children: label }),
6512
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListContent, { virtualization, children: props.children })
6466
6513
  ] });
6467
6514
  };
6468
6515
 
6469
6516
  // src/list/list-group-item.tsx
6470
- var import_jsx_runtime53 = require("react/jsx-runtime");
6517
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6471
6518
  var className17 = `k-list-group-item`;
6472
- 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 }) });
6519
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6473
6520
 
6474
6521
  // src/list/list-option-label.tsx
6475
- var import_jsx_runtime54 = require("react/jsx-runtime");
6522
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6476
6523
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6477
- var states31 = [
6524
+ var states32 = [
6478
6525
  States.hover,
6479
6526
  States.focus,
6480
6527
  States.selected,
6481
6528
  States.disabled
6482
6529
  ];
6483
- var options29 = {};
6484
- var defaultProps28 = {};
6530
+ var options30 = {};
6531
+ var defaultProps29 = {};
6485
6532
  var ListOptionLabel = (props) => {
6486
6533
  const {
6487
6534
  text,
@@ -6491,7 +6538,7 @@ var ListOptionLabel = (props) => {
6491
6538
  disabled,
6492
6539
  ...other
6493
6540
  } = props;
6494
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6541
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6495
6542
  "div",
6496
6543
  {
6497
6544
  ...other,
@@ -6508,18 +6555,18 @@ var ListOptionLabel = (props) => {
6508
6555
  }
6509
6556
  );
6510
6557
  };
6511
- ListOptionLabel.states = states31;
6512
- ListOptionLabel.options = options29;
6558
+ ListOptionLabel.states = states32;
6559
+ ListOptionLabel.options = options30;
6513
6560
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6514
- ListOptionLabel.defaultProps = defaultProps28;
6561
+ ListOptionLabel.defaultProps = defaultProps29;
6515
6562
 
6516
6563
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6517
- var import_jsx_runtime55 = require("react/jsx-runtime");
6564
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6518
6565
 
6519
6566
  // src/searchbox/searchbox.spec.tsx
6520
- var import_jsx_runtime56 = require("react/jsx-runtime");
6567
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6521
6568
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
6522
- var states32 = [
6569
+ var states33 = [
6523
6570
  States.hover,
6524
6571
  States.focus,
6525
6572
  States.valid,
@@ -6528,12 +6575,12 @@ var states32 = [
6528
6575
  States.disabled,
6529
6576
  States.loading
6530
6577
  ];
6531
- var options30 = {
6578
+ var options31 = {
6532
6579
  size: [Size.small, Size.medium, Size.large],
6533
6580
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6534
6581
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6535
6582
  };
6536
- var defaultProps29 = {
6583
+ var defaultProps30 = {
6537
6584
  showIcon: true,
6538
6585
  icon: "search",
6539
6586
  size: Input.defaultProps.size,
@@ -6554,11 +6601,11 @@ var Searchbox = (props) => {
6554
6601
  required,
6555
6602
  loading,
6556
6603
  disabled,
6557
- showIcon = defaultProps29.showIcon,
6558
- icon = defaultProps29.icon,
6604
+ showIcon = defaultProps30.showIcon,
6605
+ icon = defaultProps30.icon,
6559
6606
  ...other
6560
6607
  } = props;
6561
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6608
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6562
6609
  Input,
6563
6610
  {
6564
6611
  ...other,
@@ -6574,43 +6621,43 @@ var Searchbox = (props) => {
6574
6621
  disabled,
6575
6622
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6576
6623
  children: [
6577
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Icon, { className: "k-input-icon", icon }),
6578
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputInnerInput, { placeholder, value }),
6579
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputLoadingIcon, { ...props }),
6580
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputValidationIcon, { ...props }),
6581
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputClearValue, { ...props })
6624
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { className: "k-input-icon", icon }),
6625
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputInnerInput, { placeholder, value }),
6626
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputLoadingIcon, { ...props }),
6627
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputValidationIcon, { ...props }),
6628
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputClearValue, { ...props })
6582
6629
  ]
6583
6630
  }
6584
6631
  );
6585
6632
  };
6586
- Searchbox.states = states32;
6587
- Searchbox.options = options30;
6633
+ Searchbox.states = states33;
6634
+ Searchbox.options = options31;
6588
6635
  Searchbox.className = SEARCHBOX_CLASSNAME;
6589
- Searchbox.defaultProps = defaultProps29;
6636
+ Searchbox.defaultProps = defaultProps30;
6590
6637
 
6591
6638
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6592
- var import_jsx_runtime57 = require("react/jsx-runtime");
6639
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6593
6640
 
6594
6641
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6595
- var import_jsx_runtime58 = require("react/jsx-runtime");
6642
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6596
6643
 
6597
6644
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6598
- var import_jsx_runtime59 = require("react/jsx-runtime");
6645
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6599
6646
 
6600
6647
  // src/chip/chip-action.tsx
6601
- var import_jsx_runtime60 = require("react/jsx-runtime");
6648
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6602
6649
 
6603
6650
  // src/avatar/avatar.spec.tsx
6604
- var import_jsx_runtime61 = require("react/jsx-runtime");
6651
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6605
6652
  var AVATAR_CLASSNAME = `k-avatar`;
6606
- var states33 = [
6653
+ var states34 = [
6607
6654
  States.hover,
6608
6655
  States.focus,
6609
6656
  States.active,
6610
6657
  States.selected,
6611
6658
  States.disabled
6612
6659
  ];
6613
- var options31 = {
6660
+ var options32 = {
6614
6661
  size: [Size.small, Size.medium, Size.large],
6615
6662
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6616
6663
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -6628,7 +6675,7 @@ var options31 = {
6628
6675
  ThemeColor.inverse
6629
6676
  ]
6630
6677
  };
6631
- var defaultProps30 = {
6678
+ var defaultProps31 = {
6632
6679
  type: "text" /* TEXT */,
6633
6680
  size: Size.medium,
6634
6681
  rounded: Roundness.full,
@@ -6638,15 +6685,15 @@ var defaultProps30 = {
6638
6685
  };
6639
6686
  var Avatar = (props) => {
6640
6687
  const {
6641
- size = defaultProps30.size,
6642
- rounded = defaultProps30.rounded,
6643
- fillMode = defaultProps30.fillMode,
6644
- themeColor = defaultProps30.themeColor,
6645
- type = defaultProps30.type,
6646
- border = defaultProps30.border,
6688
+ size = defaultProps31.size,
6689
+ rounded = defaultProps31.rounded,
6690
+ fillMode = defaultProps31.fillMode,
6691
+ themeColor = defaultProps31.themeColor,
6692
+ type = defaultProps31.type,
6693
+ border = defaultProps31.border,
6647
6694
  ...other
6648
6695
  } = props;
6649
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6696
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6650
6697
  "div",
6651
6698
  {
6652
6699
  ...other,
@@ -6663,26 +6710,26 @@ var Avatar = (props) => {
6663
6710
  [`${AVATAR_CLASSNAME}-bordered`]: border
6664
6711
  }
6665
6712
  ),
6666
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6713
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6667
6714
  }
6668
6715
  );
6669
6716
  };
6670
- Avatar.states = states33;
6671
- Avatar.options = options31;
6717
+ Avatar.states = states34;
6718
+ Avatar.options = options32;
6672
6719
  Avatar.className = AVATAR_CLASSNAME;
6673
- Avatar.defaultProps = defaultProps30;
6720
+ Avatar.defaultProps = defaultProps31;
6674
6721
 
6675
6722
  // src/chip/chip.spec.tsx
6676
- var import_jsx_runtime62 = require("react/jsx-runtime");
6723
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6677
6724
  var CHIP_CLASSNAME = `k-chip`;
6678
- var states34 = [
6725
+ var states35 = [
6679
6726
  States.hover,
6680
6727
  States.focus,
6681
6728
  States.active,
6682
6729
  States.selected,
6683
6730
  States.disabled
6684
6731
  ];
6685
- var options32 = {
6732
+ var options33 = {
6686
6733
  size: [Size.small, Size.medium, Size.large],
6687
6734
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6688
6735
  fillMode: [FillMode.solid, FillMode.outline],
@@ -6694,7 +6741,7 @@ var options32 = {
6694
6741
  ThemeColor.info
6695
6742
  ]
6696
6743
  };
6697
- var defaultProps31 = {
6744
+ var defaultProps32 = {
6698
6745
  size: Size.medium,
6699
6746
  rounded: Roundness.medium,
6700
6747
  fillMode: FillMode.solid,
@@ -6702,10 +6749,10 @@ var defaultProps31 = {
6702
6749
  };
6703
6750
  var Chip = (props) => {
6704
6751
  const {
6705
- size = defaultProps31.size,
6706
- rounded = defaultProps31.rounded,
6707
- fillMode = defaultProps31.fillMode,
6708
- themeColor = defaultProps31.themeColor,
6752
+ size = defaultProps32.size,
6753
+ rounded = defaultProps32.rounded,
6754
+ fillMode = defaultProps32.fillMode,
6755
+ themeColor = defaultProps32.themeColor,
6709
6756
  text,
6710
6757
  icon,
6711
6758
  actions,
@@ -6717,7 +6764,7 @@ var Chip = (props) => {
6717
6764
  disabled,
6718
6765
  ...other
6719
6766
  } = props;
6720
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6767
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6721
6768
  "div",
6722
6769
  {
6723
6770
  ...other,
@@ -6739,35 +6786,35 @@ var Chip = (props) => {
6739
6786
  })
6740
6787
  ),
6741
6788
  children: [
6742
- icon && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
6743
- showAvatar && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6744
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6745
- actions && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-chip-actions", children: actions })
6789
+ icon && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon, { className: "k-chip-icon", icon, size: "small" }),
6790
+ showAvatar && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6791
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6792
+ actions && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-chip-actions", children: actions })
6746
6793
  ]
6747
6794
  }
6748
6795
  );
6749
6796
  };
6750
- Chip.states = states34;
6751
- Chip.options = options32;
6797
+ Chip.states = states35;
6798
+ Chip.options = options33;
6752
6799
  Chip.className = CHIP_CLASSNAME;
6753
- Chip.defaultProps = defaultProps31;
6800
+ Chip.defaultProps = defaultProps32;
6754
6801
 
6755
6802
  // src/chip/chip-list.spec.tsx
6756
- var import_jsx_runtime63 = require("react/jsx-runtime");
6803
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6757
6804
  var CHIPLIST_CLASSNAME = `k-chip-list`;
6758
- var states35 = [];
6759
- var options33 = {
6805
+ var states36 = [];
6806
+ var options34 = {
6760
6807
  size: [Size.small, Size.medium, Size.large]
6761
6808
  };
6762
- var defaultProps32 = {
6809
+ var defaultProps33 = {
6763
6810
  size: Size.medium
6764
6811
  };
6765
6812
  var ChipList = (props) => {
6766
6813
  const {
6767
- size = defaultProps32.size,
6814
+ size = defaultProps33.size,
6768
6815
  ...other
6769
6816
  } = props;
6770
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6817
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6771
6818
  "div",
6772
6819
  {
6773
6820
  ...other,
@@ -6782,15 +6829,15 @@ var ChipList = (props) => {
6782
6829
  }
6783
6830
  );
6784
6831
  };
6785
- ChipList.states = states35;
6786
- ChipList.options = options33;
6832
+ ChipList.states = states36;
6833
+ ChipList.options = options34;
6787
6834
  ChipList.className = CHIPLIST_CLASSNAME;
6788
- ChipList.defaultProps = defaultProps32;
6835
+ ChipList.defaultProps = defaultProps33;
6789
6836
 
6790
6837
  // src/multiselect/multiselect.spec.tsx
6791
- var import_jsx_runtime64 = require("react/jsx-runtime");
6838
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6792
6839
  var MULTISELECT_CLASSNAME = `k-multiselect`;
6793
- var states36 = [
6840
+ var states37 = [
6794
6841
  States.hover,
6795
6842
  States.focus,
6796
6843
  States.valid,
@@ -6800,12 +6847,12 @@ var states36 = [
6800
6847
  States.loading,
6801
6848
  States.readonly
6802
6849
  ];
6803
- var options34 = {
6850
+ var options35 = {
6804
6851
  size: [Size.small, Size.medium, Size.large],
6805
6852
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6806
6853
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6807
6854
  };
6808
- var defaultProps33 = {
6855
+ var defaultProps34 = {
6809
6856
  size: Input.defaultProps.size,
6810
6857
  rounded: Input.defaultProps.rounded,
6811
6858
  fillMode: Input.defaultProps.fillMode
@@ -6833,8 +6880,8 @@ var MultiSelect = (props) => {
6833
6880
  opened,
6834
6881
  ...other
6835
6882
  } = props;
6836
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6837
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6883
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6884
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6838
6885
  Input,
6839
6886
  {
6840
6887
  ...other,
@@ -6851,12 +6898,12 @@ var MultiSelect = (props) => {
6851
6898
  readonly,
6852
6899
  className: classNames(props.className, MULTISELECT_CLASSNAME),
6853
6900
  children: [
6854
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
6855
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-input-values", children: [
6856
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_jsx_runtime64.Fragment, { children: tags }) }),
6857
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value })
6901
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputPrefix, { children: prefix }),
6902
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "k-input-values", children: [
6903
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChipList, { size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: tags }) }),
6904
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputInnerInput, { placeholder, value })
6858
6905
  ] }),
6859
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6906
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6860
6907
  InputValidationIcon,
6861
6908
  {
6862
6909
  valid,
@@ -6865,14 +6912,14 @@ var MultiSelect = (props) => {
6865
6912
  disabled
6866
6913
  }
6867
6914
  ),
6868
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6915
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6869
6916
  InputLoadingIcon,
6870
6917
  {
6871
6918
  loading,
6872
6919
  disabled
6873
6920
  }
6874
6921
  ),
6875
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6922
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6876
6923
  InputClearValue,
6877
6924
  {
6878
6925
  loading,
@@ -6881,8 +6928,8 @@ var MultiSelect = (props) => {
6881
6928
  value: tags ? "value" : ""
6882
6929
  }
6883
6930
  ),
6884
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix }),
6885
- showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6931
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputSuffix, { children: suffix }),
6932
+ showArrowButton && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6886
6933
  Button,
6887
6934
  {
6888
6935
  className: "k-input-button",
@@ -6895,18 +6942,18 @@ var MultiSelect = (props) => {
6895
6942
  ]
6896
6943
  }
6897
6944
  ),
6898
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Popup, { className: "k-multiselect-popup", children: popup })
6945
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Popup, { className: "k-list-container k-multiselect-popup", children: popup })
6899
6946
  ] });
6900
6947
  };
6901
- MultiSelect.states = states36;
6902
- MultiSelect.options = options34;
6948
+ MultiSelect.states = states37;
6949
+ MultiSelect.options = options35;
6903
6950
  MultiSelect.className = MULTISELECT_CLASSNAME;
6904
- MultiSelect.defaultProps = defaultProps33;
6951
+ MultiSelect.defaultProps = defaultProps34;
6905
6952
 
6906
6953
  // src/numerictextbox/numerictextbox.spec.tsx
6907
- var import_jsx_runtime65 = require("react/jsx-runtime");
6954
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6908
6955
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6909
- var states37 = [
6956
+ var states38 = [
6910
6957
  States.hover,
6911
6958
  States.focus,
6912
6959
  States.valid,
@@ -6916,12 +6963,12 @@ var states37 = [
6916
6963
  States.disabled,
6917
6964
  States.readonly
6918
6965
  ];
6919
- var options35 = {
6966
+ var options36 = {
6920
6967
  size: [Size.small, Size.medium, Size.large],
6921
6968
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6922
6969
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6923
6970
  };
6924
- var defaultProps34 = {
6971
+ var defaultProps35 = {
6925
6972
  showSpinButton: true,
6926
6973
  showClearButton: true,
6927
6974
  size: Input.defaultProps.size,
@@ -6943,11 +6990,11 @@ var NumericTextbox = (props) => {
6943
6990
  loading,
6944
6991
  disabled,
6945
6992
  readonly,
6946
- showClearButton = defaultProps34.showClearButton,
6947
- showSpinButton = defaultProps34.showSpinButton,
6993
+ showClearButton = defaultProps35.showClearButton,
6994
+ showSpinButton = defaultProps35.showSpinButton,
6948
6995
  ...other
6949
6996
  } = props;
6950
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6997
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6951
6998
  Input,
6952
6999
  {
6953
7000
  ...other,
@@ -6964,8 +7011,8 @@ var NumericTextbox = (props) => {
6964
7011
  readonly,
6965
7012
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6966
7013
  children: [
6967
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputInnerInput, { placeholder, value }),
6968
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
7014
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputInnerInput, { placeholder, value }),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6969
7016
  InputValidationIcon,
6970
7017
  {
6971
7018
  valid,
@@ -6974,14 +7021,14 @@ var NumericTextbox = (props) => {
6974
7021
  disabled
6975
7022
  }
6976
7023
  ),
6977
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
7024
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6978
7025
  InputLoadingIcon,
6979
7026
  {
6980
7027
  loading,
6981
7028
  disabled
6982
7029
  }
6983
7030
  ),
6984
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
7031
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6985
7032
  InputClearValue,
6986
7033
  {
6987
7034
  loading,
@@ -6990,7 +7037,7 @@ var NumericTextbox = (props) => {
6990
7037
  value
6991
7038
  }
6992
7039
  ),
6993
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
7040
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6994
7041
  SpinButton,
6995
7042
  {
6996
7043
  className: "k-input-spinner",
@@ -7002,24 +7049,24 @@ var NumericTextbox = (props) => {
7002
7049
  }
7003
7050
  );
7004
7051
  };
7005
- NumericTextbox.states = states37;
7006
- NumericTextbox.options = options35;
7052
+ NumericTextbox.states = states38;
7053
+ NumericTextbox.options = options36;
7007
7054
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7008
- NumericTextbox.defaultProps = defaultProps34;
7055
+ NumericTextbox.defaultProps = defaultProps35;
7009
7056
 
7010
7057
  // src/switch/switch.spec.tsx
7011
- var import_jsx_runtime66 = require("react/jsx-runtime");
7058
+ var import_jsx_runtime67 = require("react/jsx-runtime");
7012
7059
  var SWITCH_CLASSNAME = `k-switch`;
7013
- var states38 = [
7060
+ var states39 = [
7014
7061
  States.hover,
7015
7062
  States.focus,
7016
7063
  States.disabled,
7017
7064
  States.checked
7018
7065
  ];
7019
- var options36 = {
7066
+ var options37 = {
7020
7067
  size: [Size.small, Size.medium, Size.large]
7021
7068
  };
7022
- var defaultProps35 = {
7069
+ var defaultProps36 = {
7023
7070
  size: Size.medium,
7024
7071
  trackRounded: "full",
7025
7072
  thumbRounded: "full"
@@ -7029,15 +7076,15 @@ var Switch = (props) => {
7029
7076
  checked,
7030
7077
  onLabel,
7031
7078
  offLabel,
7032
- size = defaultProps35.size,
7033
- trackRounded = defaultProps35.trackRounded,
7034
- thumbRounded = defaultProps35.thumbRounded,
7079
+ size = defaultProps36.size,
7080
+ trackRounded = defaultProps36.trackRounded,
7081
+ thumbRounded = defaultProps36.thumbRounded,
7035
7082
  hover,
7036
7083
  focus,
7037
7084
  disabled,
7038
7085
  ...other
7039
7086
  } = props;
7040
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
7087
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
7041
7088
  "span",
7042
7089
  {
7043
7090
  ...other,
@@ -7058,7 +7105,7 @@ var Switch = (props) => {
7058
7105
  }
7059
7106
  ),
7060
7107
  children: [
7061
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
7108
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
7062
7109
  "span",
7063
7110
  {
7064
7111
  className: classNames(
@@ -7068,12 +7115,12 @@ var Switch = (props) => {
7068
7115
  }
7069
7116
  ),
7070
7117
  children: [
7071
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
7072
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-switch-label-off", children: offLabel })
7118
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
7119
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-switch-label-off", children: offLabel })
7073
7120
  ]
7074
7121
  }
7075
7122
  ),
7076
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
7123
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
7077
7124
  "span",
7078
7125
  {
7079
7126
  className: classNames(
@@ -7088,15 +7135,15 @@ var Switch = (props) => {
7088
7135
  }
7089
7136
  );
7090
7137
  };
7091
- Switch.states = states38;
7092
- Switch.options = options36;
7138
+ Switch.states = states39;
7139
+ Switch.options = options37;
7093
7140
  Switch.className = SWITCH_CLASSNAME;
7094
- Switch.defaultProps = defaultProps35;
7141
+ Switch.defaultProps = defaultProps36;
7095
7142
 
7096
7143
  // src/timepicker/timepicker.spec.tsx
7097
- var import_jsx_runtime67 = require("react/jsx-runtime");
7144
+ var import_jsx_runtime68 = require("react/jsx-runtime");
7098
7145
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
7099
- var states39 = [
7146
+ var states40 = [
7100
7147
  States.hover,
7101
7148
  States.focus,
7102
7149
  States.valid,
@@ -7106,12 +7153,12 @@ var states39 = [
7106
7153
  States.loading,
7107
7154
  States.readonly
7108
7155
  ];
7109
- var options37 = {
7156
+ var options38 = {
7110
7157
  size: [Size.small, Size.medium, Size.large],
7111
7158
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7112
7159
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7113
7160
  };
7114
- var defaultProps36 = {
7161
+ var defaultProps37 = {
7115
7162
  size: Input.defaultProps.size,
7116
7163
  rounded: Input.defaultProps.rounded,
7117
7164
  fillMode: Input.defaultProps.fillMode
@@ -7136,8 +7183,8 @@ var TimePicker = (props) => {
7136
7183
  opened,
7137
7184
  ...other
7138
7185
  } = props;
7139
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
7140
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
7186
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
7187
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
7141
7188
  Input,
7142
7189
  {
7143
7190
  ...other,
@@ -7154,9 +7201,9 @@ var TimePicker = (props) => {
7154
7201
  readonly,
7155
7202
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
7156
7203
  children: [
7157
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputPrefix, { children: prefix }),
7158
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputInnerInput, { placeholder, value }),
7159
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
7204
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
7205
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
7206
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
7160
7207
  InputValidationIcon,
7161
7208
  {
7162
7209
  valid,
@@ -7165,14 +7212,14 @@ var TimePicker = (props) => {
7165
7212
  disabled
7166
7213
  }
7167
7214
  ),
7168
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
7215
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
7169
7216
  InputLoadingIcon,
7170
7217
  {
7171
7218
  loading,
7172
7219
  disabled
7173
7220
  }
7174
7221
  ),
7175
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
7222
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
7176
7223
  InputClearValue,
7177
7224
  {
7178
7225
  loading,
@@ -7181,8 +7228,8 @@ var TimePicker = (props) => {
7181
7228
  value
7182
7229
  }
7183
7230
  ),
7184
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputSuffix, { children: suffix }),
7185
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
7231
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix }),
7232
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
7186
7233
  Button,
7187
7234
  {
7188
7235
  className: "k-input-button",
@@ -7195,143 +7242,143 @@ var TimePicker = (props) => {
7195
7242
  ]
7196
7243
  }
7197
7244
  ),
7198
- opened && /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(Popup, { className: "k-timepicker-popup", children: [
7199
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7200
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7201
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7202
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
7245
+ opened && /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Popup, { className: "k-list-container k-timepicker-popup", children: [
7246
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7247
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7248
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7249
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
7203
7250
  ] })
7204
7251
  ] })
7205
7252
  ] });
7206
7253
  };
7207
- TimePicker.states = states39;
7208
- TimePicker.options = options37;
7254
+ TimePicker.states = states40;
7255
+ TimePicker.options = options38;
7209
7256
  TimePicker.className = TIMEPICKER_CLASSNAME;
7210
- TimePicker.defaultProps = defaultProps36;
7257
+ TimePicker.defaultProps = defaultProps37;
7211
7258
 
7212
7259
  // src/grid/tests/grid-editing-custom-editor.tsx
7213
- var import_jsx_runtime68 = require("react/jsx-runtime");
7214
- var grid_editing_custom_editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7215
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-grid-aria-root", children: [
7216
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7217
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7218
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7219
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7220
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7221
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7222
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7260
+ var import_jsx_runtime69 = require("react/jsx-runtime");
7261
+ var grid_editing_custom_editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_jsx_runtime69.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7262
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-grid-aria-root", children: [
7263
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7264
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7265
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7266
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7267
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7268
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7269
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7223
7270
  ] }),
7224
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row", children: [
7225
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header" }),
7226
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7227
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7228
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7229
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7271
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row", children: [
7272
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header" }),
7273
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7274
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7275
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7276
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7230
7277
  ] }) })
7231
7278
  ] }) }) }),
7232
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7233
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7234
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7235
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7236
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7237
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7238
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7279
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7280
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7281
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7282
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7283
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7284
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7285
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7239
7286
  ] }),
7240
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-table-tbody", children: [
7241
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7242
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "LTR" }),
7243
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Autocomplete, { placeholder: "Autocomplete..." }) }),
7244
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Combobox, { placeholder: "Combobox..." }) }),
7245
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { placeholder: "DropdownList..." }) }),
7246
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(MultiSelect, { placeholder: "Multiselect..." }) })
7287
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tbody", { className: "k-table-tbody", children: [
7288
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7289
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "LTR" }),
7290
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Autocomplete, { placeholder: "Autocomplete..." }) }),
7291
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Combobox, { placeholder: "Combobox..." }) }),
7292
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DropdownList, { placeholder: "DropdownList..." }) }),
7293
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(MultiSelect, { placeholder: "Multiselect..." }) })
7247
7294
  ] }),
7248
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7249
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "RTL" }),
7250
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7251
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7252
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7253
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7295
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7296
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "RTL" }),
7297
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7298
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7299
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7300
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7254
7301
  ] })
7255
7302
  ] })
7256
7303
  ] }) }) }) })
7257
7304
  ] }) }),
7258
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7259
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7260
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7261
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7262
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7263
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7264
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7265
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7305
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7306
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7307
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7308
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7309
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7310
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7311
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7312
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7266
7313
  ] }),
7267
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row", children: [
7268
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header" }),
7269
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7270
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7271
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7272
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7314
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row", children: [
7315
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header" }),
7316
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7317
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7318
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7319
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7273
7320
  ] }) })
7274
7321
  ] }) }) }),
7275
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7276
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7277
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7278
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7279
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7280
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7281
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7322
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7323
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7324
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7325
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7326
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7327
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7328
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7282
7329
  ] }),
7283
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-table-tbody", children: [
7284
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7285
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "LTR" }),
7286
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DatePicker, { placeholder: "DatePicker..." }) }),
7287
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TimePicker, { placeholder: "TimePicker..." }) }),
7288
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7289
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DateInput, { placeholder: "DateInput..." }) })
7330
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tbody", { className: "k-table-tbody", children: [
7331
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7332
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "LTR" }),
7333
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DatePicker, { placeholder: "DatePicker..." }) }),
7334
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(TimePicker, { placeholder: "TimePicker..." }) }),
7335
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7336
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DateInput, { placeholder: "DateInput..." }) })
7290
7337
  ] }),
7291
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7292
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "RTL" }),
7293
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7294
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7295
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7296
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7338
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7339
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "RTL" }),
7340
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7341
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7342
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7343
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7297
7344
  ] })
7298
7345
  ] })
7299
7346
  ] }) }) }) })
7300
7347
  ] }) }),
7301
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "k-grid-aria-root", children: [
7302
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7303
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7304
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7305
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7306
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7307
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7348
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-grid-aria-root", children: [
7349
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7350
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7351
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7352
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7353
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7354
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7308
7355
  ] }),
7309
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row", children: [
7310
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header" }),
7311
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7312
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7313
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("th", { className: "k-table-th k-header" })
7356
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row", children: [
7357
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header" }),
7358
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7359
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7360
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("th", { className: "k-table-th k-header" })
7314
7361
  ] }) })
7315
7362
  ] }) }) }),
7316
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7317
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("colgroup", { children: [
7318
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", { style: { width: "68px" } }),
7319
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7320
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {}),
7321
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("col", {})
7363
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7364
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("colgroup", { children: [
7365
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", { style: { width: "68px" } }),
7366
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7367
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {}),
7368
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("col", {})
7322
7369
  ] }),
7323
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tbody", { className: "k-table-tbody", children: [
7324
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7325
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "LTR" }),
7326
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(NumericTextbox, { placeholder: "Numeric..." }) }),
7327
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Switch, { checked: true }) }),
7328
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td" })
7370
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tbody", { className: "k-table-tbody", children: [
7371
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
7372
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "LTR" }),
7373
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(NumericTextbox, { placeholder: "Numeric..." }) }),
7374
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Switch, { checked: true }) }),
7375
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td" })
7329
7376
  ] }),
7330
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7331
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: "RTL" }),
7332
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7333
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Switch, { checked: true, className: "k-rtl" }) }),
7334
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("td", { className: "k-table-td" })
7377
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7378
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: "RTL" }),
7379
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7380
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Switch, { checked: true, className: "k-rtl" }) }),
7381
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("td", { className: "k-table-td" })
7335
7382
  ] })
7336
7383
  ] })
7337
7384
  ] }) }) }) })