@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
@@ -4876,27 +4876,74 @@ ColorPicker.options = options13;
4876
4876
  ColorPicker.className = COLORPICKER_CLASSNAME;
4877
4877
  ColorPicker.defaultProps = defaultProps10;
4878
4878
 
4879
- // src/popup/popup.spec.tsx
4879
+ // src/animation-container/animation-container.spec.tsx
4880
4880
  var import_jsx_runtime21 = require("react/jsx-runtime");
4881
- var POPUP_CLASSNAME = `k-popup`;
4881
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4882
4882
  var states15 = [];
4883
4883
  var options14 = {};
4884
- var defaultProps11 = {};
4884
+ var defaultProps11 = {
4885
+ positionMode: "absolute"
4886
+ };
4887
+ var AnimationContainer = (props) => {
4888
+ const {
4889
+ positionMode,
4890
+ animationStyle,
4891
+ offset,
4892
+ ...other
4893
+ } = props;
4894
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4895
+ "div",
4896
+ {
4897
+ ...other,
4898
+ style: { ...offset, ...props.style },
4899
+ className: classNames(
4900
+ ANIMATION_CONTAINER_CLASSNAME,
4901
+ "k-animation-container-shown",
4902
+ {
4903
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4904
+ }
4905
+ ),
4906
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4907
+ }
4908
+ );
4909
+ };
4910
+ AnimationContainer.states = states15;
4911
+ AnimationContainer.options = options14;
4912
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4913
+ AnimationContainer.defaultProps = defaultProps11;
4914
+
4915
+ // src/popup/popup.spec.tsx
4916
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4917
+ var POPUP_CLASSNAME = `k-popup`;
4918
+ var states16 = [];
4919
+ var options15 = {};
4920
+ var defaultProps12 = {
4921
+ positionMode: "absolute"
4922
+ };
4885
4923
  var Popup = (props) => {
4886
4924
  const {
4925
+ offset,
4926
+ positionMode,
4887
4927
  ...other
4888
4928
  } = props;
4889
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children });
4929
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4930
+ AnimationContainer,
4931
+ {
4932
+ positionMode,
4933
+ offset,
4934
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4935
+ }
4936
+ );
4890
4937
  };
4891
- Popup.states = states15;
4892
- Popup.options = options14;
4938
+ Popup.states = states16;
4939
+ Popup.options = options15;
4893
4940
  Popup.className = POPUP_CLASSNAME;
4894
- Popup.defaultProps = defaultProps11;
4941
+ Popup.defaultProps = defaultProps12;
4895
4942
 
4896
4943
  // src/combobox/combobox.spec.tsx
4897
- var import_jsx_runtime22 = require("react/jsx-runtime");
4944
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4898
4945
  var COMBOBOX_CLASSNAME = `k-combobox`;
4899
- var states16 = [
4946
+ var states17 = [
4900
4947
  States.hover,
4901
4948
  States.focus,
4902
4949
  States.valid,
@@ -4906,12 +4953,12 @@ var states16 = [
4906
4953
  States.disabled,
4907
4954
  States.readonly
4908
4955
  ];
4909
- var defaultProps12 = {
4956
+ var defaultProps13 = {
4910
4957
  size: Input.defaultProps.size,
4911
4958
  rounded: Input.defaultProps.rounded,
4912
4959
  fillMode: Input.defaultProps.fillMode
4913
4960
  };
4914
- var options15 = {
4961
+ var options16 = {
4915
4962
  size: [Size.small, Size.medium, Size.large],
4916
4963
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4917
4964
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -4937,8 +4984,8 @@ var Combobox = (props) => {
4937
4984
  readonly,
4938
4985
  ...other
4939
4986
  } = props;
4940
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
4941
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4987
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
4988
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4942
4989
  Input,
4943
4990
  {
4944
4991
  ...other,
@@ -4955,9 +5002,9 @@ var Combobox = (props) => {
4955
5002
  readonly,
4956
5003
  className: classNames(props.className, COMBOBOX_CLASSNAME),
4957
5004
  children: [
4958
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputPrefix, { children: prefix }),
4959
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputInnerInput, { placeholder, value }),
4960
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5005
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
5006
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputInnerInput, { placeholder, value }),
5007
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4961
5008
  InputValidationIcon,
4962
5009
  {
4963
5010
  valid,
@@ -4966,14 +5013,14 @@ var Combobox = (props) => {
4966
5013
  disabled
4967
5014
  }
4968
5015
  ),
4969
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5016
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4970
5017
  InputLoadingIcon,
4971
5018
  {
4972
5019
  loading,
4973
5020
  disabled
4974
5021
  }
4975
5022
  ),
4976
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5023
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4977
5024
  InputClearValue,
4978
5025
  {
4979
5026
  loading,
@@ -4982,8 +5029,8 @@ var Combobox = (props) => {
4982
5029
  value
4983
5030
  }
4984
5031
  ),
4985
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputSuffix, { children: suffix }),
4986
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5032
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
5033
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4987
5034
  Button,
4988
5035
  {
4989
5036
  className: "k-input-button",
@@ -4996,22 +5043,22 @@ var Combobox = (props) => {
4996
5043
  ]
4997
5044
  }
4998
5045
  ),
4999
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Popup, { className: "k-combobox-popup", children: popup })
5046
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
5000
5047
  ] });
5001
5048
  };
5002
- Combobox.states = states16;
5003
- Combobox.options = options15;
5049
+ Combobox.states = states17;
5050
+ Combobox.options = options16;
5004
5051
  Combobox.className = COMBOBOX_CLASSNAME;
5005
- Combobox.defaultProps = defaultProps12;
5052
+ Combobox.defaultProps = defaultProps13;
5006
5053
 
5007
5054
  // src/calendar/calendar.spec.tsx
5008
- var import_jsx_runtime23 = require("react/jsx-runtime");
5055
+ var import_jsx_runtime24 = require("react/jsx-runtime");
5009
5056
  var CALENDAR_CLASSNAME = `k-calendar`;
5010
- var states17 = [];
5011
- var options16 = {
5057
+ var states18 = [];
5058
+ var options17 = {
5012
5059
  size: [Size.small, Size.medium, Size.large]
5013
5060
  };
5014
- var defaultProps13 = {
5061
+ var defaultProps14 = {
5015
5062
  size: Size.medium,
5016
5063
  viewsCount: 1,
5017
5064
  orientation: "horizontal",
@@ -5020,11 +5067,11 @@ var defaultProps13 = {
5020
5067
  };
5021
5068
  var Calendar = (props) => {
5022
5069
  const {
5023
- size = defaultProps13.size,
5024
- orientation = defaultProps13.orientation,
5025
- calendarView = defaultProps13.calendarView,
5026
- calendarHeaderText = defaultProps13.calendarHeaderText,
5027
- viewsCount = defaultProps13.viewsCount,
5070
+ size = defaultProps14.size,
5071
+ orientation = defaultProps14.orientation,
5072
+ calendarView = defaultProps14.calendarView,
5073
+ calendarHeaderText = defaultProps14.calendarHeaderText,
5074
+ viewsCount = defaultProps14.viewsCount,
5028
5075
  showWeek,
5029
5076
  showOtherMonth,
5030
5077
  showCalendarCaption,
@@ -5033,7 +5080,7 @@ var Calendar = (props) => {
5033
5080
  dir,
5034
5081
  ...other
5035
5082
  } = props;
5036
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
5083
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5037
5084
  "div",
5038
5085
  {
5039
5086
  ...other,
@@ -5049,7 +5096,7 @@ var Calendar = (props) => {
5049
5096
  }
5050
5097
  ),
5051
5098
  children: [
5052
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5099
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5053
5100
  CalendarHeader,
5054
5101
  {
5055
5102
  showToday: showCalendarFooter ? false : true,
@@ -5059,7 +5106,7 @@ var Calendar = (props) => {
5059
5106
  dir
5060
5107
  }
5061
5108
  ),
5062
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5109
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5063
5110
  CalendarView,
5064
5111
  {
5065
5112
  calendarView,
@@ -5071,19 +5118,19 @@ var Calendar = (props) => {
5071
5118
  selectedRange
5072
5119
  }
5073
5120
  ),
5074
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(CalendarFooter, {})
5121
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
5075
5122
  ]
5076
5123
  }
5077
5124
  );
5078
5125
  };
5079
- Calendar.states = states17;
5080
- Calendar.options = options16;
5126
+ Calendar.states = states18;
5127
+ Calendar.options = options17;
5081
5128
  Calendar.className = CALENDAR_CLASSNAME;
5082
- Calendar.defaultProps = defaultProps13;
5129
+ Calendar.defaultProps = defaultProps14;
5083
5130
 
5084
5131
  // src/calendar/calendar-cell.tsx
5085
- var import_jsx_runtime24 = require("react/jsx-runtime");
5086
- var states18 = [
5132
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5133
+ var states19 = [
5087
5134
  States.hover,
5088
5135
  States.focus,
5089
5136
  States.active,
@@ -5132,21 +5179,21 @@ var CalendarCell = (props) => {
5132
5179
  }
5133
5180
  ];
5134
5181
  if (headerCell) {
5135
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5182
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5136
5183
  }
5137
5184
  if (weekCell) {
5138
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5185
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5139
5186
  }
5140
- 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 }) });
5187
+ 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 }) });
5141
5188
  };
5142
5189
 
5143
5190
  // src/calendar/calendar-header.tsx
5144
- var import_jsx_runtime25 = require("react/jsx-runtime");
5191
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5145
5192
  var className9 = `k-calendar-header`;
5146
- var options17 = {
5193
+ var options18 = {
5147
5194
  size: [Size.small, Size.medium, Size.large]
5148
5195
  };
5149
- var defaultProps14 = {
5196
+ var defaultProps15 = {
5150
5197
  calendarHeaderText: "October 2021",
5151
5198
  showToday: true,
5152
5199
  orientation: "horizontal",
@@ -5154,16 +5201,16 @@ var defaultProps14 = {
5154
5201
  };
5155
5202
  var CalendarHeader = (props) => {
5156
5203
  const {
5157
- calendarHeaderText = defaultProps14.calendarHeaderText,
5158
- showToday = defaultProps14.showToday,
5159
- orientation = defaultProps14.orientation,
5160
- size = defaultProps14.size,
5204
+ calendarHeaderText = defaultProps15.calendarHeaderText,
5205
+ showToday = defaultProps15.showToday,
5206
+ orientation = defaultProps15.orientation,
5207
+ size = defaultProps15.size,
5161
5208
  dir,
5162
5209
  ...other
5163
5210
  } = props;
5164
5211
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5165
5212
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5166
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5213
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5167
5214
  "div",
5168
5215
  {
5169
5216
  ...other,
@@ -5175,12 +5222,12 @@ var CalendarHeader = (props) => {
5175
5222
  }
5176
5223
  ),
5177
5224
  children: [
5178
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5180
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-calendar-nav", children: [
5181
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5182
- showToday && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5183
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5225
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5226
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5227
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
5228
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5229
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5230
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5184
5231
  ] })
5185
5232
  ]
5186
5233
  }
@@ -5188,12 +5235,12 @@ var CalendarHeader = (props) => {
5188
5235
  };
5189
5236
 
5190
5237
  // src/calendar/calendar-footer.tsx
5191
- var import_jsx_runtime26 = require("react/jsx-runtime");
5238
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5192
5239
  var className10 = `k-calendar-footer`;
5193
- 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" }) });
5240
+ 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" }) });
5194
5241
 
5195
5242
  // src/calendar/calendar-table.tsx
5196
- var import_jsx_runtime27 = require("react/jsx-runtime");
5243
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5197
5244
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5198
5245
  var CalendarTable = (props) => {
5199
5246
  const {
@@ -5205,7 +5252,7 @@ var CalendarTable = (props) => {
5205
5252
  ...other
5206
5253
  } = props;
5207
5254
  if (calendarView === "year") {
5208
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5255
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5209
5256
  "table",
5210
5257
  {
5211
5258
  ...other,
@@ -5214,25 +5261,25 @@ var CalendarTable = (props) => {
5214
5261
  CALENDARTABLE_CLASSNAME
5215
5262
  ),
5216
5263
  children: [
5217
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5218
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5219
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5220
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jan" }),
5221
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Feb" }),
5222
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Mar" }),
5223
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Apr" })
5264
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5265
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5266
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5267
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
5269
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
5270
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
5224
5271
  ] }),
5225
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5226
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "May" }),
5227
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jun", hover: true }),
5228
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jul", focus: true }),
5229
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Au", selected: true })
5272
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5273
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
5274
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
5275
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
5276
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
5230
5277
  ] }),
5231
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5232
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Sep" }),
5233
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Oct", today: true }),
5234
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Nov" }),
5235
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Dec" })
5278
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5279
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
5280
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
5281
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
5282
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
5236
5283
  ] })
5237
5284
  ] })
5238
5285
  ]
@@ -5240,7 +5287,7 @@ var CalendarTable = (props) => {
5240
5287
  );
5241
5288
  }
5242
5289
  if (calendarView === "decade") {
5243
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5290
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5244
5291
  "table",
5245
5292
  {
5246
5293
  ...other,
@@ -5249,25 +5296,25 @@ var CalendarTable = (props) => {
5249
5296
  CALENDARTABLE_CLASSNAME
5250
5297
  ),
5251
5298
  children: [
5252
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5254
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5255
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" }),
5256
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020" }),
5257
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2021", today: true }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2022" })
5299
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5301
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5302
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
5303
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
5304
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
5305
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5259
5306
  ] }),
5260
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5261
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2023" }),
5262
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2024", hover: true }),
5263
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2025", focus: true }),
5264
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2026", selected: true })
5307
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5308
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
5309
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
5310
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
5311
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5265
5312
  ] }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5267
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2027" }),
5268
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2028" }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2029" }),
5270
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5313
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5314
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
5315
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
5316
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
5317
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5271
5318
  ] })
5272
5319
  ] })
5273
5320
  ]
@@ -5275,7 +5322,7 @@ var CalendarTable = (props) => {
5275
5322
  );
5276
5323
  }
5277
5324
  if (calendarView === "century") {
5278
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5325
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5279
5326
  "table",
5280
5327
  {
5281
5328
  ...other,
@@ -5284,32 +5331,32 @@ var CalendarTable = (props) => {
5284
5331
  CALENDARTABLE_CLASSNAME
5285
5332
  ),
5286
5333
  children: [
5287
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5289
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5290
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1990 - 1999" }),
5291
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2000 - 2009" }),
5292
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020 - 2029" })
5334
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5335
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5336
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5337
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5338
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5339
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5340
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5294
5341
  ] }),
5295
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5296
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2030 - 2039" }),
5297
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5298
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5342
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5343
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5344
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5345
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5346
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5300
5347
  ] }),
5301
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5302
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2070 - 2079" }),
5303
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2080 - 2089" }),
5304
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2090 - 2099" }),
5305
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5348
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5349
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5350
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5351
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5352
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5306
5353
  ] })
5307
5354
  ] })
5308
5355
  ]
5309
5356
  }
5310
5357
  );
5311
5358
  }
5312
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5359
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5313
5360
  "table",
5314
5361
  {
5315
5362
  ...other,
@@ -5318,68 +5365,68 @@ var CalendarTable = (props) => {
5318
5365
  CALENDARTABLE_CLASSNAME
5319
5366
  ),
5320
5367
  children: [
5321
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5322
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarTableHead, { showWeek }),
5323
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5324
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5325
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "39", weekCell: true }),
5326
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5327
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1" }),
5328
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2" }),
5329
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3" }),
5330
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4" }),
5331
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5" }),
5332
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", weekend: true })
5368
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5369
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5370
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5371
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5372
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5373
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5374
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5375
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5376
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5377
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5378
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5379
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5333
5380
  ] }),
5334
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5335
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "40", weekCell: true }),
5336
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", weekend: true }),
5337
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", hover: true }),
5338
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", focus: true }),
5339
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", selected: true }),
5340
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5341
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5342
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "13", weekend: true })
5381
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5382
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5383
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5384
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5385
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5386
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5387
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5388
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5389
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5343
5390
  ] }),
5344
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5345
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "41", weekCell: true }),
5346
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "14", weekend: true }),
5347
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "15" }),
5348
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "16", today: true }),
5349
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "17" }),
5350
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "18" }),
5351
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "19" }),
5352
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "20", weekend: true })
5391
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5392
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5393
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5394
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5395
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5396
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5397
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5398
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5399
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", 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: "42", weekCell: true }),
5356
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "21", weekend: true }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "22" }),
5358
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "23" }),
5359
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "24" }),
5360
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5361
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5362
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5401
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5402
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5403
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5404
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5405
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5406
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5407
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5408
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5409
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
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: "43", weekCell: true }),
5366
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5367
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5368
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30" }),
5369
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "31" }),
5370
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5371
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5372
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5411
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5412
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5413
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5414
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5415
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5416
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5417
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5418
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5419
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
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: "44", weekCell: true }),
5376
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5377
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5378
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5379
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5380
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5381
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5382
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5421
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5422
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5423
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5424
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5425
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5426
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5427
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5428
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5429
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5383
5430
  ] })
5384
5431
  ] })
5385
5432
  ]
@@ -5388,52 +5435,52 @@ var CalendarTable = (props) => {
5388
5435
  };
5389
5436
 
5390
5437
  // src/calendar/calendar-table-head.tsx
5391
- var import_jsx_runtime28 = require("react/jsx-runtime");
5438
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5392
5439
  var className11 = `k-calendar-thead`;
5393
5440
  var CalendarTableHead = (props) => {
5394
5441
  const {
5395
5442
  showWeek,
5396
5443
  ...other
5397
5444
  } = props;
5398
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5445
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5399
5446
  "thead",
5400
5447
  {
5401
5448
  ...other,
5402
5449
  className: classNames(props.className, className11),
5403
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5404
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5405
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5406
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5407
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5408
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "We", headerCell: true }),
5409
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5410
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5411
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5450
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5451
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5452
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5453
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5454
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5455
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5456
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5457
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5458
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5412
5459
  ] })
5413
5460
  }
5414
5461
  );
5415
5462
  };
5416
5463
 
5417
5464
  // src/calendar/calendar-view.tsx
5418
- var import_jsx_runtime29 = require("react/jsx-runtime");
5465
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5419
5466
  var className12 = `k-calendar-view`;
5420
- var defaultProps15 = {
5467
+ var defaultProps16 = {
5421
5468
  viewsCount: 1,
5422
5469
  orientation: "horizontal",
5423
5470
  calendarView: "month"
5424
5471
  };
5425
5472
  var CalendarView = (props) => {
5426
5473
  const {
5427
- orientation = defaultProps15.orientation,
5428
- calendarView = defaultProps15.calendarView,
5429
- viewsCount = defaultProps15.viewsCount,
5474
+ orientation = defaultProps16.orientation,
5475
+ calendarView = defaultProps16.calendarView,
5476
+ viewsCount = defaultProps16.viewsCount,
5430
5477
  showWeek,
5431
5478
  showOtherMonth,
5432
5479
  showCalendarCaption,
5433
5480
  selectedRange,
5434
5481
  ...other
5435
5482
  } = props;
5436
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5483
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5437
5484
  "div",
5438
5485
  {
5439
5486
  ...other,
@@ -5449,7 +5496,7 @@ var CalendarView = (props) => {
5449
5496
  }
5450
5497
  ),
5451
5498
  children: [...Array(viewsCount)].map(
5452
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5499
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5453
5500
  CalendarTable,
5454
5501
  {
5455
5502
  calendarView,
@@ -5466,9 +5513,9 @@ var CalendarView = (props) => {
5466
5513
  };
5467
5514
 
5468
5515
  // src/datepicker/datepicker.spec.tsx
5469
- var import_jsx_runtime30 = require("react/jsx-runtime");
5516
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5470
5517
  var DATEPICKER_CLASSNAME = `k-datepicker`;
5471
- var states19 = [
5518
+ var states20 = [
5472
5519
  States.hover,
5473
5520
  States.focus,
5474
5521
  States.valid,
@@ -5478,12 +5525,12 @@ var states19 = [
5478
5525
  States.loading,
5479
5526
  States.readonly
5480
5527
  ];
5481
- var options18 = {
5528
+ var options19 = {
5482
5529
  size: [Size.small, Size.medium, Size.large],
5483
5530
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5484
5531
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5485
5532
  };
5486
- var defaultProps16 = {
5533
+ var defaultProps17 = {
5487
5534
  size: Input.defaultProps.size,
5488
5535
  rounded: Input.defaultProps.rounded,
5489
5536
  fillMode: Input.defaultProps.fillMode
@@ -5509,8 +5556,8 @@ var DatePicker = (props) => {
5509
5556
  dir,
5510
5557
  ...other
5511
5558
  } = props;
5512
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5513
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5559
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5560
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5514
5561
  Input,
5515
5562
  {
5516
5563
  ...other,
@@ -5528,9 +5575,9 @@ var DatePicker = (props) => {
5528
5575
  readonly,
5529
5576
  className: classNames(props.className, DATEPICKER_CLASSNAME),
5530
5577
  children: [
5531
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5532
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5533
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5578
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5579
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5580
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5534
5581
  InputValidationIcon,
5535
5582
  {
5536
5583
  valid,
@@ -5539,14 +5586,14 @@ var DatePicker = (props) => {
5539
5586
  disabled
5540
5587
  }
5541
5588
  ),
5542
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5589
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5543
5590
  InputLoadingIcon,
5544
5591
  {
5545
5592
  loading,
5546
5593
  disabled
5547
5594
  }
5548
5595
  ),
5549
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5596
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5550
5597
  InputClearValue,
5551
5598
  {
5552
5599
  loading,
@@ -5555,8 +5602,8 @@ var DatePicker = (props) => {
5555
5602
  value
5556
5603
  }
5557
5604
  ),
5558
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5559
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5605
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5606
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5560
5607
  Button,
5561
5608
  {
5562
5609
  className: "k-input-button",
@@ -5569,30 +5616,30 @@ var DatePicker = (props) => {
5569
5616
  ]
5570
5617
  }
5571
5618
  ),
5572
- opened && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Calendar, { dir }) })
5619
+ opened && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Calendar, { dir }) })
5573
5620
  ] });
5574
5621
  };
5575
- DatePicker.states = states19;
5576
- DatePicker.options = options18;
5622
+ DatePicker.states = states20;
5623
+ DatePicker.options = options19;
5577
5624
  DatePicker.className = DATEPICKER_CLASSNAME;
5578
- DatePicker.defaultProps = defaultProps16;
5625
+ DatePicker.defaultProps = defaultProps17;
5579
5626
 
5580
5627
  // src/action-buttons/action-buttons.spec.tsx
5581
- var import_jsx_runtime31 = require("react/jsx-runtime");
5628
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5582
5629
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5583
- var states20 = [];
5584
- var options19 = {};
5585
- var defaultProps17 = {
5630
+ var states21 = [];
5631
+ var options20 = {};
5632
+ var defaultProps18 = {
5586
5633
  alignment: "start",
5587
5634
  orientation: "horizontal"
5588
5635
  };
5589
5636
  var ActionButtons = (props) => {
5590
5637
  const {
5591
- alignment = defaultProps17.alignment,
5592
- orientation = defaultProps17.orientation,
5638
+ alignment = defaultProps18.alignment,
5639
+ orientation = defaultProps18.orientation,
5593
5640
  ...other
5594
5641
  } = props;
5595
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5642
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5596
5643
  "div",
5597
5644
  {
5598
5645
  ...other,
@@ -5608,31 +5655,31 @@ var ActionButtons = (props) => {
5608
5655
  }
5609
5656
  );
5610
5657
  };
5611
- ActionButtons.states = states20;
5612
- ActionButtons.options = options19;
5658
+ ActionButtons.states = states21;
5659
+ ActionButtons.options = options20;
5613
5660
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5614
- ActionButtons.defaultProps = defaultProps17;
5661
+ ActionButtons.defaultProps = defaultProps18;
5615
5662
 
5616
5663
  // src/button-group/button-group.spec.tsx
5617
- var import_jsx_runtime32 = require("react/jsx-runtime");
5664
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5618
5665
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5619
- var states21 = [
5666
+ var states22 = [
5620
5667
  States.disabled
5621
5668
  ];
5622
- var options20 = {
5669
+ var options21 = {
5623
5670
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5624
5671
  };
5625
- var defaultProps18 = {
5672
+ var defaultProps19 = {
5626
5673
  fillMode: FillMode.solid
5627
5674
  };
5628
5675
  var ButtonGroup = (props) => {
5629
5676
  const {
5630
- fillMode = defaultProps18.fillMode,
5677
+ fillMode = defaultProps19.fillMode,
5631
5678
  disabled,
5632
5679
  stretched,
5633
5680
  ...other
5634
5681
  } = props;
5635
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5682
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5636
5683
  "div",
5637
5684
  {
5638
5685
  ...other,
@@ -5653,36 +5700,36 @@ var ButtonGroup = (props) => {
5653
5700
  }
5654
5701
  );
5655
5702
  };
5656
- ButtonGroup.states = states21;
5657
- ButtonGroup.options = options20;
5703
+ ButtonGroup.states = states22;
5704
+ ButtonGroup.options = options21;
5658
5705
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5659
- ButtonGroup.defaultProps = defaultProps18;
5706
+ ButtonGroup.defaultProps = defaultProps19;
5660
5707
 
5661
5708
  // src/button-group/templates/icon-button-group.tsx
5662
- var import_jsx_runtime33 = require("react/jsx-runtime");
5709
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5663
5710
 
5664
5711
  // src/button-group/templates/icon-text-button-group.tsx
5665
- var import_jsx_runtime34 = require("react/jsx-runtime");
5712
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5666
5713
 
5667
5714
  // src/button-group/templates/text-button-group.tsx
5668
- var import_jsx_runtime35 = require("react/jsx-runtime");
5715
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5669
5716
 
5670
5717
  // src/button-group/templates/mixed-button-group.tsx
5671
- var import_jsx_runtime36 = require("react/jsx-runtime");
5718
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5672
5719
 
5673
5720
  // src/time-selector/time-selector.spec.tsx
5674
- var import_jsx_runtime37 = require("react/jsx-runtime");
5721
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5675
5722
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5676
- var states22 = [];
5677
- var options21 = {
5723
+ var states23 = [];
5724
+ var options22 = {
5678
5725
  size: [Size.small, Size.medium, Size.large]
5679
5726
  };
5680
- var defaultProps19 = {
5727
+ var defaultProps20 = {
5681
5728
  size: Size.medium
5682
5729
  };
5683
5730
  var TimeSelector = (props) => {
5684
5731
  const {
5685
- size = defaultProps19.size,
5732
+ size = defaultProps20.size,
5686
5733
  header,
5687
5734
  fastSelection,
5688
5735
  columns,
@@ -5698,9 +5745,9 @@ var TimeSelector = (props) => {
5698
5745
  if (index === 0 || columnType === "tt") {
5699
5746
  separator = false;
5700
5747
  }
5701
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5748
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(TimeSelectorColumn, { type: columnType, focus, separator }) });
5702
5749
  });
5703
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5750
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5704
5751
  "div",
5705
5752
  {
5706
5753
  ...other,
@@ -5712,24 +5759,24 @@ var TimeSelector = (props) => {
5712
5759
  })
5713
5760
  ),
5714
5761
  children: [
5715
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: header }),
5716
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: fastSelection }),
5717
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-time-list-container", children: [
5718
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-time-highlight" }),
5762
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: header }),
5763
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_jsx_runtime38.Fragment, { children: fastSelection }),
5764
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "k-time-list-container", children: [
5765
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-time-highlight" }),
5719
5766
  columnsDom
5720
5767
  ] })
5721
5768
  ]
5722
5769
  }
5723
5770
  );
5724
5771
  };
5725
- TimeSelector.states = states22;
5726
- TimeSelector.options = options21;
5772
+ TimeSelector.states = states23;
5773
+ TimeSelector.options = options22;
5727
5774
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
5728
- TimeSelector.defaultProps = defaultProps19;
5775
+ TimeSelector.defaultProps = defaultProps20;
5729
5776
 
5730
5777
  // src/time-selector/time-selector-column.tsx
5731
- var import_jsx_runtime38 = require("react/jsx-runtime");
5732
- var states23 = [
5778
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5779
+ var states24 = [
5733
5780
  States.focus
5734
5781
  ];
5735
5782
  var TimeSelectorColumn = (props) => {
@@ -5767,11 +5814,11 @@ var TimeSelectorColumn = (props) => {
5767
5814
  break;
5768
5815
  }
5769
5816
  const items = columnData.map(
5770
- (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 }) }) })
5817
+ (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 }) }) })
5771
5818
  );
5772
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5773
- separator && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-time-separator", children: ":" }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5819
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5820
+ separator && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-time-separator", children: ":" }),
5821
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5775
5822
  "div",
5776
5823
  {
5777
5824
  ...other,
@@ -5783,10 +5830,10 @@ var TimeSelectorColumn = (props) => {
5783
5830
  })
5784
5831
  ),
5785
5832
  children: [
5786
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-title", children: text }),
5787
- /* @__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: [
5788
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-scrollable-placeholder" })
5833
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-title", children: text }),
5834
+ /* @__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: [
5835
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5836
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-scrollable-placeholder" })
5790
5837
  ] }) })
5791
5838
  ]
5792
5839
  }
@@ -5795,14 +5842,14 @@ var TimeSelectorColumn = (props) => {
5795
5842
  };
5796
5843
 
5797
5844
  // src/time-selector/time-selector-header.tsx
5798
- var import_jsx_runtime39 = require("react/jsx-runtime");
5845
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5799
5846
  var className13 = `k-time-header`;
5800
5847
  var TimeSelectorHeader = (props) => {
5801
5848
  const {
5802
5849
  title,
5803
5850
  ...other
5804
5851
  } = props;
5805
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5852
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5806
5853
  "div",
5807
5854
  {
5808
5855
  ...other,
@@ -5811,7 +5858,7 @@ var TimeSelectorHeader = (props) => {
5811
5858
  className13
5812
5859
  ),
5813
5860
  children: [
5814
- title != null && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-title", children: title }),
5861
+ title != null && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-title", children: title }),
5815
5862
  props.children
5816
5863
  ]
5817
5864
  }
@@ -5819,23 +5866,23 @@ var TimeSelectorHeader = (props) => {
5819
5866
  };
5820
5867
 
5821
5868
  // src/time-selector/time-selector-fast-selection.tsx
5822
- var import_jsx_runtime40 = require("react/jsx-runtime");
5869
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5823
5870
 
5824
5871
  // src/datetime-selector/datetime-selector.spec.tsx
5825
- var import_jsx_runtime41 = require("react/jsx-runtime");
5872
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5826
5873
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5827
- var states24 = [];
5828
- var options22 = {};
5829
- var defaultProps20 = {
5874
+ var states25 = [];
5875
+ var options23 = {};
5876
+ var defaultProps21 = {
5830
5877
  tab: "date"
5831
5878
  };
5832
5879
  var DateTimeSelector = (props) => {
5833
5880
  const {
5834
- tab = defaultProps20.tab,
5881
+ tab = defaultProps21.tab,
5835
5882
  dir,
5836
5883
  ...other
5837
5884
  } = props;
5838
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5885
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5839
5886
  "div",
5840
5887
  {
5841
5888
  ...other,
@@ -5848,34 +5895,34 @@ var DateTimeSelector = (props) => {
5848
5895
  }
5849
5896
  ),
5850
5897
  children: [
5851
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ButtonGroup, { stretched: true, children: [
5852
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5853
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5898
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ButtonGroup, { stretched: true, children: [
5899
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-group-start", selected: tab === "date", children: "Date" }),
5900
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-group-end", selected: tab === "time", children: "Time" })
5854
5901
  ] }) }),
5855
- /* @__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: [
5856
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5857
- /* @__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" }) }) }) })
5858
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5859
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Calendar, { showOtherMonth: true, dir }) }),
5860
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-datetime-time-wrap" })
5902
+ /* @__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: [
5903
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-calendar-wrap" }),
5904
+ /* @__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" }) }) }) })
5905
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5906
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Calendar, { showOtherMonth: true, dir }) }),
5907
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-datetime-time-wrap" })
5861
5908
  ] }) }),
5862
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5863
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5864
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
5909
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5910
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
5911
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
5865
5912
  ] })
5866
5913
  ]
5867
5914
  }
5868
5915
  );
5869
5916
  };
5870
- DateTimeSelector.states = states24;
5871
- DateTimeSelector.options = options22;
5917
+ DateTimeSelector.states = states25;
5918
+ DateTimeSelector.options = options23;
5872
5919
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5873
- DateTimeSelector.defaultProps = defaultProps20;
5920
+ DateTimeSelector.defaultProps = defaultProps21;
5874
5921
 
5875
5922
  // src/datetimepicker/datetimepicker.spec.tsx
5876
- var import_jsx_runtime42 = require("react/jsx-runtime");
5923
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5877
5924
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
5878
- var states25 = [
5925
+ var states26 = [
5879
5926
  States.hover,
5880
5927
  States.focus,
5881
5928
  States.valid,
@@ -5885,12 +5932,12 @@ var states25 = [
5885
5932
  States.loading,
5886
5933
  States.readonly
5887
5934
  ];
5888
- var options23 = {
5935
+ var options24 = {
5889
5936
  size: [Size.small, Size.medium, Size.large],
5890
5937
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5891
5938
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5892
5939
  };
5893
- var defaultProps21 = {
5940
+ var defaultProps22 = {
5894
5941
  tab: "date",
5895
5942
  size: Input.defaultProps.size,
5896
5943
  rounded: Input.defaultProps.rounded,
@@ -5914,12 +5961,12 @@ var DateTimePicker = (props) => {
5914
5961
  disabled,
5915
5962
  readonly,
5916
5963
  opened,
5917
- tab = defaultProps21.tab,
5964
+ tab = defaultProps22.tab,
5918
5965
  dir,
5919
5966
  ...other
5920
5967
  } = props;
5921
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5922
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5968
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5969
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5923
5970
  Input,
5924
5971
  {
5925
5972
  ...other,
@@ -5937,9 +5984,9 @@ var DateTimePicker = (props) => {
5937
5984
  readonly,
5938
5985
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
5939
5986
  children: [
5940
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5941
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5942
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5987
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5988
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputInnerInput, { placeholder, value }),
5989
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5943
5990
  InputValidationIcon,
5944
5991
  {
5945
5992
  valid,
@@ -5948,14 +5995,14 @@ var DateTimePicker = (props) => {
5948
5995
  disabled
5949
5996
  }
5950
5997
  ),
5951
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5998
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5952
5999
  InputLoadingIcon,
5953
6000
  {
5954
6001
  loading,
5955
6002
  disabled
5956
6003
  }
5957
6004
  ),
5958
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6005
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5959
6006
  InputClearValue,
5960
6007
  {
5961
6008
  loading,
@@ -5964,8 +6011,8 @@ var DateTimePicker = (props) => {
5964
6011
  value
5965
6012
  }
5966
6013
  ),
5967
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix }),
5968
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6014
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
6015
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5969
6016
  Button,
5970
6017
  {
5971
6018
  className: "k-input-button",
@@ -5978,18 +6025,18 @@ var DateTimePicker = (props) => {
5978
6025
  ]
5979
6026
  }
5980
6027
  ),
5981
- opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-datetimepicker-popup", dir, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(DateTimeSelector, { tab, dir }) })
6028
+ 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 }) })
5982
6029
  ] });
5983
6030
  };
5984
- DateTimePicker.states = states25;
5985
- DateTimePicker.options = options23;
6031
+ DateTimePicker.states = states26;
6032
+ DateTimePicker.options = options24;
5986
6033
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
5987
- DateTimePicker.defaultProps = defaultProps21;
6034
+ DateTimePicker.defaultProps = defaultProps22;
5988
6035
 
5989
6036
  // src/dropdownlist/dropdownlist.spec.tsx
5990
- var import_jsx_runtime43 = require("react/jsx-runtime");
6037
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5991
6038
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5992
- var states26 = [
6039
+ var states27 = [
5993
6040
  States.hover,
5994
6041
  States.focus,
5995
6042
  States.valid,
@@ -5999,12 +6046,12 @@ var states26 = [
5999
6046
  States.loading,
6000
6047
  States.readonly
6001
6048
  ];
6002
- var options24 = {
6049
+ var options25 = {
6003
6050
  size: [Size.small, Size.medium, Size.large],
6004
6051
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6005
6052
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6006
6053
  };
6007
- var defaultProps22 = {
6054
+ var defaultProps23 = {
6008
6055
  showValue: true,
6009
6056
  arrowIconName: "caret-alt-down",
6010
6057
  size: Size.medium,
@@ -6014,7 +6061,7 @@ var defaultProps22 = {
6014
6061
  var DropdownList = (props) => {
6015
6062
  const {
6016
6063
  valueIconName,
6017
- arrowIconName = defaultProps22.arrowIconName,
6064
+ arrowIconName = defaultProps23.arrowIconName,
6018
6065
  prefix,
6019
6066
  suffix,
6020
6067
  value,
@@ -6030,13 +6077,13 @@ var DropdownList = (props) => {
6030
6077
  loading,
6031
6078
  disabled,
6032
6079
  readonly,
6033
- showValue = defaultProps22.showValue,
6080
+ showValue = defaultProps23.showValue,
6034
6081
  popup,
6035
6082
  opened,
6036
6083
  ...other
6037
6084
  } = props;
6038
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
6039
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
6085
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, { children: [
6086
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
6040
6087
  Picker,
6041
6088
  {
6042
6089
  ...other,
@@ -6059,8 +6106,8 @@ var DropdownList = (props) => {
6059
6106
  }
6060
6107
  ),
6061
6108
  children: [
6062
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
6063
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6109
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputPrefix, { children: prefix }),
6110
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6064
6111
  InputInnerSpan,
6065
6112
  {
6066
6113
  placeholder,
@@ -6069,7 +6116,7 @@ var DropdownList = (props) => {
6069
6116
  valueIconName
6070
6117
  }
6071
6118
  ),
6072
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6119
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6073
6120
  InputValidationIcon,
6074
6121
  {
6075
6122
  valid,
@@ -6078,15 +6125,15 @@ var DropdownList = (props) => {
6078
6125
  disabled
6079
6126
  }
6080
6127
  ),
6081
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6128
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6082
6129
  InputLoadingIcon,
6083
6130
  {
6084
6131
  loading,
6085
6132
  disabled
6086
6133
  }
6087
6134
  ),
6088
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
6089
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6135
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputSuffix, { children: suffix }),
6136
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
6090
6137
  Button,
6091
6138
  {
6092
6139
  className: "k-input-button",
@@ -6099,35 +6146,35 @@ var DropdownList = (props) => {
6099
6146
  ]
6100
6147
  }
6101
6148
  ),
6102
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
6149
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6103
6150
  ] });
6104
6151
  };
6105
- DropdownList.states = states26;
6106
- DropdownList.options = options24;
6152
+ DropdownList.states = states27;
6153
+ DropdownList.options = options25;
6107
6154
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6108
- DropdownList.defaultProps = defaultProps22;
6155
+ DropdownList.defaultProps = defaultProps23;
6109
6156
 
6110
6157
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6111
- var import_jsx_runtime44 = require("react/jsx-runtime");
6158
+ var import_jsx_runtime45 = require("react/jsx-runtime");
6112
6159
 
6113
6160
  // src/nodata/nodata.tsx
6114
- var import_jsx_runtime45 = require("react/jsx-runtime");
6161
+ var import_jsx_runtime46 = require("react/jsx-runtime");
6115
6162
  var className14 = `k-nodata`;
6116
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6163
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: classNames(className14, props.className), children: props.children });
6117
6164
 
6118
6165
  // src/list/list.spec.tsx
6119
- var import_jsx_runtime46 = require("react/jsx-runtime");
6166
+ var import_jsx_runtime47 = require("react/jsx-runtime");
6120
6167
  var LIST_CLASSNAME = `k-list`;
6121
- var states27 = [];
6122
- var options25 = {
6168
+ var states28 = [];
6169
+ var options26 = {
6123
6170
  size: [Size.small, Size.medium, Size.large]
6124
6171
  };
6125
- var defaultProps23 = {
6172
+ var defaultProps24 = {
6126
6173
  size: Size.medium
6127
6174
  };
6128
6175
  var List = (props) => {
6129
6176
  const {
6130
- size = defaultProps23.size,
6177
+ size = defaultProps24.size,
6131
6178
  virtualization,
6132
6179
  children,
6133
6180
  optionLabel,
@@ -6144,7 +6191,7 @@ var List = (props) => {
6144
6191
  listHeader = child.props.label;
6145
6192
  child.props.children.map((optChild, index2) => {
6146
6193
  listChildren.push(
6147
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6194
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6148
6195
  ListItem,
6149
6196
  {
6150
6197
  ...optChild.props
@@ -6160,7 +6207,7 @@ var List = (props) => {
6160
6207
  groupLabel = child.props.label;
6161
6208
  }
6162
6209
  listChildren.push(
6163
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6210
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6164
6211
  ListItem,
6165
6212
  {
6166
6213
  className: index2 === 0 ? "k-first" : "",
@@ -6172,16 +6219,16 @@ var List = (props) => {
6172
6219
  );
6173
6220
  });
6174
6221
  }
6175
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6222
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6176
6223
  } else if (child.type === ListItem) {
6177
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6178
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
6224
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6225
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
6179
6226
  }
6180
6227
  });
6181
6228
  } else {
6182
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
6229
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
6183
6230
  }
6184
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
6231
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
6185
6232
  "div",
6186
6233
  {
6187
6234
  ...other,
@@ -6203,24 +6250,24 @@ var List = (props) => {
6203
6250
  }
6204
6251
  );
6205
6252
  };
6206
- List.states = states27;
6207
- List.options = options25;
6253
+ List.states = states28;
6254
+ List.options = options26;
6208
6255
  List.className = LIST_CLASSNAME;
6209
- List.defaultProps = defaultProps23;
6256
+ List.defaultProps = defaultProps24;
6210
6257
 
6211
6258
  // src/list/list-angular.spec.tsx
6212
- var import_jsx_runtime47 = require("react/jsx-runtime");
6259
+ var import_jsx_runtime48 = require("react/jsx-runtime");
6213
6260
  var LISTANGULAR_CLASSNAME = `k-list`;
6214
- var states28 = [];
6215
- var options26 = {
6261
+ var states29 = [];
6262
+ var options27 = {
6216
6263
  size: [Size.small, Size.medium, Size.large]
6217
6264
  };
6218
- var defaultProps24 = {
6265
+ var defaultProps25 = {
6219
6266
  size: Size.medium
6220
6267
  };
6221
6268
  var ListAngular = (props) => {
6222
6269
  const {
6223
- size = defaultProps24.size,
6270
+ size = defaultProps25.size,
6224
6271
  virtualization,
6225
6272
  children,
6226
6273
  ...other
@@ -6236,7 +6283,7 @@ var ListAngular = (props) => {
6236
6283
  listHeader = child.props.label;
6237
6284
  child.props.children.map((optChild, index2) => {
6238
6285
  listChildren.push(
6239
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6286
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6240
6287
  ListItem,
6241
6288
  {
6242
6289
  ...optChild.props
@@ -6247,7 +6294,7 @@ var ListAngular = (props) => {
6247
6294
  });
6248
6295
  } else {
6249
6296
  listChildren.push(
6250
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6297
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6251
6298
  ListGroupItem,
6252
6299
  {
6253
6300
  ...child.props,
@@ -6258,7 +6305,7 @@ var ListAngular = (props) => {
6258
6305
  );
6259
6306
  child.props.children.map((optChild, index2) => {
6260
6307
  listChildren.push(
6261
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6308
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6262
6309
  ListItem,
6263
6310
  {
6264
6311
  ...optChild.props
@@ -6268,16 +6315,16 @@ var ListAngular = (props) => {
6268
6315
  );
6269
6316
  });
6270
6317
  }
6271
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6318
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6272
6319
  } else if (child.type === ListItem) {
6273
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6274
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
6320
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6321
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListContent, { virtualization, children: listChildren });
6275
6322
  }
6276
6323
  });
6277
6324
  } else {
6278
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
6325
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NoData, { children: "No data found." });
6279
6326
  }
6280
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
6327
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
6281
6328
  "div",
6282
6329
  {
6283
6330
  ...other,
@@ -6298,15 +6345,15 @@ var ListAngular = (props) => {
6298
6345
  }
6299
6346
  );
6300
6347
  };
6301
- ListAngular.states = states28;
6302
- ListAngular.options = options26;
6348
+ ListAngular.states = states29;
6349
+ ListAngular.options = options27;
6303
6350
  ListAngular.className = LISTANGULAR_CLASSNAME;
6304
- ListAngular.defaultProps = defaultProps24;
6351
+ ListAngular.defaultProps = defaultProps25;
6305
6352
 
6306
6353
  // src/checkbox/checkbox.spec.tsx
6307
- var import_jsx_runtime48 = require("react/jsx-runtime");
6354
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6308
6355
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6309
- var states29 = [
6356
+ var states30 = [
6310
6357
  States.hover,
6311
6358
  States.focus,
6312
6359
  States.valid,
@@ -6316,11 +6363,11 @@ var states29 = [
6316
6363
  States.checked,
6317
6364
  States.indeterminate
6318
6365
  ];
6319
- var options27 = {
6366
+ var options28 = {
6320
6367
  size: [Size.small, Size.medium, Size.large],
6321
6368
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
6322
6369
  };
6323
- var defaultProps25 = {
6370
+ var defaultProps26 = {
6324
6371
  size: Size.medium,
6325
6372
  rounded: Roundness.medium
6326
6373
  };
@@ -6335,11 +6382,11 @@ var Checkbox = (props) => {
6335
6382
  invalid,
6336
6383
  valid,
6337
6384
  required,
6338
- size = defaultProps25.size,
6339
- rounded = defaultProps25.rounded,
6385
+ size = defaultProps26.size,
6386
+ rounded = defaultProps26.rounded,
6340
6387
  ...other
6341
6388
  } = props;
6342
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6389
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6343
6390
  "input",
6344
6391
  {
6345
6392
  ...other,
@@ -6356,22 +6403,22 @@ var Checkbox = (props) => {
6356
6403
  }
6357
6404
  ) });
6358
6405
  };
6359
- Checkbox.states = states29;
6360
- Checkbox.options = options27;
6406
+ Checkbox.states = states30;
6407
+ Checkbox.options = options28;
6361
6408
  Checkbox.className = CHECKBOX_CLASSNAME;
6362
- Checkbox.defaultProps = defaultProps25;
6409
+ Checkbox.defaultProps = defaultProps26;
6363
6410
 
6364
6411
  // src/list/list-item.spec.tsx
6365
- var import_jsx_runtime49 = require("react/jsx-runtime");
6412
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6366
6413
  var LISTITEM_CLASSNAME = `k-list-item`;
6367
- var states30 = [
6414
+ var states31 = [
6368
6415
  States.hover,
6369
6416
  States.focus,
6370
6417
  States.selected,
6371
6418
  States.disabled
6372
6419
  ];
6373
- var options28 = {};
6374
- var defaultProps26 = {};
6420
+ var options29 = {};
6421
+ var defaultProps27 = {};
6375
6422
  var ListItem = (props) => {
6376
6423
  const {
6377
6424
  text,
@@ -6387,7 +6434,7 @@ var ListItem = (props) => {
6387
6434
  ...other
6388
6435
  } = props;
6389
6436
  const textOrChildren = text ? text : props.children;
6390
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
6437
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
6391
6438
  "li",
6392
6439
  {
6393
6440
  ...other,
@@ -6402,66 +6449,66 @@ var ListItem = (props) => {
6402
6449
  })
6403
6450
  ),
6404
6451
  children: [
6405
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Checkbox, { checked }),
6406
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: iconName }),
6407
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6408
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6452
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Checkbox, { checked }),
6453
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { icon: iconName }),
6454
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6455
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6409
6456
  ]
6410
6457
  }
6411
6458
  );
6412
6459
  };
6413
- ListItem.states = states30;
6414
- ListItem.options = options28;
6460
+ ListItem.states = states31;
6461
+ ListItem.options = options29;
6415
6462
  ListItem.className = LISTITEM_CLASSNAME;
6416
- ListItem.defaultProps = defaultProps26;
6463
+ ListItem.defaultProps = defaultProps27;
6417
6464
 
6418
6465
  // src/list/list-content.tsx
6419
- var import_jsx_runtime50 = require("react/jsx-runtime");
6466
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6420
6467
  var className15 = `k-list-content`;
6421
6468
  var ListContent = (props) => {
6422
6469
  const {
6423
6470
  virtualization
6424
6471
  } = props;
6425
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(className15, props.className), children: [
6426
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6427
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", {}) })
6472
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: classNames(className15, props.className), children: [
6473
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6474
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", {}) })
6428
6475
  ] });
6429
6476
  };
6430
6477
 
6431
6478
  // src/list/list-header.tsx
6432
- var import_jsx_runtime51 = require("react/jsx-runtime");
6479
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6433
6480
  var className16 = `k-list-group-sticky-header`;
6434
- 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 }) });
6481
+ 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 }) });
6435
6482
 
6436
6483
  // src/list/list-group.tsx
6437
- var import_jsx_runtime52 = require("react/jsx-runtime");
6484
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6438
6485
  var ListGroup = (props) => {
6439
6486
  const {
6440
6487
  virtualization,
6441
6488
  label
6442
6489
  } = props;
6443
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
6444
- label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListHeader, { children: label }),
6445
- props.children && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListContent, { virtualization, children: props.children })
6490
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
6491
+ label && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListHeader, { children: label }),
6492
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ListContent, { virtualization, children: props.children })
6446
6493
  ] });
6447
6494
  };
6448
6495
 
6449
6496
  // src/list/list-group-item.tsx
6450
- var import_jsx_runtime53 = require("react/jsx-runtime");
6497
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6451
6498
  var className17 = `k-list-group-item`;
6452
- 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 }) });
6499
+ 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 }) });
6453
6500
 
6454
6501
  // src/list/list-option-label.tsx
6455
- var import_jsx_runtime54 = require("react/jsx-runtime");
6502
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6456
6503
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6457
- var states31 = [
6504
+ var states32 = [
6458
6505
  States.hover,
6459
6506
  States.focus,
6460
6507
  States.selected,
6461
6508
  States.disabled
6462
6509
  ];
6463
- var options29 = {};
6464
- var defaultProps27 = {};
6510
+ var options30 = {};
6511
+ var defaultProps28 = {};
6465
6512
  var ListOptionLabel = (props) => {
6466
6513
  const {
6467
6514
  text,
@@ -6471,7 +6518,7 @@ var ListOptionLabel = (props) => {
6471
6518
  disabled,
6472
6519
  ...other
6473
6520
  } = props;
6474
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6521
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6475
6522
  "div",
6476
6523
  {
6477
6524
  ...other,
@@ -6488,18 +6535,18 @@ var ListOptionLabel = (props) => {
6488
6535
  }
6489
6536
  );
6490
6537
  };
6491
- ListOptionLabel.states = states31;
6492
- ListOptionLabel.options = options29;
6538
+ ListOptionLabel.states = states32;
6539
+ ListOptionLabel.options = options30;
6493
6540
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6494
- ListOptionLabel.defaultProps = defaultProps27;
6541
+ ListOptionLabel.defaultProps = defaultProps28;
6495
6542
 
6496
6543
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6497
- var import_jsx_runtime55 = require("react/jsx-runtime");
6544
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6498
6545
 
6499
6546
  // src/searchbox/searchbox.spec.tsx
6500
- var import_jsx_runtime56 = require("react/jsx-runtime");
6547
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6501
6548
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
6502
- var states32 = [
6549
+ var states33 = [
6503
6550
  States.hover,
6504
6551
  States.focus,
6505
6552
  States.valid,
@@ -6508,12 +6555,12 @@ var states32 = [
6508
6555
  States.disabled,
6509
6556
  States.loading
6510
6557
  ];
6511
- var options30 = {
6558
+ var options31 = {
6512
6559
  size: [Size.small, Size.medium, Size.large],
6513
6560
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6514
6561
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6515
6562
  };
6516
- var defaultProps28 = {
6563
+ var defaultProps29 = {
6517
6564
  showIcon: true,
6518
6565
  icon: "search",
6519
6566
  size: Input.defaultProps.size,
@@ -6534,11 +6581,11 @@ var Searchbox = (props) => {
6534
6581
  required,
6535
6582
  loading,
6536
6583
  disabled,
6537
- showIcon = defaultProps28.showIcon,
6538
- icon = defaultProps28.icon,
6584
+ showIcon = defaultProps29.showIcon,
6585
+ icon = defaultProps29.icon,
6539
6586
  ...other
6540
6587
  } = props;
6541
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6588
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6542
6589
  Input,
6543
6590
  {
6544
6591
  ...other,
@@ -6554,48 +6601,48 @@ var Searchbox = (props) => {
6554
6601
  disabled,
6555
6602
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6556
6603
  children: [
6557
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Icon, { className: "k-input-icon", icon }),
6558
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputInnerInput, { placeholder, value }),
6559
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputLoadingIcon, { ...props }),
6560
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputValidationIcon, { ...props }),
6561
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputClearValue, { ...props })
6604
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { className: "k-input-icon", icon }),
6605
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputInnerInput, { placeholder, value }),
6606
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputLoadingIcon, { ...props }),
6607
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputValidationIcon, { ...props }),
6608
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputClearValue, { ...props })
6562
6609
  ]
6563
6610
  }
6564
6611
  );
6565
6612
  };
6566
- Searchbox.states = states32;
6567
- Searchbox.options = options30;
6613
+ Searchbox.states = states33;
6614
+ Searchbox.options = options31;
6568
6615
  Searchbox.className = SEARCHBOX_CLASSNAME;
6569
- Searchbox.defaultProps = defaultProps28;
6616
+ Searchbox.defaultProps = defaultProps29;
6570
6617
 
6571
6618
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6572
- var import_jsx_runtime57 = require("react/jsx-runtime");
6619
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6573
6620
 
6574
6621
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6575
- var import_jsx_runtime58 = require("react/jsx-runtime");
6622
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6576
6623
 
6577
6624
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6578
- var import_jsx_runtime59 = require("react/jsx-runtime");
6625
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6579
6626
 
6580
6627
  // src/spinbutton/spinbutton.spec.tsx
6581
- var import_jsx_runtime60 = require("react/jsx-runtime");
6628
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6582
6629
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
6583
- var states33 = [];
6584
- var options31 = {
6630
+ var states34 = [];
6631
+ var options32 = {
6585
6632
  size: [Size.small, Size.medium, Size.large],
6586
6633
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6587
6634
  };
6588
- var defaultProps29 = {
6635
+ var defaultProps30 = {
6589
6636
  size: Size.medium,
6590
6637
  fillMode: FillMode.solid
6591
6638
  };
6592
6639
  var SpinButton = (props) => {
6593
6640
  const {
6594
- size = defaultProps29.size,
6595
- fillMode = defaultProps29.fillMode,
6641
+ size = defaultProps30.size,
6642
+ fillMode = defaultProps30.fillMode,
6596
6643
  ...other
6597
6644
  } = props;
6598
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
6645
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6599
6646
  "span",
6600
6647
  {
6601
6648
  ...other,
@@ -6604,7 +6651,7 @@ var SpinButton = (props) => {
6604
6651
  props.className
6605
6652
  ),
6606
6653
  children: [
6607
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6654
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6608
6655
  Button,
6609
6656
  {
6610
6657
  className: "k-spinner-increase",
@@ -6614,7 +6661,7 @@ var SpinButton = (props) => {
6614
6661
  fillMode
6615
6662
  }
6616
6663
  ),
6617
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6664
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6618
6665
  Button,
6619
6666
  {
6620
6667
  className: "k-spinner-decrease",
@@ -6628,15 +6675,15 @@ var SpinButton = (props) => {
6628
6675
  }
6629
6676
  );
6630
6677
  };
6631
- SpinButton.states = states33;
6632
- SpinButton.options = options31;
6678
+ SpinButton.states = states34;
6679
+ SpinButton.options = options32;
6633
6680
  SpinButton.className = SPINBUTTON_CLASSNAME;
6634
- SpinButton.defaultProps = defaultProps29;
6681
+ SpinButton.defaultProps = defaultProps30;
6635
6682
 
6636
6683
  // src/numerictextbox/numerictextbox.spec.tsx
6637
- var import_jsx_runtime61 = require("react/jsx-runtime");
6684
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6638
6685
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6639
- var states34 = [
6686
+ var states35 = [
6640
6687
  States.hover,
6641
6688
  States.focus,
6642
6689
  States.valid,
@@ -6646,12 +6693,12 @@ var states34 = [
6646
6693
  States.disabled,
6647
6694
  States.readonly
6648
6695
  ];
6649
- var options32 = {
6696
+ var options33 = {
6650
6697
  size: [Size.small, Size.medium, Size.large],
6651
6698
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6652
6699
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6653
6700
  };
6654
- var defaultProps30 = {
6701
+ var defaultProps31 = {
6655
6702
  showSpinButton: true,
6656
6703
  showClearButton: true,
6657
6704
  size: Input.defaultProps.size,
@@ -6673,11 +6720,11 @@ var NumericTextbox = (props) => {
6673
6720
  loading,
6674
6721
  disabled,
6675
6722
  readonly,
6676
- showClearButton = defaultProps30.showClearButton,
6677
- showSpinButton = defaultProps30.showSpinButton,
6723
+ showClearButton = defaultProps31.showClearButton,
6724
+ showSpinButton = defaultProps31.showSpinButton,
6678
6725
  ...other
6679
6726
  } = props;
6680
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6727
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6681
6728
  Input,
6682
6729
  {
6683
6730
  ...other,
@@ -6694,8 +6741,8 @@ var NumericTextbox = (props) => {
6694
6741
  readonly,
6695
6742
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6696
6743
  children: [
6697
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputInnerInput, { placeholder, value }),
6698
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6744
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
6745
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6699
6746
  InputValidationIcon,
6700
6747
  {
6701
6748
  valid,
@@ -6704,14 +6751,14 @@ var NumericTextbox = (props) => {
6704
6751
  disabled
6705
6752
  }
6706
6753
  ),
6707
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6754
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6708
6755
  InputLoadingIcon,
6709
6756
  {
6710
6757
  loading,
6711
6758
  disabled
6712
6759
  }
6713
6760
  ),
6714
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6761
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6715
6762
  InputClearValue,
6716
6763
  {
6717
6764
  loading,
@@ -6720,7 +6767,7 @@ var NumericTextbox = (props) => {
6720
6767
  value
6721
6768
  }
6722
6769
  ),
6723
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6770
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6724
6771
  SpinButton,
6725
6772
  {
6726
6773
  className: "k-input-spinner",
@@ -6732,15 +6779,15 @@ var NumericTextbox = (props) => {
6732
6779
  }
6733
6780
  );
6734
6781
  };
6735
- NumericTextbox.states = states34;
6736
- NumericTextbox.options = options32;
6782
+ NumericTextbox.states = states35;
6783
+ NumericTextbox.options = options33;
6737
6784
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6738
- NumericTextbox.defaultProps = defaultProps30;
6785
+ NumericTextbox.defaultProps = defaultProps31;
6739
6786
 
6740
6787
  // src/textbox/textbox.spec.tsx
6741
- var import_jsx_runtime62 = require("react/jsx-runtime");
6788
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6742
6789
  var TEXTBOX_CLASSNAME = `k-textbox`;
6743
- var states35 = [
6790
+ var states36 = [
6744
6791
  States.hover,
6745
6792
  States.focus,
6746
6793
  States.valid,
@@ -6750,12 +6797,12 @@ var states35 = [
6750
6797
  States.loading,
6751
6798
  States.readonly
6752
6799
  ];
6753
- var options33 = {
6800
+ var options34 = {
6754
6801
  size: [Size.small, Size.medium, Size.large],
6755
6802
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6756
6803
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6757
6804
  };
6758
- var defaultProps31 = {
6805
+ var defaultProps32 = {
6759
6806
  showClearButton: true,
6760
6807
  size: Input.defaultProps.size,
6761
6808
  rounded: Input.defaultProps.rounded,
@@ -6778,10 +6825,10 @@ var Textbox = (props) => {
6778
6825
  loading,
6779
6826
  disabled,
6780
6827
  readonly,
6781
- showClearButton = defaultProps31.showClearButton,
6828
+ showClearButton = defaultProps32.showClearButton,
6782
6829
  ...other
6783
6830
  } = props;
6784
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6831
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6785
6832
  Input,
6786
6833
  {
6787
6834
  ...other,
@@ -6798,9 +6845,9 @@ var Textbox = (props) => {
6798
6845
  readonly,
6799
6846
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6800
6847
  children: [
6801
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputPrefix, { children: prefix }),
6802
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
6803
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6848
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputPrefix, { children: prefix }),
6849
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputInnerInput, { placeholder, value }),
6850
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6804
6851
  InputValidationIcon,
6805
6852
  {
6806
6853
  valid,
@@ -6809,14 +6856,14 @@ var Textbox = (props) => {
6809
6856
  disabled
6810
6857
  }
6811
6858
  ),
6812
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6859
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6813
6860
  InputLoadingIcon,
6814
6861
  {
6815
6862
  loading,
6816
6863
  disabled
6817
6864
  }
6818
6865
  ),
6819
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6866
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6820
6867
  InputClearValue,
6821
6868
  {
6822
6869
  loading,
@@ -6825,20 +6872,20 @@ var Textbox = (props) => {
6825
6872
  value
6826
6873
  }
6827
6874
  ),
6828
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputSuffix, { children: suffix })
6875
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputSuffix, { children: suffix })
6829
6876
  ]
6830
6877
  }
6831
6878
  );
6832
6879
  };
6833
- Textbox.states = states35;
6834
- Textbox.options = options33;
6880
+ Textbox.states = states36;
6881
+ Textbox.options = options34;
6835
6882
  Textbox.className = TEXTBOX_CLASSNAME;
6836
- Textbox.defaultProps = defaultProps31;
6883
+ Textbox.defaultProps = defaultProps32;
6837
6884
 
6838
6885
  // src/timepicker/timepicker.spec.tsx
6839
- var import_jsx_runtime63 = require("react/jsx-runtime");
6886
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6840
6887
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
6841
- var states36 = [
6888
+ var states37 = [
6842
6889
  States.hover,
6843
6890
  States.focus,
6844
6891
  States.valid,
@@ -6848,12 +6895,12 @@ var states36 = [
6848
6895
  States.loading,
6849
6896
  States.readonly
6850
6897
  ];
6851
- var options34 = {
6898
+ var options35 = {
6852
6899
  size: [Size.small, Size.medium, Size.large],
6853
6900
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6854
6901
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6855
6902
  };
6856
- var defaultProps32 = {
6903
+ var defaultProps33 = {
6857
6904
  size: Input.defaultProps.size,
6858
6905
  rounded: Input.defaultProps.rounded,
6859
6906
  fillMode: Input.defaultProps.fillMode
@@ -6878,8 +6925,8 @@ var TimePicker = (props) => {
6878
6925
  opened,
6879
6926
  ...other
6880
6927
  } = props;
6881
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
6882
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
6928
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6929
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6883
6930
  Input,
6884
6931
  {
6885
6932
  ...other,
@@ -6896,9 +6943,9 @@ var TimePicker = (props) => {
6896
6943
  readonly,
6897
6944
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
6898
6945
  children: [
6899
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputPrefix, { children: prefix }),
6900
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputInnerInput, { placeholder, value }),
6901
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6946
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
6947
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6902
6949
  InputValidationIcon,
6903
6950
  {
6904
6951
  valid,
@@ -6907,14 +6954,14 @@ var TimePicker = (props) => {
6907
6954
  disabled
6908
6955
  }
6909
6956
  ),
6910
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6957
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6911
6958
  InputLoadingIcon,
6912
6959
  {
6913
6960
  loading,
6914
6961
  disabled
6915
6962
  }
6916
6963
  ),
6917
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6964
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6918
6965
  InputClearValue,
6919
6966
  {
6920
6967
  loading,
@@ -6923,8 +6970,8 @@ var TimePicker = (props) => {
6923
6970
  value
6924
6971
  }
6925
6972
  ),
6926
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputSuffix, { children: suffix }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6973
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6928
6975
  Button,
6929
6976
  {
6930
6977
  className: "k-input-button",
@@ -6937,96 +6984,96 @@ var TimePicker = (props) => {
6937
6984
  ]
6938
6985
  }
6939
6986
  ),
6940
- opened && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(Popup, { className: "k-timepicker-popup", children: [
6941
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
6942
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
6943
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
6987
+ opened && /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Popup, { className: "k-list-container k-timepicker-popup", children: [
6988
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
6990
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { className: "k-time-cancel", children: "Cancel" })
6945
6992
  ] })
6946
6993
  ] })
6947
6994
  ] });
6948
6995
  };
6949
- TimePicker.states = states36;
6950
- TimePicker.options = options34;
6996
+ TimePicker.states = states37;
6997
+ TimePicker.options = options35;
6951
6998
  TimePicker.className = TIMEPICKER_CLASSNAME;
6952
- TimePicker.defaultProps = defaultProps32;
6999
+ TimePicker.defaultProps = defaultProps33;
6953
7000
 
6954
7001
  // src/grid/tests/grid-filter-row.tsx
6955
- var import_jsx_runtime64 = require("react/jsx-runtime");
6956
- var grid_filter_row_default = () => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_jsx_runtime64.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
6957
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6958
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
6959
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
6960
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {}),
6961
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7002
+ var import_jsx_runtime65 = require("react/jsx-runtime");
7003
+ var grid_filter_row_default = () => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
7004
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7005
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7006
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7007
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ColorPicker, {}),
7008
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7009
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
6963
7010
  ] }) }) }) }) })
6964
7011
  ] }) }) }) }) }),
6965
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", {}),
6966
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", {}),
6967
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6968
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
6969
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
6970
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Autocomplete, { placeholder: "Autocomplete..." }),
6971
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7012
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", {}),
7013
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", {}),
7014
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7015
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7016
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7017
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Autocomplete, { placeholder: "Autocomplete..." }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
6973
7020
  ] }) }) }) }) })
6974
7021
  ] }) }) }) }) }),
6975
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6976
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
6977
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
6978
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Combobox, { placeholder: "Combobox..." }),
6979
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7022
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7023
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7025
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Combobox, { placeholder: "Combobox..." }),
7026
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
6981
7028
  ] }) }) }) }) })
6982
7029
  ] }) }) }) }) }),
6983
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6984
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
6985
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
6986
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "DropdownList..." }),
6987
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7030
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7031
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7032
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7033
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { placeholder: "DropdownList..." }),
7034
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7035
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
6989
7036
  ] }) }) }) }) })
6990
7037
  ] }) }) }) }) }),
6991
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6992
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
6993
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
6994
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Numeric..." }),
6995
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7038
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7039
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7040
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7041
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(NumericTextbox, { placeholder: "Numeric..." }),
7042
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7043
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
6997
7044
  ] }) }) }) }) })
6998
7045
  ] }) }) }) }) }),
6999
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7000
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
7001
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
7002
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, { placeholder: "Textbox..." }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7004
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7046
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7047
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7048
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7049
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, { placeholder: "Textbox..." }),
7050
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7051
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
7005
7052
  ] }) }) }) }) })
7006
7053
  ] }) }) }) }) }),
7007
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", {}),
7008
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7009
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
7010
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
7011
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DatePicker, { placeholder: "Datepicker..." }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7054
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", {}),
7055
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7056
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7057
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7058
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DatePicker, { placeholder: "Datepicker..." }),
7059
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
7014
7061
  ] }) }) }) }) })
7015
7062
  ] }) }) }) }) }),
7016
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7017
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
7019
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(TimePicker, { placeholder: "TimePicker..." }),
7020
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7063
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7064
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7065
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7066
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(TimePicker, { placeholder: "TimePicker..." }),
7067
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7068
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
7022
7069
  ] }) }) }) }) })
7023
7070
  ] }) }) }) }) }),
7024
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7025
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("col", {}) }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("span", { children: [
7027
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }),
7028
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { icon: "filter-clear", disabled: true })
7071
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "section", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7072
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("col", {}) }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("th", { className: "k-table-th", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { children: [
7074
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DateTimePicker, { placeholder: "DateTimePicker..." }),
7075
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7076
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { icon: "filter-clear", disabled: true })
7030
7077
  ] }) }) }) }) })
7031
7078
  ] }) }) }) }) })
7032
7079
  ] }) });