@progress/kendo-themes-html 6.7.0-dev.0 → 6.7.0-dev.2

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 (705) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +100 -88
  2. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  3. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +51 -14
  4. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +56 -44
  5. package/dist/cjs/captcha/captcha.spec.js +55 -25
  6. package/dist/cjs/captcha/tests/captcha-loading.js +59 -29
  7. package/dist/cjs/captcha/tests/captcha.js +59 -29
  8. package/dist/cjs/chat/chat-message-group.js +261 -0
  9. package/dist/cjs/chat/chat-message.js +112 -0
  10. package/dist/cjs/chat/chat-quick-replies.js +71 -0
  11. package/dist/cjs/chat/chat.spec.js +6859 -0
  12. package/dist/cjs/chat/tests/chat-rtl.js +2613 -235
  13. package/dist/cjs/chat/tests/chat-scrollable-deck.js +2802 -206
  14. package/dist/cjs/chat/tests/chat.js +1117 -790
  15. package/dist/cjs/datetime-selector/datetime-selector.spec.js +96 -23
  16. package/dist/cjs/datetime-selector/tests/datetime-selector.js +94 -85
  17. package/dist/cjs/datetimepicker/datetimepicker.spec.js +75 -66
  18. package/dist/cjs/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  19. package/dist/cjs/datetimepicker/templates/datetimepicker-normal.js +77 -68
  20. package/dist/cjs/datetimepicker/templates/datetimepicker-popup.js +77 -68
  21. package/dist/cjs/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  22. package/dist/cjs/datetimepicker/tests/datetimepicker-flat.js +92 -83
  23. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +89 -80
  24. package/dist/cjs/datetimepicker/tests/datetimepicker-outline.js +92 -83
  25. package/dist/cjs/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  26. package/dist/cjs/datetimepicker/tests/datetimepicker-solid.js +92 -83
  27. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +63 -51
  28. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  29. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  30. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  31. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  32. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  33. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  34. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  35. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  36. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  37. package/dist/cjs/dropdowntree/dropdowntree.spec.js +35 -23
  38. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  39. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +37 -25
  40. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +47 -35
  41. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  42. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +52 -40
  43. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +57 -45
  44. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +52 -40
  45. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  46. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +52 -40
  47. package/dist/cjs/editor/editor-toolbar.js +48 -43
  48. package/dist/cjs/editor/tests/editor-find-replace.js +48 -43
  49. package/dist/cjs/editor/tests/editor-table-wizard.js +129 -127
  50. package/dist/cjs/editor/tests/editor-view-source.js +14 -12
  51. package/dist/cjs/editor/tests/editor.js +48 -43
  52. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +84 -67
  53. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +84 -67
  54. package/dist/cjs/filemanager/tests/filemanager-gridview.js +149 -132
  55. package/dist/cjs/filemanager/tests/filemanager-listview.js +103 -86
  56. package/dist/cjs/filemanager/tests/filemanager-preview.js +202 -185
  57. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +605 -580
  58. package/dist/cjs/filter/tests/filter.js +48 -43
  59. package/dist/cjs/floating-label/tests/floating-label-flat.js +43 -41
  60. package/dist/cjs/floating-label/tests/floating-label-outline.js +43 -41
  61. package/dist/cjs/floating-label/tests/floating-label.js +43 -41
  62. package/dist/cjs/form/tests/form-field-dateinputs.js +111 -102
  63. package/dist/cjs/form/tests/form-field-dropdowns.js +82 -47
  64. package/dist/cjs/form/tests/form-field-fieldset.js +68 -66
  65. package/dist/cjs/form/tests/form-field-inputs-rtl.js +239 -222
  66. package/dist/cjs/form/tests/form-field-inputs.js +240 -223
  67. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +204 -195
  68. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +288 -286
  69. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +48 -43
  70. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +48 -43
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +48 -43
  72. package/dist/cjs/gantt/tests/gantt-react.js +48 -43
  73. package/dist/cjs/gantt/tests/gantt-row-reordering.js +48 -43
  74. package/dist/cjs/gantt/tests/gantt.js +48 -43
  75. package/dist/cjs/grid/tests/grid-adaptive-column-menu.js +58 -50
  76. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +28 -19
  77. package/dist/cjs/grid/tests/grid-adaptive-filter.js +37 -28
  78. package/dist/cjs/grid/tests/grid-adaptive-pager.js +149 -92
  79. package/dist/cjs/grid/tests/grid-adaptive-search.js +48 -43
  80. package/dist/cjs/grid/tests/grid-angular.js +180 -87
  81. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +580 -506
  82. package/dist/cjs/grid/tests/grid-column-reordering.js +585 -511
  83. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +728 -547
  84. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +275 -223
  85. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +48 -43
  86. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +48 -43
  87. package/dist/cjs/grid/tests/grid-editing.js +48 -43
  88. package/dist/cjs/grid/tests/grid-filter-row-angular.js +48 -43
  89. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +48 -43
  90. package/dist/cjs/grid/tests/grid-filter-row.js +160 -151
  91. package/dist/cjs/grid/tests/grid-grouping-actions.js +546 -472
  92. package/dist/cjs/grid/tests/grid-grouping.js +48 -43
  93. package/dist/cjs/grid/tests/grid-pager.js +235 -178
  94. package/dist/cjs/grid/tests/grid-row-reordering.js +538 -464
  95. package/dist/cjs/grid/tests/grid-rows-resizing.js +48 -43
  96. package/dist/cjs/grid/tests/grid-rtl-angular.js +181 -88
  97. package/dist/cjs/grid/tests/grid-rtl.js +181 -88
  98. package/dist/cjs/grid/tests/grid-selection-aggregates.js +183 -90
  99. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +670 -628
  100. package/dist/cjs/grid/tests/grid-size-sm.js +670 -628
  101. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +295 -238
  102. package/dist/cjs/grid/tests/grid-toolbar.js +48 -43
  103. package/dist/cjs/grid/tests/grid-virtualization.js +452 -407
  104. package/dist/cjs/grid/tests/grid.js +181 -88
  105. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +48 -43
  106. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +48 -43
  107. package/dist/cjs/imageeditor/tests/imageeditor.js +48 -43
  108. package/dist/cjs/index.js +3301 -2760
  109. package/dist/cjs/listgroup/listgroup-item.spec.js +78 -0
  110. package/dist/cjs/listgroup/listgroup.spec.js +125 -0
  111. package/dist/cjs/listgroup/templates/listgroup-normal.js +136 -0
  112. package/dist/cjs/listgroup/tests/listgroup.js +145 -40
  113. package/dist/cjs/listview/listview.spec.js +162 -105
  114. package/dist/cjs/listview/tests/listview-layout.js +209 -152
  115. package/dist/cjs/listview/tests/listview-loading.js +180 -123
  116. package/dist/cjs/listview/tests/listview.js +195 -138
  117. package/dist/cjs/mediaplayer/tests/mediaplayer.js +48 -43
  118. package/dist/cjs/multiselect/multiselect.spec.js +737 -19
  119. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +5802 -0
  120. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +5796 -0
  121. package/dist/cjs/multiselect/templates/multiselect-grouping.js +5814 -0
  122. package/dist/cjs/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1260 -614
  123. package/dist/cjs/multiselect/templates/multiselect-popup.js +5808 -0
  124. package/dist/cjs/multiselect/templates/multiselect-value.js +5834 -0
  125. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +5842 -0
  126. package/dist/cjs/multiselect/tests/multiselect-flat.js +799 -148
  127. package/dist/cjs/multiselect/tests/multiselect-grouping.js +5850 -0
  128. package/dist/cjs/multiselect/tests/multiselect-opened.js +1175 -895
  129. package/dist/cjs/multiselect/tests/multiselect-outline.js +799 -148
  130. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +5870 -0
  131. package/dist/cjs/multiselect/tests/{multiselect.js → multiselect-solid.js} +805 -142
  132. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +54 -42
  133. package/dist/cjs/pager/index.js +143 -86
  134. package/dist/cjs/pager/pager.spec.js +143 -86
  135. package/dist/cjs/pager/tests/{pager-responsive.js → pager-adaptive.js} +169 -113
  136. package/dist/cjs/pager/tests/pager-sizes.js +163 -106
  137. package/dist/cjs/pager/tests/pager.js +153 -96
  138. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +204 -142
  139. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +214 -152
  140. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +293 -124
  141. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +204 -142
  142. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  143. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  144. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +48 -43
  145. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  146. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  147. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  148. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  149. package/dist/cjs/pivotgrid/tests/pivotgrid.js +337 -325
  150. package/dist/cjs/radio/templates/radio-inside-label.js +165 -0
  151. package/dist/cjs/radio/templates/radio-label.js +165 -0
  152. package/dist/cjs/radio/templates/radio-normal.js +162 -0
  153. package/dist/cjs/radio/tests/radio-size.js +23 -74
  154. package/dist/cjs/radio/tests/radio.js +44 -136
  155. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +48 -43
  156. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +48 -43
  157. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +48 -43
  158. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +48 -43
  159. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +48 -43
  160. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +48 -43
  161. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +48 -43
  162. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +48 -43
  163. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +48 -43
  164. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +48 -43
  165. package/dist/cjs/scheduler/tests/scheduler-angular.js +48 -43
  166. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +513 -458
  167. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +527 -472
  168. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +48 -43
  169. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +48 -43
  170. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +48 -43
  171. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +48 -43
  172. package/dist/cjs/scheduler/tests/scheduler-react-day.js +48 -43
  173. package/dist/cjs/scheduler/tests/scheduler-react-month.js +48 -43
  174. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +48 -43
  175. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +48 -43
  176. package/dist/cjs/scheduler/tests/scheduler-react-week.js +48 -43
  177. package/dist/cjs/scheduler/tests/scheduler-year.js +48 -43
  178. package/dist/cjs/scheduler/tests/scheduler.js +48 -43
  179. package/dist/cjs/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +98 -84
  180. package/dist/cjs/scrollview/tests/scrollview.js +108 -89
  181. package/dist/cjs/skeleton/index.js +68 -0
  182. package/dist/cjs/skeleton/skeleton.spec.js +70 -0
  183. package/dist/cjs/skeleton/tests/skeleton.js +58 -13
  184. package/dist/cjs/split-button/split-button.spec.js +124 -55
  185. package/dist/cjs/split-button/{tests/split-button.js → templates/icon-split-button.js} +132 -100
  186. package/dist/cjs/split-button/templates/icon-text-split-button.js +4553 -0
  187. package/dist/cjs/split-button/{tests/split-button-size.js → templates/split-button-popup.js} +306 -147
  188. package/dist/cjs/split-button/templates/text-split-button.js +4553 -0
  189. package/dist/cjs/split-button/tests/split-button-flat.js +4763 -0
  190. package/dist/cjs/split-button/tests/split-button-opened.js +4770 -0
  191. package/dist/cjs/split-button/tests/split-button-outline.js +4763 -0
  192. package/dist/cjs/split-button/tests/split-button-size-rounded.js +4770 -0
  193. package/dist/cjs/split-button/tests/split-button-solid.js +4763 -0
  194. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  195. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +216 -205
  196. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  197. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +48 -43
  198. package/dist/cjs/spreadsheet/tests/spreadsheet.js +48 -43
  199. package/dist/cjs/switch/switch.spec.js +17 -9
  200. package/dist/cjs/switch/templates/switch-checked.js +203 -0
  201. package/dist/cjs/switch/templates/switch-normal.js +203 -0
  202. package/dist/cjs/switch/tests/switch-size-rounded.js +51 -53
  203. package/dist/cjs/switch/tests/switch.js +49 -37
  204. package/dist/cjs/table/table-header.js +15 -3
  205. package/dist/cjs/table/templates/data-table-normal.js +489 -0
  206. package/dist/cjs/table/templates/table-list-virtualization.js +489 -0
  207. package/dist/cjs/table/templates/table-list.js +519 -0
  208. package/dist/cjs/table/templates/table-native.js +452 -0
  209. package/dist/cjs/table/tests/table-data-sizes.js +76 -175
  210. package/dist/cjs/table/tests/table-list-jquery.js +151 -139
  211. package/dist/cjs/table/tests/table-list-sizes.js +69 -154
  212. package/dist/cjs/table/tests/table-list-virtual.js +89 -76
  213. package/dist/cjs/table/tests/table-native-sizes.js +69 -144
  214. package/dist/cjs/table/tests/table-native-states.js +145 -58
  215. package/dist/cjs/taskboard/tests/taskboard-card.js +48 -43
  216. package/dist/cjs/taskboard/tests/taskboard-pane.js +48 -43
  217. package/dist/cjs/taskboard/tests/taskboard-rtl.js +48 -43
  218. package/dist/cjs/taskboard/tests/taskboard.js +48 -43
  219. package/dist/cjs/textarea/templates/textarea-normal.js +4621 -0
  220. package/dist/cjs/textarea/tests/textarea-flat.js +25 -27
  221. package/dist/cjs/textarea/tests/textarea-outline.js +25 -27
  222. package/dist/cjs/textarea/tests/textarea-size-rounded.js +4642 -0
  223. package/dist/cjs/textarea/tests/{textarea.js → textarea-solid.js} +30 -32
  224. package/dist/cjs/textarea/textarea.spec.js +4 -5
  225. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +190 -107
  226. package/dist/cjs/tilelayout/tests/tilelayout.js +231 -134
  227. package/dist/cjs/tilelayout/tilelayout-item-hint.spec.js +40 -0
  228. package/dist/cjs/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +61 -27
  229. package/dist/cjs/tilelayout/tilelayout.spec.js +72 -0
  230. package/dist/cjs/time-selector/templates/time-selector-all.js +4653 -0
  231. package/dist/cjs/time-selector/templates/time-selector-hour.js +4653 -0
  232. package/dist/cjs/time-selector/templates/time-selector-minute.js +4653 -0
  233. package/dist/cjs/time-selector/tests/time-selector.js +196 -165
  234. package/dist/cjs/time-selector/time-selector.spec.js +87 -14
  235. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  236. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +46 -37
  237. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +24 -15
  238. package/dist/cjs/timepicker/templates/timepicker-adaptive.js +67 -58
  239. package/dist/cjs/timepicker/templates/timepicker-normal.js +67 -58
  240. package/dist/cjs/timepicker/templates/timepicker-popup.js +67 -58
  241. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +77 -68
  242. package/dist/cjs/timepicker/tests/timepicker-flat.js +82 -73
  243. package/dist/cjs/timepicker/tests/timepicker-opened.js +77 -68
  244. package/dist/cjs/timepicker/tests/timepicker-outline.js +82 -73
  245. package/dist/cjs/timepicker/tests/timepicker-solid.js +82 -73
  246. package/dist/cjs/timepicker/timepicker.spec.js +65 -56
  247. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +48 -43
  248. package/dist/cjs/toolbar/tests/toolbar-angular.js +442 -425
  249. package/dist/cjs/toolbar/tests/toolbar-components.js +444 -427
  250. package/dist/cjs/toolbar/tests/toolbar-sizes.js +308 -295
  251. package/dist/cjs/toolbar/tests/toolbar.js +529 -504
  252. package/dist/cjs/toolbar/toolbar-angular.spec.js +48 -43
  253. package/dist/cjs/toolbar/toolbar.spec.js +48 -43
  254. package/dist/cjs/treeview/templates/treeview-checkboxes.js +4595 -0
  255. package/dist/cjs/treeview/templates/treeview-hierarchy.js +4595 -0
  256. package/dist/cjs/treeview/templates/treeview-icons.js +4595 -0
  257. package/dist/cjs/treeview/templates/treeview-normal.js +4586 -0
  258. package/dist/cjs/treeview/tests/treeview-size.js +38 -38
  259. package/dist/cjs/treeview/tests/treeview.js +117 -112
  260. package/dist/cjs/treeview/treeview.spec.js +17 -5
  261. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +100 -88
  262. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  263. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +51 -14
  264. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +56 -44
  265. package/dist/esm/captcha/captcha.spec.js +50 -20
  266. package/dist/esm/captcha/tests/captcha-loading.js +54 -24
  267. package/dist/esm/captcha/tests/captcha.js +54 -24
  268. package/dist/esm/chat/chat-message-group.js +239 -0
  269. package/dist/esm/chat/chat-message.js +90 -0
  270. package/dist/esm/chat/chat-quick-replies.js +49 -0
  271. package/dist/esm/chat/chat.spec.js +6843 -0
  272. package/dist/esm/chat/tests/chat-rtl.js +2624 -246
  273. package/dist/esm/chat/tests/chat-scrollable-deck.js +2799 -203
  274. package/dist/esm/chat/tests/chat.js +1113 -786
  275. package/dist/esm/datetime-selector/datetime-selector.spec.js +96 -23
  276. package/dist/esm/datetime-selector/tests/datetime-selector.js +95 -86
  277. package/dist/esm/datetimepicker/datetimepicker.spec.js +75 -66
  278. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  279. package/dist/esm/datetimepicker/templates/datetimepicker-normal.js +77 -68
  280. package/dist/esm/datetimepicker/templates/datetimepicker-popup.js +77 -68
  281. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  282. package/dist/esm/datetimepicker/tests/datetimepicker-flat.js +92 -83
  283. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +89 -80
  284. package/dist/esm/datetimepicker/tests/datetimepicker-outline.js +92 -83
  285. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  286. package/dist/esm/datetimepicker/tests/datetimepicker-solid.js +92 -83
  287. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +63 -51
  288. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  289. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  290. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  291. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  292. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  293. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  294. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  295. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  296. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  297. package/dist/esm/dropdowntree/dropdowntree.spec.js +35 -23
  298. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  299. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +37 -25
  300. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +47 -35
  301. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  302. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +52 -40
  303. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +57 -45
  304. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +52 -40
  305. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  306. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +52 -40
  307. package/dist/esm/editor/editor-toolbar.js +49 -44
  308. package/dist/esm/editor/tests/editor-find-replace.js +57 -52
  309. package/dist/esm/editor/tests/editor-table-wizard.js +118 -116
  310. package/dist/esm/editor/tests/editor-view-source.js +13 -11
  311. package/dist/esm/editor/tests/editor.js +51 -46
  312. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +87 -70
  313. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +87 -70
  314. package/dist/esm/filemanager/tests/filemanager-gridview.js +152 -135
  315. package/dist/esm/filemanager/tests/filemanager-listview.js +106 -89
  316. package/dist/esm/filemanager/tests/filemanager-preview.js +205 -188
  317. package/dist/esm/filemanager/tests/filemanager-toolbar.js +651 -626
  318. package/dist/esm/filter/tests/filter.js +53 -48
  319. package/dist/esm/floating-label/tests/floating-label-flat.js +41 -39
  320. package/dist/esm/floating-label/tests/floating-label-outline.js +41 -39
  321. package/dist/esm/floating-label/tests/floating-label.js +41 -39
  322. package/dist/esm/form/tests/form-field-dateinputs.js +111 -102
  323. package/dist/esm/form/tests/form-field-dropdowns.js +82 -47
  324. package/dist/esm/form/tests/form-field-fieldset.js +54 -52
  325. package/dist/esm/form/tests/form-field-inputs-rtl.js +239 -222
  326. package/dist/esm/form/tests/form-field-inputs.js +240 -223
  327. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +204 -195
  328. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +241 -239
  329. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -47
  330. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +52 -47
  331. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -47
  332. package/dist/esm/gantt/tests/gantt-react.js +51 -46
  333. package/dist/esm/gantt/tests/gantt-row-reordering.js +51 -46
  334. package/dist/esm/gantt/tests/gantt.js +51 -46
  335. package/dist/esm/grid/tests/grid-adaptive-column-menu.js +55 -47
  336. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +28 -19
  337. package/dist/esm/grid/tests/grid-adaptive-filter.js +37 -28
  338. package/dist/esm/grid/tests/grid-adaptive-pager.js +150 -93
  339. package/dist/esm/grid/tests/grid-adaptive-search.js +51 -46
  340. package/dist/esm/grid/tests/grid-angular.js +234 -141
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +582 -508
  342. package/dist/esm/grid/tests/grid-column-reordering.js +587 -513
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +730 -549
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +275 -223
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +51 -46
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +51 -46
  347. package/dist/esm/grid/tests/grid-editing.js +51 -46
  348. package/dist/esm/grid/tests/grid-filter-row-angular.js +51 -46
  349. package/dist/esm/grid/tests/grid-filter-row-blazor.js +51 -46
  350. package/dist/esm/grid/tests/grid-filter-row.js +160 -151
  351. package/dist/esm/grid/tests/grid-grouping-actions.js +548 -474
  352. package/dist/esm/grid/tests/grid-grouping.js +51 -46
  353. package/dist/esm/grid/tests/grid-pager.js +236 -179
  354. package/dist/esm/grid/tests/grid-row-reordering.js +540 -466
  355. package/dist/esm/grid/tests/grid-rows-resizing.js +51 -46
  356. package/dist/esm/grid/tests/grid-rtl-angular.js +216 -123
  357. package/dist/esm/grid/tests/grid-rtl.js +212 -119
  358. package/dist/esm/grid/tests/grid-selection-aggregates.js +222 -129
  359. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +615 -573
  360. package/dist/esm/grid/tests/grid-size-sm.js +615 -573
  361. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +296 -239
  362. package/dist/esm/grid/tests/grid-toolbar.js +51 -46
  363. package/dist/esm/grid/tests/grid-virtualization.js +399 -356
  364. package/dist/esm/grid/tests/grid.js +221 -128
  365. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +56 -51
  366. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +56 -51
  367. package/dist/esm/imageeditor/tests/imageeditor.js +51 -46
  368. package/dist/esm/index.js +3301 -2760
  369. package/dist/esm/listgroup/listgroup-item.spec.js +56 -0
  370. package/dist/esm/listgroup/listgroup.spec.js +103 -0
  371. package/dist/esm/listgroup/templates/listgroup-normal.js +114 -0
  372. package/dist/esm/listgroup/tests/listgroup.js +145 -40
  373. package/dist/esm/listview/listview.spec.js +163 -106
  374. package/dist/esm/listview/tests/listview-layout.js +210 -153
  375. package/dist/esm/listview/tests/listview-loading.js +181 -124
  376. package/dist/esm/listview/tests/listview.js +196 -139
  377. package/dist/esm/mediaplayer/tests/mediaplayer.js +51 -46
  378. package/dist/esm/multiselect/multiselect.spec.js +737 -19
  379. package/dist/esm/multiselect/templates/multiselect-adaptive.js +5786 -0
  380. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +5780 -0
  381. package/dist/esm/multiselect/templates/multiselect-grouping.js +5798 -0
  382. package/dist/esm/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1223 -577
  383. package/dist/esm/multiselect/templates/multiselect-popup.js +5792 -0
  384. package/dist/esm/multiselect/templates/multiselect-value.js +5818 -0
  385. package/dist/esm/multiselect/tests/multiselect-adaptive.js +5826 -0
  386. package/dist/esm/multiselect/tests/multiselect-flat.js +799 -148
  387. package/dist/esm/multiselect/tests/multiselect-grouping.js +5834 -0
  388. package/dist/esm/multiselect/tests/multiselect-opened.js +1161 -881
  389. package/dist/esm/multiselect/tests/multiselect-outline.js +799 -148
  390. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +5854 -0
  391. package/dist/esm/multiselect/tests/{multiselect.js → multiselect-solid.js} +801 -138
  392. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +54 -42
  393. package/dist/esm/pager/index.js +144 -87
  394. package/dist/esm/pager/pager.spec.js +144 -87
  395. package/dist/esm/pager/tests/{pager-responsive.js → pager-adaptive.js} +166 -110
  396. package/dist/esm/pager/tests/pager-sizes.js +164 -107
  397. package/dist/esm/pager/tests/pager.js +154 -97
  398. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +206 -144
  399. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +216 -154
  400. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +294 -125
  401. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +206 -144
  402. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  403. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  404. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +55 -50
  405. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  406. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  407. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  408. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  409. package/dist/esm/pivotgrid/tests/pivotgrid.js +337 -325
  410. package/dist/esm/radio/templates/radio-inside-label.js +143 -0
  411. package/dist/esm/radio/templates/radio-label.js +143 -0
  412. package/dist/esm/radio/templates/radio-normal.js +140 -0
  413. package/dist/esm/radio/tests/radio-size.js +23 -74
  414. package/dist/esm/radio/tests/radio.js +44 -136
  415. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +51 -46
  416. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +51 -46
  417. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +51 -46
  418. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +51 -46
  419. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +51 -46
  420. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +51 -46
  421. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +51 -46
  422. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +51 -46
  423. package/dist/esm/scheduler/tests/scheduler-angular-month.js +51 -46
  424. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +51 -46
  425. package/dist/esm/scheduler/tests/scheduler-angular.js +51 -46
  426. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +480 -425
  427. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +494 -439
  428. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +51 -46
  429. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +51 -46
  430. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +51 -46
  431. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +51 -46
  432. package/dist/esm/scheduler/tests/scheduler-react-day.js +51 -46
  433. package/dist/esm/scheduler/tests/scheduler-react-month.js +51 -46
  434. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +51 -46
  435. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +51 -46
  436. package/dist/esm/scheduler/tests/scheduler-react-week.js +51 -46
  437. package/dist/esm/scheduler/tests/scheduler-year.js +51 -46
  438. package/dist/esm/scheduler/tests/scheduler.js +51 -46
  439. package/dist/esm/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +94 -80
  440. package/dist/esm/scrollview/tests/scrollview.js +108 -89
  441. package/dist/esm/skeleton/index.js +46 -0
  442. package/dist/esm/skeleton/skeleton.spec.js +48 -0
  443. package/dist/esm/skeleton/tests/skeleton.js +54 -11
  444. package/dist/esm/split-button/split-button.spec.js +124 -55
  445. package/dist/esm/split-button/{tests/split-button.js → templates/icon-split-button.js} +128 -96
  446. package/dist/esm/split-button/{tests/split-button-size.js → templates/icon-text-split-button.js} +128 -157
  447. package/dist/esm/split-button/templates/split-button-popup.js +4725 -0
  448. package/dist/esm/{scrollview/tests/scrollview-blazor.js → split-button/templates/text-split-button.js} +327 -91
  449. package/dist/esm/split-button/tests/split-button-flat.js +4747 -0
  450. package/dist/esm/split-button/tests/split-button-opened.js +4754 -0
  451. package/dist/esm/split-button/tests/split-button-outline.js +4747 -0
  452. package/dist/esm/split-button/tests/split-button-size-rounded.js +4754 -0
  453. package/dist/esm/split-button/tests/split-button-solid.js +4747 -0
  454. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  455. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +211 -200
  456. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  457. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +51 -46
  458. package/dist/esm/spreadsheet/tests/spreadsheet.js +51 -46
  459. package/dist/esm/switch/switch.spec.js +17 -9
  460. package/dist/esm/switch/templates/switch-checked.js +181 -0
  461. package/dist/esm/switch/templates/switch-normal.js +181 -0
  462. package/dist/esm/switch/tests/switch-size-rounded.js +49 -51
  463. package/dist/esm/switch/tests/switch.js +48 -36
  464. package/dist/esm/table/table-header.js +15 -3
  465. package/dist/esm/table/templates/data-table-normal.js +467 -0
  466. package/dist/esm/table/templates/table-list-virtualization.js +467 -0
  467. package/dist/esm/table/templates/table-list.js +497 -0
  468. package/dist/esm/table/templates/table-native.js +430 -0
  469. package/dist/esm/table/tests/table-data-sizes.js +76 -175
  470. package/dist/esm/table/tests/table-list-jquery.js +151 -139
  471. package/dist/esm/table/tests/table-list-sizes.js +69 -154
  472. package/dist/esm/table/tests/table-list-virtual.js +89 -76
  473. package/dist/esm/table/tests/table-native-sizes.js +70 -145
  474. package/dist/esm/table/tests/table-native-states.js +145 -58
  475. package/dist/esm/taskboard/tests/taskboard-card.js +51 -46
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +55 -50
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +51 -46
  478. package/dist/esm/taskboard/tests/taskboard.js +51 -46
  479. package/dist/esm/textarea/templates/textarea-normal.js +4605 -0
  480. package/dist/esm/textarea/tests/textarea-flat.js +23 -25
  481. package/dist/esm/textarea/tests/textarea-outline.js +23 -25
  482. package/dist/esm/textarea/tests/textarea-size-rounded.js +4626 -0
  483. package/dist/esm/textarea/tests/{textarea.js → textarea-solid.js} +26 -28
  484. package/dist/esm/textarea/textarea.spec.js +4 -5
  485. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +175 -102
  486. package/dist/esm/tilelayout/tests/tilelayout.js +216 -129
  487. package/dist/esm/tilelayout/tilelayout-item-hint.spec.js +20 -0
  488. package/dist/esm/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +50 -24
  489. package/dist/esm/tilelayout/tilelayout.spec.js +50 -0
  490. package/dist/esm/time-selector/templates/time-selector-all.js +4637 -0
  491. package/dist/esm/time-selector/templates/time-selector-hour.js +4637 -0
  492. package/dist/esm/time-selector/templates/time-selector-minute.js +4637 -0
  493. package/dist/esm/time-selector/tests/time-selector.js +197 -166
  494. package/dist/esm/time-selector/time-selector.spec.js +87 -14
  495. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  496. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +46 -37
  497. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +24 -15
  498. package/dist/esm/timepicker/templates/timepicker-adaptive.js +67 -58
  499. package/dist/esm/timepicker/templates/timepicker-normal.js +67 -58
  500. package/dist/esm/timepicker/templates/timepicker-popup.js +67 -58
  501. package/dist/esm/timepicker/tests/timepicker-adaptive.js +77 -68
  502. package/dist/esm/timepicker/tests/timepicker-flat.js +82 -73
  503. package/dist/esm/timepicker/tests/timepicker-opened.js +77 -68
  504. package/dist/esm/timepicker/tests/timepicker-outline.js +82 -73
  505. package/dist/esm/timepicker/tests/timepicker-solid.js +82 -73
  506. package/dist/esm/timepicker/timepicker.spec.js +65 -56
  507. package/dist/esm/toolbar/tests/toolbar-adaptive.js +51 -46
  508. package/dist/esm/toolbar/tests/toolbar-angular.js +442 -425
  509. package/dist/esm/toolbar/tests/toolbar-components.js +444 -427
  510. package/dist/esm/toolbar/tests/toolbar-sizes.js +283 -270
  511. package/dist/esm/toolbar/tests/toolbar.js +529 -504
  512. package/dist/esm/toolbar/toolbar-angular.spec.js +49 -44
  513. package/dist/esm/toolbar/toolbar.spec.js +49 -44
  514. package/dist/esm/treeview/templates/treeview-checkboxes.js +4579 -0
  515. package/dist/esm/treeview/templates/treeview-hierarchy.js +4579 -0
  516. package/dist/esm/treeview/templates/treeview-icons.js +4579 -0
  517. package/dist/esm/treeview/templates/treeview-normal.js +4570 -0
  518. package/dist/esm/treeview/tests/treeview-size.js +38 -38
  519. package/dist/esm/treeview/tests/treeview.js +117 -112
  520. package/dist/esm/treeview/treeview.spec.js +17 -5
  521. package/dist/types/chat/chat-message-group.d.ts +22 -0
  522. package/dist/types/chat/chat-message.d.ts +22 -0
  523. package/dist/types/chat/chat-quick-replies.d.ts +13 -0
  524. package/dist/types/chat/chat.spec.d.ts +18 -0
  525. package/dist/types/chat/index.d.ts +4 -0
  526. package/dist/types/listgroup/index.d.ts +3 -0
  527. package/dist/types/listgroup/listgroup-item.spec.d.ts +25 -0
  528. package/dist/types/listgroup/listgroup.spec.d.ts +16 -0
  529. package/dist/types/listgroup/templates/listgroup-normal.d.ts +1 -0
  530. package/dist/types/multiselect/index.d.ts +6 -0
  531. package/dist/types/multiselect/multiselect.spec.d.ts +3 -0
  532. package/dist/types/multiselect/templates/multiselect-adaptive.d.ts +1 -0
  533. package/dist/types/multiselect/templates/multiselect-arrow-button.d.ts +1 -0
  534. package/dist/types/multiselect/templates/multiselect-grouping.d.ts +1 -0
  535. package/dist/types/multiselect/templates/multiselect-normal.d.ts +1 -0
  536. package/dist/types/multiselect/templates/multiselect-popup.d.ts +1 -0
  537. package/dist/types/multiselect/templates/multiselect-value.d.ts +1 -0
  538. package/dist/types/pager/pager.spec.d.ts +4 -2
  539. package/dist/types/radio/index.d.ts +3 -0
  540. package/dist/types/radio/templates/radio-inside-label.d.ts +1 -0
  541. package/dist/types/radio/templates/radio-label.d.ts +1 -0
  542. package/dist/types/radio/templates/radio-normal.d.ts +1 -0
  543. package/dist/types/scrollview/index.d.ts +1 -0
  544. package/dist/types/scrollview/scrollview-spec.d.ts +23 -0
  545. package/dist/types/skeleton/index.d.ts +1 -0
  546. package/dist/types/skeleton/skeleton.spec.d.ts +18 -0
  547. package/dist/types/split-button/index.d.ts +4 -0
  548. package/dist/types/split-button/split-button.spec.d.ts +3 -0
  549. package/dist/types/split-button/templates/icon-split-button.d.ts +1 -0
  550. package/dist/types/split-button/templates/icon-text-split-button.d.ts +1 -0
  551. package/dist/types/split-button/templates/split-button-popup.d.ts +1 -0
  552. package/dist/types/split-button/templates/text-split-button.d.ts +1 -0
  553. package/dist/types/split-button/tests/split-button-solid.d.ts +2 -0
  554. package/dist/types/switch/index.d.ts +2 -0
  555. package/dist/types/switch/switch.spec.d.ts +8 -4
  556. package/dist/types/switch/templates/switch-checked.d.ts +1 -0
  557. package/dist/types/switch/templates/switch-normal.d.ts +1 -0
  558. package/dist/types/table/index.d.ts +4 -0
  559. package/dist/types/table/templates/data-table-normal.d.ts +1 -0
  560. package/dist/types/table/templates/table-list-virtualization.d.ts +1 -0
  561. package/dist/types/table/templates/table-list.d.ts +1 -0
  562. package/dist/types/table/templates/table-native.d.ts +1 -0
  563. package/dist/types/textarea/index.d.ts +1 -0
  564. package/dist/types/textarea/templates/textarea-normal.d.ts +1 -0
  565. package/dist/types/textarea/tests/textarea-size-rounded.d.ts +2 -0
  566. package/dist/types/textarea/tests/textarea-solid.d.ts +2 -0
  567. package/dist/types/textarea/textarea.spec.d.ts +2 -2
  568. package/dist/types/tilelayout/index.d.ts +3 -0
  569. package/dist/types/tilelayout/tilelayout-item-hint.spec.d.ts +13 -0
  570. package/dist/types/tilelayout/tilelayout-item.spec.d.ts +17 -0
  571. package/dist/types/tilelayout/tilelayout.spec.d.ts +18 -0
  572. package/dist/types/time-selector/index.d.ts +3 -0
  573. package/dist/types/time-selector/templates/time-selector-all.d.ts +1 -0
  574. package/dist/types/time-selector/templates/time-selector-hour.d.ts +1 -0
  575. package/dist/types/time-selector/templates/time-selector-minute.d.ts +1 -0
  576. package/dist/types/treeview/index.d.ts +4 -0
  577. package/dist/types/treeview/templates/treeview-checkboxes.d.ts +1 -0
  578. package/dist/types/treeview/templates/treeview-hierarchy.d.ts +1 -0
  579. package/dist/types/treeview/templates/treeview-icons.d.ts +1 -0
  580. package/dist/types/treeview/templates/treeview-normal.d.ts +1 -0
  581. package/package.json +2 -2
  582. package/src/captcha/captcha.spec.tsx +2 -4
  583. package/src/chat/chat-message-group.tsx +63 -0
  584. package/src/chat/chat-message.tsx +58 -0
  585. package/src/chat/chat-quick-replies.tsx +54 -0
  586. package/src/chat/chat.spec.tsx +88 -0
  587. package/src/chat/index.ts +4 -0
  588. package/src/chat/tests/chat-rtl.tsx +45 -84
  589. package/src/chat/tests/chat-scrollable-deck.tsx +42 -56
  590. package/src/chat/tests/chat.tsx +85 -150
  591. package/src/grid/tests/grid-adaptive-pager.tsx +2 -2
  592. package/src/grid/tests/grid-angular.tsx +2 -1
  593. package/src/grid/tests/grid-rtl-angular.tsx +3 -2
  594. package/src/grid/tests/grid-rtl.tsx +3 -2
  595. package/src/grid/tests/grid-selection-aggregates.tsx +5 -4
  596. package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -2
  597. package/src/grid/tests/grid-size-sm.tsx +3 -2
  598. package/src/grid/tests/grid-sticky-columns-rtl.tsx +1 -1
  599. package/src/grid/tests/grid-virtualization.tsx +202 -200
  600. package/src/grid/tests/grid.tsx +3 -2
  601. package/src/listgroup/index.ts +3 -0
  602. package/src/listgroup/listgroup-item.spec.tsx +69 -0
  603. package/src/listgroup/listgroup.spec.tsx +62 -0
  604. package/src/listgroup/templates/listgroup-normal.tsx +12 -0
  605. package/src/listgroup/tests/listgroup.tsx +35 -38
  606. package/src/multiselect/index.ts +6 -0
  607. package/src/multiselect/multiselect.spec.tsx +22 -0
  608. package/src/multiselect/templates/multiselect-adaptive.tsx +8 -0
  609. package/src/multiselect/templates/multiselect-arrow-button.tsx +3 -0
  610. package/src/multiselect/templates/multiselect-grouping.tsx +23 -0
  611. package/src/multiselect/templates/multiselect-normal.tsx +3 -0
  612. package/src/multiselect/templates/multiselect-popup.tsx +16 -0
  613. package/src/multiselect/templates/multiselect-value.tsx +12 -0
  614. package/src/multiselect/tests/multiselect-adaptive.tsx +33 -0
  615. package/src/multiselect/tests/multiselect-flat.tsx +28 -124
  616. package/src/multiselect/tests/multiselect-grouping.tsx +28 -0
  617. package/src/multiselect/tests/multiselect-opened.tsx +3 -36
  618. package/src/multiselect/tests/multiselect-outline.tsx +28 -124
  619. package/src/multiselect/tests/multiselect-size-rounded.tsx +32 -0
  620. package/src/multiselect/tests/multiselect-solid.tsx +79 -0
  621. package/src/pager/pager.spec.tsx +36 -29
  622. package/src/pager/tests/pager-adaptive.tsx +25 -0
  623. package/src/radio/index.ts +3 -0
  624. package/src/radio/templates/radio-inside-label.tsx +10 -0
  625. package/src/radio/templates/radio-label.tsx +8 -0
  626. package/src/radio/templates/radio-normal.tsx +3 -0
  627. package/src/radio/tests/radio-size.tsx +11 -73
  628. package/src/radio/tests/radio.tsx +29 -142
  629. package/src/scrollview/index.ts +1 -0
  630. package/src/scrollview/scrollview-spec.tsx +134 -0
  631. package/src/scrollview/tests/scrollview.tsx +5 -119
  632. package/src/skeleton/index.tsx +1 -0
  633. package/src/skeleton/skeleton.spec.tsx +50 -0
  634. package/src/skeleton/tests/skeleton.tsx +11 -12
  635. package/src/split-button/index.ts +4 -0
  636. package/src/split-button/split-button.spec.tsx +47 -35
  637. package/src/split-button/templates/icon-split-button.tsx +3 -0
  638. package/src/split-button/templates/icon-text-split-button.tsx +3 -0
  639. package/src/split-button/templates/split-button-popup.tsx +17 -0
  640. package/src/split-button/templates/text-split-button.tsx +3 -0
  641. package/src/split-button/tests/split-button-flat.tsx +28 -0
  642. package/src/split-button/tests/split-button-opened.tsx +27 -0
  643. package/src/split-button/tests/split-button-outline.tsx +28 -0
  644. package/src/split-button/tests/split-button-size-rounded.tsx +39 -0
  645. package/src/split-button/tests/split-button-solid.tsx +29 -0
  646. package/src/switch/index.ts +2 -0
  647. package/src/switch/switch.spec.tsx +14 -12
  648. package/src/switch/templates/switch-checked.tsx +3 -0
  649. package/src/switch/templates/switch-normal.tsx +3 -0
  650. package/src/switch/tests/switch-size-rounded.tsx +23 -102
  651. package/src/switch/tests/switch.tsx +26 -51
  652. package/src/table/index.ts +5 -0
  653. package/src/table/templates/data-table-normal.tsx +76 -0
  654. package/src/table/templates/table-list-virtualization.tsx +79 -0
  655. package/src/table/templates/table-list.tsx +63 -0
  656. package/src/table/templates/table-native.tsx +64 -0
  657. package/src/table/tests/table-data-sizes.tsx +4 -226
  658. package/src/table/tests/table-list-sizes.tsx +4 -187
  659. package/src/table/tests/table-list-virtual.tsx +2 -78
  660. package/src/table/tests/table-native-sizes.tsx +4 -182
  661. package/src/table/tests/table-native-states.tsx +3 -5
  662. package/src/textarea/index.ts +1 -0
  663. package/src/textarea/templates/textarea-normal.tsx +3 -0
  664. package/src/textarea/tests/textarea-flat.tsx +17 -40
  665. package/src/textarea/tests/textarea-outline.tsx +17 -41
  666. package/src/textarea/tests/textarea-size-rounded.tsx +32 -0
  667. package/src/textarea/tests/textarea-solid.tsx +52 -0
  668. package/src/textarea/textarea.spec.tsx +4 -5
  669. package/src/tilelayout/index.ts +3 -0
  670. package/src/tilelayout/tests/tilelayout-resizing.tsx +8 -35
  671. package/src/tilelayout/tests/tilelayout.tsx +27 -87
  672. package/src/tilelayout/tilelayout-item-hint.spec.tsx +30 -0
  673. package/src/tilelayout/tilelayout-item.spec.tsx +69 -0
  674. package/src/tilelayout/tilelayout.spec.tsx +56 -0
  675. package/src/time-selector/index.ts +3 -0
  676. package/src/time-selector/templates/time-selector-all.tsx +23 -0
  677. package/src/time-selector/templates/time-selector-hour.tsx +23 -0
  678. package/src/time-selector/templates/time-selector-minute.tsx +23 -0
  679. package/src/time-selector/tests/time-selector.tsx +4 -39
  680. package/src/treeview/index.ts +4 -0
  681. package/src/treeview/templates/treeview-checkboxes.tsx +28 -0
  682. package/src/treeview/templates/treeview-hierarchy.tsx +30 -0
  683. package/src/treeview/templates/treeview-icons.tsx +30 -0
  684. package/src/treeview/templates/treeview-normal.tsx +13 -0
  685. package/src/treeview/tests/treeview-size.tsx +4 -41
  686. package/src/treeview/tests/treeview.tsx +11 -136
  687. package/dist/cjs/scrollview/tests/scrollview-blazor.js +0 -4317
  688. package/src/multiselect/tests/multiselect-size.tsx +0 -50
  689. package/src/multiselect/tests/multiselect.tsx +0 -176
  690. package/src/pager/tests/pager-responsive.tsx +0 -27
  691. package/src/scrollview/tests/scrollview-angular.tsx +0 -109
  692. package/src/scrollview/tests/scrollview-blazor.tsx +0 -120
  693. package/src/split-button/tests/split-button-size.tsx +0 -111
  694. package/src/split-button/tests/split-button.tsx +0 -87
  695. package/src/textarea/tests/textarea.tsx +0 -75
  696. package/src/tilelayout/tests/tilelayout-react.tsx +0 -44
  697. /package/dist/types/multiselect/tests/{multiselect-size.d.ts → multiselect-adaptive.d.ts} +0 -0
  698. /package/dist/types/multiselect/tests/{multiselect.d.ts → multiselect-grouping.d.ts} +0 -0
  699. /package/dist/types/{pager/tests/pager-responsive.d.ts → multiselect/tests/multiselect-size-rounded.d.ts} +0 -0
  700. /package/dist/types/{scrollview/tests/scrollview-angular.d.ts → multiselect/tests/multiselect-solid.d.ts} +0 -0
  701. /package/dist/types/{scrollview/tests/scrollview-blazor.d.ts → pager/tests/pager-adaptive.d.ts} +0 -0
  702. /package/dist/types/split-button/tests/{split-button-size.d.ts → split-button-flat.d.ts} +0 -0
  703. /package/dist/types/split-button/tests/{split-button.d.ts → split-button-opened.d.ts} +0 -0
  704. /package/dist/types/{textarea/tests/textarea.d.ts → split-button/tests/split-button-outline.d.ts} +0 -0
  705. /package/dist/types/{tilelayout/tests/tilelayout-react.d.ts → split-button/tests/split-button-size-rounded.d.ts} +0 -0
@@ -4829,8 +4829,7 @@ var states15 = [
4829
4829
  States.valid,
4830
4830
  States.invalid,
4831
4831
  States.required,
4832
- States.disabled,
4833
- States.loading
4832
+ States.disabled
4834
4833
  ];
4835
4834
  var options14 = {
4836
4835
  size: [Size.small, Size.medium, Size.large],
@@ -4855,7 +4854,6 @@ var Textarea = (props) => {
4855
4854
  valid,
4856
4855
  invalid,
4857
4856
  required,
4858
- loading,
4859
4857
  disabled,
4860
4858
  ...other
4861
4859
  } = props;
@@ -4871,13 +4869,14 @@ var Textarea = (props) => {
4871
4869
  valid,
4872
4870
  invalid,
4873
4871
  required,
4874
- loading,
4875
4872
  disabled,
4876
4873
  className: classNames(props.className, TEXTAREA_CLASSNAME),
4877
4874
  children: /* @__PURE__ */ jsx24(
4878
4875
  InputInnerTextarea,
4879
4876
  {
4880
- className: "!k-overflow-auto",
4877
+ className: classNames(
4878
+ "!k-overflow-auto"
4879
+ ),
4881
4880
  value,
4882
4881
  placeholder,
4883
4882
  rows
@@ -4891,8 +4890,11 @@ Textarea.options = options14;
4891
4890
  Textarea.className = TEXTAREA_CLASSNAME;
4892
4891
  Textarea.defaultProps = defaultProps12;
4893
4892
 
4893
+ // src/textarea/templates/textarea-normal.tsx
4894
+ import { jsx as jsx25 } from "react/jsx-runtime";
4895
+
4894
4896
  // src/textbox/textbox.spec.tsx
4895
- import { jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
4897
+ import { jsx as jsx26, jsxs as jsxs5 } from "react/jsx-runtime";
4896
4898
  var TEXTBOX_CLASSNAME = `k-textbox`;
4897
4899
  var states16 = [
4898
4900
  States.hover,
@@ -4952,9 +4954,9 @@ var Textbox = (props) => {
4952
4954
  readonly,
4953
4955
  className: classNames(props.className, TEXTBOX_CLASSNAME),
4954
4956
  children: [
4955
- /* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
4956
- /* @__PURE__ */ jsx25(InputInnerInput, { placeholder, value }),
4957
- /* @__PURE__ */ jsx25(
4957
+ /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
4958
+ /* @__PURE__ */ jsx26(InputInnerInput, { placeholder, value }),
4959
+ /* @__PURE__ */ jsx26(
4958
4960
  InputValidationIcon,
4959
4961
  {
4960
4962
  valid,
@@ -4963,14 +4965,14 @@ var Textbox = (props) => {
4963
4965
  disabled
4964
4966
  }
4965
4967
  ),
4966
- /* @__PURE__ */ jsx25(
4968
+ /* @__PURE__ */ jsx26(
4967
4969
  InputLoadingIcon,
4968
4970
  {
4969
4971
  loading,
4970
4972
  disabled
4971
4973
  }
4972
4974
  ),
4973
- showClearButton && /* @__PURE__ */ jsx25(
4975
+ showClearButton && /* @__PURE__ */ jsx26(
4974
4976
  InputClearValue,
4975
4977
  {
4976
4978
  loading,
@@ -4979,7 +4981,7 @@ var Textbox = (props) => {
4979
4981
  value
4980
4982
  }
4981
4983
  ),
4982
- /* @__PURE__ */ jsx25(InputSuffix, { children: suffix })
4984
+ /* @__PURE__ */ jsx26(InputSuffix, { children: suffix })
4983
4985
  ]
4984
4986
  }
4985
4987
  );
@@ -4990,16 +4992,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
4990
4992
  Textbox.defaultProps = defaultProps13;
4991
4993
 
4992
4994
  // src/textbox/templates/textbox-normal.tsx
4993
- import { jsx as jsx26 } from "react/jsx-runtime";
4995
+ import { jsx as jsx27 } from "react/jsx-runtime";
4994
4996
 
4995
4997
  // src/textbox/templates/textbox-prefix.tsx
4996
- import { jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
4998
+ import { jsx as jsx28, jsxs as jsxs6 } from "react/jsx-runtime";
4997
4999
 
4998
5000
  // src/textbox/templates/textbox-suffix.tsx
4999
- import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
5001
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5000
5002
 
5001
5003
  // src/animation-container/animation-container.spec.tsx
5002
- import { jsx as jsx29 } from "react/jsx-runtime";
5004
+ import { jsx as jsx30 } from "react/jsx-runtime";
5003
5005
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5004
5006
  var states17 = [];
5005
5007
  var options16 = {};
@@ -5013,7 +5015,7 @@ var AnimationContainer = (props) => {
5013
5015
  offset,
5014
5016
  ...other
5015
5017
  } = props;
5016
- return /* @__PURE__ */ jsx29(
5018
+ return /* @__PURE__ */ jsx30(
5017
5019
  "div",
5018
5020
  {
5019
5021
  ...other,
@@ -5025,7 +5027,7 @@ var AnimationContainer = (props) => {
5025
5027
  ["k-animation-container-fixed"]: positionMode === "fixed"
5026
5028
  }
5027
5029
  ),
5028
- children: /* @__PURE__ */ jsx29("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5030
+ children: /* @__PURE__ */ jsx30("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5029
5031
  }
5030
5032
  );
5031
5033
  };
@@ -5035,7 +5037,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5035
5037
  AnimationContainer.defaultProps = defaultProps14;
5036
5038
 
5037
5039
  // src/popup/popup.spec.tsx
5038
- import { jsx as jsx30 } from "react/jsx-runtime";
5040
+ import { jsx as jsx31 } from "react/jsx-runtime";
5039
5041
  var POPUP_CLASSNAME = `k-popup`;
5040
5042
  var states18 = [];
5041
5043
  var options17 = {};
@@ -5048,12 +5050,12 @@ var Popup = (props) => {
5048
5050
  positionMode,
5049
5051
  ...other
5050
5052
  } = props;
5051
- return /* @__PURE__ */ jsx30(
5053
+ return /* @__PURE__ */ jsx31(
5052
5054
  AnimationContainer,
5053
5055
  {
5054
5056
  positionMode,
5055
5057
  offset,
5056
- children: /* @__PURE__ */ jsx30("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5058
+ children: /* @__PURE__ */ jsx31("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5057
5059
  }
5058
5060
  );
5059
5061
  };
@@ -5063,7 +5065,7 @@ Popup.className = POPUP_CLASSNAME;
5063
5065
  Popup.defaultProps = defaultProps15;
5064
5066
 
5065
5067
  // src/button-group/button-group.spec.tsx
5066
- import { jsx as jsx31 } from "react/jsx-runtime";
5068
+ import { jsx as jsx32 } from "react/jsx-runtime";
5067
5069
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5068
5070
  var states19 = [
5069
5071
  States.disabled
@@ -5081,7 +5083,7 @@ var ButtonGroup = (props) => {
5081
5083
  stretched,
5082
5084
  ...other
5083
5085
  } = props;
5084
- return /* @__PURE__ */ jsx31(
5086
+ return /* @__PURE__ */ jsx32(
5085
5087
  "div",
5086
5088
  {
5087
5089
  ...other,
@@ -5108,19 +5110,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5108
5110
  ButtonGroup.defaultProps = defaultProps16;
5109
5111
 
5110
5112
  // src/button-group/templates/icon-button-group.tsx
5111
- import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5113
+ import { jsx as jsx33, jsxs as jsxs8 } from "react/jsx-runtime";
5112
5114
 
5113
5115
  // src/button-group/templates/icon-text-button-group.tsx
5114
- import { jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5116
+ import { jsx as jsx34, jsxs as jsxs9 } from "react/jsx-runtime";
5115
5117
 
5116
5118
  // src/button-group/templates/text-button-group.tsx
5117
- import { jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5119
+ import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5118
5120
 
5119
5121
  // src/button-group/templates/mixed-button-group.tsx
5120
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5122
+ import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5121
5123
 
5122
5124
  // src/calendar/calendar.spec.tsx
5123
- import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5125
+ import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5124
5126
  var CALENDAR_CLASSNAME = `k-calendar`;
5125
5127
  var states20 = [];
5126
5128
  var options19 = {
@@ -5164,7 +5166,7 @@ var Calendar = (props) => {
5164
5166
  }
5165
5167
  ),
5166
5168
  children: [
5167
- /* @__PURE__ */ jsx36(
5169
+ /* @__PURE__ */ jsx37(
5168
5170
  CalendarHeader,
5169
5171
  {
5170
5172
  showToday: showCalendarFooter ? false : true,
@@ -5174,7 +5176,7 @@ var Calendar = (props) => {
5174
5176
  dir
5175
5177
  }
5176
5178
  ),
5177
- /* @__PURE__ */ jsx36(
5179
+ /* @__PURE__ */ jsx37(
5178
5180
  CalendarView,
5179
5181
  {
5180
5182
  calendarView,
@@ -5186,7 +5188,7 @@ var Calendar = (props) => {
5186
5188
  selectedRange
5187
5189
  }
5188
5190
  ),
5189
- showCalendarFooter && /* @__PURE__ */ jsx36(CalendarFooter, {})
5191
+ showCalendarFooter && /* @__PURE__ */ jsx37(CalendarFooter, {})
5190
5192
  ]
5191
5193
  }
5192
5194
  );
@@ -5197,7 +5199,7 @@ Calendar.className = CALENDAR_CLASSNAME;
5197
5199
  Calendar.defaultProps = defaultProps17;
5198
5200
 
5199
5201
  // src/calendar/calendar-cell.tsx
5200
- import { jsx as jsx37 } from "react/jsx-runtime";
5202
+ import { jsx as jsx38 } from "react/jsx-runtime";
5201
5203
  var states21 = [
5202
5204
  States.hover,
5203
5205
  States.focus,
@@ -5247,16 +5249,16 @@ var CalendarCell = (props) => {
5247
5249
  }
5248
5250
  ];
5249
5251
  if (headerCell) {
5250
- return /* @__PURE__ */ jsx37("th", { ...other, className: classNames(calendarCellClasses), children: text });
5252
+ return /* @__PURE__ */ jsx38("th", { ...other, className: classNames(calendarCellClasses), children: text });
5251
5253
  }
5252
5254
  if (weekCell) {
5253
- return /* @__PURE__ */ jsx37("td", { ...other, className: classNames(calendarCellClasses), children: text });
5255
+ return /* @__PURE__ */ jsx38("td", { ...other, className: classNames(calendarCellClasses), children: text });
5254
5256
  }
5255
- return /* @__PURE__ */ jsx37("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx37("span", { className: "k-link", children: text }) });
5257
+ return /* @__PURE__ */ jsx38("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx38("span", { className: "k-link", children: text }) });
5256
5258
  };
5257
5259
 
5258
5260
  // src/calendar/calendar-header.tsx
5259
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5261
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5260
5262
  var className9 = `k-calendar-header`;
5261
5263
  var options20 = {
5262
5264
  size: [Size.small, Size.medium, Size.large]
@@ -5290,12 +5292,12 @@ var CalendarHeader = (props) => {
5290
5292
  }
5291
5293
  ),
5292
5294
  children: [
5293
- /* @__PURE__ */ jsx38(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5294
- /* @__PURE__ */ jsx38("span", { className: "k-spacer" }),
5295
+ /* @__PURE__ */ jsx39(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5296
+ /* @__PURE__ */ jsx39("span", { className: "k-spacer" }),
5295
5297
  /* @__PURE__ */ jsxs13("span", { className: "k-calendar-nav", children: [
5296
- /* @__PURE__ */ jsx38(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5297
- showToday && /* @__PURE__ */ jsx38(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5298
- /* @__PURE__ */ jsx38(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5298
+ /* @__PURE__ */ jsx39(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5299
+ showToday && /* @__PURE__ */ jsx39(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5300
+ /* @__PURE__ */ jsx39(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5299
5301
  ] })
5300
5302
  ]
5301
5303
  }
@@ -5303,12 +5305,12 @@ var CalendarHeader = (props) => {
5303
5305
  };
5304
5306
 
5305
5307
  // src/calendar/calendar-footer.tsx
5306
- import { jsx as jsx39 } from "react/jsx-runtime";
5308
+ import { jsx as jsx40 } from "react/jsx-runtime";
5307
5309
  var className10 = `k-calendar-footer`;
5308
- var CalendarFooter = (props) => /* @__PURE__ */ jsx39("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx39(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5310
+ var CalendarFooter = (props) => /* @__PURE__ */ jsx40("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx40(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5309
5311
 
5310
5312
  // src/calendar/calendar-table.tsx
5311
- import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5313
+ import { jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5312
5314
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5313
5315
  var CalendarTable = (props) => {
5314
5316
  const {
@@ -5329,25 +5331,25 @@ var CalendarTable = (props) => {
5329
5331
  CALENDARTABLE_CLASSNAME
5330
5332
  ),
5331
5333
  children: [
5332
- showCalendarCaption && /* @__PURE__ */ jsx40("caption", { className: "k-calendar-caption", children: "2022" }),
5334
+ showCalendarCaption && /* @__PURE__ */ jsx41("caption", { className: "k-calendar-caption", children: "2022" }),
5333
5335
  /* @__PURE__ */ jsxs14("tbody", { className: "k-calendar-tbody", children: [
5334
5336
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5335
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Jan" }),
5336
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Feb" }),
5337
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Mar" }),
5338
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Apr" })
5337
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Jan" }),
5338
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Feb" }),
5339
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Mar" }),
5340
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Apr" })
5339
5341
  ] }),
5340
5342
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5341
- /* @__PURE__ */ jsx40(CalendarCell, { text: "May" }),
5342
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Jun", hover: true }),
5343
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Jul", focus: true }),
5344
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Au", selected: true })
5343
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "May" }),
5344
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Jun", hover: true }),
5345
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Jul", focus: true }),
5346
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Au", selected: true })
5345
5347
  ] }),
5346
5348
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5347
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Sep" }),
5348
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Oct", today: true }),
5349
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Nov" }),
5350
- /* @__PURE__ */ jsx40(CalendarCell, { text: "Dec" })
5349
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Sep" }),
5350
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Oct", today: true }),
5351
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Nov" }),
5352
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "Dec" })
5351
5353
  ] })
5352
5354
  ] })
5353
5355
  ]
@@ -5364,25 +5366,25 @@ var CalendarTable = (props) => {
5364
5366
  CALENDARTABLE_CLASSNAME
5365
5367
  ),
5366
5368
  children: [
5367
- showCalendarCaption && /* @__PURE__ */ jsx40("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5369
+ showCalendarCaption && /* @__PURE__ */ jsx41("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5368
5370
  /* @__PURE__ */ jsxs14("tbody", { className: "k-calendar-tbody", children: [
5369
5371
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5370
- /* @__PURE__ */ jsx40(CalendarCell, { className: "k-out-of-range" }),
5371
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2020" }),
5372
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2021", today: true }),
5373
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2022" })
5372
+ /* @__PURE__ */ jsx41(CalendarCell, { className: "k-out-of-range" }),
5373
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2020" }),
5374
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2021", today: true }),
5375
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2022" })
5374
5376
  ] }),
5375
5377
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5376
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2023" }),
5377
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2024", hover: true }),
5378
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2025", focus: true }),
5379
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2026", selected: true })
5378
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2023" }),
5379
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2024", hover: true }),
5380
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2025", focus: true }),
5381
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2026", selected: true })
5380
5382
  ] }),
5381
5383
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5382
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2027" }),
5383
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2028" }),
5384
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2029" }),
5385
- /* @__PURE__ */ jsx40(CalendarCell, { className: "k-out-of-range" })
5384
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2027" }),
5385
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2028" }),
5386
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2029" }),
5387
+ /* @__PURE__ */ jsx41(CalendarCell, { className: "k-out-of-range" })
5386
5388
  ] })
5387
5389
  ] })
5388
5390
  ]
@@ -5399,25 +5401,25 @@ var CalendarTable = (props) => {
5399
5401
  CALENDARTABLE_CLASSNAME
5400
5402
  ),
5401
5403
  children: [
5402
- showCalendarCaption && /* @__PURE__ */ jsx40("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5404
+ showCalendarCaption && /* @__PURE__ */ jsx41("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5403
5405
  /* @__PURE__ */ jsxs14("tbody", { className: "k-calendar-tbody", children: [
5404
5406
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5405
- /* @__PURE__ */ jsx40(CalendarCell, { text: "1990 - 1999" }),
5406
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2000 - 2009" }),
5407
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2010 - 2019", today: true }),
5408
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2020 - 2029" })
5407
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "1990 - 1999" }),
5408
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2000 - 2009" }),
5409
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2010 - 2019", today: true }),
5410
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2020 - 2029" })
5409
5411
  ] }),
5410
5412
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5411
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2030 - 2039" }),
5412
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2040 - 2049", hover: true }),
5413
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2050 - 2059", focus: true }),
5414
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2060 - 2069", selected: true })
5413
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2030 - 2039" }),
5414
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2040 - 2049", hover: true }),
5415
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2050 - 2059", focus: true }),
5416
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2060 - 2069", selected: true })
5415
5417
  ] }),
5416
5418
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5417
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2070 - 2079" }),
5418
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2080 - 2089" }),
5419
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2090 - 2099" }),
5420
- /* @__PURE__ */ jsx40(CalendarCell, { className: "k-out-of-range" })
5419
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2070 - 2079" }),
5420
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2080 - 2089" }),
5421
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2090 - 2099" }),
5422
+ /* @__PURE__ */ jsx41(CalendarCell, { className: "k-out-of-range" })
5421
5423
  ] })
5422
5424
  ] })
5423
5425
  ]
@@ -5433,68 +5435,68 @@ var CalendarTable = (props) => {
5433
5435
  CALENDARTABLE_CLASSNAME
5434
5436
  ),
5435
5437
  children: [
5436
- showCalendarCaption && /* @__PURE__ */ jsx40("caption", { className: "k-calendar-caption", children: "October 2021" }),
5437
- /* @__PURE__ */ jsx40(CalendarTableHead, { showWeek }),
5438
+ showCalendarCaption && /* @__PURE__ */ jsx41("caption", { className: "k-calendar-caption", children: "October 2021" }),
5439
+ /* @__PURE__ */ jsx41(CalendarTableHead, { showWeek }),
5438
5440
  /* @__PURE__ */ jsxs14("tbody", { className: "k-calendar-tbody", children: [
5439
5441
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5440
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "39", weekCell: true }),
5441
- /* @__PURE__ */ jsx40(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5442
- /* @__PURE__ */ jsx40(CalendarCell, { text: "1" }),
5443
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2" }),
5444
- /* @__PURE__ */ jsx40(CalendarCell, { text: "3" }),
5445
- /* @__PURE__ */ jsx40(CalendarCell, { text: "4" }),
5446
- /* @__PURE__ */ jsx40(CalendarCell, { text: "5" }),
5447
- /* @__PURE__ */ jsx40(CalendarCell, { text: "6", weekend: true })
5442
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "39", weekCell: true }),
5443
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5444
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "1" }),
5445
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2" }),
5446
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "3" }),
5447
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "4" }),
5448
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "5" }),
5449
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "6", weekend: true })
5448
5450
  ] }),
5449
5451
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5450
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "40", weekCell: true }),
5451
- /* @__PURE__ */ jsx40(CalendarCell, { text: "7", weekend: true }),
5452
- /* @__PURE__ */ jsx40(CalendarCell, { text: "8", hover: true }),
5453
- /* @__PURE__ */ jsx40(CalendarCell, { text: "9", focus: true }),
5454
- /* @__PURE__ */ jsx40(CalendarCell, { text: "10", selected: true }),
5455
- /* @__PURE__ */ jsx40(CalendarCell, { text: "11", hover: true, focus: true }),
5456
- /* @__PURE__ */ jsx40(CalendarCell, { text: "12", hover: true, selected: true }),
5457
- /* @__PURE__ */ jsx40(CalendarCell, { text: "13", weekend: true })
5452
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "40", weekCell: true }),
5453
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "7", weekend: true }),
5454
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "8", hover: true }),
5455
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "9", focus: true }),
5456
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "10", selected: true }),
5457
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "11", hover: true, focus: true }),
5458
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "12", hover: true, selected: true }),
5459
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "13", weekend: true })
5458
5460
  ] }),
5459
5461
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5460
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "41", weekCell: true }),
5461
- /* @__PURE__ */ jsx40(CalendarCell, { text: "14", weekend: true }),
5462
- /* @__PURE__ */ jsx40(CalendarCell, { text: "15" }),
5463
- /* @__PURE__ */ jsx40(CalendarCell, { text: "16", today: true }),
5464
- /* @__PURE__ */ jsx40(CalendarCell, { text: "17" }),
5465
- /* @__PURE__ */ jsx40(CalendarCell, { text: "18" }),
5466
- /* @__PURE__ */ jsx40(CalendarCell, { text: "19" }),
5467
- /* @__PURE__ */ jsx40(CalendarCell, { text: "20", weekend: true })
5462
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "41", weekCell: true }),
5463
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "14", weekend: true }),
5464
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "15" }),
5465
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "16", today: true }),
5466
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "17" }),
5467
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "18" }),
5468
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "19" }),
5469
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "20", weekend: true })
5468
5470
  ] }),
5469
5471
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5470
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "42", weekCell: true }),
5471
- /* @__PURE__ */ jsx40(CalendarCell, { text: "21", weekend: true }),
5472
- /* @__PURE__ */ jsx40(CalendarCell, { text: "22" }),
5473
- /* @__PURE__ */ jsx40(CalendarCell, { text: "23" }),
5474
- /* @__PURE__ */ jsx40(CalendarCell, { text: "24" }),
5475
- /* @__PURE__ */ jsx40(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5476
- /* @__PURE__ */ jsx40(CalendarCell, { text: "26", rangeMid: selectedRange }),
5477
- /* @__PURE__ */ jsx40(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5472
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "42", weekCell: true }),
5473
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "21", weekend: true }),
5474
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "22" }),
5475
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "23" }),
5476
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "24" }),
5477
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5478
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "26", rangeMid: selectedRange }),
5479
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5478
5480
  ] }),
5479
5481
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5480
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "43", weekCell: true }),
5481
- /* @__PURE__ */ jsx40(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5482
- /* @__PURE__ */ jsx40(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5483
- /* @__PURE__ */ jsx40(CalendarCell, { text: "30" }),
5484
- /* @__PURE__ */ jsx40(CalendarCell, { text: "31" }),
5485
- /* @__PURE__ */ jsx40(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5486
- /* @__PURE__ */ jsx40(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5487
- /* @__PURE__ */ jsx40(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5482
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "43", weekCell: true }),
5483
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5484
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5485
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "30" }),
5486
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "31" }),
5487
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5488
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5489
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5488
5490
  ] }),
5489
5491
  /* @__PURE__ */ jsxs14("tr", { className: "k-calendar-tr", children: [
5490
- showWeek && /* @__PURE__ */ jsx40(CalendarCell, { text: "44", weekCell: true }),
5491
- /* @__PURE__ */ jsx40(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5492
- /* @__PURE__ */ jsx40(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5493
- /* @__PURE__ */ jsx40(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5494
- /* @__PURE__ */ jsx40(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5495
- /* @__PURE__ */ jsx40(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5496
- /* @__PURE__ */ jsx40(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5497
- /* @__PURE__ */ jsx40(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5492
+ showWeek && /* @__PURE__ */ jsx41(CalendarCell, { text: "44", weekCell: true }),
5493
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5494
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5495
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5496
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5497
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5498
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5499
+ /* @__PURE__ */ jsx41(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5498
5500
  ] })
5499
5501
  ] })
5500
5502
  ]
@@ -5503,34 +5505,34 @@ var CalendarTable = (props) => {
5503
5505
  };
5504
5506
 
5505
5507
  // src/calendar/calendar-table-head.tsx
5506
- import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5508
+ import { jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5507
5509
  var className11 = `k-calendar-thead`;
5508
5510
  var CalendarTableHead = (props) => {
5509
5511
  const {
5510
5512
  showWeek,
5511
5513
  ...other
5512
5514
  } = props;
5513
- return /* @__PURE__ */ jsx41(
5515
+ return /* @__PURE__ */ jsx42(
5514
5516
  "thead",
5515
5517
  {
5516
5518
  ...other,
5517
5519
  className: classNames(props.className, className11),
5518
5520
  children: /* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
5519
- showWeek && /* @__PURE__ */ jsx41(CalendarCell, { weekCell: true, headerCell: true }),
5520
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Su", headerCell: true }),
5521
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Mo", headerCell: true }),
5522
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Tu", headerCell: true }),
5523
- /* @__PURE__ */ jsx41(CalendarCell, { text: "We", headerCell: true }),
5524
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Th", headerCell: true }),
5525
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Fr", headerCell: true }),
5526
- /* @__PURE__ */ jsx41(CalendarCell, { text: "Sa", headerCell: true })
5521
+ showWeek && /* @__PURE__ */ jsx42(CalendarCell, { weekCell: true, headerCell: true }),
5522
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Su", headerCell: true }),
5523
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Mo", headerCell: true }),
5524
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Tu", headerCell: true }),
5525
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "We", headerCell: true }),
5526
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Th", headerCell: true }),
5527
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Fr", headerCell: true }),
5528
+ /* @__PURE__ */ jsx42(CalendarCell, { text: "Sa", headerCell: true })
5527
5529
  ] })
5528
5530
  }
5529
5531
  );
5530
5532
  };
5531
5533
 
5532
5534
  // src/calendar/calendar-view.tsx
5533
- import { jsx as jsx42 } from "react/jsx-runtime";
5535
+ import { jsx as jsx43 } from "react/jsx-runtime";
5534
5536
  var className12 = `k-calendar-view`;
5535
5537
  var defaultProps19 = {
5536
5538
  viewsCount: 1,
@@ -5548,7 +5550,7 @@ var CalendarView = (props) => {
5548
5550
  selectedRange,
5549
5551
  ...other
5550
5552
  } = props;
5551
- return /* @__PURE__ */ jsx42(
5553
+ return /* @__PURE__ */ jsx43(
5552
5554
  "div",
5553
5555
  {
5554
5556
  ...other,
@@ -5564,7 +5566,7 @@ var CalendarView = (props) => {
5564
5566
  }
5565
5567
  ),
5566
5568
  children: [...Array(viewsCount)].map(
5567
- (_e, i) => /* @__PURE__ */ jsx42(
5569
+ (_e, i) => /* @__PURE__ */ jsx43(
5568
5570
  CalendarTable,
5569
5571
  {
5570
5572
  calendarView,
@@ -5581,7 +5583,7 @@ var CalendarView = (props) => {
5581
5583
  };
5582
5584
 
5583
5585
  // src/time-selector/time-selector.spec.tsx
5584
- import { Fragment as Fragment12, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5586
+ import { Fragment as Fragment12, jsx as jsx44, jsxs as jsxs16 } from "react/jsx-runtime";
5585
5587
  var TIMESELECTOR_CLASSNAME = `k-timeselector`;
5586
5588
  var states22 = [];
5587
5589
  var options21 = {
@@ -5608,7 +5610,7 @@ var TimeSelector = (props) => {
5608
5610
  if (index === 0 || columnType === "tt") {
5609
5611
  separator = false;
5610
5612
  }
5611
- return /* @__PURE__ */ jsx43(Fragment12, { children: /* @__PURE__ */ jsx43(TimeSelectorColumn, { type: columnType, focus, separator }) });
5613
+ return /* @__PURE__ */ jsx44(Fragment12, { children: /* @__PURE__ */ jsx44(TimeSelectorColumn, { type: columnType, focus, separator }) });
5612
5614
  });
5613
5615
  return /* @__PURE__ */ jsxs16(
5614
5616
  "div",
@@ -5622,10 +5624,10 @@ var TimeSelector = (props) => {
5622
5624
  })
5623
5625
  ),
5624
5626
  children: [
5625
- /* @__PURE__ */ jsx43(Fragment12, { children: header }),
5626
- /* @__PURE__ */ jsx43(Fragment12, { children: fastSelection }),
5627
+ /* @__PURE__ */ jsx44(Fragment12, { children: header }),
5628
+ /* @__PURE__ */ jsx44(Fragment12, { children: fastSelection }),
5627
5629
  /* @__PURE__ */ jsxs16("div", { className: "k-time-list-container", children: [
5628
- /* @__PURE__ */ jsx43("span", { className: "k-time-highlight" }),
5630
+ /* @__PURE__ */ jsx44("span", { className: "k-time-highlight" }),
5629
5631
  columnsDom
5630
5632
  ] })
5631
5633
  ]
@@ -5638,7 +5640,7 @@ TimeSelector.className = TIMESELECTOR_CLASSNAME;
5638
5640
  TimeSelector.defaultProps = defaultProps20;
5639
5641
 
5640
5642
  // src/time-selector/time-selector-column.tsx
5641
- import { Fragment as Fragment13, jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
5643
+ import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5642
5644
  var states23 = [
5643
5645
  States.focus
5644
5646
  ];
@@ -5677,10 +5679,10 @@ var TimeSelectorColumn = (props) => {
5677
5679
  break;
5678
5680
  }
5679
5681
  const items = columnData.map(
5680
- (data) => /* @__PURE__ */ jsx44(Fragment13, { children: /* @__PURE__ */ jsx44("li", { className: "k-item", children: /* @__PURE__ */ jsx44("span", { children: data }) }) })
5682
+ (data) => /* @__PURE__ */ jsx45(Fragment13, { children: /* @__PURE__ */ jsx45("li", { className: "k-item", children: /* @__PURE__ */ jsx45("span", { children: data }) }) })
5681
5683
  );
5682
5684
  return /* @__PURE__ */ jsxs17(Fragment13, { children: [
5683
- separator && /* @__PURE__ */ jsx44("div", { className: "k-time-separator", children: ":" }),
5685
+ separator && /* @__PURE__ */ jsx45("div", { className: "k-time-separator", children: ":" }),
5684
5686
  /* @__PURE__ */ jsxs17(
5685
5687
  "div",
5686
5688
  {
@@ -5693,10 +5695,10 @@ var TimeSelectorColumn = (props) => {
5693
5695
  })
5694
5696
  ),
5695
5697
  children: [
5696
- /* @__PURE__ */ jsx44("span", { className: "k-title", children: text }),
5697
- /* @__PURE__ */ jsx44("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs17("div", { className: "k-content k-scrollable k-time-container", children: [
5698
- /* @__PURE__ */ jsx44("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5699
- /* @__PURE__ */ jsx44("div", { className: "k-scrollable-placeholder" })
5698
+ /* @__PURE__ */ jsx45("span", { className: "k-title", children: text }),
5699
+ /* @__PURE__ */ jsx45("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs17("div", { className: "k-content k-scrollable k-time-container", children: [
5700
+ /* @__PURE__ */ jsx45("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
5701
+ /* @__PURE__ */ jsx45("div", { className: "k-scrollable-placeholder" })
5700
5702
  ] }) })
5701
5703
  ]
5702
5704
  }
@@ -5705,7 +5707,7 @@ var TimeSelectorColumn = (props) => {
5705
5707
  };
5706
5708
 
5707
5709
  // src/time-selector/time-selector-header.tsx
5708
- import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5710
+ import { jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
5709
5711
  var className13 = `k-time-header`;
5710
5712
  var TimeSelectorHeader = (props) => {
5711
5713
  const {
@@ -5721,7 +5723,7 @@ var TimeSelectorHeader = (props) => {
5721
5723
  className13
5722
5724
  ),
5723
5725
  children: [
5724
- title != null && /* @__PURE__ */ jsx45("span", { className: "k-title", children: title }),
5726
+ title != null && /* @__PURE__ */ jsx46("span", { className: "k-title", children: title }),
5725
5727
  props.children
5726
5728
  ]
5727
5729
  }
@@ -5729,10 +5731,19 @@ var TimeSelectorHeader = (props) => {
5729
5731
  };
5730
5732
 
5731
5733
  // src/time-selector/time-selector-fast-selection.tsx
5732
- import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
5734
+ import { jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
5735
+
5736
+ // src/time-selector/templates/time-selector-all.tsx
5737
+ import { jsx as jsx48, jsxs as jsxs20 } from "react/jsx-runtime";
5738
+
5739
+ // src/time-selector/templates/time-selector-hour.tsx
5740
+ import { jsx as jsx49, jsxs as jsxs21 } from "react/jsx-runtime";
5741
+
5742
+ // src/time-selector/templates/time-selector-minute.tsx
5743
+ import { jsx as jsx50, jsxs as jsxs22 } from "react/jsx-runtime";
5733
5744
 
5734
5745
  // src/datetime-selector/datetime-selector.spec.tsx
5735
- import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs20 } from "react/jsx-runtime";
5746
+ import { Fragment as Fragment14, jsx as jsx51, jsxs as jsxs23 } from "react/jsx-runtime";
5736
5747
  var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
5737
5748
  var states24 = [];
5738
5749
  var options22 = {
@@ -5751,7 +5762,7 @@ var DateTimeSelector = (props) => {
5751
5762
  dir,
5752
5763
  ...other
5753
5764
  } = props;
5754
- return /* @__PURE__ */ jsxs20(
5765
+ return /* @__PURE__ */ jsxs23(
5755
5766
  "div",
5756
5767
  {
5757
5768
  ...other,
@@ -5767,20 +5778,20 @@ var DateTimeSelector = (props) => {
5767
5778
  })
5768
5779
  ),
5769
5780
  children: [
5770
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs20(ButtonGroup, { stretched: true, children: [
5771
- /* @__PURE__ */ jsx47(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
5772
- /* @__PURE__ */ jsx47(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
5781
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs23(ButtonGroup, { stretched: true, children: [
5782
+ /* @__PURE__ */ jsx51(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
5783
+ /* @__PURE__ */ jsx51(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
5773
5784
  ] }) }),
5774
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
5775
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-calendar-wrap" }),
5776
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx47(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx47(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx47(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5777
- ] }) : /* @__PURE__ */ jsxs20(Fragment14, { children: [
5778
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx47(Calendar, { size, showOtherMonth: true, dir }) }),
5779
- /* @__PURE__ */ jsx47("div", { className: "k-datetime-time-wrap" })
5785
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs23(Fragment14, { children: [
5786
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-calendar-wrap" }),
5787
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx51(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx51(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx51(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
5788
+ ] }) : /* @__PURE__ */ jsxs23(Fragment14, { children: [
5789
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx51(Calendar, { size, showOtherMonth: true, dir }) }),
5790
+ /* @__PURE__ */ jsx51("div", { className: "k-datetime-time-wrap" })
5780
5791
  ] }) }),
5781
- actionButtons && /* @__PURE__ */ jsxs20(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5782
- /* @__PURE__ */ jsx47(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
5783
- /* @__PURE__ */ jsx47(Button, { size, className: "k-time-cancel", children: "Cancel" })
5792
+ actionButtons && /* @__PURE__ */ jsxs23(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
5793
+ /* @__PURE__ */ jsx51(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
5794
+ /* @__PURE__ */ jsx51(Button, { size, className: "k-time-cancel", children: "Cancel" })
5784
5795
  ] })
5785
5796
  ]
5786
5797
  }
@@ -5792,7 +5803,7 @@ DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
5792
5803
  DateTimeSelector.defaultProps = defaultProps21;
5793
5804
 
5794
5805
  // src/action-sheet/action-sheet.spec.tsx
5795
- import { Fragment as Fragment15, jsx as jsx48, jsxs as jsxs21 } from "react/jsx-runtime";
5806
+ import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs24 } from "react/jsx-runtime";
5796
5807
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5797
5808
  var states25 = [];
5798
5809
  var options23 = {};
@@ -5815,8 +5826,8 @@ var ActionSheet = (props) => {
5815
5826
  overlay = defaultProps22.overlay,
5816
5827
  ...other
5817
5828
  } = props;
5818
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx48(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5819
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx48(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx48(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5829
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx52(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5830
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx52(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx52(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5820
5831
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5821
5832
  switch (child.type) {
5822
5833
  case ActionSheetHeader:
@@ -5826,10 +5837,10 @@ var ActionSheet = (props) => {
5826
5837
  return true;
5827
5838
  }
5828
5839
  return true;
5829
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx48(Fragment15, {});
5830
- return /* @__PURE__ */ jsxs21("div", { className: "k-actionsheet-container", children: [
5831
- overlay && /* @__PURE__ */ jsx48("div", { className: "k-overlay" }),
5832
- /* @__PURE__ */ jsx48(
5840
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx52(Fragment15, {});
5841
+ return /* @__PURE__ */ jsxs24("div", { className: "k-actionsheet-container", children: [
5842
+ overlay && /* @__PURE__ */ jsx52("div", { className: "k-overlay" }),
5843
+ /* @__PURE__ */ jsx52(
5833
5844
  AnimationContainer,
5834
5845
  {
5835
5846
  animationStyle: {
@@ -5839,7 +5850,7 @@ var ActionSheet = (props) => {
5839
5850
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5840
5851
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5841
5852
  },
5842
- children: /* @__PURE__ */ jsx48(
5853
+ children: /* @__PURE__ */ jsx52(
5843
5854
  "div",
5844
5855
  {
5845
5856
  ...other,
@@ -5852,9 +5863,9 @@ var ActionSheet = (props) => {
5852
5863
  "k-adaptive-actionsheet": adaptive
5853
5864
  }
5854
5865
  ),
5855
- children: /* @__PURE__ */ jsxs21(Fragment15, { children: [
5866
+ children: /* @__PURE__ */ jsxs24(Fragment15, { children: [
5856
5867
  _ActionSheetHeader,
5857
- /* @__PURE__ */ jsx48("div", { className: classNames(
5868
+ /* @__PURE__ */ jsx52("div", { className: classNames(
5858
5869
  "k-actionsheet-content",
5859
5870
  {
5860
5871
  "!k-overflow-hidden": adaptive
@@ -5874,7 +5885,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5874
5885
  ActionSheet.defaultProps = defaultProps22;
5875
5886
 
5876
5887
  // src/searchbox/searchbox.spec.tsx
5877
- import { jsx as jsx49, jsxs as jsxs22 } from "react/jsx-runtime";
5888
+ import { jsx as jsx53, jsxs as jsxs25 } from "react/jsx-runtime";
5878
5889
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5879
5890
  var states26 = [
5880
5891
  States.hover,
@@ -5915,7 +5926,7 @@ var Searchbox = (props) => {
5915
5926
  icon = defaultProps23.icon,
5916
5927
  ...other
5917
5928
  } = props;
5918
- return /* @__PURE__ */ jsxs22(
5929
+ return /* @__PURE__ */ jsxs25(
5919
5930
  Input,
5920
5931
  {
5921
5932
  ...other,
@@ -5931,11 +5942,11 @@ var Searchbox = (props) => {
5931
5942
  disabled,
5932
5943
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5933
5944
  children: [
5934
- showIcon && /* @__PURE__ */ jsx49(Icon, { className: "k-input-icon", icon }),
5935
- /* @__PURE__ */ jsx49(InputInnerInput, { placeholder, value }),
5936
- /* @__PURE__ */ jsx49(InputLoadingIcon, { ...props }),
5937
- /* @__PURE__ */ jsx49(InputValidationIcon, { ...props }),
5938
- /* @__PURE__ */ jsx49(InputClearValue, { ...props })
5945
+ showIcon && /* @__PURE__ */ jsx53(Icon, { className: "k-input-icon", icon }),
5946
+ /* @__PURE__ */ jsx53(InputInnerInput, { placeholder, value }),
5947
+ /* @__PURE__ */ jsx53(InputLoadingIcon, { ...props }),
5948
+ /* @__PURE__ */ jsx53(InputValidationIcon, { ...props }),
5949
+ /* @__PURE__ */ jsx53(InputClearValue, { ...props })
5939
5950
  ]
5940
5951
  }
5941
5952
  );
@@ -5946,10 +5957,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5946
5957
  Searchbox.defaultProps = defaultProps23;
5947
5958
 
5948
5959
  // src/searchbox/templates/searchbox-normal.tsx
5949
- import { jsx as jsx50 } from "react/jsx-runtime";
5960
+ import { jsx as jsx54 } from "react/jsx-runtime";
5950
5961
 
5951
5962
  // src/action-sheet/actionsheet-header.tsx
5952
- import { Fragment as Fragment16, jsx as jsx51, jsxs as jsxs23 } from "react/jsx-runtime";
5963
+ import { Fragment as Fragment16, jsx as jsx55, jsxs as jsxs26 } from "react/jsx-runtime";
5953
5964
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5954
5965
  var ActionSheetHeader = (props) => {
5955
5966
  const {
@@ -5959,7 +5970,7 @@ var ActionSheetHeader = (props) => {
5959
5970
  filter,
5960
5971
  ...other
5961
5972
  } = props;
5962
- return /* @__PURE__ */ jsx51(
5973
+ return /* @__PURE__ */ jsx55(
5963
5974
  "div",
5964
5975
  {
5965
5976
  ...other,
@@ -5967,30 +5978,30 @@ var ActionSheetHeader = (props) => {
5967
5978
  props.className,
5968
5979
  ACTIONSHEETHEADER_CLASSNAME
5969
5980
  ),
5970
- children: /* @__PURE__ */ jsxs23(Fragment16, { children: [
5971
- /* @__PURE__ */ jsxs23("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5972
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx51(Fragment16, { children: /* @__PURE__ */ jsxs23("div", { className: "k-actionsheet-title", children: [
5973
- title !== "" && /* @__PURE__ */ jsx51("div", { className: "k-text-center", children: title }),
5974
- subTitle !== "" && /* @__PURE__ */ jsx51("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5981
+ children: /* @__PURE__ */ jsxs26(Fragment16, { children: [
5982
+ /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5983
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx55(Fragment16, { children: /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-title", children: [
5984
+ title !== "" && /* @__PURE__ */ jsx55("div", { className: "k-text-center", children: title }),
5985
+ subTitle !== "" && /* @__PURE__ */ jsx55("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5975
5986
  ] }) }),
5976
- props.children && /* @__PURE__ */ jsx51("div", { className: "k-actionsheet-title", children: props.children }),
5977
- actions && /* @__PURE__ */ jsx51(Fragment16, { children: /* @__PURE__ */ jsx51("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx51(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5987
+ props.children && /* @__PURE__ */ jsx55("div", { className: "k-actionsheet-title", children: props.children }),
5988
+ actions && /* @__PURE__ */ jsx55(Fragment16, { children: /* @__PURE__ */ jsx55("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx55(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5978
5989
  ] }),
5979
- filter && /* @__PURE__ */ jsx51(Fragment16, { children: /* @__PURE__ */ jsx51("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx51(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5990
+ filter && /* @__PURE__ */ jsx55(Fragment16, { children: /* @__PURE__ */ jsx55("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx55(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5980
5991
  ] })
5981
5992
  }
5982
5993
  );
5983
5994
  };
5984
5995
 
5985
5996
  // src/action-sheet/actionsheet-footer.tsx
5986
- import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs24 } from "react/jsx-runtime";
5997
+ import { Fragment as Fragment17, jsx as jsx56, jsxs as jsxs27 } from "react/jsx-runtime";
5987
5998
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5988
5999
  var ActionSheetFooter = (props) => {
5989
6000
  const {
5990
6001
  actions,
5991
6002
  ...other
5992
6003
  } = props;
5993
- return /* @__PURE__ */ jsx52(
6004
+ return /* @__PURE__ */ jsx56(
5994
6005
  action_buttons_spec_default,
5995
6006
  {
5996
6007
  ...other,
@@ -5999,17 +6010,17 @@ var ActionSheetFooter = (props) => {
5999
6010
  ACTIONSHEETFOOTER_CLASSNAME
6000
6011
  ),
6001
6012
  alignment: "stretched",
6002
- children: /* @__PURE__ */ jsxs24(Fragment17, { children: [
6013
+ children: /* @__PURE__ */ jsxs27(Fragment17, { children: [
6003
6014
  actions && actions.map((action, index) => {
6004
6015
  if (action === "|") {
6005
- return /* @__PURE__ */ jsx52("span", { className: "k-separator" }, index);
6016
+ return /* @__PURE__ */ jsx56("span", { className: "k-separator" }, index);
6006
6017
  }
6007
6018
  if (action === " ") {
6008
- return /* @__PURE__ */ jsx52("span", { className: "k-spacer" }, index);
6019
+ return /* @__PURE__ */ jsx56("span", { className: "k-spacer" }, index);
6009
6020
  }
6010
6021
  const importantFlag = action.startsWith("!");
6011
6022
  const actionName = importantFlag ? action.substring(1) : action;
6012
- return /* @__PURE__ */ jsx52(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6023
+ return /* @__PURE__ */ jsx56(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6013
6024
  }),
6014
6025
  !actions && props.children
6015
6026
  ] })
@@ -6018,12 +6029,12 @@ var ActionSheetFooter = (props) => {
6018
6029
  };
6019
6030
 
6020
6031
  // src/action-sheet/actionsheet-items.tsx
6021
- import { jsx as jsx53 } from "react/jsx-runtime";
6032
+ import { jsx as jsx57 } from "react/jsx-runtime";
6022
6033
  var ActionSheetItems = (props) => {
6023
6034
  const {
6024
6035
  ...other
6025
6036
  } = props;
6026
- return /* @__PURE__ */ jsx53(
6037
+ return /* @__PURE__ */ jsx57(
6027
6038
  "div",
6028
6039
  {
6029
6040
  ...other,
@@ -6037,7 +6048,7 @@ var ActionSheetItems = (props) => {
6037
6048
  };
6038
6049
 
6039
6050
  // src/action-sheet/actionsheet-item.tsx
6040
- import { Fragment as Fragment18, jsx as jsx54, jsxs as jsxs25 } from "react/jsx-runtime";
6051
+ import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs28 } from "react/jsx-runtime";
6041
6052
  var states27 = [
6042
6053
  States.hover,
6043
6054
  States.focus,
@@ -6046,7 +6057,7 @@ var states27 = [
6046
6057
  ];
6047
6058
 
6048
6059
  // src/datetimepicker/datetimepicker.spec.tsx
6049
- import { Fragment as Fragment19, jsx as jsx55, jsxs as jsxs26 } from "react/jsx-runtime";
6060
+ import { Fragment as Fragment19, jsx as jsx59, jsxs as jsxs29 } from "react/jsx-runtime";
6050
6061
  var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
6051
6062
  var states28 = [
6052
6063
  States.hover,
@@ -6093,8 +6104,8 @@ var DateTimePicker = (props) => {
6093
6104
  adaptiveSettings,
6094
6105
  ...other
6095
6106
  } = props;
6096
- return /* @__PURE__ */ jsxs26(Fragment19, { children: [
6097
- /* @__PURE__ */ jsxs26(
6107
+ return /* @__PURE__ */ jsxs29(Fragment19, { children: [
6108
+ /* @__PURE__ */ jsxs29(
6098
6109
  Input,
6099
6110
  {
6100
6111
  ...other,
@@ -6112,9 +6123,9 @@ var DateTimePicker = (props) => {
6112
6123
  readonly,
6113
6124
  className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
6114
6125
  children: [
6115
- /* @__PURE__ */ jsx55(InputPrefix, { children: prefix }),
6116
- /* @__PURE__ */ jsx55(InputInnerInput, { placeholder, value }),
6117
- /* @__PURE__ */ jsx55(
6126
+ /* @__PURE__ */ jsx59(InputPrefix, { children: prefix }),
6127
+ /* @__PURE__ */ jsx59(InputInnerInput, { placeholder, value }),
6128
+ /* @__PURE__ */ jsx59(
6118
6129
  InputValidationIcon,
6119
6130
  {
6120
6131
  valid,
@@ -6123,14 +6134,14 @@ var DateTimePicker = (props) => {
6123
6134
  disabled
6124
6135
  }
6125
6136
  ),
6126
- /* @__PURE__ */ jsx55(
6137
+ /* @__PURE__ */ jsx59(
6127
6138
  InputLoadingIcon,
6128
6139
  {
6129
6140
  loading,
6130
6141
  disabled
6131
6142
  }
6132
6143
  ),
6133
- /* @__PURE__ */ jsx55(
6144
+ /* @__PURE__ */ jsx59(
6134
6145
  InputClearValue,
6135
6146
  {
6136
6147
  loading,
@@ -6139,8 +6150,8 @@ var DateTimePicker = (props) => {
6139
6150
  value
6140
6151
  }
6141
6152
  ),
6142
- /* @__PURE__ */ jsx55(InputSuffix, { children: suffix }),
6143
- /* @__PURE__ */ jsx55(
6153
+ /* @__PURE__ */ jsx59(InputSuffix, { children: suffix }),
6154
+ /* @__PURE__ */ jsx59(
6144
6155
  Button,
6145
6156
  {
6146
6157
  className: "k-input-button",
@@ -6153,9 +6164,9 @@ var DateTimePicker = (props) => {
6153
6164
  ]
6154
6165
  }
6155
6166
  ),
6156
- opened && /* @__PURE__ */ jsx55(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx55(DateTimeSelector, { tab, dir }) }),
6157
- adaptive && /* @__PURE__ */ jsxs26(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6158
- /* @__PURE__ */ jsx55(
6167
+ opened && /* @__PURE__ */ jsx59(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx59(DateTimeSelector, { tab, dir }) }),
6168
+ adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6169
+ /* @__PURE__ */ jsx59(
6159
6170
  ActionSheetHeader,
6160
6171
  {
6161
6172
  actions: ["x"],
@@ -6163,8 +6174,8 @@ var DateTimePicker = (props) => {
6163
6174
  subTitle: "DD / MM / YY"
6164
6175
  }
6165
6176
  ),
6166
- /* @__PURE__ */ jsx55(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6167
- /* @__PURE__ */ jsx55(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6177
+ /* @__PURE__ */ jsx59(DateTimeSelector, { size: "large", tab, actionButtons: false }),
6178
+ /* @__PURE__ */ jsx59(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
6168
6179
  ] })
6169
6180
  ] });
6170
6181
  };
@@ -6174,21 +6185,21 @@ DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
6174
6185
  DateTimePicker.defaultProps = defaultProps24;
6175
6186
 
6176
6187
  // src/datetimepicker/templates/datetimepicker-normal.tsx
6177
- import { jsx as jsx56 } from "react/jsx-runtime";
6188
+ import { jsx as jsx60 } from "react/jsx-runtime";
6178
6189
 
6179
6190
  // src/datetimepicker/templates/datetimepicker-popup.tsx
6180
- import { jsx as jsx57 } from "react/jsx-runtime";
6191
+ import { jsx as jsx61 } from "react/jsx-runtime";
6181
6192
 
6182
6193
  // src/datetimepicker/templates/datetimepicker-adaptive.tsx
6183
- import { jsx as jsx58 } from "react/jsx-runtime";
6194
+ import { jsx as jsx62 } from "react/jsx-runtime";
6184
6195
 
6185
6196
  // src/nodata/nodata.tsx
6186
- import { jsx as jsx59 } from "react/jsx-runtime";
6197
+ import { jsx as jsx63 } from "react/jsx-runtime";
6187
6198
  var className14 = `k-nodata`;
6188
- var NoData = (props) => /* @__PURE__ */ jsx59("span", { className: classNames(className14, props.className), children: props.children });
6199
+ var NoData = (props) => /* @__PURE__ */ jsx63("span", { className: classNames(className14, props.className), children: props.children });
6189
6200
 
6190
6201
  // src/list/list.spec.tsx
6191
- import { jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
6202
+ import { jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6192
6203
  var LIST_CLASSNAME = `k-list`;
6193
6204
  var states29 = [];
6194
6205
  var options26 = {
@@ -6216,7 +6227,7 @@ var List = (props) => {
6216
6227
  listHeader = child.props.label;
6217
6228
  child.props.children.map((optChild, index2) => {
6218
6229
  listChildren.push(
6219
- /* @__PURE__ */ jsx60(
6230
+ /* @__PURE__ */ jsx64(
6220
6231
  ListItem,
6221
6232
  {
6222
6233
  ...optChild.props
@@ -6232,7 +6243,7 @@ var List = (props) => {
6232
6243
  groupLabel = child.props.label;
6233
6244
  }
6234
6245
  listChildren.push(
6235
- /* @__PURE__ */ jsx60(
6246
+ /* @__PURE__ */ jsx64(
6236
6247
  ListItem,
6237
6248
  {
6238
6249
  className: index2 === 0 ? "k-first" : "",
@@ -6244,16 +6255,16 @@ var List = (props) => {
6244
6255
  );
6245
6256
  });
6246
6257
  }
6247
- listGroup = /* @__PURE__ */ jsx60(ListGroup, { label: listHeader, virtualization, children: listChildren });
6258
+ listGroup = /* @__PURE__ */ jsx64(ListGroup, { label: listHeader, virtualization, children: listChildren });
6248
6259
  } else if (child.type === ListItem) {
6249
- listChildren.push(/* @__PURE__ */ jsx60(ListItem, { ...child.props }, `${child.type}-${index}`));
6250
- listContent = /* @__PURE__ */ jsx60(ListContent, { virtualization, children: listChildren });
6260
+ listChildren.push(/* @__PURE__ */ jsx64(ListItem, { ...child.props }, `${child.type}-${index}`));
6261
+ listContent = /* @__PURE__ */ jsx64(ListContent, { virtualization, children: listChildren });
6251
6262
  }
6252
6263
  });
6253
6264
  } else {
6254
- listContent = /* @__PURE__ */ jsx60(NoData, { children: "No data found." });
6265
+ listContent = /* @__PURE__ */ jsx64(NoData, { children: "No data found." });
6255
6266
  }
6256
- return /* @__PURE__ */ jsxs27(
6267
+ return /* @__PURE__ */ jsxs30(
6257
6268
  "div",
6258
6269
  {
6259
6270
  ...other,
@@ -6281,7 +6292,7 @@ List.className = LIST_CLASSNAME;
6281
6292
  List.defaultProps = defaultProps25;
6282
6293
 
6283
6294
  // src/list/list-angular.spec.tsx
6284
- import { jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
6295
+ import { jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6285
6296
  var LISTANGULAR_CLASSNAME = `k-list`;
6286
6297
  var states30 = [];
6287
6298
  var options27 = {
@@ -6308,7 +6319,7 @@ var ListAngular = (props) => {
6308
6319
  listHeader = child.props.label;
6309
6320
  child.props.children.map((optChild, index2) => {
6310
6321
  listChildren.push(
6311
- /* @__PURE__ */ jsx61(
6322
+ /* @__PURE__ */ jsx65(
6312
6323
  ListItem,
6313
6324
  {
6314
6325
  ...optChild.props
@@ -6319,7 +6330,7 @@ var ListAngular = (props) => {
6319
6330
  });
6320
6331
  } else {
6321
6332
  listChildren.push(
6322
- /* @__PURE__ */ jsx61(
6333
+ /* @__PURE__ */ jsx65(
6323
6334
  ListGroupItem,
6324
6335
  {
6325
6336
  ...child.props,
@@ -6330,7 +6341,7 @@ var ListAngular = (props) => {
6330
6341
  );
6331
6342
  child.props.children.map((optChild, index2) => {
6332
6343
  listChildren.push(
6333
- /* @__PURE__ */ jsx61(
6344
+ /* @__PURE__ */ jsx65(
6334
6345
  ListItem,
6335
6346
  {
6336
6347
  ...optChild.props
@@ -6340,16 +6351,16 @@ var ListAngular = (props) => {
6340
6351
  );
6341
6352
  });
6342
6353
  }
6343
- listGroup = /* @__PURE__ */ jsx61(ListGroup, { label: listHeader, virtualization, children: listChildren });
6354
+ listGroup = /* @__PURE__ */ jsx65(ListGroup, { label: listHeader, virtualization, children: listChildren });
6344
6355
  } else if (child.type === ListItem) {
6345
- listChildren.push(/* @__PURE__ */ jsx61(ListItem, { ...child.props }, `${child.type}-${index}`));
6346
- listContent = /* @__PURE__ */ jsx61(ListContent, { virtualization, children: listChildren });
6356
+ listChildren.push(/* @__PURE__ */ jsx65(ListItem, { ...child.props }, `${child.type}-${index}`));
6357
+ listContent = /* @__PURE__ */ jsx65(ListContent, { virtualization, children: listChildren });
6347
6358
  }
6348
6359
  });
6349
6360
  } else {
6350
- listContent = /* @__PURE__ */ jsx61(NoData, { children: "No data found." });
6361
+ listContent = /* @__PURE__ */ jsx65(NoData, { children: "No data found." });
6351
6362
  }
6352
- return /* @__PURE__ */ jsxs28(
6363
+ return /* @__PURE__ */ jsxs31(
6353
6364
  "div",
6354
6365
  {
6355
6366
  ...other,
@@ -6376,7 +6387,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
6376
6387
  ListAngular.defaultProps = defaultProps26;
6377
6388
 
6378
6389
  // src/list/list-item.spec.tsx
6379
- import { jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
6390
+ import { jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
6380
6391
  var LISTITEM_CLASSNAME = `k-list-item`;
6381
6392
  var states31 = [
6382
6393
  States.hover,
@@ -6401,7 +6412,7 @@ var ListItem = (props) => {
6401
6412
  ...other
6402
6413
  } = props;
6403
6414
  const textOrChildren = text ? text : props.children;
6404
- return /* @__PURE__ */ jsxs29(
6415
+ return /* @__PURE__ */ jsxs32(
6405
6416
  "li",
6406
6417
  {
6407
6418
  ...other,
@@ -6416,10 +6427,10 @@ var ListItem = (props) => {
6416
6427
  })
6417
6428
  ),
6418
6429
  children: [
6419
- showCheckbox && /* @__PURE__ */ jsx62(Checkbox, { checked }),
6420
- showIcon && /* @__PURE__ */ jsx62(Icon, { icon: iconName }),
6421
- /* @__PURE__ */ jsx62("span", { className: "k-list-item-text", children: textOrChildren }),
6422
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx62("div", { className: "k-list-item-group-label", children: groupLabel })
6430
+ showCheckbox && /* @__PURE__ */ jsx66(Checkbox, { checked }),
6431
+ showIcon && /* @__PURE__ */ jsx66(Icon, { icon: iconName }),
6432
+ /* @__PURE__ */ jsx66("span", { className: "k-list-item-text", children: textOrChildren }),
6433
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx66("div", { className: "k-list-item-group-label", children: groupLabel })
6423
6434
  ]
6424
6435
  }
6425
6436
  );
@@ -6430,43 +6441,43 @@ ListItem.className = LISTITEM_CLASSNAME;
6430
6441
  ListItem.defaultProps = defaultProps27;
6431
6442
 
6432
6443
  // src/list/list-content.tsx
6433
- import { jsx as jsx63, jsxs as jsxs30 } from "react/jsx-runtime";
6444
+ import { jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
6434
6445
  var className15 = `k-list-content`;
6435
6446
  var ListContent = (props) => {
6436
6447
  const {
6437
6448
  virtualization
6438
6449
  } = props;
6439
- return /* @__PURE__ */ jsxs30("div", { className: classNames(className15, props.className), children: [
6440
- /* @__PURE__ */ jsx63("ul", { className: classNames("k-list-ul"), children: props.children }),
6441
- virtualization && /* @__PURE__ */ jsx63("div", { className: "k-height-container", children: /* @__PURE__ */ jsx63("div", {}) })
6450
+ return /* @__PURE__ */ jsxs33("div", { className: classNames(className15, props.className), children: [
6451
+ /* @__PURE__ */ jsx67("ul", { className: classNames("k-list-ul"), children: props.children }),
6452
+ virtualization && /* @__PURE__ */ jsx67("div", { className: "k-height-container", children: /* @__PURE__ */ jsx67("div", {}) })
6442
6453
  ] });
6443
6454
  };
6444
6455
 
6445
6456
  // src/list/list-header.tsx
6446
- import { jsx as jsx64 } from "react/jsx-runtime";
6457
+ import { jsx as jsx68 } from "react/jsx-runtime";
6447
6458
  var className16 = `k-list-group-sticky-header`;
6448
- var ListHeader = (props) => /* @__PURE__ */ jsx64("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx64("div", { className: "k-list-header-text", children: props.children }) });
6459
+ var ListHeader = (props) => /* @__PURE__ */ jsx68("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx68("div", { className: "k-list-header-text", children: props.children }) });
6449
6460
 
6450
6461
  // src/list/list-group.tsx
6451
- import { Fragment as Fragment20, jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6462
+ import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs34 } from "react/jsx-runtime";
6452
6463
  var ListGroup = (props) => {
6453
6464
  const {
6454
6465
  virtualization,
6455
6466
  label
6456
6467
  } = props;
6457
- return /* @__PURE__ */ jsxs31(Fragment20, { children: [
6458
- label && /* @__PURE__ */ jsx65(ListHeader, { children: label }),
6459
- props.children && /* @__PURE__ */ jsx65(ListContent, { virtualization, children: props.children })
6468
+ return /* @__PURE__ */ jsxs34(Fragment20, { children: [
6469
+ label && /* @__PURE__ */ jsx69(ListHeader, { children: label }),
6470
+ props.children && /* @__PURE__ */ jsx69(ListContent, { virtualization, children: props.children })
6460
6471
  ] });
6461
6472
  };
6462
6473
 
6463
6474
  // src/list/list-group-item.tsx
6464
- import { jsx as jsx66 } from "react/jsx-runtime";
6475
+ import { jsx as jsx70 } from "react/jsx-runtime";
6465
6476
  var className17 = `k-list-group-item`;
6466
- var ListGroupItem = (props) => /* @__PURE__ */ jsx66("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx66("span", { className: "k-list-item-text", children: props.children }) });
6477
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx70("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx70("span", { className: "k-list-item-text", children: props.children }) });
6467
6478
 
6468
6479
  // src/list/list-option-label.tsx
6469
- import { jsx as jsx67 } from "react/jsx-runtime";
6480
+ import { jsx as jsx71 } from "react/jsx-runtime";
6470
6481
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6471
6482
  var states32 = [
6472
6483
  States.hover,
@@ -6485,7 +6496,7 @@ var ListOptionLabel = (props) => {
6485
6496
  disabled,
6486
6497
  ...other
6487
6498
  } = props;
6488
- return /* @__PURE__ */ jsx67(
6499
+ return /* @__PURE__ */ jsx71(
6489
6500
  "div",
6490
6501
  {
6491
6502
  ...other,
@@ -6508,28 +6519,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6508
6519
  ListOptionLabel.defaultProps = defaultProps28;
6509
6520
 
6510
6521
  // src/list/templates/list-normal.tsx
6511
- import { jsx as jsx68 } from "react/jsx-runtime";
6522
+ import { jsx as jsx72 } from "react/jsx-runtime";
6512
6523
 
6513
6524
  // src/list/templates/list-virtualization.tsx
6514
- import { jsx as jsx69 } from "react/jsx-runtime";
6525
+ import { jsx as jsx73 } from "react/jsx-runtime";
6515
6526
 
6516
6527
  // src/list/templates/list-grouping.tsx
6517
- import { jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
6528
+ import { jsx as jsx74, jsxs as jsxs35 } from "react/jsx-runtime";
6518
6529
 
6519
6530
  // src/list/templates/list-virualization-grouping.tsx
6520
- import { jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6531
+ import { jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
6521
6532
 
6522
6533
  // src/list/templates/list-virtualization-angular.tsx
6523
- import { jsx as jsx72 } from "react/jsx-runtime";
6534
+ import { jsx as jsx76 } from "react/jsx-runtime";
6524
6535
 
6525
6536
  // src/list/templates/list-grouping-angular.tsx
6526
- import { jsx as jsx73, jsxs as jsxs34 } from "react/jsx-runtime";
6537
+ import { jsx as jsx77, jsxs as jsxs37 } from "react/jsx-runtime";
6527
6538
 
6528
6539
  // src/list/templates/list-virualization-grouping-angular.tsx
6529
- import { jsx as jsx74, jsxs as jsxs35 } from "react/jsx-runtime";
6540
+ import { jsx as jsx78, jsxs as jsxs38 } from "react/jsx-runtime";
6530
6541
 
6531
6542
  // src/combobox/combobox.spec.tsx
6532
- import { Fragment as Fragment21, jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
6543
+ import { Fragment as Fragment21, jsx as jsx79, jsxs as jsxs39 } from "react/jsx-runtime";
6533
6544
  var COMBOBOX_CLASSNAME = `k-combobox`;
6534
6545
  var states33 = [
6535
6546
  States.hover,
@@ -6574,8 +6585,8 @@ var Combobox = (props) => {
6574
6585
  adaptiveSettings,
6575
6586
  ...other
6576
6587
  } = props;
6577
- return /* @__PURE__ */ jsxs36(Fragment21, { children: [
6578
- /* @__PURE__ */ jsxs36(
6588
+ return /* @__PURE__ */ jsxs39(Fragment21, { children: [
6589
+ /* @__PURE__ */ jsxs39(
6579
6590
  Input,
6580
6591
  {
6581
6592
  ...other,
@@ -6592,9 +6603,9 @@ var Combobox = (props) => {
6592
6603
  readonly,
6593
6604
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6594
6605
  children: [
6595
- /* @__PURE__ */ jsx75(InputPrefix, { children: prefix }),
6596
- /* @__PURE__ */ jsx75(InputInnerInput, { placeholder, value }),
6597
- /* @__PURE__ */ jsx75(
6606
+ /* @__PURE__ */ jsx79(InputPrefix, { children: prefix }),
6607
+ /* @__PURE__ */ jsx79(InputInnerInput, { placeholder, value }),
6608
+ /* @__PURE__ */ jsx79(
6598
6609
  InputValidationIcon,
6599
6610
  {
6600
6611
  valid,
@@ -6603,14 +6614,14 @@ var Combobox = (props) => {
6603
6614
  disabled
6604
6615
  }
6605
6616
  ),
6606
- /* @__PURE__ */ jsx75(
6617
+ /* @__PURE__ */ jsx79(
6607
6618
  InputLoadingIcon,
6608
6619
  {
6609
6620
  loading,
6610
6621
  disabled
6611
6622
  }
6612
6623
  ),
6613
- /* @__PURE__ */ jsx75(
6624
+ /* @__PURE__ */ jsx79(
6614
6625
  InputClearValue,
6615
6626
  {
6616
6627
  loading,
@@ -6619,8 +6630,8 @@ var Combobox = (props) => {
6619
6630
  value
6620
6631
  }
6621
6632
  ),
6622
- /* @__PURE__ */ jsx75(InputSuffix, { children: suffix }),
6623
- /* @__PURE__ */ jsx75(
6633
+ /* @__PURE__ */ jsx79(InputSuffix, { children: suffix }),
6634
+ /* @__PURE__ */ jsx79(
6624
6635
  Button,
6625
6636
  {
6626
6637
  className: "k-input-button",
@@ -6633,9 +6644,9 @@ var Combobox = (props) => {
6633
6644
  ]
6634
6645
  }
6635
6646
  ),
6636
- opened && popup && /* @__PURE__ */ jsx75(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6637
- adaptive && /* @__PURE__ */ jsxs36(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6638
- /* @__PURE__ */ jsx75(
6647
+ opened && popup && /* @__PURE__ */ jsx79(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6648
+ adaptive && /* @__PURE__ */ jsxs39(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6649
+ /* @__PURE__ */ jsx79(
6639
6650
  ActionSheetHeader,
6640
6651
  {
6641
6652
  actions: ["x"],
@@ -6643,10 +6654,10 @@ var Combobox = (props) => {
6643
6654
  title: "Select Item"
6644
6655
  }
6645
6656
  ),
6646
- /* @__PURE__ */ jsx75("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs36(List, { size: "large", children: [
6647
- /* @__PURE__ */ jsx75(ListItem, { text: "List item" }),
6648
- /* @__PURE__ */ jsx75(ListItem, { text: "List item" }),
6649
- /* @__PURE__ */ jsx75(ListItem, { text: "List item" })
6657
+ /* @__PURE__ */ jsx79("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs39(List, { size: "large", children: [
6658
+ /* @__PURE__ */ jsx79(ListItem, { text: "List item" }),
6659
+ /* @__PURE__ */ jsx79(ListItem, { text: "List item" }),
6660
+ /* @__PURE__ */ jsx79(ListItem, { text: "List item" })
6650
6661
  ] }) })
6651
6662
  ] })
6652
6663
  ] });
@@ -6657,22 +6668,22 @@ Combobox.className = COMBOBOX_CLASSNAME;
6657
6668
  Combobox.defaultProps = defaultProps29;
6658
6669
 
6659
6670
  // src/combobox/templates/combobox-normal.tsx
6660
- import { jsx as jsx76 } from "react/jsx-runtime";
6671
+ import { jsx as jsx80 } from "react/jsx-runtime";
6661
6672
 
6662
6673
  // src/combobox/templates/combobox-popup.tsx
6663
- import { jsx as jsx77, jsxs as jsxs37 } from "react/jsx-runtime";
6674
+ import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
6664
6675
 
6665
6676
  // src/combobox/templates/combobox-grouping.tsx
6666
- import { jsx as jsx78, jsxs as jsxs38 } from "react/jsx-runtime";
6677
+ import { jsx as jsx82, jsxs as jsxs41 } from "react/jsx-runtime";
6667
6678
 
6668
6679
  // src/combobox/templates/combobox-adaptive.tsx
6669
- import { jsx as jsx79 } from "react/jsx-runtime";
6680
+ import { jsx as jsx83 } from "react/jsx-runtime";
6670
6681
 
6671
6682
  // src/chip/chip-action.tsx
6672
- import { jsx as jsx80 } from "react/jsx-runtime";
6683
+ import { jsx as jsx84 } from "react/jsx-runtime";
6673
6684
 
6674
6685
  // src/avatar/avatar.spec.tsx
6675
- import { jsx as jsx81 } from "react/jsx-runtime";
6686
+ import { jsx as jsx85 } from "react/jsx-runtime";
6676
6687
  var AVATAR_CLASSNAME = `k-avatar`;
6677
6688
  var states34 = [
6678
6689
  States.hover,
@@ -6717,7 +6728,7 @@ var Avatar = (props) => {
6717
6728
  border = defaultProps30.border,
6718
6729
  ...other
6719
6730
  } = props;
6720
- return /* @__PURE__ */ jsx81(
6731
+ return /* @__PURE__ */ jsx85(
6721
6732
  "div",
6722
6733
  {
6723
6734
  ...other,
@@ -6734,7 +6745,7 @@ var Avatar = (props) => {
6734
6745
  [`${AVATAR_CLASSNAME}-bordered`]: border
6735
6746
  }
6736
6747
  ),
6737
- children: /* @__PURE__ */ jsx81("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6748
+ children: /* @__PURE__ */ jsx85("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
6738
6749
  }
6739
6750
  );
6740
6751
  };
@@ -6744,16 +6755,16 @@ Avatar.className = AVATAR_CLASSNAME;
6744
6755
  Avatar.defaultProps = defaultProps30;
6745
6756
 
6746
6757
  // src/avatar/templates/avatar-icon.tsx
6747
- import { jsx as jsx82 } from "react/jsx-runtime";
6758
+ import { jsx as jsx86 } from "react/jsx-runtime";
6748
6759
 
6749
6760
  // src/avatar/templates/avatar-text.tsx
6750
- import { jsx as jsx83 } from "react/jsx-runtime";
6761
+ import { jsx as jsx87 } from "react/jsx-runtime";
6751
6762
 
6752
6763
  // src/avatar/templates/avatar-image.tsx
6753
- import { jsx as jsx84 } from "react/jsx-runtime";
6764
+ import { jsx as jsx88 } from "react/jsx-runtime";
6754
6765
 
6755
6766
  // src/chip/chip.spec.tsx
6756
- import { jsx as jsx85, jsxs as jsxs39 } from "react/jsx-runtime";
6767
+ import { jsx as jsx89, jsxs as jsxs42 } from "react/jsx-runtime";
6757
6768
  var CHIP_CLASSNAME = `k-chip`;
6758
6769
  var states35 = [
6759
6770
  States.hover,
@@ -6797,7 +6808,7 @@ var Chip = (props) => {
6797
6808
  disabled,
6798
6809
  ...other
6799
6810
  } = props;
6800
- return /* @__PURE__ */ jsxs39(
6811
+ return /* @__PURE__ */ jsxs42(
6801
6812
  "div",
6802
6813
  {
6803
6814
  ...other,
@@ -6819,10 +6830,10 @@ var Chip = (props) => {
6819
6830
  })
6820
6831
  ),
6821
6832
  children: [
6822
- icon && /* @__PURE__ */ jsx85(Icon, { className: "k-chip-icon", icon, size: "small" }),
6823
- showAvatar && /* @__PURE__ */ jsx85(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx85("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6824
- /* @__PURE__ */ jsx85("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx85("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6825
- actions && /* @__PURE__ */ jsx85("span", { className: "k-chip-actions", children: actions })
6833
+ icon && /* @__PURE__ */ jsx89(Icon, { className: "k-chip-icon", icon, size: "small" }),
6834
+ showAvatar && /* @__PURE__ */ jsx89(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx89("img", { src: "/packages/html/assets/avatar.jpg" }) }),
6835
+ /* @__PURE__ */ jsx89("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx89("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
6836
+ actions && /* @__PURE__ */ jsx89("span", { className: "k-chip-actions", children: actions })
6826
6837
  ]
6827
6838
  }
6828
6839
  );
@@ -6833,7 +6844,7 @@ Chip.className = CHIP_CLASSNAME;
6833
6844
  Chip.defaultProps = defaultProps31;
6834
6845
 
6835
6846
  // src/chip/chip-list.spec.tsx
6836
- import { jsx as jsx86 } from "react/jsx-runtime";
6847
+ import { jsx as jsx90 } from "react/jsx-runtime";
6837
6848
  var CHIPLIST_CLASSNAME = `k-chip-list`;
6838
6849
  var states36 = [];
6839
6850
  var options33 = {
@@ -6847,7 +6858,7 @@ var ChipList = (props) => {
6847
6858
  size = defaultProps32.size,
6848
6859
  ...other
6849
6860
  } = props;
6850
- return /* @__PURE__ */ jsx86(
6861
+ return /* @__PURE__ */ jsx90(
6851
6862
  "div",
6852
6863
  {
6853
6864
  ...other,
@@ -6868,19 +6879,19 @@ ChipList.className = CHIPLIST_CLASSNAME;
6868
6879
  ChipList.defaultProps = defaultProps32;
6869
6880
 
6870
6881
  // src/chip/templates/chip-avatar.tsx
6871
- import { jsx as jsx87 } from "react/jsx-runtime";
6882
+ import { jsx as jsx91 } from "react/jsx-runtime";
6872
6883
 
6873
6884
  // src/chip/templates/chip-icon.tsx
6874
- import { jsx as jsx88 } from "react/jsx-runtime";
6885
+ import { jsx as jsx92 } from "react/jsx-runtime";
6875
6886
 
6876
6887
  // src/chip/templates/chip-normal.tsx
6877
- import { jsx as jsx89 } from "react/jsx-runtime";
6888
+ import { jsx as jsx93 } from "react/jsx-runtime";
6878
6889
 
6879
6890
  // src/chip/templates/chip-removable.tsx
6880
- import { jsx as jsx90 } from "react/jsx-runtime";
6891
+ import { jsx as jsx94 } from "react/jsx-runtime";
6881
6892
 
6882
6893
  // src/multiselect/multiselect.spec.tsx
6883
- import { Fragment as Fragment22, jsx as jsx91, jsxs as jsxs40 } from "react/jsx-runtime";
6894
+ import { Fragment as Fragment22, jsx as jsx95, jsxs as jsxs43 } from "react/jsx-runtime";
6884
6895
  var MULTISELECT_CLASSNAME = `k-multiselect`;
6885
6896
  var states37 = [
6886
6897
  States.hover,
@@ -6923,10 +6934,12 @@ var MultiSelect = (props) => {
6923
6934
  disabled,
6924
6935
  readonly,
6925
6936
  opened,
6937
+ adaptive,
6938
+ adaptiveSettings,
6926
6939
  ...other
6927
6940
  } = props;
6928
- return /* @__PURE__ */ jsxs40(Fragment22, { children: [
6929
- /* @__PURE__ */ jsxs40(
6941
+ return /* @__PURE__ */ jsxs43(Fragment22, { children: [
6942
+ /* @__PURE__ */ jsxs43(
6930
6943
  Input,
6931
6944
  {
6932
6945
  ...other,
@@ -6943,12 +6956,12 @@ var MultiSelect = (props) => {
6943
6956
  readonly,
6944
6957
  className: classNames(props.className, MULTISELECT_CLASSNAME),
6945
6958
  children: [
6946
- /* @__PURE__ */ jsx91(InputPrefix, { children: prefix }),
6947
- /* @__PURE__ */ jsxs40("div", { className: "k-input-values", children: [
6948
- /* @__PURE__ */ jsx91(ChipList, { size, children: /* @__PURE__ */ jsx91(Fragment22, { children: tags }) }),
6949
- /* @__PURE__ */ jsx91(InputInnerInput, { placeholder, value })
6959
+ /* @__PURE__ */ jsx95(InputPrefix, { children: prefix }),
6960
+ /* @__PURE__ */ jsxs43("div", { className: "k-input-values", children: [
6961
+ /* @__PURE__ */ jsx95(ChipList, { size, children: /* @__PURE__ */ jsx95(Fragment22, { children: tags }) }),
6962
+ /* @__PURE__ */ jsx95(InputInnerInput, { placeholder, value })
6950
6963
  ] }),
6951
- /* @__PURE__ */ jsx91(
6964
+ /* @__PURE__ */ jsx95(
6952
6965
  InputValidationIcon,
6953
6966
  {
6954
6967
  valid,
@@ -6957,14 +6970,14 @@ var MultiSelect = (props) => {
6957
6970
  disabled
6958
6971
  }
6959
6972
  ),
6960
- /* @__PURE__ */ jsx91(
6973
+ /* @__PURE__ */ jsx95(
6961
6974
  InputLoadingIcon,
6962
6975
  {
6963
6976
  loading,
6964
6977
  disabled
6965
6978
  }
6966
6979
  ),
6967
- /* @__PURE__ */ jsx91(
6980
+ /* @__PURE__ */ jsx95(
6968
6981
  InputClearValue,
6969
6982
  {
6970
6983
  loading,
@@ -6973,8 +6986,8 @@ var MultiSelect = (props) => {
6973
6986
  value: tags ? "value" : ""
6974
6987
  }
6975
6988
  ),
6976
- /* @__PURE__ */ jsx91(InputSuffix, { children: suffix }),
6977
- showArrowButton && /* @__PURE__ */ jsx91(
6989
+ /* @__PURE__ */ jsx95(InputSuffix, { children: suffix }),
6990
+ showArrowButton && /* @__PURE__ */ jsx95(
6978
6991
  Button,
6979
6992
  {
6980
6993
  className: "k-input-button",
@@ -6987,7 +7000,22 @@ var MultiSelect = (props) => {
6987
7000
  ]
6988
7001
  }
6989
7002
  ),
6990
- opened && popup && /* @__PURE__ */ jsx91(Popup, { className: "k-list-container k-multiselect-popup", children: popup })
7003
+ opened && popup && /* @__PURE__ */ jsx95(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
7004
+ adaptive && /* @__PURE__ */ jsxs43(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7005
+ /* @__PURE__ */ jsx95(
7006
+ ActionSheetHeader,
7007
+ {
7008
+ actions: ["x"],
7009
+ filter: true,
7010
+ title: "Select Item"
7011
+ }
7012
+ ),
7013
+ /* @__PURE__ */ jsx95("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs43(List, { size: "large", children: [
7014
+ /* @__PURE__ */ jsx95(ListItem, { text: "List item" }),
7015
+ /* @__PURE__ */ jsx95(ListItem, { text: "List item" }),
7016
+ /* @__PURE__ */ jsx95(ListItem, { text: "List item" })
7017
+ ] }) })
7018
+ ] })
6991
7019
  ] });
6992
7020
  };
6993
7021
  MultiSelect.states = states37;
@@ -6995,8 +7023,26 @@ MultiSelect.options = options34;
6995
7023
  MultiSelect.className = MULTISELECT_CLASSNAME;
6996
7024
  MultiSelect.defaultProps = defaultProps33;
6997
7025
 
7026
+ // src/multiselect/templates/multiselect-normal.tsx
7027
+ import { jsx as jsx96 } from "react/jsx-runtime";
7028
+
7029
+ // src/multiselect/templates/multiselect-popup.tsx
7030
+ import { jsx as jsx97, jsxs as jsxs44 } from "react/jsx-runtime";
7031
+
7032
+ // src/multiselect/templates/multiselect-value.tsx
7033
+ import { Fragment as Fragment23, jsx as jsx98 } from "react/jsx-runtime";
7034
+
7035
+ // src/multiselect/templates/multiselect-arrow-button.tsx
7036
+ import { jsx as jsx99 } from "react/jsx-runtime";
7037
+
7038
+ // src/multiselect/templates/multiselect-adaptive.tsx
7039
+ import { jsx as jsx100 } from "react/jsx-runtime";
7040
+
7041
+ // src/multiselect/templates/multiselect-grouping.tsx
7042
+ import { jsx as jsx101, jsxs as jsxs45 } from "react/jsx-runtime";
7043
+
6998
7044
  // src/form/form-field.tsx
6999
- import { jsx as jsx92, jsxs as jsxs41 } from "react/jsx-runtime";
7045
+ import { jsx as jsx102, jsxs as jsxs46 } from "react/jsx-runtime";
7000
7046
  var FORMFIELD_CLASSNAME = "k-form-field";
7001
7047
  var states38 = [
7002
7048
  States.disabled
@@ -7014,7 +7060,7 @@ var FormField = (props) => {
7014
7060
  dir,
7015
7061
  colSpan
7016
7062
  } = props;
7017
- return /* @__PURE__ */ jsxs41(
7063
+ return /* @__PURE__ */ jsxs46(
7018
7064
  "div",
7019
7065
  {
7020
7066
  className: classNames(
@@ -7027,19 +7073,19 @@ var FormField = (props) => {
7027
7073
  ),
7028
7074
  dir,
7029
7075
  children: [
7030
- label && /* @__PURE__ */ jsxs41("label", { className: classNames(
7076
+ label && /* @__PURE__ */ jsxs46("label", { className: classNames(
7031
7077
  "k-label",
7032
7078
  "k-form-label"
7033
7079
  ), children: [
7034
7080
  label,
7035
- optional && /* @__PURE__ */ jsx92("span", { className: "k-label-optional", children: "(Optional)" }),
7036
- info && /* @__PURE__ */ jsx92("span", { className: "k-field-info", children: "(field info)" })
7081
+ optional && /* @__PURE__ */ jsx102("span", { className: "k-label-optional", children: "(Optional)" }),
7082
+ info && /* @__PURE__ */ jsx102("span", { className: "k-field-info", children: "(field info)" })
7037
7083
  ] }),
7038
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx92("span", { className: "k-label k-form-label k-label-empty" }),
7039
- /* @__PURE__ */ jsxs41("div", { className: "k-form-field-wrap", children: [
7084
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx102("span", { className: "k-label k-form-label k-label-empty" }),
7085
+ /* @__PURE__ */ jsxs46("div", { className: "k-form-field-wrap", children: [
7040
7086
  editor,
7041
- hint && /* @__PURE__ */ jsx92("div", { className: "k-form-hint", children: hint }),
7042
- error && /* @__PURE__ */ jsx92("div", { className: "k-form-error", children: error })
7087
+ hint && /* @__PURE__ */ jsx102("div", { className: "k-form-hint", children: hint }),
7088
+ error && /* @__PURE__ */ jsx102("div", { className: "k-form-error", children: error })
7043
7089
  ] })
7044
7090
  ]
7045
7091
  }
@@ -7048,7 +7094,7 @@ var FormField = (props) => {
7048
7094
  FormField.className = FORMFIELD_CLASSNAME;
7049
7095
 
7050
7096
  // src/form/fieldset.tsx
7051
- import { Fragment as Fragment23, jsx as jsx93, jsxs as jsxs42 } from "react/jsx-runtime";
7097
+ import { Fragment as Fragment24, jsx as jsx103, jsxs as jsxs47 } from "react/jsx-runtime";
7052
7098
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7053
7099
  var Fieldset = (props) => {
7054
7100
  const {
@@ -7058,9 +7104,9 @@ var Fieldset = (props) => {
7058
7104
  gapX,
7059
7105
  gapY
7060
7106
  } = props;
7061
- return /* @__PURE__ */ jsxs42("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7062
- legend && /* @__PURE__ */ jsx93("legend", { className: "k-form-legend", children: legend }),
7063
- layout === "grid" ? /* @__PURE__ */ jsx93("div", { className: classNames(
7107
+ return /* @__PURE__ */ jsxs47("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7108
+ legend && /* @__PURE__ */ jsx103("legend", { className: "k-form-legend", children: legend }),
7109
+ layout === "grid" ? /* @__PURE__ */ jsx103("div", { className: classNames(
7064
7110
  "k-form-layout",
7065
7111
  "k-d-grid",
7066
7112
  {
@@ -7068,13 +7114,13 @@ var Fieldset = (props) => {
7068
7114
  [`k-gap-x-${gapX}`]: gapX,
7069
7115
  [`k-gap-y-${gapY}`]: gapY
7070
7116
  }
7071
- ), children: props.children }) : /* @__PURE__ */ jsx93(Fragment23, { children: props.children })
7117
+ ), children: props.children }) : /* @__PURE__ */ jsx103(Fragment24, { children: props.children })
7072
7118
  ] });
7073
7119
  };
7074
7120
  Fieldset.className = FIELDSET_CLASSNAME;
7075
7121
 
7076
7122
  // src/form/form.spec.tsx
7077
- import { Fragment as Fragment24, jsx as jsx94, jsxs as jsxs43 } from "react/jsx-runtime";
7123
+ import { Fragment as Fragment25, jsx as jsx104, jsxs as jsxs48 } from "react/jsx-runtime";
7078
7124
  import { createElement } from "react";
7079
7125
  var FORM_CLASSNAME = "k-form";
7080
7126
  var states39 = [];
@@ -7098,7 +7144,7 @@ var Form = (props) => {
7098
7144
  tag = defaultProps34.tag,
7099
7145
  children
7100
7146
  } = props;
7101
- const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx94("form", { className: className18, children: children2 }) : /* @__PURE__ */ jsx94("div", { className: className18, children: children2 });
7147
+ const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx104("form", { className: className18, children: children2 }) : /* @__PURE__ */ jsx104("div", { className: className18, children: children2 });
7102
7148
  const formChildren = [];
7103
7149
  if (children) {
7104
7150
  if (Array.isArray(children)) {
@@ -7117,7 +7163,7 @@ var Form = (props) => {
7117
7163
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ createElement(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
7118
7164
  }
7119
7165
  }
7120
- return /* @__PURE__ */ jsxs43(Parent, { tag, className: classNames(
7166
+ return /* @__PURE__ */ jsxs48(Parent, { tag, className: classNames(
7121
7167
  props.className,
7122
7168
  FORM_CLASSNAME,
7123
7169
  optionClassNames(FORM_CLASSNAME, {
@@ -7127,7 +7173,7 @@ var Form = (props) => {
7127
7173
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7128
7174
  }
7129
7175
  ), children: [
7130
- layout === "grid" ? /* @__PURE__ */ jsx94("div", { className: classNames(
7176
+ layout === "grid" ? /* @__PURE__ */ jsx104("div", { className: classNames(
7131
7177
  "k-form-layout",
7132
7178
  "k-d-grid",
7133
7179
  {
@@ -7135,8 +7181,8 @@ var Form = (props) => {
7135
7181
  [`k-gap-x-${gapX}`]: gapX,
7136
7182
  [`k-gap-y-${gapY}`]: gapY
7137
7183
  }
7138
- ), children: formChildren }) : /* @__PURE__ */ jsx94(Fragment24, { children: formChildren }),
7139
- formButtons && /* @__PURE__ */ jsx94("div", { className: "k-form-buttons", children: formButtons })
7184
+ ), children: formChildren }) : /* @__PURE__ */ jsx104(Fragment25, { children: formChildren }),
7185
+ formButtons && /* @__PURE__ */ jsx104("div", { className: "k-form-buttons", children: formButtons })
7140
7186
  ] });
7141
7187
  };
7142
7188
  Form.states = states39;
@@ -7145,7 +7191,7 @@ Form.className = FORM_CLASSNAME;
7145
7191
  Form.defaultProps = defaultProps34;
7146
7192
 
7147
7193
  // src/spinbutton/spinbutton.spec.tsx
7148
- import { jsx as jsx95, jsxs as jsxs44 } from "react/jsx-runtime";
7194
+ import { jsx as jsx105, jsxs as jsxs49 } from "react/jsx-runtime";
7149
7195
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
7150
7196
  var states40 = [];
7151
7197
  var options36 = {
@@ -7162,7 +7208,7 @@ var SpinButton = (props) => {
7162
7208
  fillMode = defaultProps35.fillMode,
7163
7209
  ...other
7164
7210
  } = props;
7165
- return /* @__PURE__ */ jsxs44(
7211
+ return /* @__PURE__ */ jsxs49(
7166
7212
  "span",
7167
7213
  {
7168
7214
  ...other,
@@ -7171,7 +7217,7 @@ var SpinButton = (props) => {
7171
7217
  props.className
7172
7218
  ),
7173
7219
  children: [
7174
- /* @__PURE__ */ jsx95(
7220
+ /* @__PURE__ */ jsx105(
7175
7221
  Button,
7176
7222
  {
7177
7223
  className: "k-spinner-increase",
@@ -7181,7 +7227,7 @@ var SpinButton = (props) => {
7181
7227
  fillMode
7182
7228
  }
7183
7229
  ),
7184
- /* @__PURE__ */ jsx95(
7230
+ /* @__PURE__ */ jsx105(
7185
7231
  Button,
7186
7232
  {
7187
7233
  className: "k-spinner-decrease",
@@ -7201,7 +7247,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
7201
7247
  SpinButton.defaultProps = defaultProps35;
7202
7248
 
7203
7249
  // src/numerictextbox/numerictextbox.spec.tsx
7204
- import { jsx as jsx96, jsxs as jsxs45 } from "react/jsx-runtime";
7250
+ import { jsx as jsx106, jsxs as jsxs50 } from "react/jsx-runtime";
7205
7251
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
7206
7252
  var states41 = [
7207
7253
  States.hover,
@@ -7244,7 +7290,7 @@ var NumericTextbox = (props) => {
7244
7290
  showSpinButton = defaultProps36.showSpinButton,
7245
7291
  ...other
7246
7292
  } = props;
7247
- return /* @__PURE__ */ jsxs45(
7293
+ return /* @__PURE__ */ jsxs50(
7248
7294
  Input,
7249
7295
  {
7250
7296
  ...other,
@@ -7261,8 +7307,8 @@ var NumericTextbox = (props) => {
7261
7307
  readonly,
7262
7308
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
7263
7309
  children: [
7264
- /* @__PURE__ */ jsx96(InputInnerInput, { placeholder, value }),
7265
- /* @__PURE__ */ jsx96(
7310
+ /* @__PURE__ */ jsx106(InputInnerInput, { placeholder, value }),
7311
+ /* @__PURE__ */ jsx106(
7266
7312
  InputValidationIcon,
7267
7313
  {
7268
7314
  valid,
@@ -7271,14 +7317,14 @@ var NumericTextbox = (props) => {
7271
7317
  disabled
7272
7318
  }
7273
7319
  ),
7274
- /* @__PURE__ */ jsx96(
7320
+ /* @__PURE__ */ jsx106(
7275
7321
  InputLoadingIcon,
7276
7322
  {
7277
7323
  loading,
7278
7324
  disabled
7279
7325
  }
7280
7326
  ),
7281
- showClearButton && /* @__PURE__ */ jsx96(
7327
+ showClearButton && /* @__PURE__ */ jsx106(
7282
7328
  InputClearValue,
7283
7329
  {
7284
7330
  loading,
@@ -7287,7 +7333,7 @@ var NumericTextbox = (props) => {
7287
7333
  value
7288
7334
  }
7289
7335
  ),
7290
- showSpinButton && /* @__PURE__ */ jsx96(
7336
+ showSpinButton && /* @__PURE__ */ jsx106(
7291
7337
  SpinButton,
7292
7338
  {
7293
7339
  className: "k-input-spinner",
@@ -7305,10 +7351,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
7305
7351
  NumericTextbox.defaultProps = defaultProps36;
7306
7352
 
7307
7353
  // src/numerictextbox/templates/numerictextbox-normal.tsx
7308
- import { jsx as jsx97 } from "react/jsx-runtime";
7354
+ import { jsx as jsx107 } from "react/jsx-runtime";
7309
7355
 
7310
7356
  // src/radio/radio.spec.tsx
7311
- import { jsx as jsx98 } from "react/jsx-runtime";
7357
+ import { jsx as jsx108 } from "react/jsx-runtime";
7312
7358
  var RADIOBUTTON_CLASSNAME = `k-radio`;
7313
7359
  var states42 = [
7314
7360
  States.hover,
@@ -7338,7 +7384,7 @@ var RadioButton = (props) => {
7338
7384
  size = defaultProps37.size,
7339
7385
  ...other
7340
7386
  } = props;
7341
- return /* @__PURE__ */ jsx98("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx98(
7387
+ return /* @__PURE__ */ jsx108("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx108(
7342
7388
  "input",
7343
7389
  {
7344
7390
  ...other,
@@ -7360,8 +7406,17 @@ RadioButton.options = options38;
7360
7406
  RadioButton.className = RADIOBUTTON_CLASSNAME;
7361
7407
  RadioButton.defaultProps = defaultProps37;
7362
7408
 
7409
+ // src/radio/templates/radio-normal.tsx
7410
+ import { jsx as jsx109 } from "react/jsx-runtime";
7411
+
7412
+ // src/radio/templates/radio-label.tsx
7413
+ import { Fragment as Fragment26, jsx as jsx110, jsxs as jsxs51 } from "react/jsx-runtime";
7414
+
7415
+ // src/radio/templates/radio-inside-label.tsx
7416
+ import { Fragment as Fragment27, jsx as jsx111, jsxs as jsxs52 } from "react/jsx-runtime";
7417
+
7363
7418
  // src/datepicker/datepicker.spec.tsx
7364
- import { Fragment as Fragment25, jsx as jsx99, jsxs as jsxs46 } from "react/jsx-runtime";
7419
+ import { Fragment as Fragment28, jsx as jsx112, jsxs as jsxs53 } from "react/jsx-runtime";
7365
7420
  var DATEPICKER_CLASSNAME = `k-datepicker`;
7366
7421
  var states43 = [
7367
7422
  States.hover,
@@ -7406,8 +7461,8 @@ var DatePicker = (props) => {
7406
7461
  dir,
7407
7462
  ...other
7408
7463
  } = props;
7409
- return /* @__PURE__ */ jsxs46(Fragment25, { children: [
7410
- /* @__PURE__ */ jsxs46(
7464
+ return /* @__PURE__ */ jsxs53(Fragment28, { children: [
7465
+ /* @__PURE__ */ jsxs53(
7411
7466
  Input,
7412
7467
  {
7413
7468
  ...other,
@@ -7425,9 +7480,9 @@ var DatePicker = (props) => {
7425
7480
  readonly,
7426
7481
  className: classNames(props.className, DATEPICKER_CLASSNAME),
7427
7482
  children: [
7428
- /* @__PURE__ */ jsx99(InputPrefix, { children: prefix }),
7429
- /* @__PURE__ */ jsx99(InputInnerInput, { placeholder, value }),
7430
- /* @__PURE__ */ jsx99(
7483
+ /* @__PURE__ */ jsx112(InputPrefix, { children: prefix }),
7484
+ /* @__PURE__ */ jsx112(InputInnerInput, { placeholder, value }),
7485
+ /* @__PURE__ */ jsx112(
7431
7486
  InputValidationIcon,
7432
7487
  {
7433
7488
  valid,
@@ -7436,14 +7491,14 @@ var DatePicker = (props) => {
7436
7491
  disabled
7437
7492
  }
7438
7493
  ),
7439
- /* @__PURE__ */ jsx99(
7494
+ /* @__PURE__ */ jsx112(
7440
7495
  InputLoadingIcon,
7441
7496
  {
7442
7497
  loading,
7443
7498
  disabled
7444
7499
  }
7445
7500
  ),
7446
- /* @__PURE__ */ jsx99(
7501
+ /* @__PURE__ */ jsx112(
7447
7502
  InputClearValue,
7448
7503
  {
7449
7504
  loading,
@@ -7452,8 +7507,8 @@ var DatePicker = (props) => {
7452
7507
  value
7453
7508
  }
7454
7509
  ),
7455
- /* @__PURE__ */ jsx99(InputSuffix, { children: suffix }),
7456
- /* @__PURE__ */ jsx99(
7510
+ /* @__PURE__ */ jsx112(InputSuffix, { children: suffix }),
7511
+ /* @__PURE__ */ jsx112(
7457
7512
  Button,
7458
7513
  {
7459
7514
  className: "k-input-button",
@@ -7466,9 +7521,9 @@ var DatePicker = (props) => {
7466
7521
  ]
7467
7522
  }
7468
7523
  ),
7469
- opened && /* @__PURE__ */ jsx99(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx99(Calendar, { dir }) }),
7470
- adaptive && /* @__PURE__ */ jsxs46(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7471
- /* @__PURE__ */ jsx99(
7524
+ opened && /* @__PURE__ */ jsx112(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx112(Calendar, { dir }) }),
7525
+ adaptive && /* @__PURE__ */ jsxs53(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7526
+ /* @__PURE__ */ jsx112(
7472
7527
  ActionSheetHeader,
7473
7528
  {
7474
7529
  actions: ["x"],
@@ -7476,7 +7531,7 @@ var DatePicker = (props) => {
7476
7531
  subTitle: "DD / MM / YY"
7477
7532
  }
7478
7533
  ),
7479
- /* @__PURE__ */ jsx99(Calendar, { size: "large" })
7534
+ /* @__PURE__ */ jsx112(Calendar, { size: "large" })
7480
7535
  ] })
7481
7536
  ] });
7482
7537
  };
@@ -7486,16 +7541,16 @@ DatePicker.className = DATEPICKER_CLASSNAME;
7486
7541
  DatePicker.defaultProps = defaultProps38;
7487
7542
 
7488
7543
  // src/datepicker/templates/datepicker-normal.tsx
7489
- import { jsx as jsx100 } from "react/jsx-runtime";
7544
+ import { jsx as jsx113 } from "react/jsx-runtime";
7490
7545
 
7491
7546
  // src/datepicker/templates/datepicker-popup.tsx
7492
- import { jsx as jsx101 } from "react/jsx-runtime";
7547
+ import { jsx as jsx114 } from "react/jsx-runtime";
7493
7548
 
7494
7549
  // src/datepicker/templates/datepicker-adaptive.tsx
7495
- import { jsx as jsx102 } from "react/jsx-runtime";
7550
+ import { jsx as jsx115 } from "react/jsx-runtime";
7496
7551
 
7497
7552
  // src/scheduler/tests/scheduler-editing-weekly.tsx
7498
- import { Fragment as Fragment26, jsx as jsx103, jsxs as jsxs47 } from "react/jsx-runtime";
7553
+ import { Fragment as Fragment29, jsx as jsx116, jsxs as jsxs54 } from "react/jsx-runtime";
7499
7554
  var style = `
7500
7555
  #test-area {
7501
7556
  width: 700px;
@@ -7505,77 +7560,77 @@ var style = `
7505
7560
  position: relative;
7506
7561
  }
7507
7562
  `;
7508
- var scheduler_editing_weekly_default = () => /* @__PURE__ */ jsxs47(Fragment26, { children: [
7509
- /* @__PURE__ */ jsx103("style", { children: style }),
7510
- /* @__PURE__ */ jsx103("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx103("section", { children: /* @__PURE__ */ jsx103(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs47(Fragment26, { children: [
7511
- /* @__PURE__ */ jsx103(Button, { themeColor: "primary", icon: "save", children: "Save" }),
7512
- /* @__PURE__ */ jsx103(Button, { icon: "cancel", children: "Cancel" }),
7513
- /* @__PURE__ */ jsx103("span", { className: "k-spacer" }),
7514
- /* @__PURE__ */ jsx103(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
7515
- ] }), children: /* @__PURE__ */ jsxs47(Form, { tag: "div", className: "k-scheduler-edit-form", children: [
7516
- /* @__PURE__ */ jsx103(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx103(Textbox, { invalid: true, value: "Invalid" }) }),
7517
- /* @__PURE__ */ jsx103(FormField, { label: "Start", editor: /* @__PURE__ */ jsx103(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7518
- /* @__PURE__ */ jsx103(FormField, { editor: /* @__PURE__ */ jsxs47(Fragment26, { children: [
7519
- /* @__PURE__ */ jsx103(Checkbox, { checked: true }),
7520
- /* @__PURE__ */ jsx103("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
7563
+ var scheduler_editing_weekly_default = () => /* @__PURE__ */ jsxs54(Fragment29, { children: [
7564
+ /* @__PURE__ */ jsx116("style", { children: style }),
7565
+ /* @__PURE__ */ jsx116("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx116("section", { children: /* @__PURE__ */ jsx116(Window, { title: "Edit event", actions: ["window-minimize", "window", "x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs54(Fragment29, { children: [
7566
+ /* @__PURE__ */ jsx116(Button, { themeColor: "primary", icon: "save", children: "Save" }),
7567
+ /* @__PURE__ */ jsx116(Button, { icon: "cancel", children: "Cancel" }),
7568
+ /* @__PURE__ */ jsx116("span", { className: "k-spacer" }),
7569
+ /* @__PURE__ */ jsx116(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
7570
+ ] }), children: /* @__PURE__ */ jsxs54(Form, { tag: "div", className: "k-scheduler-edit-form", children: [
7571
+ /* @__PURE__ */ jsx116(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx116(Textbox, { invalid: true, value: "Invalid" }) }),
7572
+ /* @__PURE__ */ jsx116(FormField, { label: "Start", editor: /* @__PURE__ */ jsx116(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7573
+ /* @__PURE__ */ jsx116(FormField, { editor: /* @__PURE__ */ jsxs54(Fragment29, { children: [
7574
+ /* @__PURE__ */ jsx116(Checkbox, { checked: true }),
7575
+ /* @__PURE__ */ jsx116("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
7521
7576
  ] }) }),
7522
- /* @__PURE__ */ jsx103(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx103(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
7523
- /* @__PURE__ */ jsx103(FormField, { label: "End", editor: /* @__PURE__ */ jsx103(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7524
- /* @__PURE__ */ jsx103(FormField, { editor: /* @__PURE__ */ jsxs47(Fragment26, { children: [
7525
- /* @__PURE__ */ jsx103(Checkbox, { checked: true }),
7526
- /* @__PURE__ */ jsx103("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
7577
+ /* @__PURE__ */ jsx116(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx116(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
7578
+ /* @__PURE__ */ jsx116(FormField, { label: "End", editor: /* @__PURE__ */ jsx116(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
7579
+ /* @__PURE__ */ jsx116(FormField, { editor: /* @__PURE__ */ jsxs54(Fragment29, { children: [
7580
+ /* @__PURE__ */ jsx116(Checkbox, { checked: true }),
7581
+ /* @__PURE__ */ jsx116("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
7527
7582
  ] }) }),
7528
- /* @__PURE__ */ jsx103(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx103(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
7529
- /* @__PURE__ */ jsx103(FormField, { editor: /* @__PURE__ */ jsxs47(Fragment26, { children: [
7530
- /* @__PURE__ */ jsx103(Checkbox, {}),
7531
- /* @__PURE__ */ jsx103("label", { className: "k-checkbox-label", children: "All Day Event" })
7583
+ /* @__PURE__ */ jsx116(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx116(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
7584
+ /* @__PURE__ */ jsx116(FormField, { editor: /* @__PURE__ */ jsxs54(Fragment29, { children: [
7585
+ /* @__PURE__ */ jsx116(Checkbox, {}),
7586
+ /* @__PURE__ */ jsx116("label", { className: "k-checkbox-label", children: "All Day Event" })
7532
7587
  ] }) }),
7533
- /* @__PURE__ */ jsx103(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs47("div", { className: "k-recurrence-editor", children: [
7534
- /* @__PURE__ */ jsxs47(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
7535
- /* @__PURE__ */ jsx103(Button, { children: "Never" }),
7536
- /* @__PURE__ */ jsx103(Button, { children: "Daily" }),
7537
- /* @__PURE__ */ jsx103(Button, { selected: true, children: "Weekly" }),
7538
- /* @__PURE__ */ jsx103(Button, { children: "Monthly" }),
7539
- /* @__PURE__ */ jsx103(Button, { children: "Yearly" })
7588
+ /* @__PURE__ */ jsx116(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs54("div", { className: "k-recurrence-editor", children: [
7589
+ /* @__PURE__ */ jsxs54(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
7590
+ /* @__PURE__ */ jsx116(Button, { children: "Never" }),
7591
+ /* @__PURE__ */ jsx116(Button, { children: "Daily" }),
7592
+ /* @__PURE__ */ jsx116(Button, { selected: true, children: "Weekly" }),
7593
+ /* @__PURE__ */ jsx116(Button, { children: "Monthly" }),
7594
+ /* @__PURE__ */ jsx116(Button, { children: "Yearly" })
7540
7595
  ] }),
7541
- /* @__PURE__ */ jsxs47("div", { className: "k-recur-view", children: [
7542
- /* @__PURE__ */ jsxs47("div", { className: "k-scheduler-recurrence-interval-editor", children: [
7543
- /* @__PURE__ */ jsx103(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs47(Fragment26, { children: [
7544
- /* @__PURE__ */ jsx103(NumericTextbox, { className: "k-recur-interval" }),
7545
- /* @__PURE__ */ jsx103("span", { children: " weeks(s)" })
7596
+ /* @__PURE__ */ jsxs54("div", { className: "k-recur-view", children: [
7597
+ /* @__PURE__ */ jsxs54("div", { className: "k-scheduler-recurrence-interval-editor", children: [
7598
+ /* @__PURE__ */ jsx116(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs54(Fragment29, { children: [
7599
+ /* @__PURE__ */ jsx116(NumericTextbox, { className: "k-recur-interval" }),
7600
+ /* @__PURE__ */ jsx116("span", { children: " weeks(s)" })
7546
7601
  ] }) }),
7547
- /* @__PURE__ */ jsx103(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs47(ButtonGroup, { stretched: true, children: [
7548
- /* @__PURE__ */ jsx103(Button, { children: "Sun" }),
7549
- /* @__PURE__ */ jsx103(Button, { selected: true, children: "Mon" }),
7550
- /* @__PURE__ */ jsx103(Button, { children: "Tue" }),
7551
- /* @__PURE__ */ jsx103(Button, { children: "Wed" }),
7552
- /* @__PURE__ */ jsx103(Button, { children: "Thu" }),
7553
- /* @__PURE__ */ jsx103(Button, { children: "Fri" }),
7554
- /* @__PURE__ */ jsx103(Button, { children: "Sat" })
7602
+ /* @__PURE__ */ jsx116(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs54(ButtonGroup, { stretched: true, children: [
7603
+ /* @__PURE__ */ jsx116(Button, { children: "Sun" }),
7604
+ /* @__PURE__ */ jsx116(Button, { selected: true, children: "Mon" }),
7605
+ /* @__PURE__ */ jsx116(Button, { children: "Tue" }),
7606
+ /* @__PURE__ */ jsx116(Button, { children: "Wed" }),
7607
+ /* @__PURE__ */ jsx116(Button, { children: "Thu" }),
7608
+ /* @__PURE__ */ jsx116(Button, { children: "Fri" }),
7609
+ /* @__PURE__ */ jsx116(Button, { children: "Sat" })
7555
7610
  ] }) })
7556
7611
  ] }),
7557
- /* @__PURE__ */ jsx103("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx103(FormField, { label: "End", editor: /* @__PURE__ */ jsxs47("ul", { className: "k-radio-list", children: [
7558
- /* @__PURE__ */ jsxs47("li", { className: "k-radio-list-item", children: [
7559
- /* @__PURE__ */ jsx103(RadioButton, { id: "k-endrule-never" }),
7560
- /* @__PURE__ */ jsx103("label", { className: "k-radio-label", htmlFor: "k-endrule-never", children: "Never" })
7612
+ /* @__PURE__ */ jsx116("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx116(FormField, { label: "End", editor: /* @__PURE__ */ jsxs54("ul", { className: "k-radio-list", children: [
7613
+ /* @__PURE__ */ jsxs54("li", { className: "k-radio-list-item", children: [
7614
+ /* @__PURE__ */ jsx116(RadioButton, { id: "k-endrule-never" }),
7615
+ /* @__PURE__ */ jsx116("label", { className: "k-radio-label", htmlFor: "k-endrule-never", children: "Never" })
7561
7616
  ] }),
7562
- /* @__PURE__ */ jsxs47("li", { className: "k-radio-list-item", children: [
7563
- /* @__PURE__ */ jsx103(RadioButton, { id: "k-endrule-count" }),
7564
- /* @__PURE__ */ jsx103("label", { className: "k-radio-label", htmlFor: "k-endrule-count", children: "After" }),
7565
- /* @__PURE__ */ jsx103(NumericTextbox, { className: "k-recur-count" }),
7566
- /* @__PURE__ */ jsx103("span", { children: "occurrence(s)" })
7617
+ /* @__PURE__ */ jsxs54("li", { className: "k-radio-list-item", children: [
7618
+ /* @__PURE__ */ jsx116(RadioButton, { id: "k-endrule-count" }),
7619
+ /* @__PURE__ */ jsx116("label", { className: "k-radio-label", htmlFor: "k-endrule-count", children: "After" }),
7620
+ /* @__PURE__ */ jsx116(NumericTextbox, { className: "k-recur-count" }),
7621
+ /* @__PURE__ */ jsx116("span", { children: "occurrence(s)" })
7567
7622
  ] }),
7568
- /* @__PURE__ */ jsxs47("li", { className: "k-radio-list-item", children: [
7569
- /* @__PURE__ */ jsx103(RadioButton, { id: "k-endrule-until" }),
7570
- /* @__PURE__ */ jsx103("label", { className: "k-radio-label", htmlFor: "k-endrule-until", children: "On" }),
7571
- /* @__PURE__ */ jsx103(DatePicker, { className: "k-recur-until", disabled: true })
7623
+ /* @__PURE__ */ jsxs54("li", { className: "k-radio-list-item", children: [
7624
+ /* @__PURE__ */ jsx116(RadioButton, { id: "k-endrule-until" }),
7625
+ /* @__PURE__ */ jsx116("label", { className: "k-radio-label", htmlFor: "k-endrule-until", children: "On" }),
7626
+ /* @__PURE__ */ jsx116(DatePicker, { className: "k-recur-until", disabled: true })
7572
7627
  ] })
7573
7628
  ] }) }) })
7574
7629
  ] })
7575
7630
  ] }) }),
7576
- /* @__PURE__ */ jsx103(FormField, { label: "Description", editor: /* @__PURE__ */ jsx103(Textarea, {}) }),
7577
- /* @__PURE__ */ jsx103(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx103(Combobox, { placeholder: "Select owner" }) }),
7578
- /* @__PURE__ */ jsx103(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx103(MultiSelect, { placeholder: "Invite people" }) })
7631
+ /* @__PURE__ */ jsx116(FormField, { label: "Description", editor: /* @__PURE__ */ jsx116(Textarea, {}) }),
7632
+ /* @__PURE__ */ jsx116(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx116(Combobox, { placeholder: "Select owner" }) }),
7633
+ /* @__PURE__ */ jsx116(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx116(MultiSelect, { placeholder: "Invite people" }) })
7579
7634
  ] }) }) }) })
7580
7635
  ] });
7581
7636
  export {