@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/dropdownlist/dropdownlist.spec.tsx
5126
- var import_jsx_runtime31 = require("react/jsx-runtime");
5143
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5127
5144
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5128
5145
  var states18 = [
5129
5146
  States.hover,
@@ -5171,8 +5188,8 @@ var DropdownList = (props) => {
5171
5188
  opened,
5172
5189
  ...other
5173
5190
  } = props;
5174
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5175
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5191
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
5192
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5176
5193
  Picker,
5177
5194
  {
5178
5195
  ...other,
@@ -5195,8 +5212,8 @@ var DropdownList = (props) => {
5195
5212
  }
5196
5213
  ),
5197
5214
  children: [
5198
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5199
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5215
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputPrefix, { children: prefix }),
5216
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5200
5217
  InputInnerSpan,
5201
5218
  {
5202
5219
  placeholder,
@@ -5205,7 +5222,7 @@ var DropdownList = (props) => {
5205
5222
  valueIconName
5206
5223
  }
5207
5224
  ),
5208
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5225
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5209
5226
  InputValidationIcon,
5210
5227
  {
5211
5228
  valid,
@@ -5214,15 +5231,15 @@ var DropdownList = (props) => {
5214
5231
  disabled
5215
5232
  }
5216
5233
  ),
5217
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5234
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5218
5235
  InputLoadingIcon,
5219
5236
  {
5220
5237
  loading,
5221
5238
  disabled
5222
5239
  }
5223
5240
  ),
5224
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5225
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5241
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputSuffix, { children: suffix }),
5242
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5226
5243
  Button,
5227
5244
  {
5228
5245
  className: "k-input-button",
@@ -5235,7 +5252,7 @@ var DropdownList = (props) => {
5235
5252
  ]
5236
5253
  }
5237
5254
  ),
5238
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5255
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5239
5256
  ] });
5240
5257
  };
5241
5258
  DropdownList.states = states18;
@@ -5244,15 +5261,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5244
5261
  DropdownList.defaultProps = defaultProps16;
5245
5262
 
5246
5263
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5247
- var import_jsx_runtime32 = require("react/jsx-runtime");
5264
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5248
5265
 
5249
5266
  // src/nodata/nodata.tsx
5250
- var import_jsx_runtime33 = require("react/jsx-runtime");
5267
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5251
5268
  var className9 = `k-nodata`;
5252
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5269
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5253
5270
 
5254
5271
  // src/list/list.spec.tsx
5255
- var import_jsx_runtime34 = require("react/jsx-runtime");
5272
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5256
5273
  var LIST_CLASSNAME = `k-list`;
5257
5274
  var states19 = [];
5258
5275
  var options18 = {
@@ -5280,7 +5297,7 @@ var List = (props) => {
5280
5297
  listHeader = child.props.label;
5281
5298
  child.props.children.map((optChild, index2) => {
5282
5299
  listChildren.push(
5283
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5300
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5284
5301
  ListItem,
5285
5302
  {
5286
5303
  ...optChild.props
@@ -5296,7 +5313,7 @@ var List = (props) => {
5296
5313
  groupLabel = child.props.label;
5297
5314
  }
5298
5315
  listChildren.push(
5299
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5316
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5300
5317
  ListItem,
5301
5318
  {
5302
5319
  className: index2 === 0 ? "k-first" : "",
@@ -5308,16 +5325,16 @@ var List = (props) => {
5308
5325
  );
5309
5326
  });
5310
5327
  }
5311
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5328
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5312
5329
  } else if (child.type === ListItem) {
5313
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5314
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5330
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5331
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListContent, { virtualization, children: listChildren });
5315
5332
  }
5316
5333
  });
5317
5334
  } else {
5318
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5335
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(NoData, { children: "No data found." });
5319
5336
  }
5320
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5337
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5321
5338
  "div",
5322
5339
  {
5323
5340
  ...other,
@@ -5345,7 +5362,7 @@ List.className = LIST_CLASSNAME;
5345
5362
  List.defaultProps = defaultProps17;
5346
5363
 
5347
5364
  // src/list/list-angular.spec.tsx
5348
- var import_jsx_runtime35 = require("react/jsx-runtime");
5365
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5349
5366
  var LISTANGULAR_CLASSNAME = `k-list`;
5350
5367
  var states20 = [];
5351
5368
  var options19 = {
@@ -5372,7 +5389,7 @@ var ListAngular = (props) => {
5372
5389
  listHeader = child.props.label;
5373
5390
  child.props.children.map((optChild, index2) => {
5374
5391
  listChildren.push(
5375
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5392
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5376
5393
  ListItem,
5377
5394
  {
5378
5395
  ...optChild.props
@@ -5383,7 +5400,7 @@ var ListAngular = (props) => {
5383
5400
  });
5384
5401
  } else {
5385
5402
  listChildren.push(
5386
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5403
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5387
5404
  ListGroupItem,
5388
5405
  {
5389
5406
  ...child.props,
@@ -5394,7 +5411,7 @@ var ListAngular = (props) => {
5394
5411
  );
5395
5412
  child.props.children.map((optChild, index2) => {
5396
5413
  listChildren.push(
5397
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5414
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5398
5415
  ListItem,
5399
5416
  {
5400
5417
  ...optChild.props
@@ -5404,16 +5421,16 @@ var ListAngular = (props) => {
5404
5421
  );
5405
5422
  });
5406
5423
  }
5407
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5424
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5408
5425
  } else if (child.type === ListItem) {
5409
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5410
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5426
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5427
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ListContent, { virtualization, children: listChildren });
5411
5428
  }
5412
5429
  });
5413
5430
  } else {
5414
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5431
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(NoData, { children: "No data found." });
5415
5432
  }
5416
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5433
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5417
5434
  "div",
5418
5435
  {
5419
5436
  ...other,
@@ -5440,7 +5457,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5440
5457
  ListAngular.defaultProps = defaultProps18;
5441
5458
 
5442
5459
  // src/checkbox/checkbox.spec.tsx
5443
- var import_jsx_runtime36 = require("react/jsx-runtime");
5460
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5444
5461
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5445
5462
  var states21 = [
5446
5463
  States.hover,
@@ -5475,7 +5492,7 @@ var Checkbox = (props) => {
5475
5492
  rounded = defaultProps19.rounded,
5476
5493
  ...other
5477
5494
  } = props;
5478
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5495
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5479
5496
  "input",
5480
5497
  {
5481
5498
  ...other,
@@ -5498,13 +5515,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5498
5515
  Checkbox.defaultProps = defaultProps19;
5499
5516
 
5500
5517
  // src/checkbox/templates/checkbox-label.tsx
5501
- var import_jsx_runtime37 = require("react/jsx-runtime");
5518
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5502
5519
 
5503
5520
  // src/checkbox/templates/checkbox-normal.tsx
5504
- var import_jsx_runtime38 = require("react/jsx-runtime");
5521
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5505
5522
 
5506
5523
  // src/list/list-item.spec.tsx
5507
- var import_jsx_runtime39 = require("react/jsx-runtime");
5524
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5508
5525
  var LISTITEM_CLASSNAME = `k-list-item`;
5509
5526
  var states22 = [
5510
5527
  States.hover,
@@ -5529,7 +5546,7 @@ var ListItem = (props) => {
5529
5546
  ...other
5530
5547
  } = props;
5531
5548
  const textOrChildren = text ? text : props.children;
5532
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5549
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5533
5550
  "li",
5534
5551
  {
5535
5552
  ...other,
@@ -5544,10 +5561,10 @@ var ListItem = (props) => {
5544
5561
  })
5545
5562
  ),
5546
5563
  children: [
5547
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Checkbox, { checked }),
5548
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: iconName }),
5549
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5550
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5564
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Checkbox, { checked }),
5565
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { icon: iconName }),
5566
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5567
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5551
5568
  ]
5552
5569
  }
5553
5570
  );
@@ -5558,43 +5575,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5558
5575
  ListItem.defaultProps = defaultProps20;
5559
5576
 
5560
5577
  // src/list/list-content.tsx
5561
- var import_jsx_runtime40 = require("react/jsx-runtime");
5578
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5562
5579
  var className10 = `k-list-content`;
5563
5580
  var ListContent = (props) => {
5564
5581
  const {
5565
5582
  virtualization
5566
5583
  } = props;
5567
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: classNames(className10, props.className), children: [
5568
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5569
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", {}) })
5584
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: classNames(className10, props.className), children: [
5585
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5586
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", {}) })
5570
5587
  ] });
5571
5588
  };
5572
5589
 
5573
5590
  // src/list/list-header.tsx
5574
- var import_jsx_runtime41 = require("react/jsx-runtime");
5591
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5575
5592
  var className11 = `k-list-group-sticky-header`;
5576
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5593
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5577
5594
 
5578
5595
  // src/list/list-group.tsx
5579
- var import_jsx_runtime42 = require("react/jsx-runtime");
5596
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5580
5597
  var ListGroup = (props) => {
5581
5598
  const {
5582
5599
  virtualization,
5583
5600
  label
5584
5601
  } = props;
5585
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5586
- label && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListHeader, { children: label }),
5587
- props.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListContent, { virtualization, children: props.children })
5602
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5603
+ label && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListHeader, { children: label }),
5604
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: props.children })
5588
5605
  ] });
5589
5606
  };
5590
5607
 
5591
5608
  // src/list/list-group-item.tsx
5592
- var import_jsx_runtime43 = require("react/jsx-runtime");
5609
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5593
5610
  var className12 = `k-list-group-item`;
5594
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5611
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5595
5612
 
5596
5613
  // src/list/list-option-label.tsx
5597
- var import_jsx_runtime44 = require("react/jsx-runtime");
5614
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5598
5615
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5599
5616
  var states23 = [
5600
5617
  States.hover,
@@ -5613,7 +5630,7 @@ var ListOptionLabel = (props) => {
5613
5630
  disabled,
5614
5631
  ...other
5615
5632
  } = props;
5616
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5633
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5617
5634
  "div",
5618
5635
  {
5619
5636
  ...other,
@@ -5636,31 +5653,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5636
5653
  ListOptionLabel.defaultProps = defaultProps21;
5637
5654
 
5638
5655
  // src/list/templates/list-normal.tsx
5639
- var import_jsx_runtime45 = require("react/jsx-runtime");
5656
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5640
5657
 
5641
5658
  // src/list/templates/list-virtualization.tsx
5642
- var import_jsx_runtime46 = require("react/jsx-runtime");
5659
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5643
5660
 
5644
5661
  // src/list/templates/list-grouping.tsx
5645
- var import_jsx_runtime47 = require("react/jsx-runtime");
5662
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5646
5663
 
5647
5664
  // src/list/templates/list-virualization-grouping.tsx
5648
- var import_jsx_runtime48 = require("react/jsx-runtime");
5665
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5649
5666
 
5650
5667
  // src/list/templates/list-virtualization-angular.tsx
5651
- var import_jsx_runtime49 = require("react/jsx-runtime");
5668
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5652
5669
 
5653
5670
  // src/list/templates/list-grouping-angular.tsx
5654
- var import_jsx_runtime50 = require("react/jsx-runtime");
5671
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5655
5672
 
5656
5673
  // src/list/templates/list-virualization-grouping-angular.tsx
5657
- var import_jsx_runtime51 = require("react/jsx-runtime");
5674
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5658
5675
 
5659
5676
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5660
- var import_jsx_runtime52 = require("react/jsx-runtime");
5677
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5661
5678
 
5662
5679
  // src/searchbox/searchbox.spec.tsx
5663
- var import_jsx_runtime53 = require("react/jsx-runtime");
5680
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5664
5681
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5665
5682
  var states24 = [
5666
5683
  States.hover,
@@ -5701,7 +5718,7 @@ var Searchbox = (props) => {
5701
5718
  icon = defaultProps22.icon,
5702
5719
  ...other
5703
5720
  } = props;
5704
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5721
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5705
5722
  Input,
5706
5723
  {
5707
5724
  ...other,
@@ -5717,11 +5734,11 @@ var Searchbox = (props) => {
5717
5734
  disabled,
5718
5735
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5719
5736
  children: [
5720
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-input-icon", icon }),
5721
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputInnerInput, { placeholder, value }),
5722
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputLoadingIcon, { ...props }),
5723
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputValidationIcon, { ...props }),
5724
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputClearValue, { ...props })
5737
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { className: "k-input-icon", icon }),
5738
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputInnerInput, { placeholder, value }),
5739
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputLoadingIcon, { ...props }),
5740
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputValidationIcon, { ...props }),
5741
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputClearValue, { ...props })
5725
5742
  ]
5726
5743
  }
5727
5744
  );
@@ -5732,19 +5749,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5732
5749
  Searchbox.defaultProps = defaultProps22;
5733
5750
 
5734
5751
  // src/searchbox/templates/searchbox-normal.tsx
5735
- var import_jsx_runtime54 = require("react/jsx-runtime");
5752
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5736
5753
 
5737
5754
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5738
- var import_jsx_runtime55 = require("react/jsx-runtime");
5755
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5739
5756
 
5740
5757
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5741
- var import_jsx_runtime56 = require("react/jsx-runtime");
5758
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5742
5759
 
5743
5760
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5744
- var import_jsx_runtime57 = require("react/jsx-runtime");
5761
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5745
5762
 
5746
5763
  // src/action-sheet/action-sheet.spec.tsx
5747
- var import_jsx_runtime58 = require("react/jsx-runtime");
5764
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5748
5765
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5749
5766
  var states25 = [];
5750
5767
  var options24 = {};
@@ -5767,8 +5784,8 @@ var ActionSheet = (props) => {
5767
5784
  overlay = defaultProps23.overlay,
5768
5785
  ...other
5769
5786
  } = props;
5770
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5771
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5787
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5788
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5772
5789
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5773
5790
  switch (child.type) {
5774
5791
  case ActionSheetHeader:
@@ -5778,10 +5795,10 @@ var ActionSheet = (props) => {
5778
5795
  return true;
5779
5796
  }
5780
5797
  return true;
5781
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, {});
5782
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-actionsheet-container", children: [
5783
- overlay && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-overlay" }),
5784
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5798
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_jsx_runtime62.Fragment, {});
5799
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-actionsheet-container", children: [
5800
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-overlay" }),
5801
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5785
5802
  AnimationContainer,
5786
5803
  {
5787
5804
  animationStyle: {
@@ -5791,7 +5808,7 @@ var ActionSheet = (props) => {
5791
5808
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5792
5809
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5793
5810
  },
5794
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5811
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5795
5812
  "div",
5796
5813
  {
5797
5814
  ...other,
@@ -5804,9 +5821,9 @@ var ActionSheet = (props) => {
5804
5821
  "k-adaptive-actionsheet": adaptive
5805
5822
  }
5806
5823
  ),
5807
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5824
+ children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
5808
5825
  _ActionSheetHeader,
5809
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: classNames(
5826
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: classNames(
5810
5827
  "k-actionsheet-content",
5811
5828
  {
5812
5829
  "!k-overflow-hidden": adaptive
@@ -5826,7 +5843,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5826
5843
  ActionSheet.defaultProps = defaultProps23;
5827
5844
 
5828
5845
  // src/action-sheet/actionsheet-header.tsx
5829
- var import_jsx_runtime59 = require("react/jsx-runtime");
5846
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5830
5847
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5831
5848
  var ActionSheetHeader = (props) => {
5832
5849
  const {
@@ -5836,7 +5853,7 @@ var ActionSheetHeader = (props) => {
5836
5853
  filter,
5837
5854
  ...other
5838
5855
  } = props;
5839
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5856
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5840
5857
  "div",
5841
5858
  {
5842
5859
  ...other,
@@ -5844,23 +5861,23 @@ var ActionSheetHeader = (props) => {
5844
5861
  props.className,
5845
5862
  ACTIONSHEETHEADER_CLASSNAME
5846
5863
  ),
5847
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5848
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5849
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "k-actionsheet-title", children: [
5850
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-text-center", children: title }),
5851
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5864
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
5865
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5866
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-actionsheet-title", children: [
5867
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-text-center", children: title }),
5868
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5852
5869
  ] }) }),
5853
- props.children && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5854
- actions && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5870
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5871
+ actions && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5855
5872
  ] }),
5856
- filter && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5873
+ filter && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5857
5874
  ] })
5858
5875
  }
5859
5876
  );
5860
5877
  };
5861
5878
 
5862
5879
  // src/action-buttons/action-buttons.spec.tsx
5863
- var import_jsx_runtime60 = require("react/jsx-runtime");
5880
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5864
5881
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5865
5882
  var states26 = [];
5866
5883
  var options25 = {};
@@ -5874,7 +5891,7 @@ var ActionButtons = (props) => {
5874
5891
  orientation = defaultProps24.orientation,
5875
5892
  ...other
5876
5893
  } = props;
5877
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5894
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5878
5895
  "div",
5879
5896
  {
5880
5897
  ...other,
@@ -5897,14 +5914,14 @@ ActionButtons.defaultProps = defaultProps24;
5897
5914
  var action_buttons_spec_default = ActionButtons;
5898
5915
 
5899
5916
  // src/action-sheet/actionsheet-footer.tsx
5900
- var import_jsx_runtime61 = require("react/jsx-runtime");
5917
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5901
5918
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5902
5919
  var ActionSheetFooter = (props) => {
5903
5920
  const {
5904
5921
  actions,
5905
5922
  ...other
5906
5923
  } = props;
5907
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5924
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5908
5925
  action_buttons_spec_default,
5909
5926
  {
5910
5927
  ...other,
@@ -5913,17 +5930,17 @@ var ActionSheetFooter = (props) => {
5913
5930
  ACTIONSHEETFOOTER_CLASSNAME
5914
5931
  ),
5915
5932
  alignment: "stretched",
5916
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5933
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5917
5934
  actions && actions.map((action, index) => {
5918
5935
  if (action === "|") {
5919
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-separator" }, index);
5936
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-separator" }, index);
5920
5937
  }
5921
5938
  if (action === " ") {
5922
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-spacer" }, index);
5939
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "k-spacer" }, index);
5923
5940
  }
5924
5941
  const importantFlag = action.startsWith("!");
5925
5942
  const actionName = importantFlag ? action.substring(1) : action;
5926
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5943
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5927
5944
  }),
5928
5945
  !actions && props.children
5929
5946
  ] })
@@ -5932,12 +5949,12 @@ var ActionSheetFooter = (props) => {
5932
5949
  };
5933
5950
 
5934
5951
  // src/action-sheet/actionsheet-items.tsx
5935
- var import_jsx_runtime62 = require("react/jsx-runtime");
5952
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5936
5953
  var ActionSheetItems = (props) => {
5937
5954
  const {
5938
5955
  ...other
5939
5956
  } = props;
5940
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5957
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5941
5958
  "div",
5942
5959
  {
5943
5960
  ...other,
@@ -5951,7 +5968,7 @@ var ActionSheetItems = (props) => {
5951
5968
  };
5952
5969
 
5953
5970
  // src/action-sheet/actionsheet-item.tsx
5954
- var import_jsx_runtime63 = require("react/jsx-runtime");
5971
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5955
5972
  var states27 = [
5956
5973
  States.hover,
5957
5974
  States.focus,
@@ -5960,7 +5977,7 @@ var states27 = [
5960
5977
  ];
5961
5978
 
5962
5979
  // src/combobox/combobox.spec.tsx
5963
- var import_jsx_runtime64 = require("react/jsx-runtime");
5980
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5964
5981
  var COMBOBOX_CLASSNAME = `k-combobox`;
5965
5982
  var states28 = [
5966
5983
  States.hover,
@@ -6005,8 +6022,8 @@ var Combobox = (props) => {
6005
6022
  adaptiveSettings,
6006
6023
  ...other
6007
6024
  } = props;
6008
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6009
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
6025
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6026
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6010
6027
  Input,
6011
6028
  {
6012
6029
  ...other,
@@ -6023,9 +6040,9 @@ var Combobox = (props) => {
6023
6040
  readonly,
6024
6041
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6025
6042
  children: [
6026
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
6027
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
6028
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6043
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
6044
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6045
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6029
6046
  InputValidationIcon,
6030
6047
  {
6031
6048
  valid,
@@ -6034,14 +6051,14 @@ var Combobox = (props) => {
6034
6051
  disabled
6035
6052
  }
6036
6053
  ),
6037
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6054
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6038
6055
  InputLoadingIcon,
6039
6056
  {
6040
6057
  loading,
6041
6058
  disabled
6042
6059
  }
6043
6060
  ),
6044
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6061
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6045
6062
  InputClearValue,
6046
6063
  {
6047
6064
  loading,
@@ -6050,8 +6067,8 @@ var Combobox = (props) => {
6050
6067
  value
6051
6068
  }
6052
6069
  ),
6053
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix }),
6054
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6070
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix }),
6071
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6055
6072
  Button,
6056
6073
  {
6057
6074
  className: "k-input-button",
@@ -6064,9 +6081,9 @@ var Combobox = (props) => {
6064
6081
  ]
6065
6082
  }
6066
6083
  ),
6067
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6068
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6069
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6084
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6085
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6086
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6070
6087
  ActionSheetHeader,
6071
6088
  {
6072
6089
  actions: ["x"],
@@ -6074,10 +6091,10 @@ var Combobox = (props) => {
6074
6091
  title: "Select Item"
6075
6092
  }
6076
6093
  ),
6077
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(List, { size: "large", children: [
6078
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" }),
6079
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" }),
6080
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ListItem, { text: "List item" })
6094
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(List, { size: "large", children: [
6095
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" }),
6096
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" }),
6097
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ListItem, { text: "List item" })
6081
6098
  ] }) })
6082
6099
  ] })
6083
6100
  ] });
@@ -6088,19 +6105,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6088
6105
  Combobox.defaultProps = defaultProps25;
6089
6106
 
6090
6107
  // src/combobox/templates/combobox-normal.tsx
6091
- var import_jsx_runtime65 = require("react/jsx-runtime");
6108
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6092
6109
 
6093
6110
  // src/combobox/templates/combobox-popup.tsx
6094
- var import_jsx_runtime66 = require("react/jsx-runtime");
6111
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6095
6112
 
6096
6113
  // src/combobox/templates/combobox-grouping.tsx
6097
- var import_jsx_runtime67 = require("react/jsx-runtime");
6114
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6098
6115
 
6099
6116
  // src/combobox/templates/combobox-adaptive.tsx
6100
- var import_jsx_runtime68 = require("react/jsx-runtime");
6117
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6101
6118
 
6102
6119
  // src/button-group/button-group.spec.tsx
6103
- var import_jsx_runtime69 = require("react/jsx-runtime");
6120
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6104
6121
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6105
6122
  var states29 = [
6106
6123
  States.disabled
@@ -6118,7 +6135,7 @@ var ButtonGroup = (props) => {
6118
6135
  stretched,
6119
6136
  ...other
6120
6137
  } = props;
6121
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6138
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6122
6139
  "div",
6123
6140
  {
6124
6141
  ...other,
@@ -6145,19 +6162,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6145
6162
  ButtonGroup.defaultProps = defaultProps26;
6146
6163
 
6147
6164
  // src/button-group/templates/icon-button-group.tsx
6148
- var import_jsx_runtime70 = require("react/jsx-runtime");
6165
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6149
6166
 
6150
6167
  // src/button-group/templates/icon-text-button-group.tsx
6151
- var import_jsx_runtime71 = require("react/jsx-runtime");
6168
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6152
6169
 
6153
6170
  // src/button-group/templates/text-button-group.tsx
6154
- var import_jsx_runtime72 = require("react/jsx-runtime");
6171
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6155
6172
 
6156
6173
  // src/button-group/templates/mixed-button-group.tsx
6157
- var import_jsx_runtime73 = require("react/jsx-runtime");
6174
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6158
6175
 
6159
6176
  // src/color-preview/color-preview.tsx
6160
- var import_jsx_runtime74 = require("react/jsx-runtime");
6177
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6161
6178
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6162
6179
  var states30 = [];
6163
6180
  var options28 = {};
@@ -6167,7 +6184,7 @@ var ColorPreview = (props) => {
6167
6184
  iconName,
6168
6185
  ...other
6169
6186
  } = props;
6170
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
6187
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6171
6188
  "span",
6172
6189
  {
6173
6190
  ...other,
@@ -6180,8 +6197,8 @@ var ColorPreview = (props) => {
6180
6197
  }
6181
6198
  ),
6182
6199
  children: [
6183
- iconName && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6184
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6200
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6201
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6185
6202
  "span",
6186
6203
  {
6187
6204
  className: "k-color-preview-mask",
@@ -6197,7 +6214,7 @@ ColorPreview.options = options28;
6197
6214
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6198
6215
 
6199
6216
  // src/colorpicker/colorpicker.spec.tsx
6200
- var import_jsx_runtime75 = require("react/jsx-runtime");
6217
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6201
6218
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6202
6219
  var states31 = [
6203
6220
  States.hover,
@@ -6237,7 +6254,7 @@ var ColorPicker = (props) => {
6237
6254
  arrowIconName = defaultProps27.arrowIconName,
6238
6255
  ...other
6239
6256
  } = props;
6240
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6257
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6241
6258
  Picker,
6242
6259
  {
6243
6260
  ...other,
@@ -6256,14 +6273,14 @@ var ColorPicker = (props) => {
6256
6273
  "k-icon-picker"
6257
6274
  ),
6258
6275
  children: [
6259
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputPrefix, { children: prefix }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6276
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputPrefix, { children: prefix }),
6277
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6261
6278
  InputInnerSpan,
6262
6279
  {
6263
6280
  placeholder,
6264
6281
  value,
6265
6282
  showValue: false,
6266
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6283
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6267
6284
  ColorPreview,
6268
6285
  {
6269
6286
  className: "k-value-icon",
@@ -6274,8 +6291,8 @@ var ColorPicker = (props) => {
6274
6291
  valueIconName
6275
6292
  }
6276
6293
  ),
6277
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSuffix, { children: suffix }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6294
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(InputSuffix, { children: suffix }),
6295
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6279
6296
  Button,
6280
6297
  {
6281
6298
  className: "k-input-button",
@@ -6295,7 +6312,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
6295
6312
  ColorPicker.defaultProps = defaultProps27;
6296
6313
 
6297
6314
  // src/toolbar/toolbar.spec.tsx
6298
- var import_jsx_runtime76 = require("react/jsx-runtime");
6315
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6299
6316
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6300
6317
  var states32 = [
6301
6318
  States.focus
@@ -6318,7 +6335,7 @@ var Toolbar = (props) => {
6318
6335
  const tempToolbarChildren = [];
6319
6336
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6320
6337
  tempToolbarChildren.push(
6321
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6338
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6322
6339
  Button,
6323
6340
  {
6324
6341
  ...child.props,
@@ -6329,7 +6346,7 @@ var Toolbar = (props) => {
6329
6346
  );
6330
6347
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6331
6348
  tempToolbarChildren.push(
6332
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6349
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6333
6350
  Button,
6334
6351
  {
6335
6352
  ...child.props,
@@ -6340,7 +6357,7 @@ var Toolbar = (props) => {
6340
6357
  );
6341
6358
  } else if (child.type === Button) {
6342
6359
  tempToolbarChildren.push(
6343
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6360
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6344
6361
  Button,
6345
6362
  {
6346
6363
  ...child.props,
@@ -6351,7 +6368,7 @@ var Toolbar = (props) => {
6351
6368
  );
6352
6369
  } else if (child.type === MenuButton) {
6353
6370
  tempToolbarChildren.push(
6354
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6371
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6355
6372
  MenuButton,
6356
6373
  {
6357
6374
  ...child.props,
@@ -6362,7 +6379,7 @@ var Toolbar = (props) => {
6362
6379
  );
6363
6380
  } else if (child.type === split_button_spec_default) {
6364
6381
  tempToolbarChildren.push(
6365
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6382
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6366
6383
  split_button_spec_default,
6367
6384
  {
6368
6385
  ...child.props,
@@ -6376,7 +6393,7 @@ var Toolbar = (props) => {
6376
6393
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6377
6394
  childrenArray.forEach((button, bindex) => {
6378
6395
  buttonGroupItems.push(
6379
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6396
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6380
6397
  Button,
6381
6398
  {
6382
6399
  ...button.props,
@@ -6387,7 +6404,7 @@ var Toolbar = (props) => {
6387
6404
  );
6388
6405
  });
6389
6406
  tempToolbarChildren.push(
6390
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6407
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6391
6408
  ButtonGroup,
6392
6409
  {
6393
6410
  ...child.props,
@@ -6399,7 +6416,7 @@ var Toolbar = (props) => {
6399
6416
  );
6400
6417
  } else if (child.type === Combobox) {
6401
6418
  tempToolbarChildren.push(
6402
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6419
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6403
6420
  Combobox,
6404
6421
  {
6405
6422
  ...child.props,
@@ -6410,7 +6427,7 @@ var Toolbar = (props) => {
6410
6427
  );
6411
6428
  } else if (child.type === DropdownList) {
6412
6429
  tempToolbarChildren.push(
6413
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6430
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6414
6431
  DropdownList,
6415
6432
  {
6416
6433
  ...child.props,
@@ -6421,7 +6438,7 @@ var Toolbar = (props) => {
6421
6438
  );
6422
6439
  } else if (child.type === ColorPicker) {
6423
6440
  tempToolbarChildren.push(
6424
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6441
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6425
6442
  ColorPicker,
6426
6443
  {
6427
6444
  ...child.props,
@@ -6443,7 +6460,7 @@ var Toolbar = (props) => {
6443
6460
  addUniqueToolClass(child, index);
6444
6461
  });
6445
6462
  }
6446
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6463
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6447
6464
  "div",
6448
6465
  {
6449
6466
  ...other,
@@ -6470,7 +6487,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6470
6487
  Toolbar.defaultProps = defaultProps28;
6471
6488
 
6472
6489
  // src/toolbar/toolbar-angular.spec.tsx
6473
- var import_jsx_runtime77 = require("react/jsx-runtime");
6490
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6474
6491
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6475
6492
  var states33 = [
6476
6493
  States.focus
@@ -6493,7 +6510,7 @@ var ToolbarAngular = (props) => {
6493
6510
  const tempToolbarChildren = [];
6494
6511
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6495
6512
  tempToolbarChildren.push(
6496
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6513
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6497
6514
  Button,
6498
6515
  {
6499
6516
  ...child.props,
@@ -6504,7 +6521,7 @@ var ToolbarAngular = (props) => {
6504
6521
  );
6505
6522
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6506
6523
  tempToolbarChildren.push(
6507
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6524
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6508
6525
  Button,
6509
6526
  {
6510
6527
  ...child.props,
@@ -6515,7 +6532,7 @@ var ToolbarAngular = (props) => {
6515
6532
  );
6516
6533
  } else if (child.type === Button) {
6517
6534
  tempToolbarChildren.push(
6518
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6535
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6519
6536
  Button,
6520
6537
  {
6521
6538
  ...child.props,
@@ -6526,7 +6543,7 @@ var ToolbarAngular = (props) => {
6526
6543
  );
6527
6544
  } else if (child.type === MenuButton) {
6528
6545
  tempToolbarChildren.push(
6529
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6546
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6530
6547
  MenuButton,
6531
6548
  {
6532
6549
  ...child.props,
@@ -6537,7 +6554,7 @@ var ToolbarAngular = (props) => {
6537
6554
  );
6538
6555
  } else if (child.type === split_button_spec_default) {
6539
6556
  tempToolbarChildren.push(
6540
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6557
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6541
6558
  split_button_spec_default,
6542
6559
  {
6543
6560
  ...child.props,
@@ -6551,7 +6568,7 @@ var ToolbarAngular = (props) => {
6551
6568
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6552
6569
  childrenArray.forEach((button, bindex) => {
6553
6570
  buttonGroupItems.push(
6554
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6571
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6555
6572
  Button,
6556
6573
  {
6557
6574
  ...button.props,
@@ -6562,7 +6579,7 @@ var ToolbarAngular = (props) => {
6562
6579
  );
6563
6580
  });
6564
6581
  tempToolbarChildren.push(
6565
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6582
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6566
6583
  ButtonGroup,
6567
6584
  {
6568
6585
  ...child.props,
@@ -6574,7 +6591,7 @@ var ToolbarAngular = (props) => {
6574
6591
  );
6575
6592
  } else if (child.type === Combobox) {
6576
6593
  tempToolbarChildren.push(
6577
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6594
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6578
6595
  Combobox,
6579
6596
  {
6580
6597
  ...child.props,
@@ -6585,7 +6602,7 @@ var ToolbarAngular = (props) => {
6585
6602
  );
6586
6603
  } else if (child.type === DropdownList) {
6587
6604
  tempToolbarChildren.push(
6588
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6605
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6589
6606
  DropdownList,
6590
6607
  {
6591
6608
  ...child.props,
@@ -6596,7 +6613,7 @@ var ToolbarAngular = (props) => {
6596
6613
  );
6597
6614
  } else if (child.type === ColorPicker) {
6598
6615
  tempToolbarChildren.push(
6599
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6616
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6600
6617
  ColorPicker,
6601
6618
  {
6602
6619
  ...child.props,
@@ -6618,7 +6635,7 @@ var ToolbarAngular = (props) => {
6618
6635
  addUniqueToolClass(child, index);
6619
6636
  });
6620
6637
  }
6621
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6638
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6622
6639
  "div",
6623
6640
  {
6624
6641
  ...other,
@@ -6645,10 +6662,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6645
6662
  ToolbarAngular.defaultProps = defaultProps29;
6646
6663
 
6647
6664
  // src/toolbar/toolbar-separator.tsx
6648
- var import_jsx_runtime78 = require("react/jsx-runtime");
6665
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6649
6666
 
6650
6667
  // src/toolbar/toolbar-item.spec.tsx
6651
- var import_jsx_runtime79 = require("react/jsx-runtime");
6668
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6652
6669
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6653
6670
  var states34 = [
6654
6671
  States.focus
@@ -6660,7 +6677,7 @@ var ToolbarItem = (props) => {
6660
6677
  focus,
6661
6678
  ...other
6662
6679
  } = props;
6663
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6680
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6664
6681
  "div",
6665
6682
  {
6666
6683
  ...other,
@@ -6681,49 +6698,49 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6681
6698
  ToolbarItem.defaultProps = defaultProps30;
6682
6699
 
6683
6700
  // src/toolbar/tests/toolbar-components.tsx
6684
- var import_jsx_runtime80 = require("react/jsx-runtime");
6685
- var toolbar_components_default = () => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(import_jsx_runtime80.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
6686
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "Menu button" }),
6687
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { children: [
6688
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { text: "Normal" }),
6689
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { hover: true, text: "Hover" }),
6690
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { focus: true, text: "Focus" }),
6691
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(MenuButton, { disabled: true, text: "Disabled" })
6701
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6702
+ var toolbar_components_default = () => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_jsx_runtime84.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
6703
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: "Menu button" }),
6704
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(Toolbar, { children: [
6705
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(MenuButton, { text: "Normal" }),
6706
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(MenuButton, { hover: true, text: "Hover" }),
6707
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(MenuButton, { focus: true, text: "Focus" }),
6708
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(MenuButton, { disabled: true, text: "Disabled" })
6692
6709
  ] }) }),
6693
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "Split button" }),
6694
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { children: [
6695
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(SplitButton, { children: "Normal" }),
6696
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(SplitButton, { hover: true, children: "Hover" }),
6697
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(SplitButton, { focus: true, children: "Focus" }),
6698
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(SplitButton, { disabled: true, children: "Disabled" })
6710
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: "Split button" }),
6711
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(Toolbar, { children: [
6712
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(SplitButton, { children: "Normal" }),
6713
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(SplitButton, { hover: true, children: "Hover" }),
6714
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(SplitButton, { focus: true, children: "Focus" }),
6715
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(SplitButton, { disabled: true, children: "Disabled" })
6699
6716
  ] }) }),
6700
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "Button group" }),
6701
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { children: [
6702
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ButtonGroup, { children: [
6703
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "align-left", children: "Normal" }),
6704
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "align-center", hover: true, children: "Hover" }),
6705
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "align-right", focus: true, children: "Focus" }),
6706
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "bold", active: true, children: "Active" }),
6707
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "bold", selected: true, children: "Selected" }),
6708
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { icon: "italic", disabled: true, children: "Disabled" })
6717
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: "Button group" }),
6718
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(Toolbar, { children: [
6719
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(ButtonGroup, { children: [
6720
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "align-left", children: "Normal" }),
6721
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "align-center", hover: true, children: "Hover" }),
6722
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "align-right", focus: true, children: "Focus" }),
6723
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "bold", active: true, children: "Active" }),
6724
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "bold", selected: true, children: "Selected" }),
6725
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { icon: "italic", disabled: true, children: "Disabled" })
6709
6726
  ] }),
6710
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(ButtonGroup, { children: [
6711
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { children: "Adjacent" }),
6712
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Button, { children: "Button group" })
6727
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(ButtonGroup, { children: [
6728
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { children: "Adjacent" }),
6729
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Button, { children: "Button group" })
6713
6730
  ] })
6714
6731
  ] }) }),
6715
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "Dropdownlist in Toolbar" }),
6716
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { children: [
6717
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Normal" }) }),
6718
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Hover", hover: true }) }),
6719
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Focus", focus: true }) }),
6720
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(DropdownList, { value: "Disabled", disabled: true }) })
6732
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: "Dropdownlist in Toolbar" }),
6733
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(Toolbar, { children: [
6734
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DropdownList, { value: "Normal" }) }),
6735
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DropdownList, { value: "Hover", hover: true }) }),
6736
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DropdownList, { value: "Focus", focus: true }) }),
6737
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(DropdownList, { value: "Disabled", disabled: true }) })
6721
6738
  ] }) }),
6722
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "Combobox in Toolbar" }),
6723
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(Toolbar, { children: [
6724
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { value: "Normal" }) }),
6725
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { value: "Hover", hover: true }) }),
6726
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { value: "Focus", focus: true }) }),
6727
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Combobox, { value: "Disabled", disabled: true }) })
6739
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { children: "Combobox in Toolbar" }),
6740
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(Toolbar, { children: [
6741
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Combobox, { value: "Normal" }) }),
6742
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Combobox, { value: "Hover", hover: true }) }),
6743
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Combobox, { value: "Focus", focus: true }) }),
6744
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Combobox, { value: "Disabled", disabled: true }) })
6728
6745
  ] }) })
6729
6746
  ] }) });