@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

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 (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -5328,23 +5328,83 @@ Checkbox.options = options18;
5328
5328
  Checkbox.className = CHECKBOX_CLASSNAME;
5329
5329
  Checkbox.defaultProps = defaultProps16;
5330
5330
 
5331
- // src/checkbox/templates/checkbox-label.tsx
5332
- import { Fragment as Fragment14, jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
5331
+ // src/checkbox/checkbox-group.spec.tsx
5332
+ import { jsx as jsx33 } from "react/jsx-runtime";
5333
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5334
+ var states21 = [];
5335
+ var options19 = {};
5336
+ var defaultProps17 = {
5337
+ layout: "vertical"
5338
+ };
5339
+ var CheckboxGroup = (props) => {
5340
+ const {
5341
+ layout = defaultProps17.layout,
5342
+ ...other
5343
+ } = props;
5344
+ return /* @__PURE__ */ jsx33(
5345
+ "ul",
5346
+ {
5347
+ ...other,
5348
+ className: classNames(
5349
+ props.className,
5350
+ CHECKBOXGROUP_CLASSNAME,
5351
+ {
5352
+ [`k-list-${layout}`]: layout
5353
+ }
5354
+ ),
5355
+ children: props.children
5356
+ }
5357
+ );
5358
+ };
5359
+ CheckboxGroup.states = states21;
5360
+ CheckboxGroup.options = options19;
5361
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5362
+ CheckboxGroup.defaultProps = defaultProps17;
5333
5363
 
5334
- // src/checkbox/templates/checkbox-normal.tsx
5364
+ // src/checkbox/checkbox-item.spec.tsx
5335
5365
  import { jsx as jsx34 } from "react/jsx-runtime";
5366
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5367
+ var states22 = [];
5368
+ var options20 = {};
5369
+ var defaultProps18 = {};
5370
+ var CheckboxItem = (props) => {
5371
+ const {
5372
+ ...other
5373
+ } = props;
5374
+ return /* @__PURE__ */ jsx34(
5375
+ "li",
5376
+ {
5377
+ ...other,
5378
+ className: classNames(
5379
+ props.className,
5380
+ CHECKBOXITEM_CLASSNAME
5381
+ ),
5382
+ children: props.children
5383
+ }
5384
+ );
5385
+ };
5386
+ CheckboxItem.states = states22;
5387
+ CheckboxItem.options = options20;
5388
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5389
+ CheckboxItem.defaultProps = defaultProps18;
5390
+
5391
+ // src/checkbox/templates/checkbox-with-label.tsx
5392
+ import { Fragment as Fragment14, jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5393
+
5394
+ // src/checkbox/templates/checkbox-normal.tsx
5395
+ import { jsx as jsx36 } from "react/jsx-runtime";
5336
5396
 
5337
5397
  // src/list/list-item.spec.tsx
5338
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5398
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5339
5399
  var LISTITEM_CLASSNAME = `k-list-item`;
5340
- var states21 = [
5400
+ var states23 = [
5341
5401
  States.hover,
5342
5402
  States.focus,
5343
5403
  States.selected,
5344
5404
  States.disabled
5345
5405
  ];
5346
- var options19 = {};
5347
- var defaultProps17 = {};
5406
+ var options21 = {};
5407
+ var defaultProps19 = {};
5348
5408
  var ListItem = (props) => {
5349
5409
  const {
5350
5410
  text,
@@ -5375,66 +5435,66 @@ var ListItem = (props) => {
5375
5435
  })
5376
5436
  ),
5377
5437
  children: [
5378
- showCheckbox && /* @__PURE__ */ jsx35(Checkbox, { checked }),
5379
- showIcon && /* @__PURE__ */ jsx35(Icon, { icon: iconName }),
5380
- /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: textOrChildren }),
5381
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx35("div", { className: "k-list-item-group-label", children: groupLabel })
5438
+ showCheckbox && /* @__PURE__ */ jsx37(Checkbox, { checked }),
5439
+ showIcon && /* @__PURE__ */ jsx37(Icon, { icon: iconName }),
5440
+ /* @__PURE__ */ jsx37("span", { className: "k-list-item-text", children: textOrChildren }),
5441
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx37("div", { className: "k-list-item-group-label", children: groupLabel })
5382
5442
  ]
5383
5443
  }
5384
5444
  );
5385
5445
  };
5386
- ListItem.states = states21;
5387
- ListItem.options = options19;
5446
+ ListItem.states = states23;
5447
+ ListItem.options = options21;
5388
5448
  ListItem.className = LISTITEM_CLASSNAME;
5389
- ListItem.defaultProps = defaultProps17;
5449
+ ListItem.defaultProps = defaultProps19;
5390
5450
 
5391
5451
  // src/list/list-content.tsx
5392
- import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5452
+ import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5393
5453
  var className10 = `k-list-content`;
5394
5454
  var ListContent = (props) => {
5395
5455
  const {
5396
5456
  virtualization
5397
5457
  } = props;
5398
5458
  return /* @__PURE__ */ jsxs12("div", { className: classNames(className10, props.className), children: [
5399
- /* @__PURE__ */ jsx36("ul", { className: classNames("k-list-ul"), children: props.children }),
5400
- virtualization && /* @__PURE__ */ jsx36("div", { className: "k-height-container", children: /* @__PURE__ */ jsx36("div", {}) })
5459
+ /* @__PURE__ */ jsx38("ul", { className: classNames("k-list-ul"), children: props.children }),
5460
+ virtualization && /* @__PURE__ */ jsx38("div", { className: "k-height-container", children: /* @__PURE__ */ jsx38("div", {}) })
5401
5461
  ] });
5402
5462
  };
5403
5463
 
5404
5464
  // src/list/list-header.tsx
5405
- import { jsx as jsx37 } from "react/jsx-runtime";
5465
+ import { jsx as jsx39 } from "react/jsx-runtime";
5406
5466
  var className11 = `k-list-group-sticky-header`;
5407
- var ListHeader = (props) => /* @__PURE__ */ jsx37("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx37("div", { className: "k-list-header-text", children: props.children }) });
5467
+ var ListHeader = (props) => /* @__PURE__ */ jsx39("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx39("div", { className: "k-list-header-text", children: props.children }) });
5408
5468
 
5409
5469
  // src/list/list-group.tsx
5410
- import { Fragment as Fragment15, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5470
+ import { Fragment as Fragment15, jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5411
5471
  var ListGroup = (props) => {
5412
5472
  const {
5413
5473
  virtualization,
5414
5474
  label
5415
5475
  } = props;
5416
5476
  return /* @__PURE__ */ jsxs13(Fragment15, { children: [
5417
- label && /* @__PURE__ */ jsx38(ListHeader, { children: label }),
5418
- props.children && /* @__PURE__ */ jsx38(ListContent, { virtualization, children: props.children })
5477
+ label && /* @__PURE__ */ jsx40(ListHeader, { children: label }),
5478
+ props.children && /* @__PURE__ */ jsx40(ListContent, { virtualization, children: props.children })
5419
5479
  ] });
5420
5480
  };
5421
5481
 
5422
5482
  // src/list/list-group-item.tsx
5423
- import { jsx as jsx39 } from "react/jsx-runtime";
5483
+ import { jsx as jsx41 } from "react/jsx-runtime";
5424
5484
  var className12 = `k-list-group-item`;
5425
- var ListGroupItem = (props) => /* @__PURE__ */ jsx39("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx39("span", { className: "k-list-item-text", children: props.children }) });
5485
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx41("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx41("span", { className: "k-list-item-text", children: props.children }) });
5426
5486
 
5427
5487
  // src/list/list-option-label.tsx
5428
- import { jsx as jsx40 } from "react/jsx-runtime";
5488
+ import { jsx as jsx42 } from "react/jsx-runtime";
5429
5489
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5430
- var states22 = [
5490
+ var states24 = [
5431
5491
  States.hover,
5432
5492
  States.focus,
5433
5493
  States.selected,
5434
5494
  States.disabled
5435
5495
  ];
5436
- var options20 = {};
5437
- var defaultProps18 = {};
5496
+ var options22 = {};
5497
+ var defaultProps20 = {};
5438
5498
  var ListOptionLabel = (props) => {
5439
5499
  const {
5440
5500
  text,
@@ -5444,7 +5504,7 @@ var ListOptionLabel = (props) => {
5444
5504
  disabled,
5445
5505
  ...other
5446
5506
  } = props;
5447
- return /* @__PURE__ */ jsx40(
5507
+ return /* @__PURE__ */ jsx42(
5448
5508
  "div",
5449
5509
  {
5450
5510
  ...other,
@@ -5461,36 +5521,36 @@ var ListOptionLabel = (props) => {
5461
5521
  }
5462
5522
  );
5463
5523
  };
5464
- ListOptionLabel.states = states22;
5465
- ListOptionLabel.options = options20;
5524
+ ListOptionLabel.states = states24;
5525
+ ListOptionLabel.options = options22;
5466
5526
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5467
- ListOptionLabel.defaultProps = defaultProps18;
5527
+ ListOptionLabel.defaultProps = defaultProps20;
5468
5528
 
5469
5529
  // src/list/templates/list-normal.tsx
5470
- import { jsx as jsx41 } from "react/jsx-runtime";
5530
+ import { jsx as jsx43 } from "react/jsx-runtime";
5471
5531
 
5472
5532
  // src/list/templates/list-virtualization.tsx
5473
- import { jsx as jsx42 } from "react/jsx-runtime";
5533
+ import { jsx as jsx44 } from "react/jsx-runtime";
5474
5534
 
5475
5535
  // src/list/templates/list-grouping.tsx
5476
- import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
5536
+ import { jsx as jsx45, jsxs as jsxs14 } from "react/jsx-runtime";
5477
5537
 
5478
5538
  // src/list/templates/list-virualization-grouping.tsx
5479
- import { jsx as jsx44, jsxs as jsxs15 } from "react/jsx-runtime";
5539
+ import { jsx as jsx46, jsxs as jsxs15 } from "react/jsx-runtime";
5480
5540
 
5481
5541
  // src/list/templates/list-virtualization-angular.tsx
5482
- import { jsx as jsx45 } from "react/jsx-runtime";
5542
+ import { jsx as jsx47 } from "react/jsx-runtime";
5483
5543
 
5484
5544
  // src/list/templates/list-grouping-angular.tsx
5485
- import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5545
+ import { jsx as jsx48, jsxs as jsxs16 } from "react/jsx-runtime";
5486
5546
 
5487
5547
  // src/list/templates/list-virualization-grouping-angular.tsx
5488
- import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5548
+ import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5489
5549
 
5490
5550
  // src/autocomplete/autocomplete.spec.tsx
5491
- import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5551
+ import { Fragment as Fragment16, jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5492
5552
  var AUTOCOMPLETE_CLASSNAME = `k-autocomplete`;
5493
- var states23 = [
5553
+ var states25 = [
5494
5554
  States.hover,
5495
5555
  States.focus,
5496
5556
  States.valid,
@@ -5500,12 +5560,12 @@ var states23 = [
5500
5560
  States.loading,
5501
5561
  States.readonly
5502
5562
  ];
5503
- var options21 = {
5563
+ var options23 = {
5504
5564
  size: [Size.small, Size.medium, Size.large],
5505
5565
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5506
5566
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5507
5567
  };
5508
- var defaultProps19 = {
5568
+ var defaultProps21 = {
5509
5569
  size: Input.defaultProps.size,
5510
5570
  rounded: Input.defaultProps.rounded,
5511
5571
  fillMode: Input.defaultProps.fillMode
@@ -5551,9 +5611,9 @@ var Autocomplete = (props) => {
5551
5611
  readonly,
5552
5612
  className: classNames(props.className, AUTOCOMPLETE_CLASSNAME),
5553
5613
  children: [
5554
- /* @__PURE__ */ jsx48(InputPrefix, { children: prefix }),
5555
- /* @__PURE__ */ jsx48(InputInnerInput, { placeholder, value }),
5556
- /* @__PURE__ */ jsx48(
5614
+ /* @__PURE__ */ jsx50(InputPrefix, { children: prefix }),
5615
+ /* @__PURE__ */ jsx50(InputInnerInput, { placeholder, value }),
5616
+ /* @__PURE__ */ jsx50(
5557
5617
  InputValidationIcon,
5558
5618
  {
5559
5619
  valid,
@@ -5562,14 +5622,14 @@ var Autocomplete = (props) => {
5562
5622
  disabled
5563
5623
  }
5564
5624
  ),
5565
- /* @__PURE__ */ jsx48(
5625
+ /* @__PURE__ */ jsx50(
5566
5626
  InputLoadingIcon,
5567
5627
  {
5568
5628
  loading,
5569
5629
  disabled
5570
5630
  }
5571
5631
  ),
5572
- /* @__PURE__ */ jsx48(
5632
+ /* @__PURE__ */ jsx50(
5573
5633
  InputClearValue,
5574
5634
  {
5575
5635
  loading,
@@ -5578,13 +5638,13 @@ var Autocomplete = (props) => {
5578
5638
  value
5579
5639
  }
5580
5640
  ),
5581
- /* @__PURE__ */ jsx48(InputSuffix, { children: suffix })
5641
+ /* @__PURE__ */ jsx50(InputSuffix, { children: suffix })
5582
5642
  ]
5583
5643
  }
5584
5644
  ),
5585
- opened && popup && /* @__PURE__ */ jsx48(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5645
+ opened && popup && /* @__PURE__ */ jsx50(Popup, { className: "k-list-container k-autocomplete-popup", children: popup }),
5586
5646
  adaptive && /* @__PURE__ */ jsxs18(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5587
- /* @__PURE__ */ jsx48(
5647
+ /* @__PURE__ */ jsx50(
5588
5648
  ActionSheetHeader,
5589
5649
  {
5590
5650
  actions: ["x"],
@@ -5592,32 +5652,32 @@ var Autocomplete = (props) => {
5592
5652
  title: "Select Item"
5593
5653
  }
5594
5654
  ),
5595
- /* @__PURE__ */ jsx48("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5596
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5597
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" }),
5598
- /* @__PURE__ */ jsx48(ListItem, { text: "List item" })
5655
+ /* @__PURE__ */ jsx50("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs18(List, { size: "large", children: [
5656
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5657
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" }),
5658
+ /* @__PURE__ */ jsx50(ListItem, { text: "List item" })
5599
5659
  ] }) })
5600
5660
  ] })
5601
5661
  ] });
5602
5662
  };
5603
- Autocomplete.states = states23;
5604
- Autocomplete.options = options21;
5663
+ Autocomplete.states = states25;
5664
+ Autocomplete.options = options23;
5605
5665
  Autocomplete.className = AUTOCOMPLETE_CLASSNAME;
5606
- Autocomplete.defaultProps = defaultProps19;
5666
+ Autocomplete.defaultProps = defaultProps21;
5607
5667
 
5608
5668
  // src/autocomplete/templates/autocomplete-normal.tsx
5609
- import { jsx as jsx49 } from "react/jsx-runtime";
5669
+ import { jsx as jsx51 } from "react/jsx-runtime";
5610
5670
 
5611
5671
  // src/autocomplete/templates/autocomplete-popup.tsx
5612
- import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5672
+ import { jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5613
5673
 
5614
5674
  // src/autocomplete/templates/autocomplete-adaptive.tsx
5615
- import { jsx as jsx51 } from "react/jsx-runtime";
5675
+ import { jsx as jsx53 } from "react/jsx-runtime";
5616
5676
 
5617
5677
  // src/combobox/combobox.spec.tsx
5618
- import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5678
+ import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs20 } from "react/jsx-runtime";
5619
5679
  var COMBOBOX_CLASSNAME = `k-combobox`;
5620
- var states24 = [
5680
+ var states26 = [
5621
5681
  States.hover,
5622
5682
  States.focus,
5623
5683
  States.valid,
@@ -5627,12 +5687,12 @@ var states24 = [
5627
5687
  States.disabled,
5628
5688
  States.readonly
5629
5689
  ];
5630
- var defaultProps20 = {
5690
+ var defaultProps22 = {
5631
5691
  size: Input.defaultProps.size,
5632
5692
  rounded: Input.defaultProps.rounded,
5633
5693
  fillMode: Input.defaultProps.fillMode
5634
5694
  };
5635
- var options22 = {
5695
+ var options24 = {
5636
5696
  size: [Size.small, Size.medium, Size.large],
5637
5697
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5638
5698
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5678,9 +5738,9 @@ var Combobox = (props) => {
5678
5738
  readonly,
5679
5739
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5680
5740
  children: [
5681
- /* @__PURE__ */ jsx52(InputPrefix, { children: prefix }),
5682
- /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
5683
- /* @__PURE__ */ jsx52(
5741
+ /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
5742
+ /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5743
+ /* @__PURE__ */ jsx54(
5684
5744
  InputValidationIcon,
5685
5745
  {
5686
5746
  valid,
@@ -5689,14 +5749,14 @@ var Combobox = (props) => {
5689
5749
  disabled
5690
5750
  }
5691
5751
  ),
5692
- /* @__PURE__ */ jsx52(
5752
+ /* @__PURE__ */ jsx54(
5693
5753
  InputLoadingIcon,
5694
5754
  {
5695
5755
  loading,
5696
5756
  disabled
5697
5757
  }
5698
5758
  ),
5699
- /* @__PURE__ */ jsx52(
5759
+ /* @__PURE__ */ jsx54(
5700
5760
  InputClearValue,
5701
5761
  {
5702
5762
  loading,
@@ -5705,8 +5765,8 @@ var Combobox = (props) => {
5705
5765
  value
5706
5766
  }
5707
5767
  ),
5708
- /* @__PURE__ */ jsx52(InputSuffix, { children: suffix }),
5709
- /* @__PURE__ */ jsx52(
5768
+ /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
5769
+ /* @__PURE__ */ jsx54(
5710
5770
  Button,
5711
5771
  {
5712
5772
  className: "k-input-button",
@@ -5719,9 +5779,9 @@ var Combobox = (props) => {
5719
5779
  ]
5720
5780
  }
5721
5781
  ),
5722
- opened && popup && /* @__PURE__ */ jsx52(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5782
+ opened && popup && /* @__PURE__ */ jsx54(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5723
5783
  adaptive && /* @__PURE__ */ jsxs20(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5724
- /* @__PURE__ */ jsx52(
5784
+ /* @__PURE__ */ jsx54(
5725
5785
  ActionSheetHeader,
5726
5786
  {
5727
5787
  actions: ["x"],
@@ -5729,47 +5789,47 @@ var Combobox = (props) => {
5729
5789
  title: "Select Item"
5730
5790
  }
5731
5791
  ),
5732
- /* @__PURE__ */ jsx52("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs20(List, { size: "large", children: [
5733
- /* @__PURE__ */ jsx52(ListItem, { text: "List item" }),
5734
- /* @__PURE__ */ jsx52(ListItem, { text: "List item" }),
5735
- /* @__PURE__ */ jsx52(ListItem, { text: "List item" })
5792
+ /* @__PURE__ */ jsx54("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs20(List, { size: "large", children: [
5793
+ /* @__PURE__ */ jsx54(ListItem, { text: "List item" }),
5794
+ /* @__PURE__ */ jsx54(ListItem, { text: "List item" }),
5795
+ /* @__PURE__ */ jsx54(ListItem, { text: "List item" })
5736
5796
  ] }) })
5737
5797
  ] })
5738
5798
  ] });
5739
5799
  };
5740
- Combobox.states = states24;
5741
- Combobox.options = options22;
5800
+ Combobox.states = states26;
5801
+ Combobox.options = options24;
5742
5802
  Combobox.className = COMBOBOX_CLASSNAME;
5743
- Combobox.defaultProps = defaultProps20;
5803
+ Combobox.defaultProps = defaultProps22;
5744
5804
 
5745
5805
  // src/combobox/templates/combobox-normal.tsx
5746
- import { jsx as jsx53 } from "react/jsx-runtime";
5806
+ import { jsx as jsx55 } from "react/jsx-runtime";
5747
5807
 
5748
5808
  // src/combobox/templates/combobox-popup.tsx
5749
- import { jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5809
+ import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
5750
5810
 
5751
5811
  // src/combobox/templates/combobox-grouping.tsx
5752
- import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5812
+ import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
5753
5813
 
5754
5814
  // src/combobox/templates/combobox-adaptive.tsx
5755
- import { jsx as jsx56 } from "react/jsx-runtime";
5815
+ import { jsx as jsx58 } from "react/jsx-runtime";
5756
5816
 
5757
5817
  // src/spinbutton/spinbutton.spec.tsx
5758
- import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5818
+ import { jsx as jsx59, jsxs as jsxs23 } from "react/jsx-runtime";
5759
5819
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5760
- var states25 = [];
5761
- var options23 = {
5820
+ var states27 = [];
5821
+ var options25 = {
5762
5822
  size: [Size.small, Size.medium, Size.large],
5763
5823
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5764
5824
  };
5765
- var defaultProps21 = {
5825
+ var defaultProps23 = {
5766
5826
  size: Size.medium,
5767
5827
  fillMode: FillMode.solid
5768
5828
  };
5769
5829
  var SpinButton = (props) => {
5770
5830
  const {
5771
- size = defaultProps21.size,
5772
- fillMode = defaultProps21.fillMode,
5831
+ size = defaultProps23.size,
5832
+ fillMode = defaultProps23.fillMode,
5773
5833
  ...other
5774
5834
  } = props;
5775
5835
  return /* @__PURE__ */ jsxs23(
@@ -5781,7 +5841,7 @@ var SpinButton = (props) => {
5781
5841
  props.className
5782
5842
  ),
5783
5843
  children: [
5784
- /* @__PURE__ */ jsx57(
5844
+ /* @__PURE__ */ jsx59(
5785
5845
  Button,
5786
5846
  {
5787
5847
  className: "k-spinner-increase",
@@ -5791,7 +5851,7 @@ var SpinButton = (props) => {
5791
5851
  fillMode
5792
5852
  }
5793
5853
  ),
5794
- /* @__PURE__ */ jsx57(
5854
+ /* @__PURE__ */ jsx59(
5795
5855
  Button,
5796
5856
  {
5797
5857
  className: "k-spinner-decrease",
@@ -5805,15 +5865,15 @@ var SpinButton = (props) => {
5805
5865
  }
5806
5866
  );
5807
5867
  };
5808
- SpinButton.states = states25;
5809
- SpinButton.options = options23;
5868
+ SpinButton.states = states27;
5869
+ SpinButton.options = options25;
5810
5870
  SpinButton.className = SPINBUTTON_CLASSNAME;
5811
- SpinButton.defaultProps = defaultProps21;
5871
+ SpinButton.defaultProps = defaultProps23;
5812
5872
 
5813
5873
  // src/dateinput/dateinput.spec.tsx
5814
- import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5874
+ import { jsx as jsx60, jsxs as jsxs24 } from "react/jsx-runtime";
5815
5875
  var DATEINPUT_CLASSNAME = `k-dateinput`;
5816
- var states26 = [
5876
+ var states28 = [
5817
5877
  States.hover,
5818
5878
  States.focus,
5819
5879
  States.valid,
@@ -5823,12 +5883,12 @@ var states26 = [
5823
5883
  States.loading,
5824
5884
  States.readonly
5825
5885
  ];
5826
- var options24 = {
5886
+ var options26 = {
5827
5887
  size: [Size.small, Size.medium, Size.large],
5828
5888
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5829
5889
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5830
5890
  };
5831
- var defaultProps22 = {
5891
+ var defaultProps24 = {
5832
5892
  size: Input.defaultProps.size,
5833
5893
  rounded: Input.defaultProps.rounded,
5834
5894
  fillMode: Input.defaultProps.fillMode
@@ -5868,8 +5928,8 @@ var DateInput = (props) => {
5868
5928
  readonly,
5869
5929
  className: classNames(props.className, DATEINPUT_CLASSNAME),
5870
5930
  children: [
5871
- /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5872
- /* @__PURE__ */ jsx58(
5931
+ /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5932
+ /* @__PURE__ */ jsx60(
5873
5933
  InputValidationIcon,
5874
5934
  {
5875
5935
  valid,
@@ -5878,14 +5938,14 @@ var DateInput = (props) => {
5878
5938
  disabled
5879
5939
  }
5880
5940
  ),
5881
- /* @__PURE__ */ jsx58(
5941
+ /* @__PURE__ */ jsx60(
5882
5942
  InputLoadingIcon,
5883
5943
  {
5884
5944
  loading,
5885
5945
  disabled
5886
5946
  }
5887
5947
  ),
5888
- showSpinButton && /* @__PURE__ */ jsx58(
5948
+ showSpinButton && /* @__PURE__ */ jsx60(
5889
5949
  SpinButton,
5890
5950
  {
5891
5951
  className: "k-input-spinner",
@@ -5897,22 +5957,22 @@ var DateInput = (props) => {
5897
5957
  }
5898
5958
  );
5899
5959
  };
5900
- DateInput.states = states26;
5901
- DateInput.options = options24;
5960
+ DateInput.states = states28;
5961
+ DateInput.options = options26;
5902
5962
  DateInput.className = DATEINPUT_CLASSNAME;
5903
- DateInput.defaultProps = defaultProps22;
5963
+ DateInput.defaultProps = defaultProps24;
5904
5964
 
5905
5965
  // src/dateinput/templates/dateinput-normal.tsx
5906
- import { jsx as jsx59 } from "react/jsx-runtime";
5966
+ import { jsx as jsx61 } from "react/jsx-runtime";
5907
5967
 
5908
5968
  // src/calendar/calendar.spec.tsx
5909
- import { jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5969
+ import { jsx as jsx62, jsxs as jsxs25 } from "react/jsx-runtime";
5910
5970
  var CALENDAR_CLASSNAME = `k-calendar`;
5911
- var states27 = [];
5912
- var options25 = {
5971
+ var states29 = [];
5972
+ var options27 = {
5913
5973
  size: [Size.small, Size.medium, Size.large]
5914
5974
  };
5915
- var defaultProps23 = {
5975
+ var defaultProps25 = {
5916
5976
  size: Size.medium,
5917
5977
  viewsCount: 1,
5918
5978
  orientation: "horizontal",
@@ -5921,11 +5981,11 @@ var defaultProps23 = {
5921
5981
  };
5922
5982
  var Calendar = (props) => {
5923
5983
  const {
5924
- size = defaultProps23.size,
5925
- orientation = defaultProps23.orientation,
5926
- calendarView = defaultProps23.calendarView,
5927
- calendarHeaderText = defaultProps23.calendarHeaderText,
5928
- viewsCount = defaultProps23.viewsCount,
5984
+ size = defaultProps25.size,
5985
+ orientation = defaultProps25.orientation,
5986
+ calendarView = defaultProps25.calendarView,
5987
+ calendarHeaderText = defaultProps25.calendarHeaderText,
5988
+ viewsCount = defaultProps25.viewsCount,
5929
5989
  showWeek,
5930
5990
  showOtherMonth,
5931
5991
  showCalendarCaption,
@@ -5950,7 +6010,7 @@ var Calendar = (props) => {
5950
6010
  }
5951
6011
  ),
5952
6012
  children: [
5953
- /* @__PURE__ */ jsx60(
6013
+ /* @__PURE__ */ jsx62(
5954
6014
  CalendarHeader,
5955
6015
  {
5956
6016
  showToday: showCalendarFooter ? false : true,
@@ -5960,7 +6020,7 @@ var Calendar = (props) => {
5960
6020
  dir
5961
6021
  }
5962
6022
  ),
5963
- /* @__PURE__ */ jsx60(
6023
+ /* @__PURE__ */ jsx62(
5964
6024
  CalendarView,
5965
6025
  {
5966
6026
  calendarView,
@@ -5972,19 +6032,19 @@ var Calendar = (props) => {
5972
6032
  selectedRange
5973
6033
  }
5974
6034
  ),
5975
- showCalendarFooter && /* @__PURE__ */ jsx60(CalendarFooter, {})
6035
+ showCalendarFooter && /* @__PURE__ */ jsx62(CalendarFooter, {})
5976
6036
  ]
5977
6037
  }
5978
6038
  );
5979
6039
  };
5980
- Calendar.states = states27;
5981
- Calendar.options = options25;
6040
+ Calendar.states = states29;
6041
+ Calendar.options = options27;
5982
6042
  Calendar.className = CALENDAR_CLASSNAME;
5983
- Calendar.defaultProps = defaultProps23;
6043
+ Calendar.defaultProps = defaultProps25;
5984
6044
 
5985
6045
  // src/calendar/calendar-cell.tsx
5986
- import { jsx as jsx61 } from "react/jsx-runtime";
5987
- var states28 = [
6046
+ import { jsx as jsx63 } from "react/jsx-runtime";
6047
+ var states30 = [
5988
6048
  States.hover,
5989
6049
  States.focus,
5990
6050
  States.active,
@@ -6033,21 +6093,21 @@ var CalendarCell = (props) => {
6033
6093
  }
6034
6094
  ];
6035
6095
  if (headerCell) {
6036
- return /* @__PURE__ */ jsx61("th", { ...other, className: classNames(calendarCellClasses), children: text });
6096
+ return /* @__PURE__ */ jsx63("th", { ...other, className: classNames(calendarCellClasses), children: text });
6037
6097
  }
6038
6098
  if (weekCell) {
6039
- return /* @__PURE__ */ jsx61("td", { ...other, className: classNames(calendarCellClasses), children: text });
6099
+ return /* @__PURE__ */ jsx63("td", { ...other, className: classNames(calendarCellClasses), children: text });
6040
6100
  }
6041
- return /* @__PURE__ */ jsx61("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx61("span", { className: "k-link", children: text }) });
6101
+ return /* @__PURE__ */ jsx63("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx63("span", { className: "k-link", children: text }) });
6042
6102
  };
6043
6103
 
6044
6104
  // src/calendar/calendar-header.tsx
6045
- import { jsx as jsx62, jsxs as jsxs26 } from "react/jsx-runtime";
6105
+ import { jsx as jsx64, jsxs as jsxs26 } from "react/jsx-runtime";
6046
6106
  var className13 = `k-calendar-header`;
6047
- var options26 = {
6107
+ var options28 = {
6048
6108
  size: [Size.small, Size.medium, Size.large]
6049
6109
  };
6050
- var defaultProps24 = {
6110
+ var defaultProps26 = {
6051
6111
  calendarHeaderText: "October 2021",
6052
6112
  showToday: true,
6053
6113
  orientation: "horizontal",
@@ -6055,10 +6115,10 @@ var defaultProps24 = {
6055
6115
  };
6056
6116
  var CalendarHeader = (props) => {
6057
6117
  const {
6058
- calendarHeaderText = defaultProps24.calendarHeaderText,
6059
- showToday = defaultProps24.showToday,
6060
- orientation = defaultProps24.orientation,
6061
- size = defaultProps24.size,
6118
+ calendarHeaderText = defaultProps26.calendarHeaderText,
6119
+ showToday = defaultProps26.showToday,
6120
+ orientation = defaultProps26.orientation,
6121
+ size = defaultProps26.size,
6062
6122
  dir,
6063
6123
  ...other
6064
6124
  } = props;
@@ -6076,12 +6136,12 @@ var CalendarHeader = (props) => {
6076
6136
  }
6077
6137
  ),
6078
6138
  children: [
6079
- /* @__PURE__ */ jsx62(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6080
- /* @__PURE__ */ jsx62("span", { className: "k-spacer" }),
6139
+ /* @__PURE__ */ jsx64(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
6140
+ /* @__PURE__ */ jsx64("span", { className: "k-spacer" }),
6081
6141
  /* @__PURE__ */ jsxs26("span", { className: "k-calendar-nav", children: [
6082
- /* @__PURE__ */ jsx62(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6083
- showToday && /* @__PURE__ */ jsx62(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6084
- /* @__PURE__ */ jsx62(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6142
+ /* @__PURE__ */ jsx64(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
6143
+ showToday && /* @__PURE__ */ jsx64(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
6144
+ /* @__PURE__ */ jsx64(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
6085
6145
  ] })
6086
6146
  ]
6087
6147
  }
@@ -6089,12 +6149,12 @@ var CalendarHeader = (props) => {
6089
6149
  };
6090
6150
 
6091
6151
  // src/calendar/calendar-footer.tsx
6092
- import { jsx as jsx63 } from "react/jsx-runtime";
6152
+ import { jsx as jsx65 } from "react/jsx-runtime";
6093
6153
  var className14 = `k-calendar-footer`;
6094
- var CalendarFooter = (props) => /* @__PURE__ */ jsx63("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx63(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6154
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx65("div", { ...props, className: classNames(props.className, className14), children: /* @__PURE__ */ jsx65(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
6095
6155
 
6096
6156
  // src/calendar/calendar-table.tsx
6097
- import { jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
6157
+ import { jsx as jsx66, jsxs as jsxs27 } from "react/jsx-runtime";
6098
6158
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
6099
6159
  var CalendarTable = (props) => {
6100
6160
  const {
@@ -6115,25 +6175,25 @@ var CalendarTable = (props) => {
6115
6175
  CALENDARTABLE_CLASSNAME
6116
6176
  ),
6117
6177
  children: [
6118
- showCalendarCaption && /* @__PURE__ */ jsx64("caption", { className: "k-calendar-caption", children: "2022" }),
6178
+ showCalendarCaption && /* @__PURE__ */ jsx66("caption", { className: "k-calendar-caption", children: "2022" }),
6119
6179
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6120
6180
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6121
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Jan" }),
6122
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Feb" }),
6123
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Mar" }),
6124
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Apr" })
6181
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Jan" }),
6182
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Feb" }),
6183
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Mar" }),
6184
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Apr" })
6125
6185
  ] }),
6126
6186
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6127
- /* @__PURE__ */ jsx64(CalendarCell, { text: "May" }),
6128
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Jun", hover: true }),
6129
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Jul", focus: true }),
6130
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Au", selected: true })
6187
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "May" }),
6188
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Jun", hover: true }),
6189
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Jul", focus: true }),
6190
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Au", selected: true })
6131
6191
  ] }),
6132
6192
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6133
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Sep" }),
6134
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Oct", today: true }),
6135
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Nov" }),
6136
- /* @__PURE__ */ jsx64(CalendarCell, { text: "Dec" })
6193
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Sep" }),
6194
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Oct", today: true }),
6195
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Nov" }),
6196
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "Dec" })
6137
6197
  ] })
6138
6198
  ] })
6139
6199
  ]
@@ -6150,25 +6210,25 @@ var CalendarTable = (props) => {
6150
6210
  CALENDARTABLE_CLASSNAME
6151
6211
  ),
6152
6212
  children: [
6153
- showCalendarCaption && /* @__PURE__ */ jsx64("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6213
+ showCalendarCaption && /* @__PURE__ */ jsx66("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
6154
6214
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6155
6215
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6156
- /* @__PURE__ */ jsx64(CalendarCell, { className: "k-out-of-range" }),
6157
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2020" }),
6158
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2021", today: true }),
6159
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2022" })
6216
+ /* @__PURE__ */ jsx66(CalendarCell, { className: "k-out-of-range" }),
6217
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2020" }),
6218
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2021", today: true }),
6219
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2022" })
6160
6220
  ] }),
6161
6221
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6162
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2023" }),
6163
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2024", hover: true }),
6164
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2025", focus: true }),
6165
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2026", selected: true })
6222
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2023" }),
6223
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2024", hover: true }),
6224
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2025", focus: true }),
6225
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2026", selected: true })
6166
6226
  ] }),
6167
6227
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6168
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2027" }),
6169
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2028" }),
6170
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2029" }),
6171
- /* @__PURE__ */ jsx64(CalendarCell, { className: "k-out-of-range" })
6228
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2027" }),
6229
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2028" }),
6230
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2029" }),
6231
+ /* @__PURE__ */ jsx66(CalendarCell, { className: "k-out-of-range" })
6172
6232
  ] })
6173
6233
  ] })
6174
6234
  ]
@@ -6185,25 +6245,25 @@ var CalendarTable = (props) => {
6185
6245
  CALENDARTABLE_CLASSNAME
6186
6246
  ),
6187
6247
  children: [
6188
- showCalendarCaption && /* @__PURE__ */ jsx64("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6248
+ showCalendarCaption && /* @__PURE__ */ jsx66("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
6189
6249
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6190
6250
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6191
- /* @__PURE__ */ jsx64(CalendarCell, { text: "1990 - 1999" }),
6192
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2000 - 2009" }),
6193
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2010 - 2019", today: true }),
6194
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2020 - 2029" })
6251
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "1990 - 1999" }),
6252
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2000 - 2009" }),
6253
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2010 - 2019", today: true }),
6254
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2020 - 2029" })
6195
6255
  ] }),
6196
6256
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6197
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2030 - 2039" }),
6198
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2040 - 2049", hover: true }),
6199
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2050 - 2059", focus: true }),
6200
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2060 - 2069", selected: true })
6257
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2030 - 2039" }),
6258
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2040 - 2049", hover: true }),
6259
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2050 - 2059", focus: true }),
6260
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2060 - 2069", selected: true })
6201
6261
  ] }),
6202
6262
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6203
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2070 - 2079" }),
6204
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2080 - 2089" }),
6205
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2090 - 2099" }),
6206
- /* @__PURE__ */ jsx64(CalendarCell, { className: "k-out-of-range" })
6263
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2070 - 2079" }),
6264
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2080 - 2089" }),
6265
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2090 - 2099" }),
6266
+ /* @__PURE__ */ jsx66(CalendarCell, { className: "k-out-of-range" })
6207
6267
  ] })
6208
6268
  ] })
6209
6269
  ]
@@ -6219,68 +6279,68 @@ var CalendarTable = (props) => {
6219
6279
  CALENDARTABLE_CLASSNAME
6220
6280
  ),
6221
6281
  children: [
6222
- showCalendarCaption && /* @__PURE__ */ jsx64("caption", { className: "k-calendar-caption", children: "October 2021" }),
6223
- /* @__PURE__ */ jsx64(CalendarTableHead, { showWeek }),
6282
+ showCalendarCaption && /* @__PURE__ */ jsx66("caption", { className: "k-calendar-caption", children: "October 2021" }),
6283
+ /* @__PURE__ */ jsx66(CalendarTableHead, { showWeek }),
6224
6284
  /* @__PURE__ */ jsxs27("tbody", { className: "k-calendar-tbody", children: [
6225
6285
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6226
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "39", weekCell: true }),
6227
- /* @__PURE__ */ jsx64(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6228
- /* @__PURE__ */ jsx64(CalendarCell, { text: "1" }),
6229
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2" }),
6230
- /* @__PURE__ */ jsx64(CalendarCell, { text: "3" }),
6231
- /* @__PURE__ */ jsx64(CalendarCell, { text: "4" }),
6232
- /* @__PURE__ */ jsx64(CalendarCell, { text: "5" }),
6233
- /* @__PURE__ */ jsx64(CalendarCell, { text: "6", weekend: true })
6286
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "39", weekCell: true }),
6287
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
6288
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "1" }),
6289
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2" }),
6290
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "3" }),
6291
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "4" }),
6292
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "5" }),
6293
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "6", weekend: true })
6234
6294
  ] }),
6235
6295
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6236
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "40", weekCell: true }),
6237
- /* @__PURE__ */ jsx64(CalendarCell, { text: "7", weekend: true }),
6238
- /* @__PURE__ */ jsx64(CalendarCell, { text: "8", hover: true }),
6239
- /* @__PURE__ */ jsx64(CalendarCell, { text: "9", focus: true }),
6240
- /* @__PURE__ */ jsx64(CalendarCell, { text: "10", selected: true }),
6241
- /* @__PURE__ */ jsx64(CalendarCell, { text: "11", hover: true, focus: true }),
6242
- /* @__PURE__ */ jsx64(CalendarCell, { text: "12", hover: true, selected: true }),
6243
- /* @__PURE__ */ jsx64(CalendarCell, { text: "13", weekend: true })
6296
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "40", weekCell: true }),
6297
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "7", weekend: true }),
6298
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "8", hover: true }),
6299
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "9", focus: true }),
6300
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "10", selected: true }),
6301
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "11", hover: true, focus: true }),
6302
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "12", hover: true, selected: true }),
6303
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "13", weekend: true })
6244
6304
  ] }),
6245
6305
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6246
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "41", weekCell: true }),
6247
- /* @__PURE__ */ jsx64(CalendarCell, { text: "14", weekend: true }),
6248
- /* @__PURE__ */ jsx64(CalendarCell, { text: "15" }),
6249
- /* @__PURE__ */ jsx64(CalendarCell, { text: "16", today: true }),
6250
- /* @__PURE__ */ jsx64(CalendarCell, { text: "17" }),
6251
- /* @__PURE__ */ jsx64(CalendarCell, { text: "18" }),
6252
- /* @__PURE__ */ jsx64(CalendarCell, { text: "19" }),
6253
- /* @__PURE__ */ jsx64(CalendarCell, { text: "20", weekend: true })
6306
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "41", weekCell: true }),
6307
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "14", weekend: true }),
6308
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "15" }),
6309
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "16", today: true }),
6310
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "17" }),
6311
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "18" }),
6312
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "19" }),
6313
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "20", weekend: true })
6254
6314
  ] }),
6255
6315
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6256
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "42", weekCell: true }),
6257
- /* @__PURE__ */ jsx64(CalendarCell, { text: "21", weekend: true }),
6258
- /* @__PURE__ */ jsx64(CalendarCell, { text: "22" }),
6259
- /* @__PURE__ */ jsx64(CalendarCell, { text: "23" }),
6260
- /* @__PURE__ */ jsx64(CalendarCell, { text: "24" }),
6261
- /* @__PURE__ */ jsx64(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6262
- /* @__PURE__ */ jsx64(CalendarCell, { text: "26", rangeMid: selectedRange }),
6263
- /* @__PURE__ */ jsx64(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6316
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "42", weekCell: true }),
6317
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "21", weekend: true }),
6318
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "22" }),
6319
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "23" }),
6320
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "24" }),
6321
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
6322
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "26", rangeMid: selectedRange }),
6323
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
6264
6324
  ] }),
6265
6325
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6266
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "43", weekCell: true }),
6267
- /* @__PURE__ */ jsx64(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6268
- /* @__PURE__ */ jsx64(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6269
- /* @__PURE__ */ jsx64(CalendarCell, { text: "30" }),
6270
- /* @__PURE__ */ jsx64(CalendarCell, { text: "31" }),
6271
- /* @__PURE__ */ jsx64(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6272
- /* @__PURE__ */ jsx64(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6273
- /* @__PURE__ */ jsx64(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6326
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "43", weekCell: true }),
6327
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
6328
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
6329
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "30" }),
6330
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "31" }),
6331
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
6332
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
6333
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
6274
6334
  ] }),
6275
6335
  /* @__PURE__ */ jsxs27("tr", { className: "k-calendar-tr", children: [
6276
- showWeek && /* @__PURE__ */ jsx64(CalendarCell, { text: "44", weekCell: true }),
6277
- /* @__PURE__ */ jsx64(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6278
- /* @__PURE__ */ jsx64(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6279
- /* @__PURE__ */ jsx64(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6280
- /* @__PURE__ */ jsx64(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6281
- /* @__PURE__ */ jsx64(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6282
- /* @__PURE__ */ jsx64(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6283
- /* @__PURE__ */ jsx64(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6336
+ showWeek && /* @__PURE__ */ jsx66(CalendarCell, { text: "44", weekCell: true }),
6337
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
6338
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
6339
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
6340
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
6341
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
6342
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
6343
+ /* @__PURE__ */ jsx66(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
6284
6344
  ] })
6285
6345
  ] })
6286
6346
  ]
@@ -6289,52 +6349,52 @@ var CalendarTable = (props) => {
6289
6349
  };
6290
6350
 
6291
6351
  // src/calendar/calendar-table-head.tsx
6292
- import { jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
6352
+ import { jsx as jsx67, jsxs as jsxs28 } from "react/jsx-runtime";
6293
6353
  var className15 = `k-calendar-thead`;
6294
6354
  var CalendarTableHead = (props) => {
6295
6355
  const {
6296
6356
  showWeek,
6297
6357
  ...other
6298
6358
  } = props;
6299
- return /* @__PURE__ */ jsx65(
6359
+ return /* @__PURE__ */ jsx67(
6300
6360
  "thead",
6301
6361
  {
6302
6362
  ...other,
6303
6363
  className: classNames(props.className, className15),
6304
6364
  children: /* @__PURE__ */ jsxs28("tr", { className: "k-calendar-tr", children: [
6305
- showWeek && /* @__PURE__ */ jsx65(CalendarCell, { weekCell: true, headerCell: true }),
6306
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Su", headerCell: true }),
6307
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Mo", headerCell: true }),
6308
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Tu", headerCell: true }),
6309
- /* @__PURE__ */ jsx65(CalendarCell, { text: "We", headerCell: true }),
6310
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Th", headerCell: true }),
6311
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Fr", headerCell: true }),
6312
- /* @__PURE__ */ jsx65(CalendarCell, { text: "Sa", headerCell: true })
6365
+ showWeek && /* @__PURE__ */ jsx67(CalendarCell, { weekCell: true, headerCell: true }),
6366
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Su", headerCell: true }),
6367
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Mo", headerCell: true }),
6368
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Tu", headerCell: true }),
6369
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "We", headerCell: true }),
6370
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Th", headerCell: true }),
6371
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Fr", headerCell: true }),
6372
+ /* @__PURE__ */ jsx67(CalendarCell, { text: "Sa", headerCell: true })
6313
6373
  ] })
6314
6374
  }
6315
6375
  );
6316
6376
  };
6317
6377
 
6318
6378
  // src/calendar/calendar-view.tsx
6319
- import { jsx as jsx66 } from "react/jsx-runtime";
6379
+ import { jsx as jsx68 } from "react/jsx-runtime";
6320
6380
  var className16 = `k-calendar-view`;
6321
- var defaultProps25 = {
6381
+ var defaultProps27 = {
6322
6382
  viewsCount: 1,
6323
6383
  orientation: "horizontal",
6324
6384
  calendarView: "month"
6325
6385
  };
6326
6386
  var CalendarView = (props) => {
6327
6387
  const {
6328
- orientation = defaultProps25.orientation,
6329
- calendarView = defaultProps25.calendarView,
6330
- viewsCount = defaultProps25.viewsCount,
6388
+ orientation = defaultProps27.orientation,
6389
+ calendarView = defaultProps27.calendarView,
6390
+ viewsCount = defaultProps27.viewsCount,
6331
6391
  showWeek,
6332
6392
  showOtherMonth,
6333
6393
  showCalendarCaption,
6334
6394
  selectedRange,
6335
6395
  ...other
6336
6396
  } = props;
6337
- return /* @__PURE__ */ jsx66(
6397
+ return /* @__PURE__ */ jsx68(
6338
6398
  "div",
6339
6399
  {
6340
6400
  ...other,
@@ -6350,7 +6410,7 @@ var CalendarView = (props) => {
6350
6410
  }
6351
6411
  ),
6352
6412
  children: [...Array(viewsCount)].map(
6353
- (_e, i) => /* @__PURE__ */ jsx66(
6413
+ (_e, i) => /* @__PURE__ */ jsx68(
6354
6414
  CalendarTable,
6355
6415
  {
6356
6416
  calendarView,
@@ -6367,9 +6427,9 @@ var CalendarView = (props) => {
6367
6427
  };
6368
6428
 
6369
6429
  // src/datepicker/datepicker.spec.tsx
6370
- import { Fragment as Fragment18, jsx as jsx67, jsxs as jsxs29 } from "react/jsx-runtime";
6430
+ import { Fragment as Fragment18, jsx as jsx69, jsxs as jsxs29 } from "react/jsx-runtime";
6371
6431
  var DATEPICKER_CLASSNAME = `k-datepicker`;
6372
- var states29 = [
6432
+ var states31 = [
6373
6433
  States.hover,
6374
6434
  States.focus,
6375
6435
  States.valid,
@@ -6379,12 +6439,12 @@ var states29 = [
6379
6439
  States.loading,
6380
6440
  States.readonly
6381
6441
  ];
6382
- var options27 = {
6442
+ var options29 = {
6383
6443
  size: [Size.small, Size.medium, Size.large],
6384
6444
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6385
6445
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6386
6446
  };
6387
- var defaultProps26 = {
6447
+ var defaultProps28 = {
6388
6448
  size: Input.defaultProps.size,
6389
6449
  rounded: Input.defaultProps.rounded,
6390
6450
  fillMode: Input.defaultProps.fillMode
@@ -6431,9 +6491,9 @@ var DatePicker = (props) => {
6431
6491
  readonly,
6432
6492
  className: classNames(props.className, DATEPICKER_CLASSNAME),
6433
6493
  children: [
6434
- /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6435
- /* @__PURE__ */ jsx67(InputInnerInput, { placeholder, value }),
6436
- /* @__PURE__ */ jsx67(
6494
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6495
+ /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6496
+ /* @__PURE__ */ jsx69(
6437
6497
  InputValidationIcon,
6438
6498
  {
6439
6499
  valid,
@@ -6442,14 +6502,14 @@ var DatePicker = (props) => {
6442
6502
  disabled
6443
6503
  }
6444
6504
  ),
6445
- /* @__PURE__ */ jsx67(
6505
+ /* @__PURE__ */ jsx69(
6446
6506
  InputLoadingIcon,
6447
6507
  {
6448
6508
  loading,
6449
6509
  disabled
6450
6510
  }
6451
6511
  ),
6452
- /* @__PURE__ */ jsx67(
6512
+ /* @__PURE__ */ jsx69(
6453
6513
  InputClearValue,
6454
6514
  {
6455
6515
  loading,
@@ -6458,8 +6518,8 @@ var DatePicker = (props) => {
6458
6518
  value
6459
6519
  }
6460
6520
  ),
6461
- /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6462
- /* @__PURE__ */ jsx67(
6521
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6522
+ /* @__PURE__ */ jsx69(
6463
6523
  Button,
6464
6524
  {
6465
6525
  className: "k-input-button",
@@ -6472,9 +6532,9 @@ var DatePicker = (props) => {
6472
6532
  ]
6473
6533
  }
6474
6534
  ),
6475
- opened && /* @__PURE__ */ jsx67(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx67(Calendar, { dir }) }),
6535
+ opened && /* @__PURE__ */ jsx69(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx69(Calendar, { dir }) }),
6476
6536
  adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6477
- /* @__PURE__ */ jsx67(
6537
+ /* @__PURE__ */ jsx69(
6478
6538
  ActionSheetHeader,
6479
6539
  {
6480
6540
  actions: ["x"],
@@ -6482,44 +6542,44 @@ var DatePicker = (props) => {
6482
6542
  subTitle: "DD / MM / YY"
6483
6543
  }
6484
6544
  ),
6485
- /* @__PURE__ */ jsx67(Calendar, { size: "large" })
6545
+ /* @__PURE__ */ jsx69(Calendar, { size: "large" })
6486
6546
  ] })
6487
6547
  ] });
6488
6548
  };
6489
- DatePicker.states = states29;
6490
- DatePicker.options = options27;
6549
+ DatePicker.states = states31;
6550
+ DatePicker.options = options29;
6491
6551
  DatePicker.className = DATEPICKER_CLASSNAME;
6492
- DatePicker.defaultProps = defaultProps26;
6552
+ DatePicker.defaultProps = defaultProps28;
6493
6553
 
6494
6554
  // src/datepicker/templates/datepicker-normal.tsx
6495
- import { jsx as jsx68 } from "react/jsx-runtime";
6555
+ import { jsx as jsx70 } from "react/jsx-runtime";
6496
6556
 
6497
6557
  // src/datepicker/templates/datepicker-popup.tsx
6498
- import { jsx as jsx69 } from "react/jsx-runtime";
6558
+ import { jsx as jsx71 } from "react/jsx-runtime";
6499
6559
 
6500
6560
  // src/datepicker/templates/datepicker-adaptive.tsx
6501
- import { jsx as jsx70 } from "react/jsx-runtime";
6561
+ import { jsx as jsx72 } from "react/jsx-runtime";
6502
6562
 
6503
6563
  // src/button-group/button-group.spec.tsx
6504
- import { jsx as jsx71 } from "react/jsx-runtime";
6564
+ import { jsx as jsx73 } from "react/jsx-runtime";
6505
6565
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6506
- var states30 = [
6566
+ var states32 = [
6507
6567
  States.disabled
6508
6568
  ];
6509
- var options28 = {
6569
+ var options30 = {
6510
6570
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6511
6571
  };
6512
- var defaultProps27 = {
6572
+ var defaultProps29 = {
6513
6573
  fillMode: FillMode.solid
6514
6574
  };
6515
6575
  var ButtonGroup = (props) => {
6516
6576
  const {
6517
- fillMode = defaultProps27.fillMode,
6577
+ fillMode = defaultProps29.fillMode,
6518
6578
  disabled,
6519
6579
  stretched,
6520
6580
  ...other
6521
6581
  } = props;
6522
- return /* @__PURE__ */ jsx71(
6582
+ return /* @__PURE__ */ jsx73(
6523
6583
  "div",
6524
6584
  {
6525
6585
  ...other,
@@ -6540,36 +6600,36 @@ var ButtonGroup = (props) => {
6540
6600
  }
6541
6601
  );
6542
6602
  };
6543
- ButtonGroup.states = states30;
6544
- ButtonGroup.options = options28;
6603
+ ButtonGroup.states = states32;
6604
+ ButtonGroup.options = options30;
6545
6605
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6546
- ButtonGroup.defaultProps = defaultProps27;
6606
+ ButtonGroup.defaultProps = defaultProps29;
6547
6607
 
6548
6608
  // src/button-group/templates/icon-button-group.tsx
6549
- import { jsx as jsx72, jsxs as jsxs30 } from "react/jsx-runtime";
6609
+ import { jsx as jsx74, jsxs as jsxs30 } from "react/jsx-runtime";
6550
6610
 
6551
6611
  // src/button-group/templates/icon-text-button-group.tsx
6552
- import { jsx as jsx73, jsxs as jsxs31 } from "react/jsx-runtime";
6612
+ import { jsx as jsx75, jsxs as jsxs31 } from "react/jsx-runtime";
6553
6613
 
6554
6614
  // src/button-group/templates/text-button-group.tsx
6555
- import { jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
6615
+ import { jsx as jsx76, jsxs as jsxs32 } from "react/jsx-runtime";
6556
6616
 
6557
6617
  // src/button-group/templates/mixed-button-group.tsx
6558
- import { jsx as jsx75, jsxs as jsxs33 } from "react/jsx-runtime";
6618
+ import { jsx as jsx77, jsxs as jsxs33 } from "react/jsx-runtime";
6559
6619
 
6560
6620
  // src/time-selector/time-selector.spec.tsx
6561
- import { Fragment as Fragment19, jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
6621
+ import { Fragment as Fragment19, jsx as jsx78, jsxs as jsxs34 } from "react/jsx-runtime";
6562
6622
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
6563
- var states31 = [];
6564
- var options29 = {
6623
+ var states33 = [];
6624
+ var options31 = {
6565
6625
  size: [Size.small, Size.medium, Size.large]
6566
6626
  };
6567
- var defaultProps28 = {
6627
+ var defaultProps30 = {
6568
6628
  size: Size.medium
6569
6629
  };
6570
6630
  var TimeSelector = (props) => {
6571
6631
  const {
6572
- size = defaultProps28.size,
6632
+ size = defaultProps30.size,
6573
6633
  header,
6574
6634
  fastSelection,
6575
6635
  columns,
@@ -6585,7 +6645,7 @@ var TimeSelector = (props) => {
6585
6645
  if (index === 0 || columnType === "tt") {
6586
6646
  separator = false;
6587
6647
  }
6588
- return /* @__PURE__ */ jsx76(Fragment19, { children: /* @__PURE__ */ jsx76(TimeSelectorColumn, { type: columnType, focus, separator }) });
6648
+ return /* @__PURE__ */ jsx78(Fragment19, { children: /* @__PURE__ */ jsx78(TimeSelectorColumn, { type: columnType, focus, separator }) });
6589
6649
  });
6590
6650
  return /* @__PURE__ */ jsxs34(
6591
6651
  "div",
@@ -6599,24 +6659,24 @@ var TimeSelector = (props) => {
6599
6659
  })
6600
6660
  ),
6601
6661
  children: [
6602
- /* @__PURE__ */ jsx76(Fragment19, { children: header }),
6603
- /* @__PURE__ */ jsx76(Fragment19, { children: fastSelection }),
6662
+ /* @__PURE__ */ jsx78(Fragment19, { children: header }),
6663
+ /* @__PURE__ */ jsx78(Fragment19, { children: fastSelection }),
6604
6664
  /* @__PURE__ */ jsxs34("div", { className: "k-time-list-container", children: [
6605
- /* @__PURE__ */ jsx76("span", { className: "k-time-highlight" }),
6665
+ /* @__PURE__ */ jsx78("span", { className: "k-time-highlight" }),
6606
6666
  columnsDom
6607
6667
  ] })
6608
6668
  ]
6609
6669
  }
6610
6670
  );
6611
6671
  };
6612
- TimeSelector.states = states31;
6613
- TimeSelector.options = options29;
6672
+ TimeSelector.states = states33;
6673
+ TimeSelector.options = options31;
6614
6674
  TimeSelector.className = TIMESELECTOR_CLASSNAME;
6615
- TimeSelector.defaultProps = defaultProps28;
6675
+ TimeSelector.defaultProps = defaultProps30;
6616
6676
 
6617
6677
  // src/time-selector/time-selector-column.tsx
6618
- import { Fragment as Fragment20, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6619
- var states32 = [
6678
+ import { Fragment as Fragment20, jsx as jsx79, jsxs as jsxs35 } from "react/jsx-runtime";
6679
+ var states34 = [
6620
6680
  States.focus
6621
6681
  ];
6622
6682
  var TimeSelectorColumn = (props) => {
@@ -6654,10 +6714,10 @@ var TimeSelectorColumn = (props) => {
6654
6714
  break;
6655
6715
  }
6656
6716
  const items = columnData.map(
6657
- (data) => /* @__PURE__ */ jsx77(Fragment20, { children: /* @__PURE__ */ jsx77("li", { className: "k-item", children: /* @__PURE__ */ jsx77("span", { children: data }) }) })
6717
+ (data) => /* @__PURE__ */ jsx79(Fragment20, { children: /* @__PURE__ */ jsx79("li", { className: "k-item", children: /* @__PURE__ */ jsx79("span", { children: data }) }) })
6658
6718
  );
6659
6719
  return /* @__PURE__ */ jsxs35(Fragment20, { children: [
6660
- separator && /* @__PURE__ */ jsx77("div", { className: "k-time-separator", children: ":" }),
6720
+ separator && /* @__PURE__ */ jsx79("div", { className: "k-time-separator", children: ":" }),
6661
6721
  /* @__PURE__ */ jsxs35(
6662
6722
  "div",
6663
6723
  {
@@ -6670,10 +6730,10 @@ var TimeSelectorColumn = (props) => {
6670
6730
  })
6671
6731
  ),
6672
6732
  children: [
6673
- /* @__PURE__ */ jsx77("span", { className: "k-title", children: text }),
6674
- /* @__PURE__ */ jsx77("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs35("div", { className: "k-content k-scrollable k-time-container", children: [
6675
- /* @__PURE__ */ jsx77("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6676
- /* @__PURE__ */ jsx77("div", { className: "k-scrollable-placeholder" })
6733
+ /* @__PURE__ */ jsx79("span", { className: "k-title", children: text }),
6734
+ /* @__PURE__ */ jsx79("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs35("div", { className: "k-content k-scrollable k-time-container", children: [
6735
+ /* @__PURE__ */ jsx79("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
6736
+ /* @__PURE__ */ jsx79("div", { className: "k-scrollable-placeholder" })
6677
6737
  ] }) })
6678
6738
  ]
6679
6739
  }
@@ -6682,7 +6742,7 @@ var TimeSelectorColumn = (props) => {
6682
6742
  };
6683
6743
 
6684
6744
  // src/time-selector/time-selector-header.tsx
6685
- import { jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6745
+ import { jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6686
6746
  var className17 = `k-time-header`;
6687
6747
  var TimeSelectorHeader = (props) => {
6688
6748
  const {
@@ -6698,7 +6758,7 @@ var TimeSelectorHeader = (props) => {
6698
6758
  className17
6699
6759
  ),
6700
6760
  children: [
6701
- title != null && /* @__PURE__ */ jsx78("span", { className: "k-title", children: title }),
6761
+ title != null && /* @__PURE__ */ jsx80("span", { className: "k-title", children: title }),
6702
6762
  props.children
6703
6763
  ]
6704
6764
  }
@@ -6706,34 +6766,34 @@ var TimeSelectorHeader = (props) => {
6706
6766
  };
6707
6767
 
6708
6768
  // src/time-selector/time-selector-fast-selection.tsx
6709
- import { jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
6769
+ import { jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
6710
6770
 
6711
6771
  // src/time-selector/templates/time-selector-all.tsx
6712
- import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
6772
+ import { jsx as jsx82, jsxs as jsxs38 } from "react/jsx-runtime";
6713
6773
 
6714
6774
  // src/time-selector/templates/time-selector-hour.tsx
6715
- import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
6775
+ import { jsx as jsx83, jsxs as jsxs39 } from "react/jsx-runtime";
6716
6776
 
6717
6777
  // src/time-selector/templates/time-selector-minute.tsx
6718
- import { jsx as jsx82, jsxs as jsxs40 } from "react/jsx-runtime";
6778
+ import { jsx as jsx84, jsxs as jsxs40 } from "react/jsx-runtime";
6719
6779
 
6720
6780
  // src/datetime-selector/datetime-selector.spec.tsx
6721
- import { Fragment as Fragment21, jsx as jsx83, jsxs as jsxs41 } from "react/jsx-runtime";
6781
+ import { Fragment as Fragment21, jsx as jsx85, jsxs as jsxs41 } from "react/jsx-runtime";
6722
6782
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
6723
- var states33 = [];
6724
- var options30 = {
6783
+ var states35 = [];
6784
+ var options32 = {
6725
6785
  size: [Size.small, Size.medium, Size.large]
6726
6786
  };
6727
- var defaultProps29 = {
6787
+ var defaultProps31 = {
6728
6788
  tab: "date",
6729
6789
  size: Size.medium,
6730
6790
  actionButtons: true
6731
6791
  };
6732
6792
  var DateTimeSelector = (props) => {
6733
6793
  const {
6734
- size = defaultProps29.size,
6735
- tab = defaultProps29.tab,
6736
- actionButtons = defaultProps29.actionButtons,
6794
+ size = defaultProps31.size,
6795
+ tab = defaultProps31.tab,
6796
+ actionButtons = defaultProps31.actionButtons,
6737
6797
  dir,
6738
6798
  ...other
6739
6799
  } = props;
@@ -6753,34 +6813,34 @@ var DateTimeSelector = (props) => {
6753
6813
  })
6754
6814
  ),
6755
6815
  children: [
6756
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs41(ButtonGroup, { stretched: true, children: [
6757
- /* @__PURE__ */ jsx83(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6758
- /* @__PURE__ */ jsx83(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6816
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs41(ButtonGroup, { stretched: true, children: [
6817
+ /* @__PURE__ */ jsx85(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
6818
+ /* @__PURE__ */ jsx85(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
6759
6819
  ] }) }),
6760
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs41(Fragment21, { children: [
6761
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-calendar-wrap" }),
6762
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx83(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx83(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx83(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6820
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs41(Fragment21, { children: [
6821
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-calendar-wrap" }),
6822
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx85(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx85(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx85(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
6763
6823
  ] }) : /* @__PURE__ */ jsxs41(Fragment21, { children: [
6764
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx83(Calendar, { size, showOtherMonth: true, dir }) }),
6765
- /* @__PURE__ */ jsx83("div", { className: "k-datetime-time-wrap" })
6824
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx85(Calendar, { size, showOtherMonth: true, dir }) }),
6825
+ /* @__PURE__ */ jsx85("div", { className: "k-datetime-time-wrap" })
6766
6826
  ] }) }),
6767
6827
  actionButtons && /* @__PURE__ */ jsxs41(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
6768
- /* @__PURE__ */ jsx83(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6769
- /* @__PURE__ */ jsx83(Button, { size, className: "k-time-cancel", children: "Cancel" })
6828
+ /* @__PURE__ */ jsx85(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
6829
+ /* @__PURE__ */ jsx85(Button, { size, className: "k-time-cancel", children: "Cancel" })
6770
6830
  ] })
6771
6831
  ]
6772
6832
  }
6773
6833
  );
6774
6834
  };
6775
- DateTimeSelector.states = states33;
6776
- DateTimeSelector.options = options30;
6835
+ DateTimeSelector.states = states35;
6836
+ DateTimeSelector.options = options32;
6777
6837
  DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
6778
- DateTimeSelector.defaultProps = defaultProps29;
6838
+ DateTimeSelector.defaultProps = defaultProps31;
6779
6839
 
6780
6840
  // src/datetimepicker/datetimepicker.spec.tsx
6781
- import { Fragment as Fragment22, jsx as jsx84, jsxs as jsxs42 } from "react/jsx-runtime";
6841
+ import { Fragment as Fragment22, jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
6782
6842
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
6783
- var states34 = [
6843
+ var states36 = [
6784
6844
  States.hover,
6785
6845
  States.focus,
6786
6846
  States.valid,
@@ -6790,12 +6850,12 @@ var states34 = [
6790
6850
  States.loading,
6791
6851
  States.readonly
6792
6852
  ];
6793
- var options31 = {
6853
+ var options33 = {
6794
6854
  size: [Size.small, Size.medium, Size.large],
6795
6855
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6796
6856
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6797
6857
  };
6798
- var defaultProps30 = {
6858
+ var defaultProps32 = {
6799
6859
  tab: "date",
6800
6860
  size: Input.defaultProps.size,
6801
6861
  rounded: Input.defaultProps.rounded,
@@ -6819,7 +6879,7 @@ var DateTimePicker = (props) => {
6819
6879
  disabled,
6820
6880
  readonly,
6821
6881
  opened,
6822
- tab = defaultProps30.tab,
6882
+ tab = defaultProps32.tab,
6823
6883
  dir,
6824
6884
  adaptive,
6825
6885
  adaptiveSettings,
@@ -6844,9 +6904,9 @@ var DateTimePicker = (props) => {
6844
6904
  readonly,
6845
6905
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
6846
6906
  children: [
6847
- /* @__PURE__ */ jsx84(InputPrefix, { children: prefix }),
6848
- /* @__PURE__ */ jsx84(InputInnerInput, { placeholder, value }),
6849
- /* @__PURE__ */ jsx84(
6907
+ /* @__PURE__ */ jsx86(InputPrefix, { children: prefix }),
6908
+ /* @__PURE__ */ jsx86(InputInnerInput, { placeholder, value }),
6909
+ /* @__PURE__ */ jsx86(
6850
6910
  InputValidationIcon,
6851
6911
  {
6852
6912
  valid,
@@ -6855,14 +6915,14 @@ var DateTimePicker = (props) => {
6855
6915
  disabled
6856
6916
  }
6857
6917
  ),
6858
- /* @__PURE__ */ jsx84(
6918
+ /* @__PURE__ */ jsx86(
6859
6919
  InputLoadingIcon,
6860
6920
  {
6861
6921
  loading,
6862
6922
  disabled
6863
6923
  }
6864
6924
  ),
6865
- /* @__PURE__ */ jsx84(
6925
+ /* @__PURE__ */ jsx86(
6866
6926
  InputClearValue,
6867
6927
  {
6868
6928
  loading,
@@ -6871,8 +6931,8 @@ var DateTimePicker = (props) => {
6871
6931
  value
6872
6932
  }
6873
6933
  ),
6874
- /* @__PURE__ */ jsx84(InputSuffix, { children: suffix }),
6875
- /* @__PURE__ */ jsx84(
6934
+ /* @__PURE__ */ jsx86(InputSuffix, { children: suffix }),
6935
+ /* @__PURE__ */ jsx86(
6876
6936
  Button,
6877
6937
  {
6878
6938
  className: "k-input-button",
@@ -6885,9 +6945,9 @@ var DateTimePicker = (props) => {
6885
6945
  ]
6886
6946
  }
6887
6947
  ),
6888
- opened && /* @__PURE__ */ jsx84(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx84(DateTimeSelector, { tab, dir }) }),
6948
+ opened && /* @__PURE__ */ jsx86(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx86(DateTimeSelector, { tab, dir }) }),
6889
6949
  adaptive && /* @__PURE__ */ jsxs42(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6890
- /* @__PURE__ */ jsx84(
6950
+ /* @__PURE__ */ jsx86(
6891
6951
  ActionSheetHeader,
6892
6952
  {
6893
6953
  actions: ["x"],
@@ -6895,29 +6955,29 @@ var DateTimePicker = (props) => {
6895
6955
  subTitle: "DD / MM / YY"
6896
6956
  }
6897
6957
  ),
6898
- /* @__PURE__ */ jsx84(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6899
- /* @__PURE__ */ jsx84(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6958
+ /* @__PURE__ */ jsx86(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6959
+ /* @__PURE__ */ jsx86(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6900
6960
  ] })
6901
6961
  ] });
6902
6962
  };
6903
- DateTimePicker.states = states34;
6904
- DateTimePicker.options = options31;
6963
+ DateTimePicker.states = states36;
6964
+ DateTimePicker.options = options33;
6905
6965
  DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6906
- DateTimePicker.defaultProps = defaultProps30;
6966
+ DateTimePicker.defaultProps = defaultProps32;
6907
6967
 
6908
6968
  // src/datetimepicker/templates/datetimepicker-normal.tsx
6909
- import { jsx as jsx85 } from "react/jsx-runtime";
6969
+ import { jsx as jsx87 } from "react/jsx-runtime";
6910
6970
 
6911
6971
  // src/datetimepicker/templates/datetimepicker-popup.tsx
6912
- import { jsx as jsx86 } from "react/jsx-runtime";
6972
+ import { jsx as jsx88 } from "react/jsx-runtime";
6913
6973
 
6914
6974
  // src/datetimepicker/templates/datetimepicker-adaptive.tsx
6915
- import { jsx as jsx87 } from "react/jsx-runtime";
6975
+ import { jsx as jsx89 } from "react/jsx-runtime";
6916
6976
 
6917
6977
  // src/dropdownlist/dropdownlist.spec.tsx
6918
- import { Fragment as Fragment23, jsx as jsx88, jsxs as jsxs43 } from "react/jsx-runtime";
6978
+ import { Fragment as Fragment23, jsx as jsx90, jsxs as jsxs43 } from "react/jsx-runtime";
6919
6979
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6920
- var states35 = [
6980
+ var states37 = [
6921
6981
  States.hover,
6922
6982
  States.focus,
6923
6983
  States.valid,
@@ -6927,12 +6987,12 @@ var states35 = [
6927
6987
  States.loading,
6928
6988
  States.readonly
6929
6989
  ];
6930
- var options32 = {
6990
+ var options34 = {
6931
6991
  size: [Size.small, Size.medium, Size.large],
6932
6992
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6933
6993
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6934
6994
  };
6935
- var defaultProps31 = {
6995
+ var defaultProps33 = {
6936
6996
  showValue: true,
6937
6997
  arrowIconName: "caret-alt-down",
6938
6998
  size: Size.medium,
@@ -6942,7 +7002,7 @@ var defaultProps31 = {
6942
7002
  var DropdownList = (props) => {
6943
7003
  const {
6944
7004
  valueIconName,
6945
- arrowIconName = defaultProps31.arrowIconName,
7005
+ arrowIconName = defaultProps33.arrowIconName,
6946
7006
  prefix,
6947
7007
  suffix,
6948
7008
  value,
@@ -6958,7 +7018,7 @@ var DropdownList = (props) => {
6958
7018
  loading,
6959
7019
  disabled,
6960
7020
  readonly,
6961
- showValue = defaultProps31.showValue,
7021
+ showValue = defaultProps33.showValue,
6962
7022
  popup,
6963
7023
  opened,
6964
7024
  ...other
@@ -6987,8 +7047,8 @@ var DropdownList = (props) => {
6987
7047
  }
6988
7048
  ),
6989
7049
  children: [
6990
- /* @__PURE__ */ jsx88(InputPrefix, { children: prefix }),
6991
- /* @__PURE__ */ jsx88(
7050
+ /* @__PURE__ */ jsx90(InputPrefix, { children: prefix }),
7051
+ /* @__PURE__ */ jsx90(
6992
7052
  InputInnerSpan,
6993
7053
  {
6994
7054
  placeholder,
@@ -6997,7 +7057,7 @@ var DropdownList = (props) => {
6997
7057
  valueIconName
6998
7058
  }
6999
7059
  ),
7000
- /* @__PURE__ */ jsx88(
7060
+ /* @__PURE__ */ jsx90(
7001
7061
  InputValidationIcon,
7002
7062
  {
7003
7063
  valid,
@@ -7006,15 +7066,15 @@ var DropdownList = (props) => {
7006
7066
  disabled
7007
7067
  }
7008
7068
  ),
7009
- /* @__PURE__ */ jsx88(
7069
+ /* @__PURE__ */ jsx90(
7010
7070
  InputLoadingIcon,
7011
7071
  {
7012
7072
  loading,
7013
7073
  disabled
7014
7074
  }
7015
7075
  ),
7016
- /* @__PURE__ */ jsx88(InputSuffix, { children: suffix }),
7017
- /* @__PURE__ */ jsx88(
7076
+ /* @__PURE__ */ jsx90(InputSuffix, { children: suffix }),
7077
+ /* @__PURE__ */ jsx90(
7018
7078
  Button,
7019
7079
  {
7020
7080
  className: "k-input-button",
@@ -7027,43 +7087,43 @@ var DropdownList = (props) => {
7027
7087
  ]
7028
7088
  }
7029
7089
  ),
7030
- opened && popup && /* @__PURE__ */ jsx88(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7090
+ opened && popup && /* @__PURE__ */ jsx90(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7031
7091
  ] });
7032
7092
  };
7033
- DropdownList.states = states35;
7034
- DropdownList.options = options32;
7093
+ DropdownList.states = states37;
7094
+ DropdownList.options = options34;
7035
7095
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
7036
- DropdownList.defaultProps = defaultProps31;
7096
+ DropdownList.defaultProps = defaultProps33;
7037
7097
 
7038
7098
  // src/dropdownlist/templates/dropdownlist-normal.tsx
7039
- import { jsx as jsx89 } from "react/jsx-runtime";
7099
+ import { jsx as jsx91 } from "react/jsx-runtime";
7040
7100
 
7041
7101
  // src/dropdownlist/templates/dropdownlist-popup.tsx
7042
- import { jsx as jsx90, jsxs as jsxs44 } from "react/jsx-runtime";
7102
+ import { jsx as jsx92, jsxs as jsxs44 } from "react/jsx-runtime";
7043
7103
 
7044
7104
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
7045
- import { Fragment as Fragment24, jsx as jsx91, jsxs as jsxs45 } from "react/jsx-runtime";
7105
+ import { Fragment as Fragment24, jsx as jsx93, jsxs as jsxs45 } from "react/jsx-runtime";
7046
7106
 
7047
7107
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
7048
- import { jsx as jsx92, jsxs as jsxs46 } from "react/jsx-runtime";
7108
+ import { jsx as jsx94, jsxs as jsxs46 } from "react/jsx-runtime";
7049
7109
 
7050
7110
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
7051
- import { Fragment as Fragment25, jsx as jsx93, jsxs as jsxs47 } from "react/jsx-runtime";
7111
+ import { Fragment as Fragment25, jsx as jsx95, jsxs as jsxs47 } from "react/jsx-runtime";
7052
7112
 
7053
7113
  // src/chip/chip-action.tsx
7054
- import { jsx as jsx94 } from "react/jsx-runtime";
7114
+ import { jsx as jsx96 } from "react/jsx-runtime";
7055
7115
 
7056
7116
  // src/avatar/avatar.spec.tsx
7057
- import { jsx as jsx95 } from "react/jsx-runtime";
7117
+ import { jsx as jsx97 } from "react/jsx-runtime";
7058
7118
  var AVATAR_CLASSNAME = `k-avatar`;
7059
- var states36 = [
7119
+ var states38 = [
7060
7120
  States.hover,
7061
7121
  States.focus,
7062
7122
  States.active,
7063
7123
  States.selected,
7064
7124
  States.disabled
7065
7125
  ];
7066
- var options33 = {
7126
+ var options35 = {
7067
7127
  size: [Size.small, Size.medium, Size.large],
7068
7128
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7069
7129
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline],
@@ -7081,7 +7141,7 @@ var options33 = {
7081
7141
  ThemeColor.inverse
7082
7142
  ]
7083
7143
  };
7084
- var defaultProps32 = {
7144
+ var defaultProps34 = {
7085
7145
  type: "text" /* TEXT */,
7086
7146
  size: Size.medium,
7087
7147
  rounded: Roundness.full,
@@ -7091,15 +7151,15 @@ var defaultProps32 = {
7091
7151
  };
7092
7152
  var Avatar = (props) => {
7093
7153
  const {
7094
- size = defaultProps32.size,
7095
- rounded = defaultProps32.rounded,
7096
- fillMode = defaultProps32.fillMode,
7097
- themeColor = defaultProps32.themeColor,
7098
- type = defaultProps32.type,
7099
- border = defaultProps32.border,
7154
+ size = defaultProps34.size,
7155
+ rounded = defaultProps34.rounded,
7156
+ fillMode = defaultProps34.fillMode,
7157
+ themeColor = defaultProps34.themeColor,
7158
+ type = defaultProps34.type,
7159
+ border = defaultProps34.border,
7100
7160
  ...other
7101
7161
  } = props;
7102
- return /* @__PURE__ */ jsx95(
7162
+ return /* @__PURE__ */ jsx97(
7103
7163
  "div",
7104
7164
  {
7105
7165
  ...other,
@@ -7116,35 +7176,35 @@ var Avatar = (props) => {
7116
7176
  [`${AVATAR_CLASSNAME}-bordered`]: border
7117
7177
  }
7118
7178
  ),
7119
- children: /* @__PURE__ */ jsx95("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7179
+ children: /* @__PURE__ */ jsx97("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
7120
7180
  }
7121
7181
  );
7122
7182
  };
7123
- Avatar.states = states36;
7124
- Avatar.options = options33;
7183
+ Avatar.states = states38;
7184
+ Avatar.options = options35;
7125
7185
  Avatar.className = AVATAR_CLASSNAME;
7126
- Avatar.defaultProps = defaultProps32;
7186
+ Avatar.defaultProps = defaultProps34;
7127
7187
 
7128
7188
  // src/avatar/templates/avatar-icon.tsx
7129
- import { jsx as jsx96 } from "react/jsx-runtime";
7189
+ import { jsx as jsx98 } from "react/jsx-runtime";
7130
7190
 
7131
7191
  // src/avatar/templates/avatar-text.tsx
7132
- import { jsx as jsx97 } from "react/jsx-runtime";
7192
+ import { jsx as jsx99 } from "react/jsx-runtime";
7133
7193
 
7134
7194
  // src/avatar/templates/avatar-image.tsx
7135
- import { jsx as jsx98 } from "react/jsx-runtime";
7195
+ import { jsx as jsx100 } from "react/jsx-runtime";
7136
7196
 
7137
7197
  // src/chip/chip.spec.tsx
7138
- import { jsx as jsx99, jsxs as jsxs48 } from "react/jsx-runtime";
7198
+ import { jsx as jsx101, jsxs as jsxs48 } from "react/jsx-runtime";
7139
7199
  var CHIP_CLASSNAME = `k-chip`;
7140
- var states37 = [
7200
+ var states39 = [
7141
7201
  States.hover,
7142
7202
  States.focus,
7143
7203
  States.active,
7144
7204
  States.selected,
7145
7205
  States.disabled
7146
7206
  ];
7147
- var options34 = {
7207
+ var options36 = {
7148
7208
  size: [Size.small, Size.medium, Size.large],
7149
7209
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7150
7210
  fillMode: [FillMode.solid, FillMode.outline],
@@ -7156,7 +7216,7 @@ var options34 = {
7156
7216
  ThemeColor.info
7157
7217
  ]
7158
7218
  };
7159
- var defaultProps33 = {
7219
+ var defaultProps35 = {
7160
7220
  size: Size.medium,
7161
7221
  rounded: Roundness.medium,
7162
7222
  fillMode: FillMode.solid,
@@ -7164,10 +7224,10 @@ var defaultProps33 = {
7164
7224
  };
7165
7225
  var Chip = (props) => {
7166
7226
  const {
7167
- size = defaultProps33.size,
7168
- rounded = defaultProps33.rounded,
7169
- fillMode = defaultProps33.fillMode,
7170
- themeColor = defaultProps33.themeColor,
7227
+ size = defaultProps35.size,
7228
+ rounded = defaultProps35.rounded,
7229
+ fillMode = defaultProps35.fillMode,
7230
+ themeColor = defaultProps35.themeColor,
7171
7231
  text,
7172
7232
  icon,
7173
7233
  actions,
@@ -7201,35 +7261,35 @@ var Chip = (props) => {
7201
7261
  })
7202
7262
  ),
7203
7263
  children: [
7204
- icon && /* @__PURE__ */ jsx99(Icon, { className: "k-chip-icon", icon, size: "small" }),
7205
- showAvatar && /* @__PURE__ */ jsx99(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx99("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7206
- /* @__PURE__ */ jsx99("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx99("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7207
- actions && /* @__PURE__ */ jsx99("span", { className: "k-chip-actions", children: actions })
7264
+ icon && /* @__PURE__ */ jsx101(Icon, { className: "k-chip-icon", icon, size: "small" }),
7265
+ showAvatar && /* @__PURE__ */ jsx101(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx101("img", { src: "/packages/html/assets/avatar.jpg" }) }),
7266
+ /* @__PURE__ */ jsx101("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx101("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
7267
+ actions && /* @__PURE__ */ jsx101("span", { className: "k-chip-actions", children: actions })
7208
7268
  ]
7209
7269
  }
7210
7270
  );
7211
7271
  };
7212
- Chip.states = states37;
7213
- Chip.options = options34;
7272
+ Chip.states = states39;
7273
+ Chip.options = options36;
7214
7274
  Chip.className = CHIP_CLASSNAME;
7215
- Chip.defaultProps = defaultProps33;
7275
+ Chip.defaultProps = defaultProps35;
7216
7276
 
7217
7277
  // src/chip/chip-list.spec.tsx
7218
- import { jsx as jsx100 } from "react/jsx-runtime";
7278
+ import { jsx as jsx102 } from "react/jsx-runtime";
7219
7279
  var CHIPLIST_CLASSNAME = `k-chip-list`;
7220
- var states38 = [];
7221
- var options35 = {
7280
+ var states40 = [];
7281
+ var options37 = {
7222
7282
  size: [Size.small, Size.medium, Size.large]
7223
7283
  };
7224
- var defaultProps34 = {
7284
+ var defaultProps36 = {
7225
7285
  size: Size.medium
7226
7286
  };
7227
7287
  var ChipList = (props) => {
7228
7288
  const {
7229
- size = defaultProps34.size,
7289
+ size = defaultProps36.size,
7230
7290
  ...other
7231
7291
  } = props;
7232
- return /* @__PURE__ */ jsx100(
7292
+ return /* @__PURE__ */ jsx102(
7233
7293
  "div",
7234
7294
  {
7235
7295
  ...other,
@@ -7244,27 +7304,27 @@ var ChipList = (props) => {
7244
7304
  }
7245
7305
  );
7246
7306
  };
7247
- ChipList.states = states38;
7248
- ChipList.options = options35;
7307
+ ChipList.states = states40;
7308
+ ChipList.options = options37;
7249
7309
  ChipList.className = CHIPLIST_CLASSNAME;
7250
- ChipList.defaultProps = defaultProps34;
7310
+ ChipList.defaultProps = defaultProps36;
7251
7311
 
7252
7312
  // src/chip/templates/chip-avatar.tsx
7253
- import { jsx as jsx101 } from "react/jsx-runtime";
7313
+ import { jsx as jsx103 } from "react/jsx-runtime";
7254
7314
 
7255
7315
  // src/chip/templates/chip-icon.tsx
7256
- import { jsx as jsx102 } from "react/jsx-runtime";
7316
+ import { jsx as jsx104 } from "react/jsx-runtime";
7257
7317
 
7258
7318
  // src/chip/templates/chip-normal.tsx
7259
- import { jsx as jsx103 } from "react/jsx-runtime";
7319
+ import { jsx as jsx105 } from "react/jsx-runtime";
7260
7320
 
7261
7321
  // src/chip/templates/chip-removable.tsx
7262
- import { jsx as jsx104 } from "react/jsx-runtime";
7322
+ import { jsx as jsx106 } from "react/jsx-runtime";
7263
7323
 
7264
7324
  // src/multiselect/multiselect.spec.tsx
7265
- import { Fragment as Fragment26, jsx as jsx105, jsxs as jsxs49 } from "react/jsx-runtime";
7325
+ import { Fragment as Fragment26, jsx as jsx107, jsxs as jsxs49 } from "react/jsx-runtime";
7266
7326
  var MULTISELECT_CLASSNAME = `k-multiselect`;
7267
- var states39 = [
7327
+ var states41 = [
7268
7328
  States.hover,
7269
7329
  States.focus,
7270
7330
  States.valid,
@@ -7274,12 +7334,12 @@ var states39 = [
7274
7334
  States.loading,
7275
7335
  States.readonly
7276
7336
  ];
7277
- var options36 = {
7337
+ var options38 = {
7278
7338
  size: [Size.small, Size.medium, Size.large],
7279
7339
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7280
7340
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7281
7341
  };
7282
- var defaultProps35 = {
7342
+ var defaultProps37 = {
7283
7343
  size: Input.defaultProps.size,
7284
7344
  rounded: Input.defaultProps.rounded,
7285
7345
  fillMode: Input.defaultProps.fillMode
@@ -7327,12 +7387,12 @@ var MultiSelect = (props) => {
7327
7387
  readonly,
7328
7388
  className: classNames(props.className, MULTISELECT_CLASSNAME),
7329
7389
  children: [
7330
- /* @__PURE__ */ jsx105(InputPrefix, { children: prefix }),
7390
+ /* @__PURE__ */ jsx107(InputPrefix, { children: prefix }),
7331
7391
  /* @__PURE__ */ jsxs49("div", { className: "k-input-values", children: [
7332
- /* @__PURE__ */ jsx105(ChipList, { size, children: /* @__PURE__ */ jsx105(Fragment26, { children: tags }) }),
7333
- /* @__PURE__ */ jsx105(InputInnerInput, { placeholder, value })
7392
+ /* @__PURE__ */ jsx107(ChipList, { size, children: /* @__PURE__ */ jsx107(Fragment26, { children: tags }) }),
7393
+ /* @__PURE__ */ jsx107(InputInnerInput, { placeholder, value })
7334
7394
  ] }),
7335
- /* @__PURE__ */ jsx105(
7395
+ /* @__PURE__ */ jsx107(
7336
7396
  InputValidationIcon,
7337
7397
  {
7338
7398
  valid,
@@ -7341,14 +7401,14 @@ var MultiSelect = (props) => {
7341
7401
  disabled
7342
7402
  }
7343
7403
  ),
7344
- /* @__PURE__ */ jsx105(
7404
+ /* @__PURE__ */ jsx107(
7345
7405
  InputLoadingIcon,
7346
7406
  {
7347
7407
  loading,
7348
7408
  disabled
7349
7409
  }
7350
7410
  ),
7351
- /* @__PURE__ */ jsx105(
7411
+ /* @__PURE__ */ jsx107(
7352
7412
  InputClearValue,
7353
7413
  {
7354
7414
  loading,
@@ -7357,8 +7417,8 @@ var MultiSelect = (props) => {
7357
7417
  value: tags ? "value" : ""
7358
7418
  }
7359
7419
  ),
7360
- /* @__PURE__ */ jsx105(InputSuffix, { children: suffix }),
7361
- showArrowButton && /* @__PURE__ */ jsx105(
7420
+ /* @__PURE__ */ jsx107(InputSuffix, { children: suffix }),
7421
+ showArrowButton && /* @__PURE__ */ jsx107(
7362
7422
  Button,
7363
7423
  {
7364
7424
  className: "k-input-button",
@@ -7371,9 +7431,9 @@ var MultiSelect = (props) => {
7371
7431
  ]
7372
7432
  }
7373
7433
  ),
7374
- opened && popup && /* @__PURE__ */ jsx105(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7434
+ opened && popup && /* @__PURE__ */ jsx107(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7375
7435
  adaptive && /* @__PURE__ */ jsxs49(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7376
- /* @__PURE__ */ jsx105(
7436
+ /* @__PURE__ */ jsx107(
7377
7437
  ActionSheetHeader,
7378
7438
  {
7379
7439
  actions: ["x"],
@@ -7381,41 +7441,41 @@ var MultiSelect = (props) => {
7381
7441
  title: "Select Item"
7382
7442
  }
7383
7443
  ),
7384
- /* @__PURE__ */ jsx105("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs49(List, { size: "large", children: [
7385
- /* @__PURE__ */ jsx105(ListItem, { text: "List item" }),
7386
- /* @__PURE__ */ jsx105(ListItem, { text: "List item" }),
7387
- /* @__PURE__ */ jsx105(ListItem, { text: "List item" })
7444
+ /* @__PURE__ */ jsx107("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs49(List, { size: "large", children: [
7445
+ /* @__PURE__ */ jsx107(ListItem, { text: "List item" }),
7446
+ /* @__PURE__ */ jsx107(ListItem, { text: "List item" }),
7447
+ /* @__PURE__ */ jsx107(ListItem, { text: "List item" })
7388
7448
  ] }) })
7389
7449
  ] })
7390
7450
  ] });
7391
7451
  };
7392
- MultiSelect.states = states39;
7393
- MultiSelect.options = options36;
7452
+ MultiSelect.states = states41;
7453
+ MultiSelect.options = options38;
7394
7454
  MultiSelect.className = MULTISELECT_CLASSNAME;
7395
- MultiSelect.defaultProps = defaultProps35;
7455
+ MultiSelect.defaultProps = defaultProps37;
7396
7456
 
7397
7457
  // src/multiselect/templates/multiselect-normal.tsx
7398
- import { jsx as jsx106 } from "react/jsx-runtime";
7458
+ import { jsx as jsx108 } from "react/jsx-runtime";
7399
7459
 
7400
7460
  // src/multiselect/templates/multiselect-popup.tsx
7401
- import { jsx as jsx107, jsxs as jsxs50 } from "react/jsx-runtime";
7461
+ import { jsx as jsx109, jsxs as jsxs50 } from "react/jsx-runtime";
7402
7462
 
7403
7463
  // src/multiselect/templates/multiselect-value.tsx
7404
- import { Fragment as Fragment27, jsx as jsx108 } from "react/jsx-runtime";
7464
+ import { Fragment as Fragment27, jsx as jsx110 } from "react/jsx-runtime";
7405
7465
 
7406
7466
  // src/multiselect/templates/multiselect-arrow-button.tsx
7407
- import { jsx as jsx109 } from "react/jsx-runtime";
7467
+ import { jsx as jsx111 } from "react/jsx-runtime";
7408
7468
 
7409
7469
  // src/multiselect/templates/multiselect-adaptive.tsx
7410
- import { jsx as jsx110 } from "react/jsx-runtime";
7470
+ import { jsx as jsx112 } from "react/jsx-runtime";
7411
7471
 
7412
7472
  // src/multiselect/templates/multiselect-grouping.tsx
7413
- import { jsx as jsx111, jsxs as jsxs51 } from "react/jsx-runtime";
7473
+ import { jsx as jsx113, jsxs as jsxs51 } from "react/jsx-runtime";
7414
7474
 
7415
7475
  // src/numerictextbox/numerictextbox.spec.tsx
7416
- import { jsx as jsx112, jsxs as jsxs52 } from "react/jsx-runtime";
7476
+ import { jsx as jsx114, jsxs as jsxs52 } from "react/jsx-runtime";
7417
7477
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
7418
- var states40 = [
7478
+ var states42 = [
7419
7479
  States.hover,
7420
7480
  States.focus,
7421
7481
  States.valid,
@@ -7425,12 +7485,12 @@ var states40 = [
7425
7485
  States.disabled,
7426
7486
  States.readonly
7427
7487
  ];
7428
- var options37 = {
7488
+ var options39 = {
7429
7489
  size: [Size.small, Size.medium, Size.large],
7430
7490
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7431
7491
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7432
7492
  };
7433
- var defaultProps36 = {
7493
+ var defaultProps38 = {
7434
7494
  showSpinButton: true,
7435
7495
  showClearButton: true,
7436
7496
  size: Input.defaultProps.size,
@@ -7452,8 +7512,8 @@ var NumericTextbox = (props) => {
7452
7512
  loading,
7453
7513
  disabled,
7454
7514
  readonly,
7455
- showClearButton = defaultProps36.showClearButton,
7456
- showSpinButton = defaultProps36.showSpinButton,
7515
+ showClearButton = defaultProps38.showClearButton,
7516
+ showSpinButton = defaultProps38.showSpinButton,
7457
7517
  ...other
7458
7518
  } = props;
7459
7519
  return /* @__PURE__ */ jsxs52(
@@ -7473,8 +7533,8 @@ var NumericTextbox = (props) => {
7473
7533
  readonly,
7474
7534
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
7475
7535
  children: [
7476
- /* @__PURE__ */ jsx112(InputInnerInput, { placeholder, value }),
7477
- /* @__PURE__ */ jsx112(
7536
+ /* @__PURE__ */ jsx114(InputInnerInput, { placeholder, value }),
7537
+ /* @__PURE__ */ jsx114(
7478
7538
  InputValidationIcon,
7479
7539
  {
7480
7540
  valid,
@@ -7483,14 +7543,14 @@ var NumericTextbox = (props) => {
7483
7543
  disabled
7484
7544
  }
7485
7545
  ),
7486
- /* @__PURE__ */ jsx112(
7546
+ /* @__PURE__ */ jsx114(
7487
7547
  InputLoadingIcon,
7488
7548
  {
7489
7549
  loading,
7490
7550
  disabled
7491
7551
  }
7492
7552
  ),
7493
- showClearButton && /* @__PURE__ */ jsx112(
7553
+ showClearButton && /* @__PURE__ */ jsx114(
7494
7554
  InputClearValue,
7495
7555
  {
7496
7556
  loading,
@@ -7499,7 +7559,7 @@ var NumericTextbox = (props) => {
7499
7559
  value
7500
7560
  }
7501
7561
  ),
7502
- showSpinButton && /* @__PURE__ */ jsx112(
7562
+ showSpinButton && /* @__PURE__ */ jsx114(
7503
7563
  SpinButton,
7504
7564
  {
7505
7565
  className: "k-input-spinner",
@@ -7511,29 +7571,29 @@ var NumericTextbox = (props) => {
7511
7571
  }
7512
7572
  );
7513
7573
  };
7514
- NumericTextbox.states = states40;
7515
- NumericTextbox.options = options37;
7574
+ NumericTextbox.states = states42;
7575
+ NumericTextbox.options = options39;
7516
7576
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7517
- NumericTextbox.defaultProps = defaultProps36;
7577
+ NumericTextbox.defaultProps = defaultProps38;
7518
7578
 
7519
7579
  // src/numerictextbox/templates/numerictextbox-normal.tsx
7520
- import { jsx as jsx113 } from "react/jsx-runtime";
7580
+ import { jsx as jsx115 } from "react/jsx-runtime";
7521
7581
 
7522
7582
  // src/switch/switch.spec.tsx
7523
- import { jsx as jsx114, jsxs as jsxs53 } from "react/jsx-runtime";
7583
+ import { jsx as jsx116, jsxs as jsxs53 } from "react/jsx-runtime";
7524
7584
  var SWITCH_CLASSNAME = `k-switch`;
7525
- var states41 = [
7585
+ var states43 = [
7526
7586
  States.hover,
7527
7587
  States.focus,
7528
7588
  States.disabled,
7529
7589
  States.checked
7530
7590
  ];
7531
- var options38 = {
7591
+ var options40 = {
7532
7592
  size: [Size.small, Size.medium, Size.large],
7533
7593
  trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7534
7594
  thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
7535
7595
  };
7536
- var defaultProps37 = {
7596
+ var defaultProps39 = {
7537
7597
  size: Size.medium,
7538
7598
  trackRounded: Roundness.full,
7539
7599
  thumbRounded: Roundness.full
@@ -7543,9 +7603,9 @@ var Switch = (props) => {
7543
7603
  checked,
7544
7604
  onLabel,
7545
7605
  offLabel,
7546
- size = defaultProps37.size,
7547
- trackRounded = defaultProps37.trackRounded,
7548
- thumbRounded = defaultProps37.thumbRounded,
7606
+ size = defaultProps39.size,
7607
+ trackRounded = defaultProps39.trackRounded,
7608
+ thumbRounded = defaultProps39.thumbRounded,
7549
7609
  hover,
7550
7610
  focus,
7551
7611
  disabled,
@@ -7582,12 +7642,12 @@ var Switch = (props) => {
7582
7642
  })
7583
7643
  ),
7584
7644
  children: [
7585
- onLabel && /* @__PURE__ */ jsx114("span", { className: "k-switch-label-on", children: onLabel }),
7586
- offLabel && /* @__PURE__ */ jsx114("span", { className: "k-switch-label-off", children: offLabel })
7645
+ onLabel && /* @__PURE__ */ jsx116("span", { className: "k-switch-label-on", children: onLabel }),
7646
+ offLabel && /* @__PURE__ */ jsx116("span", { className: "k-switch-label-off", children: offLabel })
7587
7647
  ]
7588
7648
  }
7589
7649
  ),
7590
- /* @__PURE__ */ jsx114("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx114(
7650
+ /* @__PURE__ */ jsx116("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx116(
7591
7651
  "span",
7592
7652
  {
7593
7653
  className: classNames(
@@ -7602,21 +7662,21 @@ var Switch = (props) => {
7602
7662
  }
7603
7663
  );
7604
7664
  };
7605
- Switch.states = states41;
7606
- Switch.options = options38;
7665
+ Switch.states = states43;
7666
+ Switch.options = options40;
7607
7667
  Switch.className = SWITCH_CLASSNAME;
7608
- Switch.defaultProps = defaultProps37;
7668
+ Switch.defaultProps = defaultProps39;
7609
7669
 
7610
7670
  // src/switch/templates/switch-normal.tsx
7611
- import { jsx as jsx115 } from "react/jsx-runtime";
7671
+ import { jsx as jsx117 } from "react/jsx-runtime";
7612
7672
 
7613
7673
  // src/switch/templates/switch-checked.tsx
7614
- import { jsx as jsx116 } from "react/jsx-runtime";
7674
+ import { jsx as jsx118 } from "react/jsx-runtime";
7615
7675
 
7616
7676
  // src/timepicker/timepicker.spec.tsx
7617
- import { Fragment as Fragment28, jsx as jsx117, jsxs as jsxs54 } from "react/jsx-runtime";
7677
+ import { Fragment as Fragment28, jsx as jsx119, jsxs as jsxs54 } from "react/jsx-runtime";
7618
7678
  var TIMEPICKER_CLASSNAME = `k-timepicker`;
7619
- var states42 = [
7679
+ var states44 = [
7620
7680
  States.hover,
7621
7681
  States.focus,
7622
7682
  States.valid,
@@ -7626,12 +7686,12 @@ var states42 = [
7626
7686
  States.loading,
7627
7687
  States.readonly
7628
7688
  ];
7629
- var options39 = {
7689
+ var options41 = {
7630
7690
  size: [Size.small, Size.medium, Size.large],
7631
7691
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7632
7692
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7633
7693
  };
7634
- var defaultProps38 = {
7694
+ var defaultProps40 = {
7635
7695
  size: Input.defaultProps.size,
7636
7696
  rounded: Input.defaultProps.rounded,
7637
7697
  fillMode: Input.defaultProps.fillMode
@@ -7676,9 +7736,9 @@ var TimePicker = (props) => {
7676
7736
  readonly,
7677
7737
  className: classNames(props.className, TIMEPICKER_CLASSNAME),
7678
7738
  children: [
7679
- /* @__PURE__ */ jsx117(InputPrefix, { children: prefix }),
7680
- /* @__PURE__ */ jsx117(InputInnerInput, { placeholder, value }),
7681
- /* @__PURE__ */ jsx117(
7739
+ /* @__PURE__ */ jsx119(InputPrefix, { children: prefix }),
7740
+ /* @__PURE__ */ jsx119(InputInnerInput, { placeholder, value }),
7741
+ /* @__PURE__ */ jsx119(
7682
7742
  InputValidationIcon,
7683
7743
  {
7684
7744
  valid,
@@ -7687,14 +7747,14 @@ var TimePicker = (props) => {
7687
7747
  disabled
7688
7748
  }
7689
7749
  ),
7690
- /* @__PURE__ */ jsx117(
7750
+ /* @__PURE__ */ jsx119(
7691
7751
  InputLoadingIcon,
7692
7752
  {
7693
7753
  loading,
7694
7754
  disabled
7695
7755
  }
7696
7756
  ),
7697
- /* @__PURE__ */ jsx117(
7757
+ /* @__PURE__ */ jsx119(
7698
7758
  InputClearValue,
7699
7759
  {
7700
7760
  loading,
@@ -7703,8 +7763,8 @@ var TimePicker = (props) => {
7703
7763
  value
7704
7764
  }
7705
7765
  ),
7706
- /* @__PURE__ */ jsx117(InputSuffix, { children: suffix }),
7707
- /* @__PURE__ */ jsx117(
7766
+ /* @__PURE__ */ jsx119(InputSuffix, { children: suffix }),
7767
+ /* @__PURE__ */ jsx119(
7708
7768
  Button,
7709
7769
  {
7710
7770
  className: "k-input-button",
@@ -7718,14 +7778,14 @@ var TimePicker = (props) => {
7718
7778
  }
7719
7779
  ),
7720
7780
  opened && /* @__PURE__ */ jsxs54(Popup, { className: "k-list-container k-timepicker-popup", children: [
7721
- /* @__PURE__ */ jsx117(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx117(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx117(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7781
+ /* @__PURE__ */ jsx119(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx119(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx119(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7722
7782
  /* @__PURE__ */ jsxs54(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
7723
- /* @__PURE__ */ jsx117(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7724
- /* @__PURE__ */ jsx117(Button, { className: "k-time-cancel", children: "Cancel" })
7783
+ /* @__PURE__ */ jsx119(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
7784
+ /* @__PURE__ */ jsx119(Button, { className: "k-time-cancel", children: "Cancel" })
7725
7785
  ] })
7726
7786
  ] }),
7727
7787
  adaptive && /* @__PURE__ */ jsxs54(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7728
- /* @__PURE__ */ jsx117(
7788
+ /* @__PURE__ */ jsx119(
7729
7789
  ActionSheetHeader,
7730
7790
  {
7731
7791
  actions: ["x"],
@@ -7733,148 +7793,148 @@ var TimePicker = (props) => {
7733
7793
  subTitle: "DD / MM / YY"
7734
7794
  }
7735
7795
  ),
7736
- /* @__PURE__ */ jsx117(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx117(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx117(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7737
- /* @__PURE__ */ jsx117(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7796
+ /* @__PURE__ */ jsx119(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx119(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx119(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
7797
+ /* @__PURE__ */ jsx119(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
7738
7798
  ] })
7739
7799
  ] });
7740
7800
  };
7741
- TimePicker.states = states42;
7742
- TimePicker.options = options39;
7801
+ TimePicker.states = states44;
7802
+ TimePicker.options = options41;
7743
7803
  TimePicker.className = TIMEPICKER_CLASSNAME;
7744
- TimePicker.defaultProps = defaultProps38;
7804
+ TimePicker.defaultProps = defaultProps40;
7745
7805
 
7746
7806
  // src/timepicker/templates/timepicker-normal.tsx
7747
- import { jsx as jsx118 } from "react/jsx-runtime";
7807
+ import { jsx as jsx120 } from "react/jsx-runtime";
7748
7808
 
7749
7809
  // src/timepicker/templates/timepicker-popup.tsx
7750
- import { jsx as jsx119 } from "react/jsx-runtime";
7810
+ import { jsx as jsx121 } from "react/jsx-runtime";
7751
7811
 
7752
7812
  // src/timepicker/templates/timepicker-adaptive.tsx
7753
- import { jsx as jsx120 } from "react/jsx-runtime";
7813
+ import { jsx as jsx122 } from "react/jsx-runtime";
7754
7814
 
7755
7815
  // src/grid/tests/grid-editing-custom-editor.tsx
7756
- import { Fragment as Fragment29, jsx as jsx121, jsxs as jsxs55 } from "react/jsx-runtime";
7757
- var grid_editing_custom_editor_default = () => /* @__PURE__ */ jsx121(Fragment29, { children: /* @__PURE__ */ jsxs55("div", { id: "test-area", className: "k-d-grid", children: [
7758
- /* @__PURE__ */ jsx121("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", children: [
7759
- /* @__PURE__ */ jsx121("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx121("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7816
+ import { Fragment as Fragment29, jsx as jsx123, jsxs as jsxs55 } from "react/jsx-runtime";
7817
+ var grid_editing_custom_editor_default = () => /* @__PURE__ */ jsx123(Fragment29, { children: /* @__PURE__ */ jsxs55("div", { id: "test-area", className: "k-d-grid", children: [
7818
+ /* @__PURE__ */ jsx123("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", children: [
7819
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx123("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7760
7820
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7761
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7762
- /* @__PURE__ */ jsx121("col", {}),
7763
- /* @__PURE__ */ jsx121("col", {}),
7764
- /* @__PURE__ */ jsx121("col", {}),
7765
- /* @__PURE__ */ jsx121("col", {})
7821
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7822
+ /* @__PURE__ */ jsx123("col", {}),
7823
+ /* @__PURE__ */ jsx123("col", {}),
7824
+ /* @__PURE__ */ jsx123("col", {}),
7825
+ /* @__PURE__ */ jsx123("col", {})
7766
7826
  ] }),
7767
- /* @__PURE__ */ jsx121("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7768
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header" }),
7769
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7770
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7771
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7772
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7827
+ /* @__PURE__ */ jsx123("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7828
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header" }),
7829
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Autocomplete" }) }) }) }),
7830
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Combobox" }) }) }) }),
7831
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Dropdown" }) }) }) }),
7832
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Multiselect" }) }) }) })
7773
7833
  ] }) })
7774
7834
  ] }) }) }),
7775
- /* @__PURE__ */ jsx121("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx121("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx121("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7835
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx123("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx123("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7776
7836
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7777
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7778
- /* @__PURE__ */ jsx121("col", {}),
7779
- /* @__PURE__ */ jsx121("col", {}),
7780
- /* @__PURE__ */ jsx121("col", {}),
7781
- /* @__PURE__ */ jsx121("col", {})
7837
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7838
+ /* @__PURE__ */ jsx123("col", {}),
7839
+ /* @__PURE__ */ jsx123("col", {}),
7840
+ /* @__PURE__ */ jsx123("col", {}),
7841
+ /* @__PURE__ */ jsx123("col", {})
7782
7842
  ] }),
7783
7843
  /* @__PURE__ */ jsxs55("tbody", { className: "k-table-tbody", children: [
7784
7844
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-grid-edit-row", children: [
7785
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "LTR" }),
7786
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Autocomplete, { placeholder: "Autocomplete..." }) }),
7787
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Combobox, { placeholder: "Combobox..." }) }),
7788
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DropdownList, { placeholder: "DropdownList..." }) }),
7789
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(MultiSelect, { placeholder: "Multiselect..." }) })
7845
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "LTR" }),
7846
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Autocomplete, { placeholder: "Autocomplete..." }) }),
7847
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Combobox, { placeholder: "Combobox..." }) }),
7848
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DropdownList, { placeholder: "DropdownList..." }) }),
7849
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(MultiSelect, { placeholder: "Multiselect..." }) })
7790
7850
  ] }),
7791
7851
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7792
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "RTL" }),
7793
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7794
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7795
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7796
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7852
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "RTL" }),
7853
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
7854
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
7855
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
7856
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
7797
7857
  ] })
7798
7858
  ] })
7799
7859
  ] }) }) }) })
7800
7860
  ] }) }),
7801
- /* @__PURE__ */ jsx121("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7802
- /* @__PURE__ */ jsx121("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx121("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7861
+ /* @__PURE__ */ jsx123("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", style: { overflow: "visible" }, children: [
7862
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx123("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7803
7863
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7804
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7805
- /* @__PURE__ */ jsx121("col", {}),
7806
- /* @__PURE__ */ jsx121("col", {}),
7807
- /* @__PURE__ */ jsx121("col", {}),
7808
- /* @__PURE__ */ jsx121("col", {})
7864
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7865
+ /* @__PURE__ */ jsx123("col", {}),
7866
+ /* @__PURE__ */ jsx123("col", {}),
7867
+ /* @__PURE__ */ jsx123("col", {}),
7868
+ /* @__PURE__ */ jsx123("col", {})
7809
7869
  ] }),
7810
- /* @__PURE__ */ jsx121("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7811
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header" }),
7812
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7813
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7814
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7815
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7870
+ /* @__PURE__ */ jsx123("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7871
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header" }),
7872
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Datepicker" }) }) }) }),
7873
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Timepicker" }) }) }) }),
7874
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Datetime" }) }) }) }),
7875
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Dateinput" }) }) }) })
7816
7876
  ] }) })
7817
7877
  ] }) }) }),
7818
- /* @__PURE__ */ jsx121("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ jsx121("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ jsx121("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7878
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-container", style: { overflow: "visible" }, children: /* @__PURE__ */ jsx123("div", { className: "k-grid-content", style: { overflow: "visible" }, children: /* @__PURE__ */ jsx123("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7819
7879
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7820
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7821
- /* @__PURE__ */ jsx121("col", {}),
7822
- /* @__PURE__ */ jsx121("col", {}),
7823
- /* @__PURE__ */ jsx121("col", {}),
7824
- /* @__PURE__ */ jsx121("col", {})
7880
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7881
+ /* @__PURE__ */ jsx123("col", {}),
7882
+ /* @__PURE__ */ jsx123("col", {}),
7883
+ /* @__PURE__ */ jsx123("col", {}),
7884
+ /* @__PURE__ */ jsx123("col", {})
7825
7885
  ] }),
7826
7886
  /* @__PURE__ */ jsxs55("tbody", { className: "k-table-tbody", children: [
7827
7887
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-grid-edit-row", children: [
7828
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "LTR" }),
7829
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DatePicker, { placeholder: "DatePicker..." }) }),
7830
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(TimePicker, { placeholder: "TimePicker..." }) }),
7831
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7832
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DateInput, { placeholder: "DateInput..." }) })
7888
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "LTR" }),
7889
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DatePicker, { placeholder: "DatePicker..." }) }),
7890
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(TimePicker, { placeholder: "TimePicker..." }) }),
7891
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
7892
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DateInput, { placeholder: "DateInput..." }) })
7833
7893
  ] }),
7834
7894
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7835
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "RTL" }),
7836
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7837
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7838
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7839
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7895
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "RTL" }),
7896
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
7897
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
7898
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
7899
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
7840
7900
  ] })
7841
7901
  ] })
7842
7902
  ] }) }) }) })
7843
7903
  ] }) }),
7844
- /* @__PURE__ */ jsx121("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", children: [
7845
- /* @__PURE__ */ jsx121("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx121("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7904
+ /* @__PURE__ */ jsx123("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: /* @__PURE__ */ jsxs55("div", { className: "k-grid-aria-root", children: [
7905
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx123("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-header-table", children: [
7846
7906
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7847
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7848
- /* @__PURE__ */ jsx121("col", {}),
7849
- /* @__PURE__ */ jsx121("col", {}),
7850
- /* @__PURE__ */ jsx121("col", {})
7907
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7908
+ /* @__PURE__ */ jsx123("col", {}),
7909
+ /* @__PURE__ */ jsx123("col", {}),
7910
+ /* @__PURE__ */ jsx123("col", {})
7851
7911
  ] }),
7852
- /* @__PURE__ */ jsx121("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7853
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header" }),
7854
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7855
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx121("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx121("span", { className: "k-link", children: /* @__PURE__ */ jsx121("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7856
- /* @__PURE__ */ jsx121("th", { className: "k-table-th k-header" })
7912
+ /* @__PURE__ */ jsx123("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs55("tr", { className: "k-table-row", children: [
7913
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header" }),
7914
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Numeric" }) }) }) }),
7915
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx123("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx123("span", { className: "k-link", children: /* @__PURE__ */ jsx123("span", { className: "k-column-title", children: "Switch" }) }) }) }),
7916
+ /* @__PURE__ */ jsx123("th", { className: "k-table-th k-header" })
7857
7917
  ] }) })
7858
7918
  ] }) }) }),
7859
- /* @__PURE__ */ jsx121("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx121("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx121("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7919
+ /* @__PURE__ */ jsx123("div", { className: "k-grid-container", children: /* @__PURE__ */ jsx123("div", { className: "k-grid-content", children: /* @__PURE__ */ jsx123("div", { children: /* @__PURE__ */ jsxs55("table", { className: "k-table k-table-md k-grid-table", children: [
7860
7920
  /* @__PURE__ */ jsxs55("colgroup", { children: [
7861
- /* @__PURE__ */ jsx121("col", { style: { width: "68px" } }),
7862
- /* @__PURE__ */ jsx121("col", {}),
7863
- /* @__PURE__ */ jsx121("col", {}),
7864
- /* @__PURE__ */ jsx121("col", {})
7921
+ /* @__PURE__ */ jsx123("col", { style: { width: "68px" } }),
7922
+ /* @__PURE__ */ jsx123("col", {}),
7923
+ /* @__PURE__ */ jsx123("col", {}),
7924
+ /* @__PURE__ */ jsx123("col", {})
7865
7925
  ] }),
7866
7926
  /* @__PURE__ */ jsxs55("tbody", { className: "k-table-tbody", children: [
7867
7927
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-grid-edit-row", children: [
7868
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "LTR" }),
7869
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(NumericTextbox, { placeholder: "Numeric..." }) }),
7870
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Switch, { checked: true }) }),
7871
- /* @__PURE__ */ jsx121("td", { className: "k-table-td" })
7928
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "LTR" }),
7929
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(NumericTextbox, { placeholder: "Numeric..." }) }),
7930
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Switch, { checked: true }) }),
7931
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td" })
7872
7932
  ] }),
7873
7933
  /* @__PURE__ */ jsxs55("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
7874
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: "RTL" }),
7875
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7876
- /* @__PURE__ */ jsx121("td", { className: "k-table-td", children: /* @__PURE__ */ jsx121(Switch, { checked: true, className: "k-rtl" }) }),
7877
- /* @__PURE__ */ jsx121("td", { className: "k-table-td" })
7934
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: "RTL" }),
7935
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
7936
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td", children: /* @__PURE__ */ jsx123(Switch, { checked: true, className: "k-rtl" }) }),
7937
+ /* @__PURE__ */ jsx123("td", { className: "k-table-td" })
7878
7938
  ] })
7879
7939
  ] })
7880
7940
  ] }) }) }) })