@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
@@ -4359,114 +4359,12 @@ import { jsx as jsx6 } from "react/jsx-runtime";
4359
4359
  // src/button/templates/text-button.tsx
4360
4360
  import { jsx as jsx7 } from "react/jsx-runtime";
4361
4361
 
4362
- // src/split-button/split-button.spec.tsx
4363
- import { jsx as jsx8, jsxs as jsxs2 } from "react/jsx-runtime";
4364
- var SPLITBUTTON_CLASSNAME = `k-split-button`;
4365
- var states5 = [
4366
- States.hover,
4367
- States.focus,
4368
- States.active,
4369
- States.selected,
4370
- States.disabled
4371
- ];
4372
- var options5 = {
4373
- size: [Size.small, Size.medium, Size.large],
4374
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4375
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4376
- themeColor: [
4377
- ThemeColor.base,
4378
- ThemeColor.primary,
4379
- ThemeColor.secondary,
4380
- ThemeColor.tertiary,
4381
- ThemeColor.success,
4382
- ThemeColor.warning,
4383
- ThemeColor.error,
4384
- ThemeColor.info,
4385
- ThemeColor.light,
4386
- ThemeColor.dark,
4387
- ThemeColor.inverse
4388
- ]
4389
- };
4390
- var defaultProps5 = {
4391
- size: Size.medium,
4392
- rounded: Roundness.medium,
4393
- fillMode: FillMode.solid,
4394
- themeColor: ThemeColor.base,
4395
- arrowIconName: "caret-alt-down"
4396
- };
4397
- var SplitButton = (props) => {
4398
- const {
4399
- size = defaultProps5.size,
4400
- rounded = defaultProps5.rounded,
4401
- fillMode = defaultProps5.fillMode,
4402
- themeColor = defaultProps5.themeColor,
4403
- hover,
4404
- focus,
4405
- active,
4406
- selected,
4407
- disabled,
4408
- icon,
4409
- text,
4410
- arrowIconName = defaultProps5.arrowIconName,
4411
- ...other
4412
- } = props;
4413
- return /* @__PURE__ */ jsxs2(
4414
- "div",
4415
- {
4416
- ...other,
4417
- className: classNames(
4418
- props.className,
4419
- SPLITBUTTON_CLASSNAME,
4420
- "k-button-group",
4421
- optionClassNames(SPLITBUTTON_CLASSNAME, {
4422
- rounded
4423
- })
4424
- ),
4425
- children: [
4426
- /* @__PURE__ */ jsx8(
4427
- Button,
4428
- {
4429
- text,
4430
- icon,
4431
- size,
4432
- rounded,
4433
- fillMode,
4434
- themeColor,
4435
- hover,
4436
- focus,
4437
- active,
4438
- selected,
4439
- disabled,
4440
- children: props.children
4441
- }
4442
- ),
4443
- /* @__PURE__ */ jsx8(
4444
- Button,
4445
- {
4446
- className: "k-split-button-arrow",
4447
- icon: arrowIconName,
4448
- size,
4449
- rounded,
4450
- fillMode,
4451
- disabled
4452
- }
4453
- )
4454
- ]
4455
- }
4456
- );
4457
- };
4458
- SplitButton.states = states5;
4459
- SplitButton.options = options5;
4460
- SplitButton.className = SPLITBUTTON_CLASSNAME;
4461
- SplitButton.defaultProps = defaultProps5;
4462
- var split_button_spec_default = SplitButton;
4463
-
4464
4362
  // src/animation-container/animation-container.spec.tsx
4465
- import { jsx as jsx9 } from "react/jsx-runtime";
4363
+ import { jsx as jsx8 } from "react/jsx-runtime";
4466
4364
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4467
- var states6 = [];
4468
- var options6 = {};
4469
- var defaultProps6 = {
4365
+ var states5 = [];
4366
+ var options5 = {};
4367
+ var defaultProps5 = {
4470
4368
  positionMode: "absolute"
4471
4369
  };
4472
4370
  var AnimationContainer = (props) => {
@@ -4476,7 +4374,7 @@ var AnimationContainer = (props) => {
4476
4374
  offset,
4477
4375
  ...other
4478
4376
  } = props;
4479
- return /* @__PURE__ */ jsx9(
4377
+ return /* @__PURE__ */ jsx8(
4480
4378
  "div",
4481
4379
  {
4482
4380
  ...other,
@@ -4488,21 +4386,21 @@ var AnimationContainer = (props) => {
4488
4386
  ["k-animation-container-fixed"]: positionMode === "fixed"
4489
4387
  }
4490
4388
  ),
4491
- children: /* @__PURE__ */ jsx9("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4389
+ children: /* @__PURE__ */ jsx8("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4492
4390
  }
4493
4391
  );
4494
4392
  };
4495
- AnimationContainer.states = states6;
4496
- AnimationContainer.options = options6;
4393
+ AnimationContainer.states = states5;
4394
+ AnimationContainer.options = options5;
4497
4395
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4498
- AnimationContainer.defaultProps = defaultProps6;
4396
+ AnimationContainer.defaultProps = defaultProps5;
4499
4397
 
4500
4398
  // src/popup/popup.spec.tsx
4501
- import { jsx as jsx10 } from "react/jsx-runtime";
4399
+ import { jsx as jsx9 } from "react/jsx-runtime";
4502
4400
  var POPUP_CLASSNAME = `k-popup`;
4503
- var states7 = [];
4504
- var options7 = {};
4505
- var defaultProps7 = {
4401
+ var states6 = [];
4402
+ var options6 = {};
4403
+ var defaultProps6 = {
4506
4404
  positionMode: "absolute"
4507
4405
  };
4508
4406
  var Popup = (props) => {
@@ -4511,31 +4409,31 @@ var Popup = (props) => {
4511
4409
  positionMode,
4512
4410
  ...other
4513
4411
  } = props;
4514
- return /* @__PURE__ */ jsx10(
4412
+ return /* @__PURE__ */ jsx9(
4515
4413
  AnimationContainer,
4516
4414
  {
4517
4415
  positionMode,
4518
4416
  offset,
4519
- children: /* @__PURE__ */ jsx10("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4417
+ children: /* @__PURE__ */ jsx9("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4520
4418
  }
4521
4419
  );
4522
4420
  };
4523
- Popup.states = states7;
4524
- Popup.options = options7;
4421
+ Popup.states = states6;
4422
+ Popup.options = options6;
4525
4423
  Popup.className = POPUP_CLASSNAME;
4526
- Popup.defaultProps = defaultProps7;
4424
+ Popup.defaultProps = defaultProps6;
4527
4425
 
4528
- // src/menu-button/menu-button.spec.tsx
4529
- import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4530
- var MENUBUTTON_CLASSNAME = `k-menu-button`;
4531
- var states8 = [
4426
+ // src/split-button/split-button.spec.tsx
4427
+ import { Fragment as Fragment5, jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
4428
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
4429
+ var states7 = [
4532
4430
  States.hover,
4533
4431
  States.focus,
4534
4432
  States.active,
4535
4433
  States.selected,
4536
4434
  States.disabled
4537
4435
  ];
4538
- var options8 = {
4436
+ var options7 = {
4539
4437
  size: [Size.small, Size.medium, Size.large],
4540
4438
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4541
4439
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4553,20 +4451,19 @@ var options8 = {
4553
4451
  ThemeColor.inverse
4554
4452
  ]
4555
4453
  };
4556
- var defaultProps8 = {
4454
+ var defaultProps7 = {
4557
4455
  size: Size.medium,
4558
4456
  rounded: Roundness.medium,
4559
4457
  fillMode: FillMode.solid,
4560
4458
  themeColor: ThemeColor.base,
4561
- showArrow: true,
4562
4459
  arrowIconName: "caret-alt-down"
4563
4460
  };
4564
- var MenuButton = (props) => {
4461
+ var SplitButton = (props) => {
4565
4462
  const {
4566
- size = defaultProps8.size,
4567
- rounded = defaultProps8.rounded,
4568
- fillMode = defaultProps8.fillMode,
4569
- themeColor = defaultProps8.themeColor,
4463
+ size = defaultProps7.size,
4464
+ rounded = defaultProps7.rounded,
4465
+ fillMode = defaultProps7.fillMode,
4466
+ themeColor = defaultProps7.themeColor,
4570
4467
  hover,
4571
4468
  focus,
4572
4469
  active,
@@ -4574,65 +4471,86 @@ var MenuButton = (props) => {
4574
4471
  disabled,
4575
4472
  icon,
4576
4473
  text,
4577
- showArrow = defaultProps8.showArrow,
4578
- arrowIconName = defaultProps8.arrowIconName,
4474
+ arrowIconName = defaultProps7.arrowIconName,
4579
4475
  popup,
4580
4476
  opened,
4581
4477
  ...other
4582
4478
  } = props;
4583
- return /* @__PURE__ */ jsxs3(Fragment5, { children: [
4584
- /* @__PURE__ */ jsx11(
4585
- Button,
4479
+ return /* @__PURE__ */ jsxs2(Fragment5, { children: [
4480
+ /* @__PURE__ */ jsxs2(
4481
+ "div",
4586
4482
  {
4587
4483
  ...other,
4588
4484
  className: classNames(
4589
4485
  props.className,
4590
- MENUBUTTON_CLASSNAME
4486
+ SPLITBUTTON_CLASSNAME,
4487
+ "k-button-group",
4488
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
4489
+ rounded
4490
+ })
4591
4491
  ),
4592
- text,
4593
- size,
4594
- rounded,
4595
- fillMode,
4596
- themeColor,
4597
- hover,
4598
- focus,
4599
- active,
4600
- selected,
4601
- disabled,
4602
- icon,
4603
- showArrow,
4604
- arrowIconName
4492
+ children: [
4493
+ /* @__PURE__ */ jsx10(
4494
+ Button,
4495
+ {
4496
+ text,
4497
+ icon,
4498
+ size,
4499
+ rounded,
4500
+ fillMode,
4501
+ themeColor,
4502
+ hover,
4503
+ focus,
4504
+ active,
4505
+ selected,
4506
+ disabled,
4507
+ children: props.children
4508
+ }
4509
+ ),
4510
+ /* @__PURE__ */ jsx10(
4511
+ Button,
4512
+ {
4513
+ className: "k-split-button-arrow",
4514
+ icon: arrowIconName,
4515
+ size,
4516
+ rounded,
4517
+ fillMode,
4518
+ disabled
4519
+ }
4520
+ )
4521
+ ]
4605
4522
  }
4606
4523
  ),
4607
- opened && popup && /* @__PURE__ */ jsx11(Popup, { className: "k-menu-popup", children: popup })
4524
+ opened && popup && /* @__PURE__ */ jsx10(Popup, { className: "k-menu-popup", children: popup })
4608
4525
  ] });
4609
4526
  };
4610
- MenuButton.states = states8;
4611
- MenuButton.options = options8;
4612
- MenuButton.className = MENUBUTTON_CLASSNAME;
4613
- MenuButton.defaultProps = defaultProps8;
4527
+ SplitButton.states = states7;
4528
+ SplitButton.options = options7;
4529
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
4530
+ SplitButton.defaultProps = defaultProps7;
4531
+ var split_button_spec_default = SplitButton;
4614
4532
 
4615
- // src/menu-button/templates/icon-menu-button.tsx
4533
+ // src/split-button/templates/icon-split-button.tsx
4534
+ import { jsx as jsx11 } from "react/jsx-runtime";
4535
+
4536
+ // src/split-button/templates/icon-text-split-button.tsx
4616
4537
  import { jsx as jsx12 } from "react/jsx-runtime";
4617
4538
 
4618
- // src/menu-button/templates/icon-text-menu-button.tsx
4539
+ // src/split-button/templates/text-split-button.tsx
4619
4540
  import { jsx as jsx13 } from "react/jsx-runtime";
4620
4541
 
4621
- // src/menu-button/templates/text-menu-button.tsx
4622
- import { jsx as jsx14 } from "react/jsx-runtime";
4623
-
4624
4542
  // src/menu/menu-item.spec.tsx
4625
- import { Fragment as Fragment6, jsx as jsx15, jsxs as jsxs4 } from "react/jsx-runtime";
4543
+ import { Fragment as Fragment6, jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
4626
4544
  var MENUITEM_CLASSNAME = `k-menu-item`;
4627
- var states9 = [
4545
+ var states8 = [
4628
4546
  States.hover,
4629
4547
  States.focus,
4630
4548
  States.active,
4631
4549
  States.selected,
4632
4550
  States.disabled
4633
4551
  ];
4634
- var options9 = {};
4635
- var defaultProps9 = {
4552
+ var options8 = {};
4553
+ var defaultProps8 = {
4636
4554
  dir: "ltr"
4637
4555
  };
4638
4556
  var MenuItem = (props) => {
@@ -4646,11 +4564,11 @@ var MenuItem = (props) => {
4646
4564
  text,
4647
4565
  showArrow,
4648
4566
  arrowIconName,
4649
- dir = defaultProps9.dir,
4567
+ dir = defaultProps8.dir,
4650
4568
  children,
4651
4569
  ...other
4652
4570
  } = props;
4653
- const contentTemplate = /* @__PURE__ */ jsx15(Fragment6, {});
4571
+ const contentTemplate = /* @__PURE__ */ jsx14(Fragment6, {});
4654
4572
  if (children) {
4655
4573
  children.forEach((child) => {
4656
4574
  const component = child.type;
@@ -4664,7 +4582,7 @@ var MenuItem = (props) => {
4664
4582
  if (!expandArrowName) {
4665
4583
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
4666
4584
  }
4667
- return /* @__PURE__ */ jsxs4(
4585
+ return /* @__PURE__ */ jsxs3(
4668
4586
  "li",
4669
4587
  {
4670
4588
  ...other,
@@ -4679,7 +4597,7 @@ var MenuItem = (props) => {
4679
4597
  })
4680
4598
  ),
4681
4599
  children: [
4682
- /* @__PURE__ */ jsxs4(
4600
+ /* @__PURE__ */ jsxs3(
4683
4601
  "span",
4684
4602
  {
4685
4603
  className: classNames(
@@ -4692,9 +4610,9 @@ var MenuItem = (props) => {
4692
4610
  })
4693
4611
  ),
4694
4612
  children: [
4695
- icon && /* @__PURE__ */ jsx15(Icon, { className: "k-menu-link-icon", icon }),
4696
- /* @__PURE__ */ jsx15("span", { className: "k-menu-link-text", children: text }),
4697
- showArrow && /* @__PURE__ */ jsx15("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx15(Icon, { icon: expandArrowName }) })
4613
+ icon && /* @__PURE__ */ jsx14(Icon, { className: "k-menu-link-icon", icon }),
4614
+ /* @__PURE__ */ jsx14("span", { className: "k-menu-link-text", children: text }),
4615
+ showArrow && /* @__PURE__ */ jsx14("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx14(Icon, { icon: expandArrowName }) })
4698
4616
  ]
4699
4617
  }
4700
4618
  ),
@@ -4703,24 +4621,24 @@ var MenuItem = (props) => {
4703
4621
  }
4704
4622
  );
4705
4623
  };
4706
- MenuItem.states = states9;
4707
- MenuItem.options = options9;
4624
+ MenuItem.states = states8;
4625
+ MenuItem.options = options8;
4708
4626
  MenuItem.className = MENUITEM_CLASSNAME;
4709
- MenuItem.defaultProps = defaultProps9;
4627
+ MenuItem.defaultProps = defaultProps8;
4710
4628
  var menu_item_spec_default = MenuItem;
4711
4629
 
4712
4630
  // src/menu/menu-separator.spec.tsx
4713
- import { jsx as jsx16 } from "react/jsx-runtime";
4631
+ import { jsx as jsx15 } from "react/jsx-runtime";
4714
4632
  var SEPARATOR_CLASSNAME = `k-separator`;
4715
- var defaultProps10 = {
4633
+ var defaultProps9 = {
4716
4634
  orientation: "horizontal"
4717
4635
  };
4718
4636
  var MenuSeparator = (props) => {
4719
4637
  const {
4720
- orientation = defaultProps10.orientation,
4638
+ orientation = defaultProps9.orientation,
4721
4639
  ...other
4722
4640
  } = props;
4723
- return /* @__PURE__ */ jsx16(
4641
+ return /* @__PURE__ */ jsx15(
4724
4642
  "li",
4725
4643
  {
4726
4644
  ...other,
@@ -4738,25 +4656,25 @@ var MenuSeparator = (props) => {
4738
4656
  var menu_separator_spec_default = MenuSeparator;
4739
4657
 
4740
4658
  // src/menu/menu-item-content.tsx
4741
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4659
+ import { Fragment as Fragment7, jsx as jsx16 } from "react/jsx-runtime";
4742
4660
 
4743
4661
  // src/menu/menu-list.spec.tsx
4744
- import { jsx as jsx18 } from "react/jsx-runtime";
4662
+ import { jsx as jsx17 } from "react/jsx-runtime";
4745
4663
  import { createElement } from "react";
4746
4664
  var MENULIST_CLASSNAME = `k-menu-group`;
4747
- var states10 = [];
4748
- var options10 = {
4665
+ var states9 = [];
4666
+ var options9 = {
4749
4667
  size: [Size.small, Size.medium, Size.large]
4750
4668
  };
4751
- var defaultProps11 = {
4669
+ var defaultProps10 = {
4752
4670
  size: Size.medium,
4753
4671
  dir: "ltr"
4754
4672
  };
4755
4673
  var MenuList = (props) => {
4756
4674
  const {
4757
4675
  children,
4758
- size = defaultProps11.size,
4759
- dir = defaultProps11.dir,
4676
+ size = defaultProps10.size,
4677
+ dir = defaultProps10.dir,
4760
4678
  ...other
4761
4679
  } = props;
4762
4680
  const listChildren = [];
@@ -4769,7 +4687,7 @@ var MenuList = (props) => {
4769
4687
  );
4770
4688
  } else if (child.type === menu_separator_spec_default) {
4771
4689
  listChildren.push(
4772
- /* @__PURE__ */ jsx18(menu_separator_spec_default, {})
4690
+ /* @__PURE__ */ jsx17(menu_separator_spec_default, {})
4773
4691
  );
4774
4692
  } else {
4775
4693
  listChildren.push(child);
@@ -4777,7 +4695,7 @@ var MenuList = (props) => {
4777
4695
  });
4778
4696
  }
4779
4697
  }
4780
- return /* @__PURE__ */ jsx18(
4698
+ return /* @__PURE__ */ jsx17(
4781
4699
  "ul",
4782
4700
  {
4783
4701
  ...other,
@@ -4792,16 +4710,115 @@ var MenuList = (props) => {
4792
4710
  }
4793
4711
  );
4794
4712
  };
4795
- MenuList.states = states10;
4796
- MenuList.options = options10;
4713
+ MenuList.states = states9;
4714
+ MenuList.options = options9;
4797
4715
  MenuList.className = MENULIST_CLASSNAME;
4798
- MenuList.defaultProps = defaultProps11;
4716
+ MenuList.defaultProps = defaultProps10;
4717
+
4718
+ // src/split-button/templates/split-button-popup.tsx
4719
+ import { jsx as jsx18, jsxs as jsxs4 } from "react/jsx-runtime";
4720
+
4721
+ // src/menu-button/menu-button.spec.tsx
4722
+ import { Fragment as Fragment8, jsx as jsx19, jsxs as jsxs5 } from "react/jsx-runtime";
4723
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
4724
+ var states10 = [
4725
+ States.hover,
4726
+ States.focus,
4727
+ States.active,
4728
+ States.selected,
4729
+ States.disabled
4730
+ ];
4731
+ var options10 = {
4732
+ size: [Size.small, Size.medium, Size.large],
4733
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4734
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4735
+ themeColor: [
4736
+ ThemeColor.base,
4737
+ ThemeColor.primary,
4738
+ ThemeColor.secondary,
4739
+ ThemeColor.tertiary,
4740
+ ThemeColor.success,
4741
+ ThemeColor.warning,
4742
+ ThemeColor.error,
4743
+ ThemeColor.info,
4744
+ ThemeColor.light,
4745
+ ThemeColor.dark,
4746
+ ThemeColor.inverse
4747
+ ]
4748
+ };
4749
+ var defaultProps11 = {
4750
+ size: Size.medium,
4751
+ rounded: Roundness.medium,
4752
+ fillMode: FillMode.solid,
4753
+ themeColor: ThemeColor.base,
4754
+ showArrow: true,
4755
+ arrowIconName: "caret-alt-down"
4756
+ };
4757
+ var MenuButton = (props) => {
4758
+ const {
4759
+ size = defaultProps11.size,
4760
+ rounded = defaultProps11.rounded,
4761
+ fillMode = defaultProps11.fillMode,
4762
+ themeColor = defaultProps11.themeColor,
4763
+ hover,
4764
+ focus,
4765
+ active,
4766
+ selected,
4767
+ disabled,
4768
+ icon,
4769
+ text,
4770
+ showArrow = defaultProps11.showArrow,
4771
+ arrowIconName = defaultProps11.arrowIconName,
4772
+ popup,
4773
+ opened,
4774
+ ...other
4775
+ } = props;
4776
+ return /* @__PURE__ */ jsxs5(Fragment8, { children: [
4777
+ /* @__PURE__ */ jsx19(
4778
+ Button,
4779
+ {
4780
+ ...other,
4781
+ className: classNames(
4782
+ props.className,
4783
+ MENUBUTTON_CLASSNAME
4784
+ ),
4785
+ text,
4786
+ size,
4787
+ rounded,
4788
+ fillMode,
4789
+ themeColor,
4790
+ hover,
4791
+ focus,
4792
+ active,
4793
+ selected,
4794
+ disabled,
4795
+ icon,
4796
+ showArrow,
4797
+ arrowIconName
4798
+ }
4799
+ ),
4800
+ opened && popup && /* @__PURE__ */ jsx19(Popup, { className: "k-menu-popup", children: popup })
4801
+ ] });
4802
+ };
4803
+ MenuButton.states = states10;
4804
+ MenuButton.options = options10;
4805
+ MenuButton.className = MENUBUTTON_CLASSNAME;
4806
+ MenuButton.defaultProps = defaultProps11;
4807
+
4808
+ // src/menu-button/templates/icon-menu-button.tsx
4809
+ import { jsx as jsx20 } from "react/jsx-runtime";
4810
+
4811
+ // src/menu-button/templates/icon-text-menu-button.tsx
4812
+ import { jsx as jsx21 } from "react/jsx-runtime";
4813
+
4814
+ // src/menu-button/templates/text-menu-button.tsx
4815
+ import { jsx as jsx22 } from "react/jsx-runtime";
4799
4816
 
4800
4817
  // src/menu-button/templates/menu-button-popup.tsx
4801
- import { jsx as jsx19, jsxs as jsxs5 } from "react/jsx-runtime";
4818
+ import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4802
4819
 
4803
4820
  // src/input/input.spec.tsx
4804
- import { jsx as jsx20 } from "react/jsx-runtime";
4821
+ import { jsx as jsx24 } from "react/jsx-runtime";
4805
4822
  var INPUT_CLASSNAME = `k-input`;
4806
4823
  var states11 = [
4807
4824
  States.hover,
@@ -4837,7 +4854,7 @@ var Input = (props) => {
4837
4854
  fillMode = defaultProps12.fillMode,
4838
4855
  ...other
4839
4856
  } = props;
4840
- return /* @__PURE__ */ jsx20(
4857
+ return /* @__PURE__ */ jsx24(
4841
4858
  "span",
4842
4859
  {
4843
4860
  ...other,
@@ -4856,7 +4873,7 @@ Input.className = INPUT_CLASSNAME;
4856
4873
  Input.defaultProps = defaultProps12;
4857
4874
 
4858
4875
  // src/input/picker.spec.tsx
4859
- import { jsx as jsx21 } from "react/jsx-runtime";
4876
+ import { jsx as jsx25 } from "react/jsx-runtime";
4860
4877
  var PICKER_CLASSNAME = `k-picker`;
4861
4878
  var pickerStates = [
4862
4879
  States.hover,
@@ -4892,7 +4909,7 @@ var Picker = (props) => {
4892
4909
  fillMode = defaultProps13.fillMode,
4893
4910
  ...other
4894
4911
  } = props;
4895
- return /* @__PURE__ */ jsx21(
4912
+ return /* @__PURE__ */ jsx25(
4896
4913
  "span",
4897
4914
  {
4898
4915
  ...other,
@@ -4912,7 +4929,7 @@ Picker.className = PICKER_CLASSNAME;
4912
4929
  Picker.defaultProps = defaultProps13;
4913
4930
 
4914
4931
  // src/input/input-clear-value.tsx
4915
- import { Fragment as Fragment8, jsx as jsx22 } from "react/jsx-runtime";
4932
+ import { Fragment as Fragment9, jsx as jsx26 } from "react/jsx-runtime";
4916
4933
  var className = `k-clear-value`;
4917
4934
  var states12 = [
4918
4935
  States.disabled,
@@ -4928,16 +4945,16 @@ var InputClearValue = (props) => {
4928
4945
  value
4929
4946
  } = props;
4930
4947
  if (disabled || readonly || loading || !value) {
4931
- return /* @__PURE__ */ jsx22(Fragment8, {});
4948
+ return /* @__PURE__ */ jsx26(Fragment9, {});
4932
4949
  }
4933
- return /* @__PURE__ */ jsx22("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx22(Icon, { icon: "x" }) });
4950
+ return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
4934
4951
  };
4935
4952
  InputClearValue.states = states12;
4936
4953
  InputClearValue.options = options12;
4937
4954
  InputClearValue.className = className;
4938
4955
 
4939
4956
  // src/input/input-inner-input.tsx
4940
- import { jsx as jsx23 } from "react/jsx-runtime";
4957
+ import { jsx as jsx27 } from "react/jsx-runtime";
4941
4958
  var className2 = `k-input-inner`;
4942
4959
  var states13 = [];
4943
4960
  var options13 = {};
@@ -4955,7 +4972,7 @@ var InputInnerInput = (props) => {
4955
4972
  autocomplete = defaultProps14.autocomplete,
4956
4973
  ...other
4957
4974
  } = props;
4958
- return /* @__PURE__ */ jsx23(
4975
+ return /* @__PURE__ */ jsx27(
4959
4976
  "input",
4960
4977
  {
4961
4978
  ...other,
@@ -4972,7 +4989,7 @@ InputInnerInput.options = options13;
4972
4989
  InputInnerInput.className = className2;
4973
4990
 
4974
4991
  // src/input/input-inner-span.tsx
4975
- import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4992
+ import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
4976
4993
  var className3 = `k-input-inner`;
4977
4994
  var states14 = [];
4978
4995
  var options14 = {};
@@ -4985,16 +5002,16 @@ var InputInnerSpan = (props) => {
4985
5002
  valueIconName,
4986
5003
  ...other
4987
5004
  } = props;
4988
- return /* @__PURE__ */ jsxs6(
5005
+ return /* @__PURE__ */ jsxs7(
4989
5006
  "span",
4990
5007
  {
4991
5008
  ...other,
4992
5009
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4993
5010
  children: [
4994
5011
  valueIcon,
4995
- !valueIcon && valueIconName && /* @__PURE__ */ jsx24(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5012
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4996
5013
  showValue && !value && placeholder,
4997
- showValue && value && /* @__PURE__ */ jsx24("span", { className: "k-input-value-text", children: value })
5014
+ showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
4998
5015
  ]
4999
5016
  }
5000
5017
  );
@@ -5004,7 +5021,7 @@ InputInnerSpan.options = options14;
5004
5021
  InputInnerSpan.className = className3;
5005
5022
 
5006
5023
  // src/input/input-inner-textarea.tsx
5007
- import { jsx as jsx25 } from "react/jsx-runtime";
5024
+ import { jsx as jsx29 } from "react/jsx-runtime";
5008
5025
  var defaultProps15 = {
5009
5026
  value: "",
5010
5027
  placeholder: ""
@@ -5019,7 +5036,7 @@ var InputInnerTextarea = (props) => {
5019
5036
  rows,
5020
5037
  ...other
5021
5038
  } = props;
5022
- return /* @__PURE__ */ jsx25(
5039
+ return /* @__PURE__ */ jsx29(
5023
5040
  "textarea",
5024
5041
  {
5025
5042
  ...other,
@@ -5035,7 +5052,7 @@ InputInnerTextarea.options = options15;
5035
5052
  InputInnerTextarea.className = className4;
5036
5053
 
5037
5054
  // src/input/input-loading-icon.tsx
5038
- import { Fragment as Fragment9, jsx as jsx26 } from "react/jsx-runtime";
5055
+ import { Fragment as Fragment10, jsx as jsx30 } from "react/jsx-runtime";
5039
5056
  var className5 = `k-input-loading-icon`;
5040
5057
  var states16 = [
5041
5058
  States.disabled,
@@ -5047,13 +5064,13 @@ var InputLoadingIcon = (props) => {
5047
5064
  loading
5048
5065
  } = props;
5049
5066
  if (disabled || !loading) {
5050
- return /* @__PURE__ */ jsx26(Fragment9, {});
5067
+ return /* @__PURE__ */ jsx30(Fragment10, {});
5051
5068
  }
5052
- return /* @__PURE__ */ jsx26(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5069
+ return /* @__PURE__ */ jsx30(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5053
5070
  };
5054
5071
 
5055
5072
  // src/input/input-validation-icon.tsx
5056
- import { Fragment as Fragment10, jsx as jsx27 } from "react/jsx-runtime";
5073
+ import { Fragment as Fragment11, jsx as jsx31 } from "react/jsx-runtime";
5057
5074
  var className6 = `k-input-validation-icon`;
5058
5075
  var states17 = [
5059
5076
  States.valid,
@@ -5072,39 +5089,39 @@ var InputValidationIcon = (props) => {
5072
5089
  const iconName = invalid ? "exclamation-circle" : "check";
5073
5090
  const renderValidationIcon = Boolean(valid || invalid);
5074
5091
  if (disabled || loading || !renderValidationIcon) {
5075
- return /* @__PURE__ */ jsx27(Fragment10, {});
5092
+ return /* @__PURE__ */ jsx31(Fragment11, {});
5076
5093
  }
5077
- return /* @__PURE__ */ jsx27(Icon, { className: classNames(className6), icon: iconName });
5094
+ return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
5078
5095
  };
5079
5096
  InputValidationIcon.states = states17;
5080
5097
  InputValidationIcon.options = options16;
5081
5098
  InputValidationIcon.className = className6;
5082
5099
 
5083
5100
  // src/input/input-prefix.tsx
5084
- import { Fragment as Fragment11, jsx as jsx28 } from "react/jsx-runtime";
5101
+ import { Fragment as Fragment12, jsx as jsx32 } from "react/jsx-runtime";
5085
5102
  var className7 = `k-input-prefix`;
5086
5103
  var InputPrefix = (props) => {
5087
5104
  if (!props.children) {
5088
- return /* @__PURE__ */ jsx28(Fragment11, {});
5105
+ return /* @__PURE__ */ jsx32(Fragment12, {});
5089
5106
  }
5090
- return /* @__PURE__ */ jsx28("span", { className: classNames(className7, props.className), children: props.children });
5107
+ return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
5091
5108
  };
5092
5109
 
5093
5110
  // src/input/input-suffix.tsx
5094
- import { Fragment as Fragment12, jsx as jsx29 } from "react/jsx-runtime";
5111
+ import { Fragment as Fragment13, jsx as jsx33 } from "react/jsx-runtime";
5095
5112
  var className8 = `k-input-suffix`;
5096
5113
  var InputSuffix = (props) => {
5097
5114
  if (!props.children) {
5098
- return /* @__PURE__ */ jsx29(Fragment12, {});
5115
+ return /* @__PURE__ */ jsx33(Fragment13, {});
5099
5116
  }
5100
- return /* @__PURE__ */ jsx29("span", { className: classNames(className8, props.className), children: props.children });
5117
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
5101
5118
  };
5102
5119
 
5103
5120
  // src/input/input-separator.tsx
5104
- import { jsx as jsx30 } from "react/jsx-runtime";
5121
+ import { jsx as jsx34 } from "react/jsx-runtime";
5105
5122
 
5106
5123
  // src/color-preview/color-preview.tsx
5107
- import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5124
+ import { jsx as jsx35, jsxs as jsxs8 } from "react/jsx-runtime";
5108
5125
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5109
5126
  var states18 = [];
5110
5127
  var options17 = {};
@@ -5114,7 +5131,7 @@ var ColorPreview = (props) => {
5114
5131
  iconName,
5115
5132
  ...other
5116
5133
  } = props;
5117
- return /* @__PURE__ */ jsxs7(
5134
+ return /* @__PURE__ */ jsxs8(
5118
5135
  "span",
5119
5136
  {
5120
5137
  ...other,
@@ -5127,8 +5144,8 @@ var ColorPreview = (props) => {
5127
5144
  }
5128
5145
  ),
5129
5146
  children: [
5130
- iconName && /* @__PURE__ */ jsx31(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5131
- /* @__PURE__ */ jsx31(
5147
+ iconName && /* @__PURE__ */ jsx35(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5148
+ /* @__PURE__ */ jsx35(
5132
5149
  "span",
5133
5150
  {
5134
5151
  className: "k-color-preview-mask",
@@ -5144,7 +5161,7 @@ ColorPreview.options = options17;
5144
5161
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5145
5162
 
5146
5163
  // src/colorpicker/colorpicker.spec.tsx
5147
- import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5164
+ import { jsx as jsx36, jsxs as jsxs9 } from "react/jsx-runtime";
5148
5165
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5149
5166
  var states19 = [
5150
5167
  States.hover,
@@ -5184,7 +5201,7 @@ var ColorPicker = (props) => {
5184
5201
  arrowIconName = defaultProps16.arrowIconName,
5185
5202
  ...other
5186
5203
  } = props;
5187
- return /* @__PURE__ */ jsxs8(
5204
+ return /* @__PURE__ */ jsxs9(
5188
5205
  Picker,
5189
5206
  {
5190
5207
  ...other,
@@ -5203,14 +5220,14 @@ var ColorPicker = (props) => {
5203
5220
  "k-icon-picker"
5204
5221
  ),
5205
5222
  children: [
5206
- /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5207
- /* @__PURE__ */ jsx32(
5223
+ /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5224
+ /* @__PURE__ */ jsx36(
5208
5225
  InputInnerSpan,
5209
5226
  {
5210
5227
  placeholder,
5211
5228
  value,
5212
5229
  showValue: false,
5213
- valueIcon: /* @__PURE__ */ jsx32(
5230
+ valueIcon: /* @__PURE__ */ jsx36(
5214
5231
  ColorPreview,
5215
5232
  {
5216
5233
  className: "k-value-icon",
@@ -5221,8 +5238,8 @@ var ColorPicker = (props) => {
5221
5238
  valueIconName
5222
5239
  }
5223
5240
  ),
5224
- /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5225
- /* @__PURE__ */ jsx32(
5241
+ /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5242
+ /* @__PURE__ */ jsx36(
5226
5243
  Button,
5227
5244
  {
5228
5245
  className: "k-input-button",
@@ -5242,7 +5259,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5242
5259
  ColorPicker.defaultProps = defaultProps16;
5243
5260
 
5244
5261
  // src/switch/switch.spec.tsx
5245
- import { jsx as jsx33, jsxs as jsxs9 } from "react/jsx-runtime";
5262
+ import { jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5246
5263
  var SWITCH_CLASSNAME = `k-switch`;
5247
5264
  var states20 = [
5248
5265
  States.hover,
@@ -5251,12 +5268,14 @@ var states20 = [
5251
5268
  States.checked
5252
5269
  ];
5253
5270
  var options19 = {
5254
- size: [Size.small, Size.medium, Size.large]
5271
+ size: [Size.small, Size.medium, Size.large],
5272
+ trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5273
+ thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5255
5274
  };
5256
5275
  var defaultProps17 = {
5257
5276
  size: Size.medium,
5258
- trackRounded: "full",
5259
- thumbRounded: "full"
5277
+ trackRounded: Roundness.full,
5278
+ thumbRounded: Roundness.full
5260
5279
  };
5261
5280
  var Switch = (props) => {
5262
5281
  const {
@@ -5271,7 +5290,7 @@ var Switch = (props) => {
5271
5290
  disabled,
5272
5291
  ...other
5273
5292
  } = props;
5274
- return /* @__PURE__ */ jsxs9(
5293
+ return /* @__PURE__ */ jsxs10(
5275
5294
  "span",
5276
5295
  {
5277
5296
  ...other,
@@ -5292,29 +5311,29 @@ var Switch = (props) => {
5292
5311
  }
5293
5312
  ),
5294
5313
  children: [
5295
- /* @__PURE__ */ jsxs9(
5314
+ /* @__PURE__ */ jsxs10(
5296
5315
  "span",
5297
5316
  {
5298
5317
  className: classNames(
5299
5318
  "k-switch-track",
5300
- {
5301
- [`k-rounded-${trackRounded}`]: trackRounded
5302
- }
5319
+ optionClassNames(SWITCH_CLASSNAME, {
5320
+ rounded: trackRounded
5321
+ })
5303
5322
  ),
5304
5323
  children: [
5305
- onLabel && /* @__PURE__ */ jsx33("span", { className: "k-switch-label-on", children: onLabel }),
5306
- offLabel && /* @__PURE__ */ jsx33("span", { className: "k-switch-label-off", children: offLabel })
5324
+ onLabel && /* @__PURE__ */ jsx37("span", { className: "k-switch-label-on", children: onLabel }),
5325
+ offLabel && /* @__PURE__ */ jsx37("span", { className: "k-switch-label-off", children: offLabel })
5307
5326
  ]
5308
5327
  }
5309
5328
  ),
5310
- /* @__PURE__ */ jsx33("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx33(
5329
+ /* @__PURE__ */ jsx37("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx37(
5311
5330
  "span",
5312
5331
  {
5313
5332
  className: classNames(
5314
5333
  "k-switch-thumb",
5315
- {
5316
- [`k-rounded-${thumbRounded}`]: thumbRounded
5317
- }
5334
+ optionClassNames(SWITCH_CLASSNAME, {
5335
+ rounded: thumbRounded
5336
+ })
5318
5337
  )
5319
5338
  }
5320
5339
  ) })
@@ -5327,8 +5346,14 @@ Switch.options = options19;
5327
5346
  Switch.className = SWITCH_CLASSNAME;
5328
5347
  Switch.defaultProps = defaultProps17;
5329
5348
 
5349
+ // src/switch/templates/switch-normal.tsx
5350
+ import { jsx as jsx38 } from "react/jsx-runtime";
5351
+
5352
+ // src/switch/templates/switch-checked.tsx
5353
+ import { jsx as jsx39 } from "react/jsx-runtime";
5354
+
5330
5355
  // src/button-group/button-group.spec.tsx
5331
- import { jsx as jsx34 } from "react/jsx-runtime";
5356
+ import { jsx as jsx40 } from "react/jsx-runtime";
5332
5357
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5333
5358
  var states21 = [
5334
5359
  States.disabled
@@ -5346,7 +5371,7 @@ var ButtonGroup = (props) => {
5346
5371
  stretched,
5347
5372
  ...other
5348
5373
  } = props;
5349
- return /* @__PURE__ */ jsx34(
5374
+ return /* @__PURE__ */ jsx40(
5350
5375
  "div",
5351
5376
  {
5352
5377
  ...other,
@@ -5373,19 +5398,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5373
5398
  ButtonGroup.defaultProps = defaultProps18;
5374
5399
 
5375
5400
  // src/button-group/templates/icon-button-group.tsx
5376
- import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5401
+ import { jsx as jsx41, jsxs as jsxs11 } from "react/jsx-runtime";
5377
5402
 
5378
5403
  // src/button-group/templates/icon-text-button-group.tsx
5379
- import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5404
+ import { jsx as jsx42, jsxs as jsxs12 } from "react/jsx-runtime";
5380
5405
 
5381
5406
  // src/button-group/templates/text-button-group.tsx
5382
- import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5407
+ import { jsx as jsx43, jsxs as jsxs13 } from "react/jsx-runtime";
5383
5408
 
5384
5409
  // src/button-group/templates/mixed-button-group.tsx
5385
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5410
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5386
5411
 
5387
5412
  // src/action-sheet/action-sheet.spec.tsx
5388
- import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5413
+ import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5389
5414
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5390
5415
  var states22 = [];
5391
5416
  var options21 = {};
@@ -5408,8 +5433,8 @@ var ActionSheet = (props) => {
5408
5433
  overlay = defaultProps19.overlay,
5409
5434
  ...other
5410
5435
  } = props;
5411
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx39(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5412
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx39(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx39(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5436
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx45(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5437
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx45(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx45(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5413
5438
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5414
5439
  switch (child.type) {
5415
5440
  case ActionSheetHeader:
@@ -5419,10 +5444,10 @@ var ActionSheet = (props) => {
5419
5444
  return true;
5420
5445
  }
5421
5446
  return true;
5422
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx39(Fragment13, {});
5423
- return /* @__PURE__ */ jsxs14("div", { className: "k-actionsheet-container", children: [
5424
- overlay && /* @__PURE__ */ jsx39("div", { className: "k-overlay" }),
5425
- /* @__PURE__ */ jsx39(
5447
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx45(Fragment14, {});
5448
+ return /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-container", children: [
5449
+ overlay && /* @__PURE__ */ jsx45("div", { className: "k-overlay" }),
5450
+ /* @__PURE__ */ jsx45(
5426
5451
  AnimationContainer,
5427
5452
  {
5428
5453
  animationStyle: {
@@ -5432,7 +5457,7 @@ var ActionSheet = (props) => {
5432
5457
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5433
5458
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5434
5459
  },
5435
- children: /* @__PURE__ */ jsx39(
5460
+ children: /* @__PURE__ */ jsx45(
5436
5461
  "div",
5437
5462
  {
5438
5463
  ...other,
@@ -5445,9 +5470,9 @@ var ActionSheet = (props) => {
5445
5470
  "k-adaptive-actionsheet": adaptive
5446
5471
  }
5447
5472
  ),
5448
- children: /* @__PURE__ */ jsxs14(Fragment13, { children: [
5473
+ children: /* @__PURE__ */ jsxs15(Fragment14, { children: [
5449
5474
  _ActionSheetHeader,
5450
- /* @__PURE__ */ jsx39("div", { className: classNames(
5475
+ /* @__PURE__ */ jsx45("div", { className: classNames(
5451
5476
  "k-actionsheet-content",
5452
5477
  {
5453
5478
  "!k-overflow-hidden": adaptive
@@ -5467,7 +5492,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5467
5492
  ActionSheet.defaultProps = defaultProps19;
5468
5493
 
5469
5494
  // src/searchbox/searchbox.spec.tsx
5470
- import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5495
+ import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5471
5496
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5472
5497
  var states23 = [
5473
5498
  States.hover,
@@ -5508,7 +5533,7 @@ var Searchbox = (props) => {
5508
5533
  icon = defaultProps20.icon,
5509
5534
  ...other
5510
5535
  } = props;
5511
- return /* @__PURE__ */ jsxs15(
5536
+ return /* @__PURE__ */ jsxs16(
5512
5537
  Input,
5513
5538
  {
5514
5539
  ...other,
@@ -5524,11 +5549,11 @@ var Searchbox = (props) => {
5524
5549
  disabled,
5525
5550
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5526
5551
  children: [
5527
- showIcon && /* @__PURE__ */ jsx40(Icon, { className: "k-input-icon", icon }),
5528
- /* @__PURE__ */ jsx40(InputInnerInput, { placeholder, value }),
5529
- /* @__PURE__ */ jsx40(InputLoadingIcon, { ...props }),
5530
- /* @__PURE__ */ jsx40(InputValidationIcon, { ...props }),
5531
- /* @__PURE__ */ jsx40(InputClearValue, { ...props })
5552
+ showIcon && /* @__PURE__ */ jsx46(Icon, { className: "k-input-icon", icon }),
5553
+ /* @__PURE__ */ jsx46(InputInnerInput, { placeholder, value }),
5554
+ /* @__PURE__ */ jsx46(InputLoadingIcon, { ...props }),
5555
+ /* @__PURE__ */ jsx46(InputValidationIcon, { ...props }),
5556
+ /* @__PURE__ */ jsx46(InputClearValue, { ...props })
5532
5557
  ]
5533
5558
  }
5534
5559
  );
@@ -5539,10 +5564,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5539
5564
  Searchbox.defaultProps = defaultProps20;
5540
5565
 
5541
5566
  // src/searchbox/templates/searchbox-normal.tsx
5542
- import { jsx as jsx41 } from "react/jsx-runtime";
5567
+ import { jsx as jsx47 } from "react/jsx-runtime";
5543
5568
 
5544
5569
  // src/action-sheet/actionsheet-header.tsx
5545
- import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
5570
+ import { Fragment as Fragment15, jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5546
5571
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5547
5572
  var ActionSheetHeader = (props) => {
5548
5573
  const {
@@ -5552,7 +5577,7 @@ var ActionSheetHeader = (props) => {
5552
5577
  filter,
5553
5578
  ...other
5554
5579
  } = props;
5555
- return /* @__PURE__ */ jsx42(
5580
+ return /* @__PURE__ */ jsx48(
5556
5581
  "div",
5557
5582
  {
5558
5583
  ...other,
@@ -5560,23 +5585,23 @@ var ActionSheetHeader = (props) => {
5560
5585
  props.className,
5561
5586
  ACTIONSHEETHEADER_CLASSNAME
5562
5587
  ),
5563
- children: /* @__PURE__ */ jsxs16(Fragment14, { children: [
5564
- /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5565
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx42(Fragment14, { children: /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-title", children: [
5566
- title !== "" && /* @__PURE__ */ jsx42("div", { className: "k-text-center", children: title }),
5567
- subTitle !== "" && /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5588
+ children: /* @__PURE__ */ jsxs17(Fragment15, { children: [
5589
+ /* @__PURE__ */ jsxs17("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5590
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx48(Fragment15, { children: /* @__PURE__ */ jsxs17("div", { className: "k-actionsheet-title", children: [
5591
+ title !== "" && /* @__PURE__ */ jsx48("div", { className: "k-text-center", children: title }),
5592
+ subTitle !== "" && /* @__PURE__ */ jsx48("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5568
5593
  ] }) }),
5569
- props.children && /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-title", children: props.children }),
5570
- actions && /* @__PURE__ */ jsx42(Fragment14, { children: /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx42(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5594
+ props.children && /* @__PURE__ */ jsx48("div", { className: "k-actionsheet-title", children: props.children }),
5595
+ actions && /* @__PURE__ */ jsx48(Fragment15, { children: /* @__PURE__ */ jsx48("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx48(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5571
5596
  ] }),
5572
- filter && /* @__PURE__ */ jsx42(Fragment14, { children: /* @__PURE__ */ jsx42("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx42(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5597
+ filter && /* @__PURE__ */ jsx48(Fragment15, { children: /* @__PURE__ */ jsx48("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx48(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5573
5598
  ] })
5574
5599
  }
5575
5600
  );
5576
5601
  };
5577
5602
 
5578
5603
  // src/action-buttons/action-buttons.spec.tsx
5579
- import { jsx as jsx43 } from "react/jsx-runtime";
5604
+ import { jsx as jsx49 } from "react/jsx-runtime";
5580
5605
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5581
5606
  var states24 = [];
5582
5607
  var options23 = {};
@@ -5590,7 +5615,7 @@ var ActionButtons = (props) => {
5590
5615
  orientation = defaultProps21.orientation,
5591
5616
  ...other
5592
5617
  } = props;
5593
- return /* @__PURE__ */ jsx43(
5618
+ return /* @__PURE__ */ jsx49(
5594
5619
  "div",
5595
5620
  {
5596
5621
  ...other,
@@ -5613,14 +5638,14 @@ ActionButtons.defaultProps = defaultProps21;
5613
5638
  var action_buttons_spec_default = ActionButtons;
5614
5639
 
5615
5640
  // src/action-sheet/actionsheet-footer.tsx
5616
- import { Fragment as Fragment15, jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
5641
+ import { Fragment as Fragment16, jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5617
5642
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5618
5643
  var ActionSheetFooter = (props) => {
5619
5644
  const {
5620
5645
  actions,
5621
5646
  ...other
5622
5647
  } = props;
5623
- return /* @__PURE__ */ jsx44(
5648
+ return /* @__PURE__ */ jsx50(
5624
5649
  action_buttons_spec_default,
5625
5650
  {
5626
5651
  ...other,
@@ -5629,17 +5654,17 @@ var ActionSheetFooter = (props) => {
5629
5654
  ACTIONSHEETFOOTER_CLASSNAME
5630
5655
  ),
5631
5656
  alignment: "stretched",
5632
- children: /* @__PURE__ */ jsxs17(Fragment15, { children: [
5657
+ children: /* @__PURE__ */ jsxs18(Fragment16, { children: [
5633
5658
  actions && actions.map((action, index) => {
5634
5659
  if (action === "|") {
5635
- return /* @__PURE__ */ jsx44("span", { className: "k-separator" }, index);
5660
+ return /* @__PURE__ */ jsx50("span", { className: "k-separator" }, index);
5636
5661
  }
5637
5662
  if (action === " ") {
5638
- return /* @__PURE__ */ jsx44("span", { className: "k-spacer" }, index);
5663
+ return /* @__PURE__ */ jsx50("span", { className: "k-spacer" }, index);
5639
5664
  }
5640
5665
  const importantFlag = action.startsWith("!");
5641
5666
  const actionName = importantFlag ? action.substring(1) : action;
5642
- return /* @__PURE__ */ jsx44(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5667
+ return /* @__PURE__ */ jsx50(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5643
5668
  }),
5644
5669
  !actions && props.children
5645
5670
  ] })
@@ -5648,12 +5673,12 @@ var ActionSheetFooter = (props) => {
5648
5673
  };
5649
5674
 
5650
5675
  // src/action-sheet/actionsheet-items.tsx
5651
- import { jsx as jsx45 } from "react/jsx-runtime";
5676
+ import { jsx as jsx51 } from "react/jsx-runtime";
5652
5677
  var ActionSheetItems = (props) => {
5653
5678
  const {
5654
5679
  ...other
5655
5680
  } = props;
5656
- return /* @__PURE__ */ jsx45(
5681
+ return /* @__PURE__ */ jsx51(
5657
5682
  "div",
5658
5683
  {
5659
5684
  ...other,
@@ -5667,7 +5692,7 @@ var ActionSheetItems = (props) => {
5667
5692
  };
5668
5693
 
5669
5694
  // src/action-sheet/actionsheet-item.tsx
5670
- import { Fragment as Fragment16, jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
5695
+ import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5671
5696
  var states25 = [
5672
5697
  States.hover,
5673
5698
  States.focus,
@@ -5676,12 +5701,12 @@ var states25 = [
5676
5701
  ];
5677
5702
 
5678
5703
  // src/nodata/nodata.tsx
5679
- import { jsx as jsx47 } from "react/jsx-runtime";
5704
+ import { jsx as jsx53 } from "react/jsx-runtime";
5680
5705
  var className9 = `k-nodata`;
5681
- var NoData = (props) => /* @__PURE__ */ jsx47("span", { className: classNames(className9, props.className), children: props.children });
5706
+ var NoData = (props) => /* @__PURE__ */ jsx53("span", { className: classNames(className9, props.className), children: props.children });
5682
5707
 
5683
5708
  // src/list/list.spec.tsx
5684
- import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5709
+ import { jsx as jsx54, jsxs as jsxs20 } from "react/jsx-runtime";
5685
5710
  var LIST_CLASSNAME = `k-list`;
5686
5711
  var states26 = [];
5687
5712
  var options24 = {
@@ -5709,7 +5734,7 @@ var List = (props) => {
5709
5734
  listHeader = child.props.label;
5710
5735
  child.props.children.map((optChild, index2) => {
5711
5736
  listChildren.push(
5712
- /* @__PURE__ */ jsx48(
5737
+ /* @__PURE__ */ jsx54(
5713
5738
  ListItem,
5714
5739
  {
5715
5740
  ...optChild.props
@@ -5725,7 +5750,7 @@ var List = (props) => {
5725
5750
  groupLabel = child.props.label;
5726
5751
  }
5727
5752
  listChildren.push(
5728
- /* @__PURE__ */ jsx48(
5753
+ /* @__PURE__ */ jsx54(
5729
5754
  ListItem,
5730
5755
  {
5731
5756
  className: index2 === 0 ? "k-first" : "",
@@ -5737,16 +5762,16 @@ var List = (props) => {
5737
5762
  );
5738
5763
  });
5739
5764
  }
5740
- listGroup = /* @__PURE__ */ jsx48(ListGroup, { label: listHeader, virtualization, children: listChildren });
5765
+ listGroup = /* @__PURE__ */ jsx54(ListGroup, { label: listHeader, virtualization, children: listChildren });
5741
5766
  } else if (child.type === ListItem) {
5742
- listChildren.push(/* @__PURE__ */ jsx48(ListItem, { ...child.props }, `${child.type}-${index}`));
5743
- listContent = /* @__PURE__ */ jsx48(ListContent, { virtualization, children: listChildren });
5767
+ listChildren.push(/* @__PURE__ */ jsx54(ListItem, { ...child.props }, `${child.type}-${index}`));
5768
+ listContent = /* @__PURE__ */ jsx54(ListContent, { virtualization, children: listChildren });
5744
5769
  }
5745
5770
  });
5746
5771
  } else {
5747
- listContent = /* @__PURE__ */ jsx48(NoData, { children: "No data found." });
5772
+ listContent = /* @__PURE__ */ jsx54(NoData, { children: "No data found." });
5748
5773
  }
5749
- return /* @__PURE__ */ jsxs19(
5774
+ return /* @__PURE__ */ jsxs20(
5750
5775
  "div",
5751
5776
  {
5752
5777
  ...other,
@@ -5774,7 +5799,7 @@ List.className = LIST_CLASSNAME;
5774
5799
  List.defaultProps = defaultProps22;
5775
5800
 
5776
5801
  // src/list/list-angular.spec.tsx
5777
- import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
5802
+ import { jsx as jsx55, jsxs as jsxs21 } from "react/jsx-runtime";
5778
5803
  var LISTANGULAR_CLASSNAME = `k-list`;
5779
5804
  var states27 = [];
5780
5805
  var options25 = {
@@ -5801,7 +5826,7 @@ var ListAngular = (props) => {
5801
5826
  listHeader = child.props.label;
5802
5827
  child.props.children.map((optChild, index2) => {
5803
5828
  listChildren.push(
5804
- /* @__PURE__ */ jsx49(
5829
+ /* @__PURE__ */ jsx55(
5805
5830
  ListItem,
5806
5831
  {
5807
5832
  ...optChild.props
@@ -5812,7 +5837,7 @@ var ListAngular = (props) => {
5812
5837
  });
5813
5838
  } else {
5814
5839
  listChildren.push(
5815
- /* @__PURE__ */ jsx49(
5840
+ /* @__PURE__ */ jsx55(
5816
5841
  ListGroupItem,
5817
5842
  {
5818
5843
  ...child.props,
@@ -5823,7 +5848,7 @@ var ListAngular = (props) => {
5823
5848
  );
5824
5849
  child.props.children.map((optChild, index2) => {
5825
5850
  listChildren.push(
5826
- /* @__PURE__ */ jsx49(
5851
+ /* @__PURE__ */ jsx55(
5827
5852
  ListItem,
5828
5853
  {
5829
5854
  ...optChild.props
@@ -5833,16 +5858,16 @@ var ListAngular = (props) => {
5833
5858
  );
5834
5859
  });
5835
5860
  }
5836
- listGroup = /* @__PURE__ */ jsx49(ListGroup, { label: listHeader, virtualization, children: listChildren });
5861
+ listGroup = /* @__PURE__ */ jsx55(ListGroup, { label: listHeader, virtualization, children: listChildren });
5837
5862
  } else if (child.type === ListItem) {
5838
- listChildren.push(/* @__PURE__ */ jsx49(ListItem, { ...child.props }, `${child.type}-${index}`));
5839
- listContent = /* @__PURE__ */ jsx49(ListContent, { virtualization, children: listChildren });
5863
+ listChildren.push(/* @__PURE__ */ jsx55(ListItem, { ...child.props }, `${child.type}-${index}`));
5864
+ listContent = /* @__PURE__ */ jsx55(ListContent, { virtualization, children: listChildren });
5840
5865
  }
5841
5866
  });
5842
5867
  } else {
5843
- listContent = /* @__PURE__ */ jsx49(NoData, { children: "No data found." });
5868
+ listContent = /* @__PURE__ */ jsx55(NoData, { children: "No data found." });
5844
5869
  }
5845
- return /* @__PURE__ */ jsxs20(
5870
+ return /* @__PURE__ */ jsxs21(
5846
5871
  "div",
5847
5872
  {
5848
5873
  ...other,
@@ -5869,7 +5894,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5869
5894
  ListAngular.defaultProps = defaultProps23;
5870
5895
 
5871
5896
  // src/checkbox/checkbox.spec.tsx
5872
- import { jsx as jsx50 } from "react/jsx-runtime";
5897
+ import { jsx as jsx56 } from "react/jsx-runtime";
5873
5898
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5874
5899
  var states28 = [
5875
5900
  States.hover,
@@ -5904,7 +5929,7 @@ var Checkbox = (props) => {
5904
5929
  rounded = defaultProps24.rounded,
5905
5930
  ...other
5906
5931
  } = props;
5907
- return /* @__PURE__ */ jsx50("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx50(
5932
+ return /* @__PURE__ */ jsx56("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx56(
5908
5933
  "input",
5909
5934
  {
5910
5935
  ...other,
@@ -5927,13 +5952,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5927
5952
  Checkbox.defaultProps = defaultProps24;
5928
5953
 
5929
5954
  // src/checkbox/templates/checkbox-label.tsx
5930
- import { Fragment as Fragment17, jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
5955
+ import { Fragment as Fragment18, jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
5931
5956
 
5932
5957
  // src/checkbox/templates/checkbox-normal.tsx
5933
- import { jsx as jsx52 } from "react/jsx-runtime";
5958
+ import { jsx as jsx58 } from "react/jsx-runtime";
5934
5959
 
5935
5960
  // src/list/list-item.spec.tsx
5936
- import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5961
+ import { jsx as jsx59, jsxs as jsxs23 } from "react/jsx-runtime";
5937
5962
  var LISTITEM_CLASSNAME = `k-list-item`;
5938
5963
  var states29 = [
5939
5964
  States.hover,
@@ -5958,7 +5983,7 @@ var ListItem = (props) => {
5958
5983
  ...other
5959
5984
  } = props;
5960
5985
  const textOrChildren = text ? text : props.children;
5961
- return /* @__PURE__ */ jsxs22(
5986
+ return /* @__PURE__ */ jsxs23(
5962
5987
  "li",
5963
5988
  {
5964
5989
  ...other,
@@ -5973,10 +5998,10 @@ var ListItem = (props) => {
5973
5998
  })
5974
5999
  ),
5975
6000
  children: [
5976
- showCheckbox && /* @__PURE__ */ jsx53(Checkbox, { checked }),
5977
- showIcon && /* @__PURE__ */ jsx53(Icon, { icon: iconName }),
5978
- /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: textOrChildren }),
5979
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx53("div", { className: "k-list-item-group-label", children: groupLabel })
6001
+ showCheckbox && /* @__PURE__ */ jsx59(Checkbox, { checked }),
6002
+ showIcon && /* @__PURE__ */ jsx59(Icon, { icon: iconName }),
6003
+ /* @__PURE__ */ jsx59("span", { className: "k-list-item-text", children: textOrChildren }),
6004
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx59("div", { className: "k-list-item-group-label", children: groupLabel })
5980
6005
  ]
5981
6006
  }
5982
6007
  );
@@ -5987,43 +6012,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5987
6012
  ListItem.defaultProps = defaultProps25;
5988
6013
 
5989
6014
  // src/list/list-content.tsx
5990
- import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
6015
+ import { jsx as jsx60, jsxs as jsxs24 } from "react/jsx-runtime";
5991
6016
  var className10 = `k-list-content`;
5992
6017
  var ListContent = (props) => {
5993
6018
  const {
5994
6019
  virtualization
5995
6020
  } = props;
5996
- return /* @__PURE__ */ jsxs23("div", { className: classNames(className10, props.className), children: [
5997
- /* @__PURE__ */ jsx54("ul", { className: classNames("k-list-ul"), children: props.children }),
5998
- virtualization && /* @__PURE__ */ jsx54("div", { className: "k-height-container", children: /* @__PURE__ */ jsx54("div", {}) })
6021
+ return /* @__PURE__ */ jsxs24("div", { className: classNames(className10, props.className), children: [
6022
+ /* @__PURE__ */ jsx60("ul", { className: classNames("k-list-ul"), children: props.children }),
6023
+ virtualization && /* @__PURE__ */ jsx60("div", { className: "k-height-container", children: /* @__PURE__ */ jsx60("div", {}) })
5999
6024
  ] });
6000
6025
  };
6001
6026
 
6002
6027
  // src/list/list-header.tsx
6003
- import { jsx as jsx55 } from "react/jsx-runtime";
6028
+ import { jsx as jsx61 } from "react/jsx-runtime";
6004
6029
  var className11 = `k-list-group-sticky-header`;
6005
- var ListHeader = (props) => /* @__PURE__ */ jsx55("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx55("div", { className: "k-list-header-text", children: props.children }) });
6030
+ var ListHeader = (props) => /* @__PURE__ */ jsx61("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx61("div", { className: "k-list-header-text", children: props.children }) });
6006
6031
 
6007
6032
  // src/list/list-group.tsx
6008
- import { Fragment as Fragment18, jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
6033
+ import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs25 } from "react/jsx-runtime";
6009
6034
  var ListGroup = (props) => {
6010
6035
  const {
6011
6036
  virtualization,
6012
6037
  label
6013
6038
  } = props;
6014
- return /* @__PURE__ */ jsxs24(Fragment18, { children: [
6015
- label && /* @__PURE__ */ jsx56(ListHeader, { children: label }),
6016
- props.children && /* @__PURE__ */ jsx56(ListContent, { virtualization, children: props.children })
6039
+ return /* @__PURE__ */ jsxs25(Fragment19, { children: [
6040
+ label && /* @__PURE__ */ jsx62(ListHeader, { children: label }),
6041
+ props.children && /* @__PURE__ */ jsx62(ListContent, { virtualization, children: props.children })
6017
6042
  ] });
6018
6043
  };
6019
6044
 
6020
6045
  // src/list/list-group-item.tsx
6021
- import { jsx as jsx57 } from "react/jsx-runtime";
6046
+ import { jsx as jsx63 } from "react/jsx-runtime";
6022
6047
  var className12 = `k-list-group-item`;
6023
- var ListGroupItem = (props) => /* @__PURE__ */ jsx57("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx57("span", { className: "k-list-item-text", children: props.children }) });
6048
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx63("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx63("span", { className: "k-list-item-text", children: props.children }) });
6024
6049
 
6025
6050
  // src/list/list-option-label.tsx
6026
- import { jsx as jsx58 } from "react/jsx-runtime";
6051
+ import { jsx as jsx64 } from "react/jsx-runtime";
6027
6052
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6028
6053
  var states30 = [
6029
6054
  States.hover,
@@ -6042,7 +6067,7 @@ var ListOptionLabel = (props) => {
6042
6067
  disabled,
6043
6068
  ...other
6044
6069
  } = props;
6045
- return /* @__PURE__ */ jsx58(
6070
+ return /* @__PURE__ */ jsx64(
6046
6071
  "div",
6047
6072
  {
6048
6073
  ...other,
@@ -6065,28 +6090,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6065
6090
  ListOptionLabel.defaultProps = defaultProps26;
6066
6091
 
6067
6092
  // src/list/templates/list-normal.tsx
6068
- import { jsx as jsx59 } from "react/jsx-runtime";
6093
+ import { jsx as jsx65 } from "react/jsx-runtime";
6069
6094
 
6070
6095
  // src/list/templates/list-virtualization.tsx
6071
- import { jsx as jsx60 } from "react/jsx-runtime";
6096
+ import { jsx as jsx66 } from "react/jsx-runtime";
6072
6097
 
6073
6098
  // src/list/templates/list-grouping.tsx
6074
- import { jsx as jsx61, jsxs as jsxs25 } from "react/jsx-runtime";
6099
+ import { jsx as jsx67, jsxs as jsxs26 } from "react/jsx-runtime";
6075
6100
 
6076
6101
  // src/list/templates/list-virualization-grouping.tsx
6077
- import { jsx as jsx62, jsxs as jsxs26 } from "react/jsx-runtime";
6102
+ import { jsx as jsx68, jsxs as jsxs27 } from "react/jsx-runtime";
6078
6103
 
6079
6104
  // src/list/templates/list-virtualization-angular.tsx
6080
- import { jsx as jsx63 } from "react/jsx-runtime";
6105
+ import { jsx as jsx69 } from "react/jsx-runtime";
6081
6106
 
6082
6107
  // src/list/templates/list-grouping-angular.tsx
6083
- import { jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
6108
+ import { jsx as jsx70, jsxs as jsxs28 } from "react/jsx-runtime";
6084
6109
 
6085
6110
  // src/list/templates/list-virualization-grouping-angular.tsx
6086
- import { jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
6111
+ import { jsx as jsx71, jsxs as jsxs29 } from "react/jsx-runtime";
6087
6112
 
6088
6113
  // src/combobox/combobox.spec.tsx
6089
- import { Fragment as Fragment19, jsx as jsx66, jsxs as jsxs29 } from "react/jsx-runtime";
6114
+ import { Fragment as Fragment20, jsx as jsx72, jsxs as jsxs30 } from "react/jsx-runtime";
6090
6115
  var COMBOBOX_CLASSNAME = `k-combobox`;
6091
6116
  var states31 = [
6092
6117
  States.hover,
@@ -6131,8 +6156,8 @@ var Combobox = (props) => {
6131
6156
  adaptiveSettings,
6132
6157
  ...other
6133
6158
  } = props;
6134
- return /* @__PURE__ */ jsxs29(Fragment19, { children: [
6135
- /* @__PURE__ */ jsxs29(
6159
+ return /* @__PURE__ */ jsxs30(Fragment20, { children: [
6160
+ /* @__PURE__ */ jsxs30(
6136
6161
  Input,
6137
6162
  {
6138
6163
  ...other,
@@ -6149,9 +6174,9 @@ var Combobox = (props) => {
6149
6174
  readonly,
6150
6175
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6151
6176
  children: [
6152
- /* @__PURE__ */ jsx66(InputPrefix, { children: prefix }),
6153
- /* @__PURE__ */ jsx66(InputInnerInput, { placeholder, value }),
6154
- /* @__PURE__ */ jsx66(
6177
+ /* @__PURE__ */ jsx72(InputPrefix, { children: prefix }),
6178
+ /* @__PURE__ */ jsx72(InputInnerInput, { placeholder, value }),
6179
+ /* @__PURE__ */ jsx72(
6155
6180
  InputValidationIcon,
6156
6181
  {
6157
6182
  valid,
@@ -6160,14 +6185,14 @@ var Combobox = (props) => {
6160
6185
  disabled
6161
6186
  }
6162
6187
  ),
6163
- /* @__PURE__ */ jsx66(
6188
+ /* @__PURE__ */ jsx72(
6164
6189
  InputLoadingIcon,
6165
6190
  {
6166
6191
  loading,
6167
6192
  disabled
6168
6193
  }
6169
6194
  ),
6170
- /* @__PURE__ */ jsx66(
6195
+ /* @__PURE__ */ jsx72(
6171
6196
  InputClearValue,
6172
6197
  {
6173
6198
  loading,
@@ -6176,8 +6201,8 @@ var Combobox = (props) => {
6176
6201
  value
6177
6202
  }
6178
6203
  ),
6179
- /* @__PURE__ */ jsx66(InputSuffix, { children: suffix }),
6180
- /* @__PURE__ */ jsx66(
6204
+ /* @__PURE__ */ jsx72(InputSuffix, { children: suffix }),
6205
+ /* @__PURE__ */ jsx72(
6181
6206
  Button,
6182
6207
  {
6183
6208
  className: "k-input-button",
@@ -6190,9 +6215,9 @@ var Combobox = (props) => {
6190
6215
  ]
6191
6216
  }
6192
6217
  ),
6193
- opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6194
- adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6195
- /* @__PURE__ */ jsx66(
6218
+ opened && popup && /* @__PURE__ */ jsx72(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6219
+ adaptive && /* @__PURE__ */ jsxs30(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6220
+ /* @__PURE__ */ jsx72(
6196
6221
  ActionSheetHeader,
6197
6222
  {
6198
6223
  actions: ["x"],
@@ -6200,10 +6225,10 @@ var Combobox = (props) => {
6200
6225
  title: "Select Item"
6201
6226
  }
6202
6227
  ),
6203
- /* @__PURE__ */ jsx66("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
6204
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6205
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6206
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" })
6228
+ /* @__PURE__ */ jsx72("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs30(List, { size: "large", children: [
6229
+ /* @__PURE__ */ jsx72(ListItem, { text: "List item" }),
6230
+ /* @__PURE__ */ jsx72(ListItem, { text: "List item" }),
6231
+ /* @__PURE__ */ jsx72(ListItem, { text: "List item" })
6207
6232
  ] }) })
6208
6233
  ] })
6209
6234
  ] });
@@ -6214,19 +6239,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6214
6239
  Combobox.defaultProps = defaultProps27;
6215
6240
 
6216
6241
  // src/combobox/templates/combobox-normal.tsx
6217
- import { jsx as jsx67 } from "react/jsx-runtime";
6242
+ import { jsx as jsx73 } from "react/jsx-runtime";
6218
6243
 
6219
6244
  // src/combobox/templates/combobox-popup.tsx
6220
- import { jsx as jsx68, jsxs as jsxs30 } from "react/jsx-runtime";
6245
+ import { jsx as jsx74, jsxs as jsxs31 } from "react/jsx-runtime";
6221
6246
 
6222
6247
  // src/combobox/templates/combobox-grouping.tsx
6223
- import { jsx as jsx69, jsxs as jsxs31 } from "react/jsx-runtime";
6248
+ import { jsx as jsx75, jsxs as jsxs32 } from "react/jsx-runtime";
6224
6249
 
6225
6250
  // src/combobox/templates/combobox-adaptive.tsx
6226
- import { jsx as jsx70 } from "react/jsx-runtime";
6251
+ import { jsx as jsx76 } from "react/jsx-runtime";
6227
6252
 
6228
6253
  // src/dropdownlist/dropdownlist.spec.tsx
6229
- import { Fragment as Fragment20, jsx as jsx71, jsxs as jsxs32 } from "react/jsx-runtime";
6254
+ import { Fragment as Fragment21, jsx as jsx77, jsxs as jsxs33 } from "react/jsx-runtime";
6230
6255
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6231
6256
  var states32 = [
6232
6257
  States.hover,
@@ -6274,8 +6299,8 @@ var DropdownList = (props) => {
6274
6299
  opened,
6275
6300
  ...other
6276
6301
  } = props;
6277
- return /* @__PURE__ */ jsxs32(Fragment20, { children: [
6278
- /* @__PURE__ */ jsxs32(
6302
+ return /* @__PURE__ */ jsxs33(Fragment21, { children: [
6303
+ /* @__PURE__ */ jsxs33(
6279
6304
  Picker,
6280
6305
  {
6281
6306
  ...other,
@@ -6298,8 +6323,8 @@ var DropdownList = (props) => {
6298
6323
  }
6299
6324
  ),
6300
6325
  children: [
6301
- /* @__PURE__ */ jsx71(InputPrefix, { children: prefix }),
6302
- /* @__PURE__ */ jsx71(
6326
+ /* @__PURE__ */ jsx77(InputPrefix, { children: prefix }),
6327
+ /* @__PURE__ */ jsx77(
6303
6328
  InputInnerSpan,
6304
6329
  {
6305
6330
  placeholder,
@@ -6308,7 +6333,7 @@ var DropdownList = (props) => {
6308
6333
  valueIconName
6309
6334
  }
6310
6335
  ),
6311
- /* @__PURE__ */ jsx71(
6336
+ /* @__PURE__ */ jsx77(
6312
6337
  InputValidationIcon,
6313
6338
  {
6314
6339
  valid,
@@ -6317,15 +6342,15 @@ var DropdownList = (props) => {
6317
6342
  disabled
6318
6343
  }
6319
6344
  ),
6320
- /* @__PURE__ */ jsx71(
6345
+ /* @__PURE__ */ jsx77(
6321
6346
  InputLoadingIcon,
6322
6347
  {
6323
6348
  loading,
6324
6349
  disabled
6325
6350
  }
6326
6351
  ),
6327
- /* @__PURE__ */ jsx71(InputSuffix, { children: suffix }),
6328
- /* @__PURE__ */ jsx71(
6352
+ /* @__PURE__ */ jsx77(InputSuffix, { children: suffix }),
6353
+ /* @__PURE__ */ jsx77(
6329
6354
  Button,
6330
6355
  {
6331
6356
  className: "k-input-button",
@@ -6338,7 +6363,7 @@ var DropdownList = (props) => {
6338
6363
  ]
6339
6364
  }
6340
6365
  ),
6341
- opened && popup && /* @__PURE__ */ jsx71(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6366
+ opened && popup && /* @__PURE__ */ jsx77(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6342
6367
  ] });
6343
6368
  };
6344
6369
  DropdownList.states = states32;
@@ -6347,22 +6372,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
6347
6372
  DropdownList.defaultProps = defaultProps28;
6348
6373
 
6349
6374
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6350
- import { jsx as jsx72 } from "react/jsx-runtime";
6375
+ import { jsx as jsx78 } from "react/jsx-runtime";
6351
6376
 
6352
6377
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6353
- import { jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6378
+ import { jsx as jsx79, jsxs as jsxs34 } from "react/jsx-runtime";
6354
6379
 
6355
6380
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6356
- import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6381
+ import { Fragment as Fragment22, jsx as jsx80, jsxs as jsxs35 } from "react/jsx-runtime";
6357
6382
 
6358
6383
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6359
- import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6384
+ import { jsx as jsx81, jsxs as jsxs36 } from "react/jsx-runtime";
6360
6385
 
6361
6386
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6362
- import { Fragment as Fragment22, jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
6387
+ import { Fragment as Fragment23, jsx as jsx82, jsxs as jsxs37 } from "react/jsx-runtime";
6363
6388
 
6364
6389
  // src/toolbar/toolbar.spec.tsx
6365
- import { jsx as jsx77 } from "react/jsx-runtime";
6390
+ import { jsx as jsx83 } from "react/jsx-runtime";
6366
6391
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6367
6392
  var states33 = [
6368
6393
  States.focus
@@ -6385,7 +6410,7 @@ var Toolbar = (props) => {
6385
6410
  const tempToolbarChildren = [];
6386
6411
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6387
6412
  tempToolbarChildren.push(
6388
- /* @__PURE__ */ jsx77(
6413
+ /* @__PURE__ */ jsx83(
6389
6414
  Button,
6390
6415
  {
6391
6416
  ...child.props,
@@ -6396,7 +6421,7 @@ var Toolbar = (props) => {
6396
6421
  );
6397
6422
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6398
6423
  tempToolbarChildren.push(
6399
- /* @__PURE__ */ jsx77(
6424
+ /* @__PURE__ */ jsx83(
6400
6425
  Button,
6401
6426
  {
6402
6427
  ...child.props,
@@ -6407,7 +6432,7 @@ var Toolbar = (props) => {
6407
6432
  );
6408
6433
  } else if (child.type === Button) {
6409
6434
  tempToolbarChildren.push(
6410
- /* @__PURE__ */ jsx77(
6435
+ /* @__PURE__ */ jsx83(
6411
6436
  Button,
6412
6437
  {
6413
6438
  ...child.props,
@@ -6418,7 +6443,7 @@ var Toolbar = (props) => {
6418
6443
  );
6419
6444
  } else if (child.type === MenuButton) {
6420
6445
  tempToolbarChildren.push(
6421
- /* @__PURE__ */ jsx77(
6446
+ /* @__PURE__ */ jsx83(
6422
6447
  MenuButton,
6423
6448
  {
6424
6449
  ...child.props,
@@ -6429,7 +6454,7 @@ var Toolbar = (props) => {
6429
6454
  );
6430
6455
  } else if (child.type === split_button_spec_default) {
6431
6456
  tempToolbarChildren.push(
6432
- /* @__PURE__ */ jsx77(
6457
+ /* @__PURE__ */ jsx83(
6433
6458
  split_button_spec_default,
6434
6459
  {
6435
6460
  ...child.props,
@@ -6443,7 +6468,7 @@ var Toolbar = (props) => {
6443
6468
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6444
6469
  childrenArray.forEach((button, bindex) => {
6445
6470
  buttonGroupItems.push(
6446
- /* @__PURE__ */ jsx77(
6471
+ /* @__PURE__ */ jsx83(
6447
6472
  Button,
6448
6473
  {
6449
6474
  ...button.props,
@@ -6454,7 +6479,7 @@ var Toolbar = (props) => {
6454
6479
  );
6455
6480
  });
6456
6481
  tempToolbarChildren.push(
6457
- /* @__PURE__ */ jsx77(
6482
+ /* @__PURE__ */ jsx83(
6458
6483
  ButtonGroup,
6459
6484
  {
6460
6485
  ...child.props,
@@ -6466,7 +6491,7 @@ var Toolbar = (props) => {
6466
6491
  );
6467
6492
  } else if (child.type === Combobox) {
6468
6493
  tempToolbarChildren.push(
6469
- /* @__PURE__ */ jsx77(
6494
+ /* @__PURE__ */ jsx83(
6470
6495
  Combobox,
6471
6496
  {
6472
6497
  ...child.props,
@@ -6477,7 +6502,7 @@ var Toolbar = (props) => {
6477
6502
  );
6478
6503
  } else if (child.type === DropdownList) {
6479
6504
  tempToolbarChildren.push(
6480
- /* @__PURE__ */ jsx77(
6505
+ /* @__PURE__ */ jsx83(
6481
6506
  DropdownList,
6482
6507
  {
6483
6508
  ...child.props,
@@ -6488,7 +6513,7 @@ var Toolbar = (props) => {
6488
6513
  );
6489
6514
  } else if (child.type === ColorPicker) {
6490
6515
  tempToolbarChildren.push(
6491
- /* @__PURE__ */ jsx77(
6516
+ /* @__PURE__ */ jsx83(
6492
6517
  ColorPicker,
6493
6518
  {
6494
6519
  ...child.props,
@@ -6510,7 +6535,7 @@ var Toolbar = (props) => {
6510
6535
  addUniqueToolClass(child, index);
6511
6536
  });
6512
6537
  }
6513
- return /* @__PURE__ */ jsx77(
6538
+ return /* @__PURE__ */ jsx83(
6514
6539
  "div",
6515
6540
  {
6516
6541
  ...other,
@@ -6537,7 +6562,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6537
6562
  Toolbar.defaultProps = defaultProps29;
6538
6563
 
6539
6564
  // src/toolbar/toolbar-angular.spec.tsx
6540
- import { jsx as jsx78 } from "react/jsx-runtime";
6565
+ import { jsx as jsx84 } from "react/jsx-runtime";
6541
6566
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6542
6567
  var states34 = [
6543
6568
  States.focus
@@ -6560,7 +6585,7 @@ var ToolbarAngular = (props) => {
6560
6585
  const tempToolbarChildren = [];
6561
6586
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6562
6587
  tempToolbarChildren.push(
6563
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6588
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6564
6589
  Button,
6565
6590
  {
6566
6591
  ...child.props,
@@ -6571,7 +6596,7 @@ var ToolbarAngular = (props) => {
6571
6596
  );
6572
6597
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6573
6598
  tempToolbarChildren.push(
6574
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6599
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6575
6600
  Button,
6576
6601
  {
6577
6602
  ...child.props,
@@ -6582,7 +6607,7 @@ var ToolbarAngular = (props) => {
6582
6607
  );
6583
6608
  } else if (child.type === Button) {
6584
6609
  tempToolbarChildren.push(
6585
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6610
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6586
6611
  Button,
6587
6612
  {
6588
6613
  ...child.props,
@@ -6593,7 +6618,7 @@ var ToolbarAngular = (props) => {
6593
6618
  );
6594
6619
  } else if (child.type === MenuButton) {
6595
6620
  tempToolbarChildren.push(
6596
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6621
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6597
6622
  MenuButton,
6598
6623
  {
6599
6624
  ...child.props,
@@ -6604,7 +6629,7 @@ var ToolbarAngular = (props) => {
6604
6629
  );
6605
6630
  } else if (child.type === split_button_spec_default) {
6606
6631
  tempToolbarChildren.push(
6607
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6632
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6608
6633
  split_button_spec_default,
6609
6634
  {
6610
6635
  ...child.props,
@@ -6618,7 +6643,7 @@ var ToolbarAngular = (props) => {
6618
6643
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6619
6644
  childrenArray.forEach((button, bindex) => {
6620
6645
  buttonGroupItems.push(
6621
- /* @__PURE__ */ jsx78(
6646
+ /* @__PURE__ */ jsx84(
6622
6647
  Button,
6623
6648
  {
6624
6649
  ...button.props,
@@ -6629,7 +6654,7 @@ var ToolbarAngular = (props) => {
6629
6654
  );
6630
6655
  });
6631
6656
  tempToolbarChildren.push(
6632
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6657
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6633
6658
  ButtonGroup,
6634
6659
  {
6635
6660
  ...child.props,
@@ -6641,7 +6666,7 @@ var ToolbarAngular = (props) => {
6641
6666
  );
6642
6667
  } else if (child.type === Combobox) {
6643
6668
  tempToolbarChildren.push(
6644
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6669
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6645
6670
  Combobox,
6646
6671
  {
6647
6672
  ...child.props,
@@ -6652,7 +6677,7 @@ var ToolbarAngular = (props) => {
6652
6677
  );
6653
6678
  } else if (child.type === DropdownList) {
6654
6679
  tempToolbarChildren.push(
6655
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6680
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6656
6681
  DropdownList,
6657
6682
  {
6658
6683
  ...child.props,
@@ -6663,7 +6688,7 @@ var ToolbarAngular = (props) => {
6663
6688
  );
6664
6689
  } else if (child.type === ColorPicker) {
6665
6690
  tempToolbarChildren.push(
6666
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6691
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6667
6692
  ColorPicker,
6668
6693
  {
6669
6694
  ...child.props,
@@ -6685,7 +6710,7 @@ var ToolbarAngular = (props) => {
6685
6710
  addUniqueToolClass(child, index);
6686
6711
  });
6687
6712
  }
6688
- return /* @__PURE__ */ jsx78(
6713
+ return /* @__PURE__ */ jsx84(
6689
6714
  "div",
6690
6715
  {
6691
6716
  ...other,
@@ -6712,12 +6737,12 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6712
6737
  ToolbarAngular.defaultProps = defaultProps30;
6713
6738
 
6714
6739
  // src/toolbar/toolbar-separator.tsx
6715
- import { jsx as jsx79 } from "react/jsx-runtime";
6740
+ import { jsx as jsx85 } from "react/jsx-runtime";
6716
6741
  var className13 = `k-separator`;
6717
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx79("div", { className: classNames(className13, props.className) });
6742
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx85("div", { className: classNames(className13, props.className) });
6718
6743
 
6719
6744
  // src/toolbar/toolbar-item.spec.tsx
6720
- import { jsx as jsx80 } from "react/jsx-runtime";
6745
+ import { jsx as jsx86 } from "react/jsx-runtime";
6721
6746
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6722
6747
  var states35 = [
6723
6748
  States.focus
@@ -6729,7 +6754,7 @@ var ToolbarItem = (props) => {
6729
6754
  focus,
6730
6755
  ...other
6731
6756
  } = props;
6732
- return /* @__PURE__ */ jsx80(
6757
+ return /* @__PURE__ */ jsx86(
6733
6758
  "div",
6734
6759
  {
6735
6760
  ...other,
@@ -6750,118 +6775,118 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6750
6775
  ToolbarItem.defaultProps = defaultProps31;
6751
6776
 
6752
6777
  // src/toolbar/tests/toolbar.tsx
6753
- import { Fragment as Fragment23, jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
6754
- var toolbar_default = () => /* @__PURE__ */ jsx81(Fragment23, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6755
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6756
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6757
- /* @__PURE__ */ jsx81(Button, { icon: "bold" }),
6758
- /* @__PURE__ */ jsx81(Button, { children: "Button" }),
6759
- /* @__PURE__ */ jsx81(Button, { className: "k-toggle-button", children: "Toggle" }),
6760
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6761
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6762
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", children: "Left" }),
6763
- /* @__PURE__ */ jsx81(Button, { icon: "align-center", children: "Center" }),
6764
- /* @__PURE__ */ jsx81(Button, { icon: "align-right", children: "Right" })
6778
+ import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs38 } from "react/jsx-runtime";
6779
+ var toolbar_default = () => /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsxs38("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6780
+ /* @__PURE__ */ jsx87("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6781
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6782
+ /* @__PURE__ */ jsx87(Button, { icon: "bold" }),
6783
+ /* @__PURE__ */ jsx87(Button, { children: "Button" }),
6784
+ /* @__PURE__ */ jsx87(Button, { className: "k-toggle-button", children: "Toggle" }),
6785
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6786
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6787
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", children: "Left" }),
6788
+ /* @__PURE__ */ jsx87(Button, { icon: "align-center", children: "Center" }),
6789
+ /* @__PURE__ */ jsx87(Button, { icon: "align-right", children: "Right" })
6765
6790
  ] }),
6766
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6767
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", children: "Primary" }),
6768
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6769
- /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6770
- /* @__PURE__ */ jsx81("label", { children: "Label:" }),
6771
- /* @__PURE__ */ jsx81(ColorPicker, {})
6791
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6792
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", children: "Primary" }),
6793
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6794
+ /* @__PURE__ */ jsxs38(ToolbarItem, { children: [
6795
+ /* @__PURE__ */ jsx87("label", { children: "Label:" }),
6796
+ /* @__PURE__ */ jsx87(ColorPicker, {})
6772
6797
  ] }),
6773
- /* @__PURE__ */ jsx81(Switch, { checked: true }),
6774
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6798
+ /* @__PURE__ */ jsx87(Switch, { checked: true }),
6799
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6775
6800
  ] }) }),
6776
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6777
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6778
- /* @__PURE__ */ jsx81(Button, { icon: "bold" }),
6779
- /* @__PURE__ */ jsx81(Button, { children: "Button" }),
6780
- /* @__PURE__ */ jsx81(Button, { className: "k-toggle-button", children: "Toggle" }),
6781
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6782
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6783
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", children: "Left" }),
6784
- /* @__PURE__ */ jsx81(Button, { icon: "align-center", children: "Center" }),
6785
- /* @__PURE__ */ jsx81(Button, { icon: "align-right", children: "Right" })
6801
+ /* @__PURE__ */ jsx87("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6802
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6803
+ /* @__PURE__ */ jsx87(Button, { icon: "bold" }),
6804
+ /* @__PURE__ */ jsx87(Button, { children: "Button" }),
6805
+ /* @__PURE__ */ jsx87(Button, { className: "k-toggle-button", children: "Toggle" }),
6806
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6807
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6808
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", children: "Left" }),
6809
+ /* @__PURE__ */ jsx87(Button, { icon: "align-center", children: "Center" }),
6810
+ /* @__PURE__ */ jsx87(Button, { icon: "align-right", children: "Right" })
6786
6811
  ] }),
6787
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6788
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", children: "Primary" }),
6789
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6790
- /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6791
- /* @__PURE__ */ jsx81("label", { children: "Label:" }),
6792
- /* @__PURE__ */ jsx81(ColorPicker, {})
6812
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6813
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", children: "Primary" }),
6814
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6815
+ /* @__PURE__ */ jsxs38(ToolbarItem, { children: [
6816
+ /* @__PURE__ */ jsx87("label", { children: "Label:" }),
6817
+ /* @__PURE__ */ jsx87(ColorPicker, {})
6793
6818
  ] }),
6794
- /* @__PURE__ */ jsx81(Switch, { checked: true }),
6795
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6819
+ /* @__PURE__ */ jsx87(Switch, { checked: true }),
6820
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6796
6821
  ] }) }),
6797
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6798
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6799
- /* @__PURE__ */ jsx81(Button, { children: "Normal" }),
6800
- /* @__PURE__ */ jsx81(Button, { hover: true, children: "Hover" }),
6801
- /* @__PURE__ */ jsx81(Button, { focus: true, children: "Focus" }),
6802
- /* @__PURE__ */ jsx81(Button, { active: true, children: "Active" }),
6803
- /* @__PURE__ */ jsx81(Button, { selected: true, children: "Selected" }),
6804
- /* @__PURE__ */ jsx81(Button, { disabled: true, children: "Disabled" }),
6805
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6806
- /* @__PURE__ */ jsx81(Button, { icon: "bold" }),
6807
- /* @__PURE__ */ jsx81(Button, { icon: "bold", hover: true }),
6808
- /* @__PURE__ */ jsx81(Button, { icon: "bold", focus: true }),
6809
- /* @__PURE__ */ jsx81(Button, { icon: "bold", active: true }),
6810
- /* @__PURE__ */ jsx81(Button, { icon: "bold", selected: true }),
6811
- /* @__PURE__ */ jsx81(Button, { icon: "bold", disabled: true }),
6812
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6822
+ /* @__PURE__ */ jsx87("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6823
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6824
+ /* @__PURE__ */ jsx87(Button, { children: "Normal" }),
6825
+ /* @__PURE__ */ jsx87(Button, { hover: true, children: "Hover" }),
6826
+ /* @__PURE__ */ jsx87(Button, { focus: true, children: "Focus" }),
6827
+ /* @__PURE__ */ jsx87(Button, { active: true, children: "Active" }),
6828
+ /* @__PURE__ */ jsx87(Button, { selected: true, children: "Selected" }),
6829
+ /* @__PURE__ */ jsx87(Button, { disabled: true, children: "Disabled" }),
6830
+ /* @__PURE__ */ jsx87(ToolbarSeparator, {}),
6831
+ /* @__PURE__ */ jsx87(Button, { icon: "bold" }),
6832
+ /* @__PURE__ */ jsx87(Button, { icon: "bold", hover: true }),
6833
+ /* @__PURE__ */ jsx87(Button, { icon: "bold", focus: true }),
6834
+ /* @__PURE__ */ jsx87(Button, { icon: "bold", active: true }),
6835
+ /* @__PURE__ */ jsx87(Button, { icon: "bold", selected: true }),
6836
+ /* @__PURE__ */ jsx87(Button, { icon: "bold", disabled: true }),
6837
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6813
6838
  ] }) }),
6814
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6815
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6816
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6817
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6818
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6819
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6820
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6821
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6839
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6840
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6841
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6842
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6843
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6844
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6845
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6846
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6822
6847
  ] }) }),
6823
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6824
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6825
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6826
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6827
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6828
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6829
- /* @__PURE__ */ jsx81(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6830
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6848
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6849
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6850
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6851
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6852
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6853
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6854
+ /* @__PURE__ */ jsx87(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6855
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6831
6856
  ] }) }),
6832
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6833
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { resizable: true, children: [
6834
- /* @__PURE__ */ jsx81(Button, { disabled: true, focus: true, children: "Button" }),
6835
- /* @__PURE__ */ jsx81(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6836
- /* @__PURE__ */ jsx81(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6837
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6838
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6839
- /* @__PURE__ */ jsx81(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6857
+ /* @__PURE__ */ jsx87("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6858
+ /* @__PURE__ */ jsx87("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs38(Toolbar, { resizable: true, children: [
6859
+ /* @__PURE__ */ jsx87(Button, { disabled: true, focus: true, children: "Button" }),
6860
+ /* @__PURE__ */ jsx87(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6861
+ /* @__PURE__ */ jsx87(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6862
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6863
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6864
+ /* @__PURE__ */ jsx87(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6840
6865
  ] }),
6841
- /* @__PURE__ */ jsx81(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6866
+ /* @__PURE__ */ jsx87(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6842
6867
  ] }) }),
6843
- /* @__PURE__ */ jsx81("span", { children: "wrapped" }),
6844
- /* @__PURE__ */ jsx81("span", { children: "wrapped rtl" }),
6845
- /* @__PURE__ */ jsx81("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6846
- /* @__PURE__ */ jsx81(Button, { children: "Button" }),
6847
- /* @__PURE__ */ jsx81(MenuButton, { text: "Menu button" }),
6848
- /* @__PURE__ */ jsx81(SplitButton, { children: "Split button" }),
6849
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6850
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", children: "Left" }),
6851
- /* @__PURE__ */ jsx81(Button, { icon: "align-center", children: "Center" }),
6852
- /* @__PURE__ */ jsx81(Button, { icon: "align-right", children: "Right" }),
6853
- /* @__PURE__ */ jsx81(Button, { icon: "align-justify", children: "Justify" })
6868
+ /* @__PURE__ */ jsx87("span", { children: "wrapped" }),
6869
+ /* @__PURE__ */ jsx87("span", { children: "wrapped rtl" }),
6870
+ /* @__PURE__ */ jsx87("section", { children: /* @__PURE__ */ jsxs38(Toolbar, { children: [
6871
+ /* @__PURE__ */ jsx87(Button, { children: "Button" }),
6872
+ /* @__PURE__ */ jsx87(MenuButton, { text: "Menu button" }),
6873
+ /* @__PURE__ */ jsx87(SplitButton, { children: "Split button" }),
6874
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6875
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", children: "Left" }),
6876
+ /* @__PURE__ */ jsx87(Button, { icon: "align-center", children: "Center" }),
6877
+ /* @__PURE__ */ jsx87(Button, { icon: "align-right", children: "Right" }),
6878
+ /* @__PURE__ */ jsx87(Button, { icon: "align-justify", children: "Justify" })
6854
6879
  ] })
6855
6880
  ] }) }),
6856
- /* @__PURE__ */ jsx81("section", { dir: "rtl", children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6857
- /* @__PURE__ */ jsx81(Button, { children: "Button" }),
6858
- /* @__PURE__ */ jsx81(SplitButton, { children: "Split button" }),
6859
- /* @__PURE__ */ jsx81(MenuButton, { text: "Menu button" }),
6860
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6861
- /* @__PURE__ */ jsx81(Button, { icon: "align-left", children: "Left" }),
6862
- /* @__PURE__ */ jsx81(Button, { icon: "align-center", children: "Center" }),
6863
- /* @__PURE__ */ jsx81(Button, { icon: "align-right", children: "Right" }),
6864
- /* @__PURE__ */ jsx81(Button, { icon: "align-justify", children: "Justify" })
6881
+ /* @__PURE__ */ jsx87("section", { dir: "rtl", children: /* @__PURE__ */ jsxs38(Toolbar, { children: [
6882
+ /* @__PURE__ */ jsx87(Button, { children: "Button" }),
6883
+ /* @__PURE__ */ jsx87(SplitButton, { children: "Split button" }),
6884
+ /* @__PURE__ */ jsx87(MenuButton, { text: "Menu button" }),
6885
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6886
+ /* @__PURE__ */ jsx87(Button, { icon: "align-left", children: "Left" }),
6887
+ /* @__PURE__ */ jsx87(Button, { icon: "align-center", children: "Center" }),
6888
+ /* @__PURE__ */ jsx87(Button, { icon: "align-right", children: "Right" }),
6889
+ /* @__PURE__ */ jsx87(Button, { icon: "align-justify", children: "Justify" })
6865
6890
  ] })
6866
6891
  ] }) })
6867
6892
  ] }) });