@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
@@ -4378,114 +4378,12 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4378
4378
  // src/button/templates/text-button.tsx
4379
4379
  var import_jsx_runtime7 = require("react/jsx-runtime");
4380
4380
 
4381
- // src/split-button/split-button.spec.tsx
4382
- var import_jsx_runtime8 = require("react/jsx-runtime");
4383
- var SPLITBUTTON_CLASSNAME = `k-split-button`;
4384
- var states5 = [
4385
- States.hover,
4386
- States.focus,
4387
- States.active,
4388
- States.selected,
4389
- States.disabled
4390
- ];
4391
- var options5 = {
4392
- size: [Size.small, Size.medium, Size.large],
4393
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4394
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4395
- themeColor: [
4396
- ThemeColor.base,
4397
- ThemeColor.primary,
4398
- ThemeColor.secondary,
4399
- ThemeColor.tertiary,
4400
- ThemeColor.success,
4401
- ThemeColor.warning,
4402
- ThemeColor.error,
4403
- ThemeColor.info,
4404
- ThemeColor.light,
4405
- ThemeColor.dark,
4406
- ThemeColor.inverse
4407
- ]
4408
- };
4409
- var defaultProps5 = {
4410
- size: Size.medium,
4411
- rounded: Roundness.medium,
4412
- fillMode: FillMode.solid,
4413
- themeColor: ThemeColor.base,
4414
- arrowIconName: "caret-alt-down"
4415
- };
4416
- var SplitButton = (props) => {
4417
- const {
4418
- size = defaultProps5.size,
4419
- rounded = defaultProps5.rounded,
4420
- fillMode = defaultProps5.fillMode,
4421
- themeColor = defaultProps5.themeColor,
4422
- hover,
4423
- focus,
4424
- active,
4425
- selected,
4426
- disabled,
4427
- icon,
4428
- text,
4429
- arrowIconName = defaultProps5.arrowIconName,
4430
- ...other
4431
- } = props;
4432
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
4433
- "div",
4434
- {
4435
- ...other,
4436
- className: classNames(
4437
- props.className,
4438
- SPLITBUTTON_CLASSNAME,
4439
- "k-button-group",
4440
- optionClassNames(SPLITBUTTON_CLASSNAME, {
4441
- rounded
4442
- })
4443
- ),
4444
- children: [
4445
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4446
- Button,
4447
- {
4448
- text,
4449
- icon,
4450
- size,
4451
- rounded,
4452
- fillMode,
4453
- themeColor,
4454
- hover,
4455
- focus,
4456
- active,
4457
- selected,
4458
- disabled,
4459
- children: props.children
4460
- }
4461
- ),
4462
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4463
- Button,
4464
- {
4465
- className: "k-split-button-arrow",
4466
- icon: arrowIconName,
4467
- size,
4468
- rounded,
4469
- fillMode,
4470
- disabled
4471
- }
4472
- )
4473
- ]
4474
- }
4475
- );
4476
- };
4477
- SplitButton.states = states5;
4478
- SplitButton.options = options5;
4479
- SplitButton.className = SPLITBUTTON_CLASSNAME;
4480
- SplitButton.defaultProps = defaultProps5;
4481
- var split_button_spec_default = SplitButton;
4482
-
4483
4381
  // src/animation-container/animation-container.spec.tsx
4484
- var import_jsx_runtime9 = require("react/jsx-runtime");
4382
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4485
4383
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4486
- var states6 = [];
4487
- var options6 = {};
4488
- var defaultProps6 = {
4384
+ var states5 = [];
4385
+ var options5 = {};
4386
+ var defaultProps5 = {
4489
4387
  positionMode: "absolute"
4490
4388
  };
4491
4389
  var AnimationContainer = (props) => {
@@ -4495,7 +4393,7 @@ var AnimationContainer = (props) => {
4495
4393
  offset,
4496
4394
  ...other
4497
4395
  } = props;
4498
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4396
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4499
4397
  "div",
4500
4398
  {
4501
4399
  ...other,
@@ -4507,21 +4405,21 @@ var AnimationContainer = (props) => {
4507
4405
  ["k-animation-container-fixed"]: positionMode === "fixed"
4508
4406
  }
4509
4407
  ),
4510
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4408
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4511
4409
  }
4512
4410
  );
4513
4411
  };
4514
- AnimationContainer.states = states6;
4515
- AnimationContainer.options = options6;
4412
+ AnimationContainer.states = states5;
4413
+ AnimationContainer.options = options5;
4516
4414
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4517
- AnimationContainer.defaultProps = defaultProps6;
4415
+ AnimationContainer.defaultProps = defaultProps5;
4518
4416
 
4519
4417
  // src/popup/popup.spec.tsx
4520
- var import_jsx_runtime10 = require("react/jsx-runtime");
4418
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4521
4419
  var POPUP_CLASSNAME = `k-popup`;
4522
- var states7 = [];
4523
- var options7 = {};
4524
- var defaultProps7 = {
4420
+ var states6 = [];
4421
+ var options6 = {};
4422
+ var defaultProps6 = {
4525
4423
  positionMode: "absolute"
4526
4424
  };
4527
4425
  var Popup = (props) => {
@@ -4530,31 +4428,31 @@ var Popup = (props) => {
4530
4428
  positionMode,
4531
4429
  ...other
4532
4430
  } = props;
4533
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4431
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4534
4432
  AnimationContainer,
4535
4433
  {
4536
4434
  positionMode,
4537
4435
  offset,
4538
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4436
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4539
4437
  }
4540
4438
  );
4541
4439
  };
4542
- Popup.states = states7;
4543
- Popup.options = options7;
4440
+ Popup.states = states6;
4441
+ Popup.options = options6;
4544
4442
  Popup.className = POPUP_CLASSNAME;
4545
- Popup.defaultProps = defaultProps7;
4443
+ Popup.defaultProps = defaultProps6;
4546
4444
 
4547
- // src/menu-button/menu-button.spec.tsx
4548
- var import_jsx_runtime11 = require("react/jsx-runtime");
4549
- var MENUBUTTON_CLASSNAME = `k-menu-button`;
4550
- var states8 = [
4445
+ // src/split-button/split-button.spec.tsx
4446
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4447
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
4448
+ var states7 = [
4551
4449
  States.hover,
4552
4450
  States.focus,
4553
4451
  States.active,
4554
4452
  States.selected,
4555
4453
  States.disabled
4556
4454
  ];
4557
- var options8 = {
4455
+ var options7 = {
4558
4456
  size: [Size.small, Size.medium, Size.large],
4559
4457
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4560
4458
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4572,20 +4470,19 @@ var options8 = {
4572
4470
  ThemeColor.inverse
4573
4471
  ]
4574
4472
  };
4575
- var defaultProps8 = {
4473
+ var defaultProps7 = {
4576
4474
  size: Size.medium,
4577
4475
  rounded: Roundness.medium,
4578
4476
  fillMode: FillMode.solid,
4579
4477
  themeColor: ThemeColor.base,
4580
- showArrow: true,
4581
4478
  arrowIconName: "caret-alt-down"
4582
4479
  };
4583
- var MenuButton = (props) => {
4480
+ var SplitButton = (props) => {
4584
4481
  const {
4585
- size = defaultProps8.size,
4586
- rounded = defaultProps8.rounded,
4587
- fillMode = defaultProps8.fillMode,
4588
- themeColor = defaultProps8.themeColor,
4482
+ size = defaultProps7.size,
4483
+ rounded = defaultProps7.rounded,
4484
+ fillMode = defaultProps7.fillMode,
4485
+ themeColor = defaultProps7.themeColor,
4589
4486
  hover,
4590
4487
  focus,
4591
4488
  active,
@@ -4593,65 +4490,86 @@ var MenuButton = (props) => {
4593
4490
  disabled,
4594
4491
  icon,
4595
4492
  text,
4596
- showArrow = defaultProps8.showArrow,
4597
- arrowIconName = defaultProps8.arrowIconName,
4493
+ arrowIconName = defaultProps7.arrowIconName,
4598
4494
  popup,
4599
4495
  opened,
4600
4496
  ...other
4601
4497
  } = props;
4602
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_jsx_runtime11.Fragment, { children: [
4603
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4604
- Button,
4498
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(import_jsx_runtime10.Fragment, { children: [
4499
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4500
+ "div",
4605
4501
  {
4606
4502
  ...other,
4607
4503
  className: classNames(
4608
4504
  props.className,
4609
- MENUBUTTON_CLASSNAME
4505
+ SPLITBUTTON_CLASSNAME,
4506
+ "k-button-group",
4507
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
4508
+ rounded
4509
+ })
4610
4510
  ),
4611
- text,
4612
- size,
4613
- rounded,
4614
- fillMode,
4615
- themeColor,
4616
- hover,
4617
- focus,
4618
- active,
4619
- selected,
4620
- disabled,
4621
- icon,
4622
- showArrow,
4623
- arrowIconName
4511
+ children: [
4512
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4513
+ Button,
4514
+ {
4515
+ text,
4516
+ icon,
4517
+ size,
4518
+ rounded,
4519
+ fillMode,
4520
+ themeColor,
4521
+ hover,
4522
+ focus,
4523
+ active,
4524
+ selected,
4525
+ disabled,
4526
+ children: props.children
4527
+ }
4528
+ ),
4529
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4530
+ Button,
4531
+ {
4532
+ className: "k-split-button-arrow",
4533
+ icon: arrowIconName,
4534
+ size,
4535
+ rounded,
4536
+ fillMode,
4537
+ disabled
4538
+ }
4539
+ )
4540
+ ]
4624
4541
  }
4625
4542
  ),
4626
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Popup, { className: "k-menu-popup", children: popup })
4543
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Popup, { className: "k-menu-popup", children: popup })
4627
4544
  ] });
4628
4545
  };
4629
- MenuButton.states = states8;
4630
- MenuButton.options = options8;
4631
- MenuButton.className = MENUBUTTON_CLASSNAME;
4632
- MenuButton.defaultProps = defaultProps8;
4546
+ SplitButton.states = states7;
4547
+ SplitButton.options = options7;
4548
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
4549
+ SplitButton.defaultProps = defaultProps7;
4550
+ var split_button_spec_default = SplitButton;
4633
4551
 
4634
- // src/menu-button/templates/icon-menu-button.tsx
4552
+ // src/split-button/templates/icon-split-button.tsx
4553
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4554
+
4555
+ // src/split-button/templates/icon-text-split-button.tsx
4635
4556
  var import_jsx_runtime12 = require("react/jsx-runtime");
4636
4557
 
4637
- // src/menu-button/templates/icon-text-menu-button.tsx
4558
+ // src/split-button/templates/text-split-button.tsx
4638
4559
  var import_jsx_runtime13 = require("react/jsx-runtime");
4639
4560
 
4640
- // src/menu-button/templates/text-menu-button.tsx
4641
- var import_jsx_runtime14 = require("react/jsx-runtime");
4642
-
4643
4561
  // src/menu/menu-item.spec.tsx
4644
- var import_jsx_runtime15 = require("react/jsx-runtime");
4562
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4645
4563
  var MENUITEM_CLASSNAME = `k-menu-item`;
4646
- var states9 = [
4564
+ var states8 = [
4647
4565
  States.hover,
4648
4566
  States.focus,
4649
4567
  States.active,
4650
4568
  States.selected,
4651
4569
  States.disabled
4652
4570
  ];
4653
- var options9 = {};
4654
- var defaultProps9 = {
4571
+ var options8 = {};
4572
+ var defaultProps8 = {
4655
4573
  dir: "ltr"
4656
4574
  };
4657
4575
  var MenuItem = (props) => {
@@ -4665,11 +4583,11 @@ var MenuItem = (props) => {
4665
4583
  text,
4666
4584
  showArrow,
4667
4585
  arrowIconName,
4668
- dir = defaultProps9.dir,
4586
+ dir = defaultProps8.dir,
4669
4587
  children,
4670
4588
  ...other
4671
4589
  } = props;
4672
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4590
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4673
4591
  if (children) {
4674
4592
  children.forEach((child) => {
4675
4593
  const component = child.type;
@@ -4683,7 +4601,7 @@ var MenuItem = (props) => {
4683
4601
  if (!expandArrowName) {
4684
4602
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
4685
4603
  }
4686
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4604
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
4687
4605
  "li",
4688
4606
  {
4689
4607
  ...other,
@@ -4698,7 +4616,7 @@ var MenuItem = (props) => {
4698
4616
  })
4699
4617
  ),
4700
4618
  children: [
4701
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4619
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
4702
4620
  "span",
4703
4621
  {
4704
4622
  className: classNames(
@@ -4711,9 +4629,9 @@ var MenuItem = (props) => {
4711
4629
  })
4712
4630
  ),
4713
4631
  children: [
4714
- icon && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: "k-menu-link-icon", icon }),
4715
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-menu-link-text", children: text }),
4716
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: expandArrowName }) })
4632
+ icon && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { className: "k-menu-link-icon", icon }),
4633
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "k-menu-link-text", children: text }),
4634
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: expandArrowName }) })
4717
4635
  ]
4718
4636
  }
4719
4637
  ),
@@ -4722,24 +4640,24 @@ var MenuItem = (props) => {
4722
4640
  }
4723
4641
  );
4724
4642
  };
4725
- MenuItem.states = states9;
4726
- MenuItem.options = options9;
4643
+ MenuItem.states = states8;
4644
+ MenuItem.options = options8;
4727
4645
  MenuItem.className = MENUITEM_CLASSNAME;
4728
- MenuItem.defaultProps = defaultProps9;
4646
+ MenuItem.defaultProps = defaultProps8;
4729
4647
  var menu_item_spec_default = MenuItem;
4730
4648
 
4731
4649
  // src/menu/menu-separator.spec.tsx
4732
- var import_jsx_runtime16 = require("react/jsx-runtime");
4650
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4733
4651
  var SEPARATOR_CLASSNAME = `k-separator`;
4734
- var defaultProps10 = {
4652
+ var defaultProps9 = {
4735
4653
  orientation: "horizontal"
4736
4654
  };
4737
4655
  var MenuSeparator = (props) => {
4738
4656
  const {
4739
- orientation = defaultProps10.orientation,
4657
+ orientation = defaultProps9.orientation,
4740
4658
  ...other
4741
4659
  } = props;
4742
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4660
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4743
4661
  "li",
4744
4662
  {
4745
4663
  ...other,
@@ -4757,25 +4675,25 @@ var MenuSeparator = (props) => {
4757
4675
  var menu_separator_spec_default = MenuSeparator;
4758
4676
 
4759
4677
  // src/menu/menu-item-content.tsx
4760
- var import_jsx_runtime17 = require("react/jsx-runtime");
4678
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4761
4679
 
4762
4680
  // src/menu/menu-list.spec.tsx
4763
- var import_jsx_runtime18 = require("react/jsx-runtime");
4681
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4764
4682
  var import_react = require("react");
4765
4683
  var MENULIST_CLASSNAME = `k-menu-group`;
4766
- var states10 = [];
4767
- var options10 = {
4684
+ var states9 = [];
4685
+ var options9 = {
4768
4686
  size: [Size.small, Size.medium, Size.large]
4769
4687
  };
4770
- var defaultProps11 = {
4688
+ var defaultProps10 = {
4771
4689
  size: Size.medium,
4772
4690
  dir: "ltr"
4773
4691
  };
4774
4692
  var MenuList = (props) => {
4775
4693
  const {
4776
4694
  children,
4777
- size = defaultProps11.size,
4778
- dir = defaultProps11.dir,
4695
+ size = defaultProps10.size,
4696
+ dir = defaultProps10.dir,
4779
4697
  ...other
4780
4698
  } = props;
4781
4699
  const listChildren = [];
@@ -4788,7 +4706,7 @@ var MenuList = (props) => {
4788
4706
  );
4789
4707
  } else if (child.type === menu_separator_spec_default) {
4790
4708
  listChildren.push(
4791
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(menu_separator_spec_default, {})
4709
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(menu_separator_spec_default, {})
4792
4710
  );
4793
4711
  } else {
4794
4712
  listChildren.push(child);
@@ -4796,7 +4714,7 @@ var MenuList = (props) => {
4796
4714
  });
4797
4715
  }
4798
4716
  }
4799
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4717
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4800
4718
  "ul",
4801
4719
  {
4802
4720
  ...other,
@@ -4811,16 +4729,115 @@ var MenuList = (props) => {
4811
4729
  }
4812
4730
  );
4813
4731
  };
4814
- MenuList.states = states10;
4815
- MenuList.options = options10;
4732
+ MenuList.states = states9;
4733
+ MenuList.options = options9;
4816
4734
  MenuList.className = MENULIST_CLASSNAME;
4817
- MenuList.defaultProps = defaultProps11;
4735
+ MenuList.defaultProps = defaultProps10;
4818
4736
 
4819
- // src/menu-button/templates/menu-button-popup.tsx
4737
+ // src/split-button/templates/split-button-popup.tsx
4738
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4739
+
4740
+ // src/menu-button/menu-button.spec.tsx
4820
4741
  var import_jsx_runtime19 = require("react/jsx-runtime");
4742
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
4743
+ var states10 = [
4744
+ States.hover,
4745
+ States.focus,
4746
+ States.active,
4747
+ States.selected,
4748
+ States.disabled
4749
+ ];
4750
+ var options10 = {
4751
+ size: [Size.small, Size.medium, Size.large],
4752
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4753
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4754
+ themeColor: [
4755
+ ThemeColor.base,
4756
+ ThemeColor.primary,
4757
+ ThemeColor.secondary,
4758
+ ThemeColor.tertiary,
4759
+ ThemeColor.success,
4760
+ ThemeColor.warning,
4761
+ ThemeColor.error,
4762
+ ThemeColor.info,
4763
+ ThemeColor.light,
4764
+ ThemeColor.dark,
4765
+ ThemeColor.inverse
4766
+ ]
4767
+ };
4768
+ var defaultProps11 = {
4769
+ size: Size.medium,
4770
+ rounded: Roundness.medium,
4771
+ fillMode: FillMode.solid,
4772
+ themeColor: ThemeColor.base,
4773
+ showArrow: true,
4774
+ arrowIconName: "caret-alt-down"
4775
+ };
4776
+ var MenuButton = (props) => {
4777
+ const {
4778
+ size = defaultProps11.size,
4779
+ rounded = defaultProps11.rounded,
4780
+ fillMode = defaultProps11.fillMode,
4781
+ themeColor = defaultProps11.themeColor,
4782
+ hover,
4783
+ focus,
4784
+ active,
4785
+ selected,
4786
+ disabled,
4787
+ icon,
4788
+ text,
4789
+ showArrow = defaultProps11.showArrow,
4790
+ arrowIconName = defaultProps11.arrowIconName,
4791
+ popup,
4792
+ opened,
4793
+ ...other
4794
+ } = props;
4795
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
4796
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4797
+ Button,
4798
+ {
4799
+ ...other,
4800
+ className: classNames(
4801
+ props.className,
4802
+ MENUBUTTON_CLASSNAME
4803
+ ),
4804
+ text,
4805
+ size,
4806
+ rounded,
4807
+ fillMode,
4808
+ themeColor,
4809
+ hover,
4810
+ focus,
4811
+ active,
4812
+ selected,
4813
+ disabled,
4814
+ icon,
4815
+ showArrow,
4816
+ arrowIconName
4817
+ }
4818
+ ),
4819
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Popup, { className: "k-menu-popup", children: popup })
4820
+ ] });
4821
+ };
4822
+ MenuButton.states = states10;
4823
+ MenuButton.options = options10;
4824
+ MenuButton.className = MENUBUTTON_CLASSNAME;
4825
+ MenuButton.defaultProps = defaultProps11;
4821
4826
 
4822
- // src/input/input.spec.tsx
4827
+ // src/menu-button/templates/icon-menu-button.tsx
4823
4828
  var import_jsx_runtime20 = require("react/jsx-runtime");
4829
+
4830
+ // src/menu-button/templates/icon-text-menu-button.tsx
4831
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4832
+
4833
+ // src/menu-button/templates/text-menu-button.tsx
4834
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4835
+
4836
+ // src/menu-button/templates/menu-button-popup.tsx
4837
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4838
+
4839
+ // src/input/input.spec.tsx
4840
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4824
4841
  var INPUT_CLASSNAME = `k-input`;
4825
4842
  var states11 = [
4826
4843
  States.hover,
@@ -4856,7 +4873,7 @@ var Input = (props) => {
4856
4873
  fillMode = defaultProps12.fillMode,
4857
4874
  ...other
4858
4875
  } = props;
4859
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4876
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4860
4877
  "span",
4861
4878
  {
4862
4879
  ...other,
@@ -4875,7 +4892,7 @@ Input.className = INPUT_CLASSNAME;
4875
4892
  Input.defaultProps = defaultProps12;
4876
4893
 
4877
4894
  // src/input/picker.spec.tsx
4878
- var import_jsx_runtime21 = require("react/jsx-runtime");
4895
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4879
4896
  var PICKER_CLASSNAME = `k-picker`;
4880
4897
  var pickerStates = [
4881
4898
  States.hover,
@@ -4911,7 +4928,7 @@ var Picker = (props) => {
4911
4928
  fillMode = defaultProps13.fillMode,
4912
4929
  ...other
4913
4930
  } = props;
4914
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4931
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4915
4932
  "span",
4916
4933
  {
4917
4934
  ...other,
@@ -4931,7 +4948,7 @@ Picker.className = PICKER_CLASSNAME;
4931
4948
  Picker.defaultProps = defaultProps13;
4932
4949
 
4933
4950
  // src/input/input-clear-value.tsx
4934
- var import_jsx_runtime22 = require("react/jsx-runtime");
4951
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4935
4952
  var className = `k-clear-value`;
4936
4953
  var states12 = [
4937
4954
  States.disabled,
@@ -4947,16 +4964,16 @@ var InputClearValue = (props) => {
4947
4964
  value
4948
4965
  } = props;
4949
4966
  if (disabled || readonly || loading || !value) {
4950
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4967
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
4951
4968
  }
4952
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: "x" }) });
4969
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "x" }) });
4953
4970
  };
4954
4971
  InputClearValue.states = states12;
4955
4972
  InputClearValue.options = options12;
4956
4973
  InputClearValue.className = className;
4957
4974
 
4958
4975
  // src/input/input-inner-input.tsx
4959
- var import_jsx_runtime23 = require("react/jsx-runtime");
4976
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4960
4977
  var className2 = `k-input-inner`;
4961
4978
  var states13 = [];
4962
4979
  var options13 = {};
@@ -4974,7 +4991,7 @@ var InputInnerInput = (props) => {
4974
4991
  autocomplete = defaultProps14.autocomplete,
4975
4992
  ...other
4976
4993
  } = props;
4977
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4994
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4978
4995
  "input",
4979
4996
  {
4980
4997
  ...other,
@@ -4991,7 +5008,7 @@ InputInnerInput.options = options13;
4991
5008
  InputInnerInput.className = className2;
4992
5009
 
4993
5010
  // src/input/input-inner-span.tsx
4994
- var import_jsx_runtime24 = require("react/jsx-runtime");
5011
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4995
5012
  var className3 = `k-input-inner`;
4996
5013
  var states14 = [];
4997
5014
  var options14 = {};
@@ -5004,16 +5021,16 @@ var InputInnerSpan = (props) => {
5004
5021
  valueIconName,
5005
5022
  ...other
5006
5023
  } = props;
5007
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5024
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5008
5025
  "span",
5009
5026
  {
5010
5027
  ...other,
5011
5028
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5012
5029
  children: [
5013
5030
  valueIcon,
5014
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5031
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5015
5032
  showValue && !value && placeholder,
5016
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-input-value-text", children: value })
5033
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-input-value-text", children: value })
5017
5034
  ]
5018
5035
  }
5019
5036
  );
@@ -5023,7 +5040,7 @@ InputInnerSpan.options = options14;
5023
5040
  InputInnerSpan.className = className3;
5024
5041
 
5025
5042
  // src/input/input-inner-textarea.tsx
5026
- var import_jsx_runtime25 = require("react/jsx-runtime");
5043
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5027
5044
  var defaultProps15 = {
5028
5045
  value: "",
5029
5046
  placeholder: ""
@@ -5038,7 +5055,7 @@ var InputInnerTextarea = (props) => {
5038
5055
  rows,
5039
5056
  ...other
5040
5057
  } = props;
5041
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5058
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5042
5059
  "textarea",
5043
5060
  {
5044
5061
  ...other,
@@ -5054,7 +5071,7 @@ InputInnerTextarea.options = options15;
5054
5071
  InputInnerTextarea.className = className4;
5055
5072
 
5056
5073
  // src/input/input-loading-icon.tsx
5057
- var import_jsx_runtime26 = require("react/jsx-runtime");
5074
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5058
5075
  var className5 = `k-input-loading-icon`;
5059
5076
  var states16 = [
5060
5077
  States.disabled,
@@ -5066,13 +5083,13 @@ var InputLoadingIcon = (props) => {
5066
5083
  loading
5067
5084
  } = props;
5068
5085
  if (disabled || !loading) {
5069
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
5086
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
5070
5087
  }
5071
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5088
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5072
5089
  };
5073
5090
 
5074
5091
  // src/input/input-validation-icon.tsx
5075
- var import_jsx_runtime27 = require("react/jsx-runtime");
5092
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5076
5093
  var className6 = `k-input-validation-icon`;
5077
5094
  var states17 = [
5078
5095
  States.valid,
@@ -5091,39 +5108,39 @@ var InputValidationIcon = (props) => {
5091
5108
  const iconName = invalid ? "exclamation-circle" : "check";
5092
5109
  const renderValidationIcon = Boolean(valid || invalid);
5093
5110
  if (disabled || loading || !renderValidationIcon) {
5094
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
5111
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
5095
5112
  }
5096
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: classNames(className6), icon: iconName });
5113
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { className: classNames(className6), icon: iconName });
5097
5114
  };
5098
5115
  InputValidationIcon.states = states17;
5099
5116
  InputValidationIcon.options = options16;
5100
5117
  InputValidationIcon.className = className6;
5101
5118
 
5102
5119
  // src/input/input-prefix.tsx
5103
- var import_jsx_runtime28 = require("react/jsx-runtime");
5120
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5104
5121
  var className7 = `k-input-prefix`;
5105
5122
  var InputPrefix = (props) => {
5106
5123
  if (!props.children) {
5107
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
5124
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
5108
5125
  }
5109
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5126
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5110
5127
  };
5111
5128
 
5112
5129
  // src/input/input-suffix.tsx
5113
- var import_jsx_runtime29 = require("react/jsx-runtime");
5130
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5114
5131
  var className8 = `k-input-suffix`;
5115
5132
  var InputSuffix = (props) => {
5116
5133
  if (!props.children) {
5117
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5134
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
5118
5135
  }
5119
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5136
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5120
5137
  };
5121
5138
 
5122
5139
  // src/input/input-separator.tsx
5123
- var import_jsx_runtime30 = require("react/jsx-runtime");
5140
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5124
5141
 
5125
5142
  // src/color-preview/color-preview.tsx
5126
- var import_jsx_runtime31 = require("react/jsx-runtime");
5143
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5127
5144
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5128
5145
  var states18 = [];
5129
5146
  var options17 = {};
@@ -5133,7 +5150,7 @@ var ColorPreview = (props) => {
5133
5150
  iconName,
5134
5151
  ...other
5135
5152
  } = props;
5136
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5153
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5137
5154
  "span",
5138
5155
  {
5139
5156
  ...other,
@@ -5146,8 +5163,8 @@ var ColorPreview = (props) => {
5146
5163
  }
5147
5164
  ),
5148
5165
  children: [
5149
- iconName && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5166
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5167
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5151
5168
  "span",
5152
5169
  {
5153
5170
  className: "k-color-preview-mask",
@@ -5163,7 +5180,7 @@ ColorPreview.options = options17;
5163
5180
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5164
5181
 
5165
5182
  // src/colorpicker/colorpicker.spec.tsx
5166
- var import_jsx_runtime32 = require("react/jsx-runtime");
5183
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5167
5184
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5168
5185
  var states19 = [
5169
5186
  States.hover,
@@ -5203,7 +5220,7 @@ var ColorPicker = (props) => {
5203
5220
  arrowIconName = defaultProps16.arrowIconName,
5204
5221
  ...other
5205
5222
  } = props;
5206
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5223
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5207
5224
  Picker,
5208
5225
  {
5209
5226
  ...other,
@@ -5222,14 +5239,14 @@ var ColorPicker = (props) => {
5222
5239
  "k-icon-picker"
5223
5240
  ),
5224
5241
  children: [
5225
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5226
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5242
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputPrefix, { children: prefix }),
5243
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5227
5244
  InputInnerSpan,
5228
5245
  {
5229
5246
  placeholder,
5230
5247
  value,
5231
5248
  showValue: false,
5232
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5249
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5233
5250
  ColorPreview,
5234
5251
  {
5235
5252
  className: "k-value-icon",
@@ -5240,8 +5257,8 @@ var ColorPicker = (props) => {
5240
5257
  valueIconName
5241
5258
  }
5242
5259
  ),
5243
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix }),
5244
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5260
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputSuffix, { children: suffix }),
5261
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5245
5262
  Button,
5246
5263
  {
5247
5264
  className: "k-input-button",
@@ -5261,7 +5278,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5261
5278
  ColorPicker.defaultProps = defaultProps16;
5262
5279
 
5263
5280
  // src/switch/switch.spec.tsx
5264
- var import_jsx_runtime33 = require("react/jsx-runtime");
5281
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5265
5282
  var SWITCH_CLASSNAME = `k-switch`;
5266
5283
  var states20 = [
5267
5284
  States.hover,
@@ -5270,12 +5287,14 @@ var states20 = [
5270
5287
  States.checked
5271
5288
  ];
5272
5289
  var options19 = {
5273
- size: [Size.small, Size.medium, Size.large]
5290
+ size: [Size.small, Size.medium, Size.large],
5291
+ trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5292
+ thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5274
5293
  };
5275
5294
  var defaultProps17 = {
5276
5295
  size: Size.medium,
5277
- trackRounded: "full",
5278
- thumbRounded: "full"
5296
+ trackRounded: Roundness.full,
5297
+ thumbRounded: Roundness.full
5279
5298
  };
5280
5299
  var Switch = (props) => {
5281
5300
  const {
@@ -5290,7 +5309,7 @@ var Switch = (props) => {
5290
5309
  disabled,
5291
5310
  ...other
5292
5311
  } = props;
5293
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5312
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5294
5313
  "span",
5295
5314
  {
5296
5315
  ...other,
@@ -5311,29 +5330,29 @@ var Switch = (props) => {
5311
5330
  }
5312
5331
  ),
5313
5332
  children: [
5314
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5333
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5315
5334
  "span",
5316
5335
  {
5317
5336
  className: classNames(
5318
5337
  "k-switch-track",
5319
- {
5320
- [`k-rounded-${trackRounded}`]: trackRounded
5321
- }
5338
+ optionClassNames(SWITCH_CLASSNAME, {
5339
+ rounded: trackRounded
5340
+ })
5322
5341
  ),
5323
5342
  children: [
5324
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5325
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5343
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5344
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5326
5345
  ]
5327
5346
  }
5328
5347
  ),
5329
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5348
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5330
5349
  "span",
5331
5350
  {
5332
5351
  className: classNames(
5333
5352
  "k-switch-thumb",
5334
- {
5335
- [`k-rounded-${thumbRounded}`]: thumbRounded
5336
- }
5353
+ optionClassNames(SWITCH_CLASSNAME, {
5354
+ rounded: thumbRounded
5355
+ })
5337
5356
  )
5338
5357
  }
5339
5358
  ) })
@@ -5346,8 +5365,14 @@ Switch.options = options19;
5346
5365
  Switch.className = SWITCH_CLASSNAME;
5347
5366
  Switch.defaultProps = defaultProps17;
5348
5367
 
5368
+ // src/switch/templates/switch-normal.tsx
5369
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5370
+
5371
+ // src/switch/templates/switch-checked.tsx
5372
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5373
+
5349
5374
  // src/button-group/button-group.spec.tsx
5350
- var import_jsx_runtime34 = require("react/jsx-runtime");
5375
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5351
5376
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5352
5377
  var states21 = [
5353
5378
  States.disabled
@@ -5365,7 +5390,7 @@ var ButtonGroup = (props) => {
5365
5390
  stretched,
5366
5391
  ...other
5367
5392
  } = props;
5368
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5393
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5369
5394
  "div",
5370
5395
  {
5371
5396
  ...other,
@@ -5392,19 +5417,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5392
5417
  ButtonGroup.defaultProps = defaultProps18;
5393
5418
 
5394
5419
  // src/button-group/templates/icon-button-group.tsx
5395
- var import_jsx_runtime35 = require("react/jsx-runtime");
5420
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5396
5421
 
5397
5422
  // src/button-group/templates/icon-text-button-group.tsx
5398
- var import_jsx_runtime36 = require("react/jsx-runtime");
5423
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5399
5424
 
5400
5425
  // src/button-group/templates/text-button-group.tsx
5401
- var import_jsx_runtime37 = require("react/jsx-runtime");
5426
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5402
5427
 
5403
5428
  // src/button-group/templates/mixed-button-group.tsx
5404
- var import_jsx_runtime38 = require("react/jsx-runtime");
5429
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5405
5430
 
5406
5431
  // src/action-sheet/action-sheet.spec.tsx
5407
- var import_jsx_runtime39 = require("react/jsx-runtime");
5432
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5408
5433
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5409
5434
  var states22 = [];
5410
5435
  var options21 = {};
@@ -5427,8 +5452,8 @@ var ActionSheet = (props) => {
5427
5452
  overlay = defaultProps19.overlay,
5428
5453
  ...other
5429
5454
  } = props;
5430
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5431
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5455
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5456
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5432
5457
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5433
5458
  switch (child.type) {
5434
5459
  case ActionSheetHeader:
@@ -5438,10 +5463,10 @@ var ActionSheet = (props) => {
5438
5463
  return true;
5439
5464
  }
5440
5465
  return true;
5441
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, {});
5442
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-actionsheet-container", children: [
5443
- overlay && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-overlay" }),
5444
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5466
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_jsx_runtime45.Fragment, {});
5467
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: "k-actionsheet-container", children: [
5468
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-overlay" }),
5469
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5445
5470
  AnimationContainer,
5446
5471
  {
5447
5472
  animationStyle: {
@@ -5451,7 +5476,7 @@ var ActionSheet = (props) => {
5451
5476
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5452
5477
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5453
5478
  },
5454
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5479
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5455
5480
  "div",
5456
5481
  {
5457
5482
  ...other,
@@ -5464,9 +5489,9 @@ var ActionSheet = (props) => {
5464
5489
  "k-adaptive-actionsheet": adaptive
5465
5490
  }
5466
5491
  ),
5467
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5492
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5468
5493
  _ActionSheetHeader,
5469
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(
5494
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: classNames(
5470
5495
  "k-actionsheet-content",
5471
5496
  {
5472
5497
  "!k-overflow-hidden": adaptive
@@ -5486,7 +5511,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5486
5511
  ActionSheet.defaultProps = defaultProps19;
5487
5512
 
5488
5513
  // src/searchbox/searchbox.spec.tsx
5489
- var import_jsx_runtime40 = require("react/jsx-runtime");
5514
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5490
5515
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5491
5516
  var states23 = [
5492
5517
  States.hover,
@@ -5527,7 +5552,7 @@ var Searchbox = (props) => {
5527
5552
  icon = defaultProps20.icon,
5528
5553
  ...other
5529
5554
  } = props;
5530
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5555
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5531
5556
  Input,
5532
5557
  {
5533
5558
  ...other,
@@ -5543,11 +5568,11 @@ var Searchbox = (props) => {
5543
5568
  disabled,
5544
5569
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5545
5570
  children: [
5546
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { className: "k-input-icon", icon }),
5547
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputInnerInput, { placeholder, value }),
5548
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputLoadingIcon, { ...props }),
5549
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputValidationIcon, { ...props }),
5550
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputClearValue, { ...props })
5571
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { className: "k-input-icon", icon }),
5572
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputInnerInput, { placeholder, value }),
5573
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputLoadingIcon, { ...props }),
5574
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputValidationIcon, { ...props }),
5575
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(InputClearValue, { ...props })
5551
5576
  ]
5552
5577
  }
5553
5578
  );
@@ -5558,10 +5583,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5558
5583
  Searchbox.defaultProps = defaultProps20;
5559
5584
 
5560
5585
  // src/searchbox/templates/searchbox-normal.tsx
5561
- var import_jsx_runtime41 = require("react/jsx-runtime");
5586
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5562
5587
 
5563
5588
  // src/action-sheet/actionsheet-header.tsx
5564
- var import_jsx_runtime42 = require("react/jsx-runtime");
5589
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5565
5590
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5566
5591
  var ActionSheetHeader = (props) => {
5567
5592
  const {
@@ -5571,7 +5596,7 @@ var ActionSheetHeader = (props) => {
5571
5596
  filter,
5572
5597
  ...other
5573
5598
  } = props;
5574
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5599
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5575
5600
  "div",
5576
5601
  {
5577
5602
  ...other,
@@ -5579,23 +5604,23 @@ var ActionSheetHeader = (props) => {
5579
5604
  props.className,
5580
5605
  ACTIONSHEETHEADER_CLASSNAME
5581
5606
  ),
5582
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5583
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5584
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-actionsheet-title", children: [
5585
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-text-center", children: title }),
5586
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5607
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5608
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5609
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-actionsheet-title", children: [
5610
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-text-center", children: title }),
5611
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5587
5612
  ] }) }),
5588
- props.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5589
- actions && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5613
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5614
+ actions && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5590
5615
  ] }),
5591
- filter && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5616
+ filter && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5592
5617
  ] })
5593
5618
  }
5594
5619
  );
5595
5620
  };
5596
5621
 
5597
5622
  // src/action-buttons/action-buttons.spec.tsx
5598
- var import_jsx_runtime43 = require("react/jsx-runtime");
5623
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5599
5624
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5600
5625
  var states24 = [];
5601
5626
  var options23 = {};
@@ -5609,7 +5634,7 @@ var ActionButtons = (props) => {
5609
5634
  orientation = defaultProps21.orientation,
5610
5635
  ...other
5611
5636
  } = props;
5612
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5637
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5613
5638
  "div",
5614
5639
  {
5615
5640
  ...other,
@@ -5632,14 +5657,14 @@ ActionButtons.defaultProps = defaultProps21;
5632
5657
  var action_buttons_spec_default = ActionButtons;
5633
5658
 
5634
5659
  // src/action-sheet/actionsheet-footer.tsx
5635
- var import_jsx_runtime44 = require("react/jsx-runtime");
5660
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5636
5661
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5637
5662
  var ActionSheetFooter = (props) => {
5638
5663
  const {
5639
5664
  actions,
5640
5665
  ...other
5641
5666
  } = props;
5642
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5667
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5643
5668
  action_buttons_spec_default,
5644
5669
  {
5645
5670
  ...other,
@@ -5648,17 +5673,17 @@ var ActionSheetFooter = (props) => {
5648
5673
  ACTIONSHEETFOOTER_CLASSNAME
5649
5674
  ),
5650
5675
  alignment: "stretched",
5651
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, { children: [
5676
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5652
5677
  actions && actions.map((action, index) => {
5653
5678
  if (action === "|") {
5654
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-separator" }, index);
5679
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-separator" }, index);
5655
5680
  }
5656
5681
  if (action === " ") {
5657
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-spacer" }, index);
5682
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-spacer" }, index);
5658
5683
  }
5659
5684
  const importantFlag = action.startsWith("!");
5660
5685
  const actionName = importantFlag ? action.substring(1) : action;
5661
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5686
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5662
5687
  }),
5663
5688
  !actions && props.children
5664
5689
  ] })
@@ -5667,12 +5692,12 @@ var ActionSheetFooter = (props) => {
5667
5692
  };
5668
5693
 
5669
5694
  // src/action-sheet/actionsheet-items.tsx
5670
- var import_jsx_runtime45 = require("react/jsx-runtime");
5695
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5671
5696
  var ActionSheetItems = (props) => {
5672
5697
  const {
5673
5698
  ...other
5674
5699
  } = props;
5675
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5700
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5676
5701
  "div",
5677
5702
  {
5678
5703
  ...other,
@@ -5686,7 +5711,7 @@ var ActionSheetItems = (props) => {
5686
5711
  };
5687
5712
 
5688
5713
  // src/action-sheet/actionsheet-item.tsx
5689
- var import_jsx_runtime46 = require("react/jsx-runtime");
5714
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5690
5715
  var states25 = [
5691
5716
  States.hover,
5692
5717
  States.focus,
@@ -5695,12 +5720,12 @@ var states25 = [
5695
5720
  ];
5696
5721
 
5697
5722
  // src/nodata/nodata.tsx
5698
- var import_jsx_runtime47 = require("react/jsx-runtime");
5723
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5699
5724
  var className9 = `k-nodata`;
5700
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5725
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5701
5726
 
5702
5727
  // src/list/list.spec.tsx
5703
- var import_jsx_runtime48 = require("react/jsx-runtime");
5728
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5704
5729
  var LIST_CLASSNAME = `k-list`;
5705
5730
  var states26 = [];
5706
5731
  var options24 = {
@@ -5728,7 +5753,7 @@ var List = (props) => {
5728
5753
  listHeader = child.props.label;
5729
5754
  child.props.children.map((optChild, index2) => {
5730
5755
  listChildren.push(
5731
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5756
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5732
5757
  ListItem,
5733
5758
  {
5734
5759
  ...optChild.props
@@ -5744,7 +5769,7 @@ var List = (props) => {
5744
5769
  groupLabel = child.props.label;
5745
5770
  }
5746
5771
  listChildren.push(
5747
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5772
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5748
5773
  ListItem,
5749
5774
  {
5750
5775
  className: index2 === 0 ? "k-first" : "",
@@ -5756,16 +5781,16 @@ var List = (props) => {
5756
5781
  );
5757
5782
  });
5758
5783
  }
5759
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5784
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5760
5785
  } else if (child.type === ListItem) {
5761
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5762
- listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(ListContent, { virtualization, children: listChildren });
5786
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5787
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ListContent, { virtualization, children: listChildren });
5763
5788
  }
5764
5789
  });
5765
5790
  } else {
5766
- listContent = /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NoData, { children: "No data found." });
5791
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(NoData, { children: "No data found." });
5767
5792
  }
5768
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5793
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5769
5794
  "div",
5770
5795
  {
5771
5796
  ...other,
@@ -5793,7 +5818,7 @@ List.className = LIST_CLASSNAME;
5793
5818
  List.defaultProps = defaultProps22;
5794
5819
 
5795
5820
  // src/list/list-angular.spec.tsx
5796
- var import_jsx_runtime49 = require("react/jsx-runtime");
5821
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5797
5822
  var LISTANGULAR_CLASSNAME = `k-list`;
5798
5823
  var states27 = [];
5799
5824
  var options25 = {
@@ -5820,7 +5845,7 @@ var ListAngular = (props) => {
5820
5845
  listHeader = child.props.label;
5821
5846
  child.props.children.map((optChild, index2) => {
5822
5847
  listChildren.push(
5823
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5848
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5824
5849
  ListItem,
5825
5850
  {
5826
5851
  ...optChild.props
@@ -5831,7 +5856,7 @@ var ListAngular = (props) => {
5831
5856
  });
5832
5857
  } else {
5833
5858
  listChildren.push(
5834
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5859
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5835
5860
  ListGroupItem,
5836
5861
  {
5837
5862
  ...child.props,
@@ -5842,7 +5867,7 @@ var ListAngular = (props) => {
5842
5867
  );
5843
5868
  child.props.children.map((optChild, index2) => {
5844
5869
  listChildren.push(
5845
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5870
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5846
5871
  ListItem,
5847
5872
  {
5848
5873
  ...optChild.props
@@ -5852,16 +5877,16 @@ var ListAngular = (props) => {
5852
5877
  );
5853
5878
  });
5854
5879
  }
5855
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5880
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5856
5881
  } else if (child.type === ListItem) {
5857
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5858
- listContent = /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListContent, { virtualization, children: listChildren });
5882
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5883
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListContent, { virtualization, children: listChildren });
5859
5884
  }
5860
5885
  });
5861
5886
  } else {
5862
- listContent = /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(NoData, { children: "No data found." });
5887
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(NoData, { children: "No data found." });
5863
5888
  }
5864
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5889
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5865
5890
  "div",
5866
5891
  {
5867
5892
  ...other,
@@ -5888,7 +5913,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5888
5913
  ListAngular.defaultProps = defaultProps23;
5889
5914
 
5890
5915
  // src/checkbox/checkbox.spec.tsx
5891
- var import_jsx_runtime50 = require("react/jsx-runtime");
5916
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5892
5917
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5893
5918
  var states28 = [
5894
5919
  States.hover,
@@ -5923,7 +5948,7 @@ var Checkbox = (props) => {
5923
5948
  rounded = defaultProps24.rounded,
5924
5949
  ...other
5925
5950
  } = props;
5926
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5951
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5927
5952
  "input",
5928
5953
  {
5929
5954
  ...other,
@@ -5946,13 +5971,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5946
5971
  Checkbox.defaultProps = defaultProps24;
5947
5972
 
5948
5973
  // src/checkbox/templates/checkbox-label.tsx
5949
- var import_jsx_runtime51 = require("react/jsx-runtime");
5974
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5950
5975
 
5951
5976
  // src/checkbox/templates/checkbox-normal.tsx
5952
- var import_jsx_runtime52 = require("react/jsx-runtime");
5977
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5953
5978
 
5954
5979
  // src/list/list-item.spec.tsx
5955
- var import_jsx_runtime53 = require("react/jsx-runtime");
5980
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5956
5981
  var LISTITEM_CLASSNAME = `k-list-item`;
5957
5982
  var states29 = [
5958
5983
  States.hover,
@@ -5977,7 +6002,7 @@ var ListItem = (props) => {
5977
6002
  ...other
5978
6003
  } = props;
5979
6004
  const textOrChildren = text ? text : props.children;
5980
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6005
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5981
6006
  "li",
5982
6007
  {
5983
6008
  ...other,
@@ -5992,10 +6017,10 @@ var ListItem = (props) => {
5992
6017
  })
5993
6018
  ),
5994
6019
  children: [
5995
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Checkbox, { checked }),
5996
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: iconName }),
5997
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5998
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6020
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Checkbox, { checked }),
6021
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { icon: iconName }),
6022
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6023
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5999
6024
  ]
6000
6025
  }
6001
6026
  );
@@ -6006,43 +6031,43 @@ ListItem.className = LISTITEM_CLASSNAME;
6006
6031
  ListItem.defaultProps = defaultProps25;
6007
6032
 
6008
6033
  // src/list/list-content.tsx
6009
- var import_jsx_runtime54 = require("react/jsx-runtime");
6034
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6010
6035
  var className10 = `k-list-content`;
6011
6036
  var ListContent = (props) => {
6012
6037
  const {
6013
6038
  virtualization
6014
6039
  } = props;
6015
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: classNames(className10, props.className), children: [
6016
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6017
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", {}) })
6040
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: classNames(className10, props.className), children: [
6041
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6042
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", {}) })
6018
6043
  ] });
6019
6044
  };
6020
6045
 
6021
6046
  // src/list/list-header.tsx
6022
- var import_jsx_runtime55 = require("react/jsx-runtime");
6047
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6023
6048
  var className11 = `k-list-group-sticky-header`;
6024
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6049
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6025
6050
 
6026
6051
  // src/list/list-group.tsx
6027
- var import_jsx_runtime56 = require("react/jsx-runtime");
6052
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6028
6053
  var ListGroup = (props) => {
6029
6054
  const {
6030
6055
  virtualization,
6031
6056
  label
6032
6057
  } = props;
6033
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6034
- label && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListHeader, { children: label }),
6035
- props.children && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListContent, { virtualization, children: props.children })
6058
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
6059
+ label && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListHeader, { children: label }),
6060
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListContent, { virtualization, children: props.children })
6036
6061
  ] });
6037
6062
  };
6038
6063
 
6039
6064
  // src/list/list-group-item.tsx
6040
- var import_jsx_runtime57 = require("react/jsx-runtime");
6065
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6041
6066
  var className12 = `k-list-group-item`;
6042
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6067
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6043
6068
 
6044
6069
  // src/list/list-option-label.tsx
6045
- var import_jsx_runtime58 = require("react/jsx-runtime");
6070
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6046
6071
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6047
6072
  var states30 = [
6048
6073
  States.hover,
@@ -6061,7 +6086,7 @@ var ListOptionLabel = (props) => {
6061
6086
  disabled,
6062
6087
  ...other
6063
6088
  } = props;
6064
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6089
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6065
6090
  "div",
6066
6091
  {
6067
6092
  ...other,
@@ -6084,28 +6109,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6084
6109
  ListOptionLabel.defaultProps = defaultProps26;
6085
6110
 
6086
6111
  // src/list/templates/list-normal.tsx
6087
- var import_jsx_runtime59 = require("react/jsx-runtime");
6112
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6088
6113
 
6089
6114
  // src/list/templates/list-virtualization.tsx
6090
- var import_jsx_runtime60 = require("react/jsx-runtime");
6115
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6091
6116
 
6092
6117
  // src/list/templates/list-grouping.tsx
6093
- var import_jsx_runtime61 = require("react/jsx-runtime");
6118
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6094
6119
 
6095
6120
  // src/list/templates/list-virualization-grouping.tsx
6096
- var import_jsx_runtime62 = require("react/jsx-runtime");
6121
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6097
6122
 
6098
6123
  // src/list/templates/list-virtualization-angular.tsx
6099
- var import_jsx_runtime63 = require("react/jsx-runtime");
6124
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6100
6125
 
6101
6126
  // src/list/templates/list-grouping-angular.tsx
6102
- var import_jsx_runtime64 = require("react/jsx-runtime");
6127
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6103
6128
 
6104
6129
  // src/list/templates/list-virualization-grouping-angular.tsx
6105
- var import_jsx_runtime65 = require("react/jsx-runtime");
6130
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6106
6131
 
6107
6132
  // src/combobox/combobox.spec.tsx
6108
- var import_jsx_runtime66 = require("react/jsx-runtime");
6133
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6109
6134
  var COMBOBOX_CLASSNAME = `k-combobox`;
6110
6135
  var states31 = [
6111
6136
  States.hover,
@@ -6150,8 +6175,8 @@ var Combobox = (props) => {
6150
6175
  adaptiveSettings,
6151
6176
  ...other
6152
6177
  } = props;
6153
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6154
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6178
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6179
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6155
6180
  Input,
6156
6181
  {
6157
6182
  ...other,
@@ -6168,9 +6193,9 @@ var Combobox = (props) => {
6168
6193
  readonly,
6169
6194
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6170
6195
  children: [
6171
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputPrefix, { children: prefix }),
6172
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputInnerInput, { placeholder, value }),
6173
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6196
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputPrefix, { children: prefix }),
6197
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputInnerInput, { placeholder, value }),
6198
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6174
6199
  InputValidationIcon,
6175
6200
  {
6176
6201
  valid,
@@ -6179,14 +6204,14 @@ var Combobox = (props) => {
6179
6204
  disabled
6180
6205
  }
6181
6206
  ),
6182
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6207
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6183
6208
  InputLoadingIcon,
6184
6209
  {
6185
6210
  loading,
6186
6211
  disabled
6187
6212
  }
6188
6213
  ),
6189
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6190
6215
  InputClearValue,
6191
6216
  {
6192
6217
  loading,
@@ -6195,8 +6220,8 @@ var Combobox = (props) => {
6195
6220
  value
6196
6221
  }
6197
6222
  ),
6198
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputSuffix, { children: suffix }),
6199
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6223
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputSuffix, { children: suffix }),
6224
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6200
6225
  Button,
6201
6226
  {
6202
6227
  className: "k-input-button",
@@ -6209,9 +6234,9 @@ var Combobox = (props) => {
6209
6234
  ]
6210
6235
  }
6211
6236
  ),
6212
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6213
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6214
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6237
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6238
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6239
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6215
6240
  ActionSheetHeader,
6216
6241
  {
6217
6242
  actions: ["x"],
@@ -6219,10 +6244,10 @@ var Combobox = (props) => {
6219
6244
  title: "Select Item"
6220
6245
  }
6221
6246
  ),
6222
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(List, { size: "large", children: [
6223
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" }),
6224
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" }),
6225
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ListItem, { text: "List item" })
6247
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(List, { size: "large", children: [
6248
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" }),
6249
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" }),
6250
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { text: "List item" })
6226
6251
  ] }) })
6227
6252
  ] })
6228
6253
  ] });
@@ -6233,19 +6258,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6233
6258
  Combobox.defaultProps = defaultProps27;
6234
6259
 
6235
6260
  // src/combobox/templates/combobox-normal.tsx
6236
- var import_jsx_runtime67 = require("react/jsx-runtime");
6261
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6237
6262
 
6238
6263
  // src/combobox/templates/combobox-popup.tsx
6239
- var import_jsx_runtime68 = require("react/jsx-runtime");
6264
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6240
6265
 
6241
6266
  // src/combobox/templates/combobox-grouping.tsx
6242
- var import_jsx_runtime69 = require("react/jsx-runtime");
6267
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6243
6268
 
6244
6269
  // src/combobox/templates/combobox-adaptive.tsx
6245
- var import_jsx_runtime70 = require("react/jsx-runtime");
6270
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6246
6271
 
6247
6272
  // src/dropdownlist/dropdownlist.spec.tsx
6248
- var import_jsx_runtime71 = require("react/jsx-runtime");
6273
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6249
6274
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6250
6275
  var states32 = [
6251
6276
  States.hover,
@@ -6293,8 +6318,8 @@ var DropdownList = (props) => {
6293
6318
  opened,
6294
6319
  ...other
6295
6320
  } = props;
6296
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6297
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
6321
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_jsx_runtime77.Fragment, { children: [
6322
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6298
6323
  Picker,
6299
6324
  {
6300
6325
  ...other,
@@ -6317,8 +6342,8 @@ var DropdownList = (props) => {
6317
6342
  }
6318
6343
  ),
6319
6344
  children: [
6320
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputPrefix, { children: prefix }),
6321
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6345
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(InputPrefix, { children: prefix }),
6346
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6322
6347
  InputInnerSpan,
6323
6348
  {
6324
6349
  placeholder,
@@ -6327,7 +6352,7 @@ var DropdownList = (props) => {
6327
6352
  valueIconName
6328
6353
  }
6329
6354
  ),
6330
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6355
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6331
6356
  InputValidationIcon,
6332
6357
  {
6333
6358
  valid,
@@ -6336,15 +6361,15 @@ var DropdownList = (props) => {
6336
6361
  disabled
6337
6362
  }
6338
6363
  ),
6339
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6364
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6340
6365
  InputLoadingIcon,
6341
6366
  {
6342
6367
  loading,
6343
6368
  disabled
6344
6369
  }
6345
6370
  ),
6346
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(InputSuffix, { children: suffix }),
6347
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6371
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(InputSuffix, { children: suffix }),
6372
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6348
6373
  Button,
6349
6374
  {
6350
6375
  className: "k-input-button",
@@ -6357,7 +6382,7 @@ var DropdownList = (props) => {
6357
6382
  ]
6358
6383
  }
6359
6384
  ),
6360
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6385
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6361
6386
  ] });
6362
6387
  };
6363
6388
  DropdownList.states = states32;
@@ -6366,22 +6391,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
6366
6391
  DropdownList.defaultProps = defaultProps28;
6367
6392
 
6368
6393
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6369
- var import_jsx_runtime72 = require("react/jsx-runtime");
6394
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6370
6395
 
6371
6396
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6372
- var import_jsx_runtime73 = require("react/jsx-runtime");
6397
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6373
6398
 
6374
6399
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6375
- var import_jsx_runtime74 = require("react/jsx-runtime");
6400
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6376
6401
 
6377
6402
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6378
- var import_jsx_runtime75 = require("react/jsx-runtime");
6403
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6379
6404
 
6380
6405
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6381
- var import_jsx_runtime76 = require("react/jsx-runtime");
6406
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6382
6407
 
6383
6408
  // src/toolbar/toolbar.spec.tsx
6384
- var import_jsx_runtime77 = require("react/jsx-runtime");
6409
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6385
6410
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6386
6411
  var states33 = [
6387
6412
  States.focus
@@ -6404,7 +6429,7 @@ var Toolbar = (props) => {
6404
6429
  const tempToolbarChildren = [];
6405
6430
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6406
6431
  tempToolbarChildren.push(
6407
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6432
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6408
6433
  Button,
6409
6434
  {
6410
6435
  ...child.props,
@@ -6415,7 +6440,7 @@ var Toolbar = (props) => {
6415
6440
  );
6416
6441
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6417
6442
  tempToolbarChildren.push(
6418
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6443
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6419
6444
  Button,
6420
6445
  {
6421
6446
  ...child.props,
@@ -6426,7 +6451,7 @@ var Toolbar = (props) => {
6426
6451
  );
6427
6452
  } else if (child.type === Button) {
6428
6453
  tempToolbarChildren.push(
6429
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6454
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6430
6455
  Button,
6431
6456
  {
6432
6457
  ...child.props,
@@ -6437,7 +6462,7 @@ var Toolbar = (props) => {
6437
6462
  );
6438
6463
  } else if (child.type === MenuButton) {
6439
6464
  tempToolbarChildren.push(
6440
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6465
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6441
6466
  MenuButton,
6442
6467
  {
6443
6468
  ...child.props,
@@ -6448,7 +6473,7 @@ var Toolbar = (props) => {
6448
6473
  );
6449
6474
  } else if (child.type === split_button_spec_default) {
6450
6475
  tempToolbarChildren.push(
6451
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6476
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6452
6477
  split_button_spec_default,
6453
6478
  {
6454
6479
  ...child.props,
@@ -6462,7 +6487,7 @@ var Toolbar = (props) => {
6462
6487
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6463
6488
  childrenArray.forEach((button, bindex) => {
6464
6489
  buttonGroupItems.push(
6465
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6490
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6466
6491
  Button,
6467
6492
  {
6468
6493
  ...button.props,
@@ -6473,7 +6498,7 @@ var Toolbar = (props) => {
6473
6498
  );
6474
6499
  });
6475
6500
  tempToolbarChildren.push(
6476
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6501
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6477
6502
  ButtonGroup,
6478
6503
  {
6479
6504
  ...child.props,
@@ -6485,7 +6510,7 @@ var Toolbar = (props) => {
6485
6510
  );
6486
6511
  } else if (child.type === Combobox) {
6487
6512
  tempToolbarChildren.push(
6488
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6513
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6489
6514
  Combobox,
6490
6515
  {
6491
6516
  ...child.props,
@@ -6496,7 +6521,7 @@ var Toolbar = (props) => {
6496
6521
  );
6497
6522
  } else if (child.type === DropdownList) {
6498
6523
  tempToolbarChildren.push(
6499
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6524
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6500
6525
  DropdownList,
6501
6526
  {
6502
6527
  ...child.props,
@@ -6507,7 +6532,7 @@ var Toolbar = (props) => {
6507
6532
  );
6508
6533
  } else if (child.type === ColorPicker) {
6509
6534
  tempToolbarChildren.push(
6510
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6535
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6511
6536
  ColorPicker,
6512
6537
  {
6513
6538
  ...child.props,
@@ -6529,7 +6554,7 @@ var Toolbar = (props) => {
6529
6554
  addUniqueToolClass(child, index);
6530
6555
  });
6531
6556
  }
6532
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6557
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6533
6558
  "div",
6534
6559
  {
6535
6560
  ...other,
@@ -6556,7 +6581,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6556
6581
  Toolbar.defaultProps = defaultProps29;
6557
6582
 
6558
6583
  // src/toolbar/toolbar-angular.spec.tsx
6559
- var import_jsx_runtime78 = require("react/jsx-runtime");
6584
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6560
6585
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6561
6586
  var states34 = [
6562
6587
  States.focus
@@ -6579,7 +6604,7 @@ var ToolbarAngular = (props) => {
6579
6604
  const tempToolbarChildren = [];
6580
6605
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6581
6606
  tempToolbarChildren.push(
6582
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6607
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6583
6608
  Button,
6584
6609
  {
6585
6610
  ...child.props,
@@ -6590,7 +6615,7 @@ var ToolbarAngular = (props) => {
6590
6615
  );
6591
6616
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6592
6617
  tempToolbarChildren.push(
6593
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6618
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6594
6619
  Button,
6595
6620
  {
6596
6621
  ...child.props,
@@ -6601,7 +6626,7 @@ var ToolbarAngular = (props) => {
6601
6626
  );
6602
6627
  } else if (child.type === Button) {
6603
6628
  tempToolbarChildren.push(
6604
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6629
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6605
6630
  Button,
6606
6631
  {
6607
6632
  ...child.props,
@@ -6612,7 +6637,7 @@ var ToolbarAngular = (props) => {
6612
6637
  );
6613
6638
  } else if (child.type === MenuButton) {
6614
6639
  tempToolbarChildren.push(
6615
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6640
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6616
6641
  MenuButton,
6617
6642
  {
6618
6643
  ...child.props,
@@ -6623,7 +6648,7 @@ var ToolbarAngular = (props) => {
6623
6648
  );
6624
6649
  } else if (child.type === split_button_spec_default) {
6625
6650
  tempToolbarChildren.push(
6626
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6651
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6627
6652
  split_button_spec_default,
6628
6653
  {
6629
6654
  ...child.props,
@@ -6637,7 +6662,7 @@ var ToolbarAngular = (props) => {
6637
6662
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6638
6663
  childrenArray.forEach((button, bindex) => {
6639
6664
  buttonGroupItems.push(
6640
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6665
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6641
6666
  Button,
6642
6667
  {
6643
6668
  ...button.props,
@@ -6648,7 +6673,7 @@ var ToolbarAngular = (props) => {
6648
6673
  );
6649
6674
  });
6650
6675
  tempToolbarChildren.push(
6651
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6676
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6652
6677
  ButtonGroup,
6653
6678
  {
6654
6679
  ...child.props,
@@ -6660,7 +6685,7 @@ var ToolbarAngular = (props) => {
6660
6685
  );
6661
6686
  } else if (child.type === Combobox) {
6662
6687
  tempToolbarChildren.push(
6663
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6688
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6664
6689
  Combobox,
6665
6690
  {
6666
6691
  ...child.props,
@@ -6671,7 +6696,7 @@ var ToolbarAngular = (props) => {
6671
6696
  );
6672
6697
  } else if (child.type === DropdownList) {
6673
6698
  tempToolbarChildren.push(
6674
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6699
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6675
6700
  DropdownList,
6676
6701
  {
6677
6702
  ...child.props,
@@ -6682,7 +6707,7 @@ var ToolbarAngular = (props) => {
6682
6707
  );
6683
6708
  } else if (child.type === ColorPicker) {
6684
6709
  tempToolbarChildren.push(
6685
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6710
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6686
6711
  ColorPicker,
6687
6712
  {
6688
6713
  ...child.props,
@@ -6704,7 +6729,7 @@ var ToolbarAngular = (props) => {
6704
6729
  addUniqueToolClass(child, index);
6705
6730
  });
6706
6731
  }
6707
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6732
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6708
6733
  "div",
6709
6734
  {
6710
6735
  ...other,
@@ -6731,12 +6756,12 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6731
6756
  ToolbarAngular.defaultProps = defaultProps30;
6732
6757
 
6733
6758
  // src/toolbar/toolbar-separator.tsx
6734
- var import_jsx_runtime79 = require("react/jsx-runtime");
6759
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6735
6760
  var className13 = `k-separator`;
6736
- var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: classNames(className13, props.className) });
6761
+ var ToolbarSeparator = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: classNames(className13, props.className) });
6737
6762
 
6738
6763
  // src/toolbar/toolbar-item.spec.tsx
6739
- var import_jsx_runtime80 = require("react/jsx-runtime");
6764
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6740
6765
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6741
6766
  var states35 = [
6742
6767
  States.focus
@@ -6748,7 +6773,7 @@ var ToolbarItem = (props) => {
6748
6773
  focus,
6749
6774
  ...other
6750
6775
  } = props;
6751
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6776
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6752
6777
  "div",
6753
6778
  {
6754
6779
  ...other,
@@ -6769,118 +6794,118 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6769
6794
  ToolbarItem.defaultProps = defaultProps31;
6770
6795
 
6771
6796
  // src/toolbar/tests/toolbar.tsx
6772
- var import_jsx_runtime81 = require("react/jsx-runtime");
6773
- var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(import_jsx_runtime81.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6774
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6775
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6776
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold" }),
6777
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { children: "Button" }),
6778
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6779
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6780
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ButtonGroup, { children: [
6781
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", children: "Left" }),
6782
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-center", children: "Center" }),
6783
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-right", children: "Right" })
6797
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6798
+ var toolbar_default = () => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_jsx_runtime87.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6799
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Toolbar" }),
6800
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6801
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6802
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6803
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6804
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6805
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6806
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6807
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6808
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" })
6784
6809
  ] }),
6785
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6786
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6787
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6788
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ToolbarItem, { children: [
6789
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("label", { children: "Label:" }),
6790
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorPicker, {})
6810
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6811
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6812
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6813
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ToolbarItem, { children: [
6814
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { children: "Label:" }),
6815
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPicker, {})
6791
6816
  ] }),
6792
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Switch, { checked: true }),
6793
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6817
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Switch, { checked: true }),
6818
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6794
6819
  ] }) }),
6795
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6796
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6797
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold" }),
6798
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { children: "Button" }),
6799
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6800
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6801
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ButtonGroup, { children: [
6802
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", children: "Left" }),
6803
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-center", children: "Center" }),
6804
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-right", children: "Right" })
6820
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "RTL" }),
6821
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6822
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6823
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6824
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { className: "k-toggle-button", children: "Toggle" }),
6825
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6826
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6827
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6828
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6829
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" })
6805
6830
  ] }),
6806
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6807
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6808
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6809
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ToolbarItem, { children: [
6810
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("label", { children: "Label:" }),
6811
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorPicker, {})
6831
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6832
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", children: "Primary" }),
6833
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6834
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ToolbarItem, { children: [
6835
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("label", { children: "Label:" }),
6836
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ColorPicker, {})
6812
6837
  ] }),
6813
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Switch, { checked: true }),
6814
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6838
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Switch, { checked: true }),
6839
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6815
6840
  ] }) }),
6816
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6817
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6818
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { children: "Normal" }),
6819
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { hover: true, children: "Hover" }),
6820
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { focus: true, children: "Focus" }),
6821
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { active: true, children: "Active" }),
6822
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { selected: true, children: "Selected" }),
6823
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { disabled: true, children: "Disabled" }),
6824
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ToolbarSeparator, {}),
6825
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold" }),
6826
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold", hover: true }),
6827
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold", focus: true }),
6828
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold", active: true }),
6829
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold", selected: true }),
6830
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "bold", disabled: true }),
6831
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6841
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Button states" }),
6842
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6843
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Normal" }),
6844
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { hover: true, children: "Hover" }),
6845
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { focus: true, children: "Focus" }),
6846
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { active: true, children: "Active" }),
6847
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { selected: true, children: "Selected" }),
6848
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { disabled: true, children: "Disabled" }),
6849
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToolbarSeparator, {}),
6850
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold" }),
6851
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", hover: true }),
6852
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", focus: true }),
6853
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", active: true }),
6854
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", selected: true }),
6855
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "bold", disabled: true }),
6856
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, hover: true })
6832
6857
  ] }) }),
6833
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6834
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6835
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6836
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6837
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6838
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6839
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6840
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6858
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6859
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", children: "Normal" }),
6860
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", hover: true, children: "Hover" }),
6861
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", focus: true, children: "Focus" }),
6862
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", active: true, children: "Active" }),
6863
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", selected: true, children: "Selected" }),
6864
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", className: "k-toggle-button", disabled: true, children: "Disabled" }),
6865
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, focus: true })
6841
6866
  ] }) }),
6842
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6843
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6844
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6845
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6846
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6847
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6848
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6849
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6867
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6868
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", children: "Normal" }),
6869
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", hover: true, children: "Hover" }),
6870
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", focus: true, children: "Focus" }),
6871
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", active: true, children: "Active" }),
6872
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", selected: true, children: "Selected" }),
6873
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { themeColor: "primary", icon: "align-left", disabled: true, children: "Disabled" }),
6874
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, active: true })
6850
6875
  ] }) }),
6851
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6852
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { resizable: true, children: [
6853
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6854
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6855
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6856
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ButtonGroup, { children: [
6857
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6858
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6876
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-colspan-all k-col-span-full", children: "Disabled focus state of buttons" }),
6877
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { resizable: true, children: [
6878
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { disabled: true, focus: true, children: "Button" }),
6879
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { disabled: true, focus: true, text: "Menu button" }),
6880
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { disabled: true, focus: true, children: "Split button" }),
6881
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6882
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", disabled: true, focus: true, children: "Button 1" }),
6883
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", disabled: true, children: "Button 2" })
6859
6884
  ] }),
6860
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6885
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null, disabled: true, focus: true })
6861
6886
  ] }) }),
6862
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { children: "wrapped" }),
6863
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { children: "wrapped rtl" }),
6864
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { children: [
6865
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { children: "Button" }),
6866
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(MenuButton, { text: "Menu button" }),
6867
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SplitButton, { children: "Split button" }),
6868
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ButtonGroup, { children: [
6869
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", children: "Left" }),
6870
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-center", children: "Center" }),
6871
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-right", children: "Right" }),
6872
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-justify", children: "Justify" })
6887
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "wrapped" }),
6888
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: "wrapped rtl" }),
6889
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { children: [
6890
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6891
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { text: "Menu button" }),
6892
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { children: "Split button" }),
6893
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6894
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6895
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6896
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" }),
6897
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-justify", children: "Justify" })
6873
6898
  ] })
6874
6899
  ] }) }),
6875
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(Toolbar, { children: [
6876
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { children: "Button" }),
6877
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SplitButton, { children: "Split button" }),
6878
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(MenuButton, { text: "Menu button" }),
6879
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(ButtonGroup, { children: [
6880
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-left", children: "Left" }),
6881
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-center", children: "Center" }),
6882
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-right", children: "Right" }),
6883
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Button, { icon: "align-justify", children: "Justify" })
6900
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("section", { dir: "rtl", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Toolbar, { children: [
6901
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { children: "Button" }),
6902
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(SplitButton, { children: "Split button" }),
6903
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(MenuButton, { text: "Menu button" }),
6904
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(ButtonGroup, { children: [
6905
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-left", children: "Left" }),
6906
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-center", children: "Center" }),
6907
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-right", children: "Right" }),
6908
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Button, { icon: "align-justify", children: "Justify" })
6884
6909
  ] })
6885
6910
  ] }) })
6886
6911
  ] }) });