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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (705) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +100 -88
  2. package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  3. package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +51 -14
  4. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +56 -44
  5. package/dist/cjs/captcha/captcha.spec.js +55 -25
  6. package/dist/cjs/captcha/tests/captcha-loading.js +59 -29
  7. package/dist/cjs/captcha/tests/captcha.js +59 -29
  8. package/dist/cjs/chat/chat-message-group.js +261 -0
  9. package/dist/cjs/chat/chat-message.js +112 -0
  10. package/dist/cjs/chat/chat-quick-replies.js +71 -0
  11. package/dist/cjs/chat/chat.spec.js +6859 -0
  12. package/dist/cjs/chat/tests/chat-rtl.js +2613 -235
  13. package/dist/cjs/chat/tests/chat-scrollable-deck.js +2802 -206
  14. package/dist/cjs/chat/tests/chat.js +1117 -790
  15. package/dist/cjs/datetime-selector/datetime-selector.spec.js +96 -23
  16. package/dist/cjs/datetime-selector/tests/datetime-selector.js +94 -85
  17. package/dist/cjs/datetimepicker/datetimepicker.spec.js +75 -66
  18. package/dist/cjs/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  19. package/dist/cjs/datetimepicker/templates/datetimepicker-normal.js +77 -68
  20. package/dist/cjs/datetimepicker/templates/datetimepicker-popup.js +77 -68
  21. package/dist/cjs/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  22. package/dist/cjs/datetimepicker/tests/datetimepicker-flat.js +92 -83
  23. package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +89 -80
  24. package/dist/cjs/datetimepicker/tests/datetimepicker-outline.js +92 -83
  25. package/dist/cjs/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  26. package/dist/cjs/datetimepicker/tests/datetimepicker-solid.js +92 -83
  27. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +63 -51
  28. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  29. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  30. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  31. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  32. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  33. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  34. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  35. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  36. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  37. package/dist/cjs/dropdowntree/dropdowntree.spec.js +35 -23
  38. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  39. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +37 -25
  40. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +47 -35
  41. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  42. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +52 -40
  43. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +57 -45
  44. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +52 -40
  45. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  46. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +52 -40
  47. package/dist/cjs/editor/editor-toolbar.js +48 -43
  48. package/dist/cjs/editor/tests/editor-find-replace.js +48 -43
  49. package/dist/cjs/editor/tests/editor-table-wizard.js +129 -127
  50. package/dist/cjs/editor/tests/editor-view-source.js +14 -12
  51. package/dist/cjs/editor/tests/editor.js +48 -43
  52. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +84 -67
  53. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +84 -67
  54. package/dist/cjs/filemanager/tests/filemanager-gridview.js +149 -132
  55. package/dist/cjs/filemanager/tests/filemanager-listview.js +103 -86
  56. package/dist/cjs/filemanager/tests/filemanager-preview.js +202 -185
  57. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +605 -580
  58. package/dist/cjs/filter/tests/filter.js +48 -43
  59. package/dist/cjs/floating-label/tests/floating-label-flat.js +43 -41
  60. package/dist/cjs/floating-label/tests/floating-label-outline.js +43 -41
  61. package/dist/cjs/floating-label/tests/floating-label.js +43 -41
  62. package/dist/cjs/form/tests/form-field-dateinputs.js +111 -102
  63. package/dist/cjs/form/tests/form-field-dropdowns.js +82 -47
  64. package/dist/cjs/form/tests/form-field-fieldset.js +68 -66
  65. package/dist/cjs/form/tests/form-field-inputs-rtl.js +239 -222
  66. package/dist/cjs/form/tests/form-field-inputs.js +240 -223
  67. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +204 -195
  68. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +288 -286
  69. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +48 -43
  70. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +48 -43
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +48 -43
  72. package/dist/cjs/gantt/tests/gantt-react.js +48 -43
  73. package/dist/cjs/gantt/tests/gantt-row-reordering.js +48 -43
  74. package/dist/cjs/gantt/tests/gantt.js +48 -43
  75. package/dist/cjs/grid/tests/grid-adaptive-column-menu.js +58 -50
  76. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +28 -19
  77. package/dist/cjs/grid/tests/grid-adaptive-filter.js +37 -28
  78. package/dist/cjs/grid/tests/grid-adaptive-pager.js +149 -92
  79. package/dist/cjs/grid/tests/grid-adaptive-search.js +48 -43
  80. package/dist/cjs/grid/tests/grid-angular.js +180 -87
  81. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +580 -506
  82. package/dist/cjs/grid/tests/grid-column-reordering.js +585 -511
  83. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +728 -547
  84. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +275 -223
  85. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +48 -43
  86. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +48 -43
  87. package/dist/cjs/grid/tests/grid-editing.js +48 -43
  88. package/dist/cjs/grid/tests/grid-filter-row-angular.js +48 -43
  89. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +48 -43
  90. package/dist/cjs/grid/tests/grid-filter-row.js +160 -151
  91. package/dist/cjs/grid/tests/grid-grouping-actions.js +546 -472
  92. package/dist/cjs/grid/tests/grid-grouping.js +48 -43
  93. package/dist/cjs/grid/tests/grid-pager.js +235 -178
  94. package/dist/cjs/grid/tests/grid-row-reordering.js +538 -464
  95. package/dist/cjs/grid/tests/grid-rows-resizing.js +48 -43
  96. package/dist/cjs/grid/tests/grid-rtl-angular.js +181 -88
  97. package/dist/cjs/grid/tests/grid-rtl.js +181 -88
  98. package/dist/cjs/grid/tests/grid-selection-aggregates.js +183 -90
  99. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +670 -628
  100. package/dist/cjs/grid/tests/grid-size-sm.js +670 -628
  101. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +295 -238
  102. package/dist/cjs/grid/tests/grid-toolbar.js +48 -43
  103. package/dist/cjs/grid/tests/grid-virtualization.js +452 -407
  104. package/dist/cjs/grid/tests/grid.js +181 -88
  105. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +48 -43
  106. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +48 -43
  107. package/dist/cjs/imageeditor/tests/imageeditor.js +48 -43
  108. package/dist/cjs/index.js +3301 -2760
  109. package/dist/cjs/listgroup/listgroup-item.spec.js +78 -0
  110. package/dist/cjs/listgroup/listgroup.spec.js +125 -0
  111. package/dist/cjs/listgroup/templates/listgroup-normal.js +136 -0
  112. package/dist/cjs/listgroup/tests/listgroup.js +145 -40
  113. package/dist/cjs/listview/listview.spec.js +162 -105
  114. package/dist/cjs/listview/tests/listview-layout.js +209 -152
  115. package/dist/cjs/listview/tests/listview-loading.js +180 -123
  116. package/dist/cjs/listview/tests/listview.js +195 -138
  117. package/dist/cjs/mediaplayer/tests/mediaplayer.js +48 -43
  118. package/dist/cjs/multiselect/multiselect.spec.js +737 -19
  119. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +5802 -0
  120. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +5796 -0
  121. package/dist/cjs/multiselect/templates/multiselect-grouping.js +5814 -0
  122. package/dist/cjs/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1260 -614
  123. package/dist/cjs/multiselect/templates/multiselect-popup.js +5808 -0
  124. package/dist/cjs/multiselect/templates/multiselect-value.js +5834 -0
  125. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +5842 -0
  126. package/dist/cjs/multiselect/tests/multiselect-flat.js +799 -148
  127. package/dist/cjs/multiselect/tests/multiselect-grouping.js +5850 -0
  128. package/dist/cjs/multiselect/tests/multiselect-opened.js +1175 -895
  129. package/dist/cjs/multiselect/tests/multiselect-outline.js +799 -148
  130. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +5870 -0
  131. package/dist/cjs/multiselect/tests/{multiselect.js → multiselect-solid.js} +805 -142
  132. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +54 -42
  133. package/dist/cjs/pager/index.js +143 -86
  134. package/dist/cjs/pager/pager.spec.js +143 -86
  135. package/dist/cjs/pager/tests/{pager-responsive.js → pager-adaptive.js} +169 -113
  136. package/dist/cjs/pager/tests/pager-sizes.js +163 -106
  137. package/dist/cjs/pager/tests/pager.js +153 -96
  138. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +204 -142
  139. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +214 -152
  140. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +293 -124
  141. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +204 -142
  142. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  143. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  144. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +48 -43
  145. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  146. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  147. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  148. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  149. package/dist/cjs/pivotgrid/tests/pivotgrid.js +337 -325
  150. package/dist/cjs/radio/templates/radio-inside-label.js +165 -0
  151. package/dist/cjs/radio/templates/radio-label.js +165 -0
  152. package/dist/cjs/radio/templates/radio-normal.js +162 -0
  153. package/dist/cjs/radio/tests/radio-size.js +23 -74
  154. package/dist/cjs/radio/tests/radio.js +44 -136
  155. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +48 -43
  156. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +48 -43
  157. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +48 -43
  158. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +48 -43
  159. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +48 -43
  160. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +48 -43
  161. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +48 -43
  162. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +48 -43
  163. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +48 -43
  164. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +48 -43
  165. package/dist/cjs/scheduler/tests/scheduler-angular.js +48 -43
  166. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +513 -458
  167. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +527 -472
  168. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +48 -43
  169. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +48 -43
  170. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +48 -43
  171. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +48 -43
  172. package/dist/cjs/scheduler/tests/scheduler-react-day.js +48 -43
  173. package/dist/cjs/scheduler/tests/scheduler-react-month.js +48 -43
  174. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +48 -43
  175. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +48 -43
  176. package/dist/cjs/scheduler/tests/scheduler-react-week.js +48 -43
  177. package/dist/cjs/scheduler/tests/scheduler-year.js +48 -43
  178. package/dist/cjs/scheduler/tests/scheduler.js +48 -43
  179. package/dist/cjs/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +98 -84
  180. package/dist/cjs/scrollview/tests/scrollview.js +108 -89
  181. package/dist/cjs/skeleton/index.js +68 -0
  182. package/dist/cjs/skeleton/skeleton.spec.js +70 -0
  183. package/dist/cjs/skeleton/tests/skeleton.js +58 -13
  184. package/dist/cjs/split-button/split-button.spec.js +124 -55
  185. package/dist/cjs/split-button/{tests/split-button.js → templates/icon-split-button.js} +132 -100
  186. package/dist/cjs/split-button/templates/icon-text-split-button.js +4553 -0
  187. package/dist/cjs/split-button/{tests/split-button-size.js → templates/split-button-popup.js} +306 -147
  188. package/dist/cjs/split-button/templates/text-split-button.js +4553 -0
  189. package/dist/cjs/split-button/tests/split-button-flat.js +4763 -0
  190. package/dist/cjs/split-button/tests/split-button-opened.js +4770 -0
  191. package/dist/cjs/split-button/tests/split-button-outline.js +4763 -0
  192. package/dist/cjs/split-button/tests/split-button-size-rounded.js +4770 -0
  193. package/dist/cjs/split-button/tests/split-button-solid.js +4763 -0
  194. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  195. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +216 -205
  196. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  197. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +48 -43
  198. package/dist/cjs/spreadsheet/tests/spreadsheet.js +48 -43
  199. package/dist/cjs/switch/switch.spec.js +17 -9
  200. package/dist/cjs/switch/templates/switch-checked.js +203 -0
  201. package/dist/cjs/switch/templates/switch-normal.js +203 -0
  202. package/dist/cjs/switch/tests/switch-size-rounded.js +51 -53
  203. package/dist/cjs/switch/tests/switch.js +49 -37
  204. package/dist/cjs/table/table-header.js +15 -3
  205. package/dist/cjs/table/templates/data-table-normal.js +489 -0
  206. package/dist/cjs/table/templates/table-list-virtualization.js +489 -0
  207. package/dist/cjs/table/templates/table-list.js +519 -0
  208. package/dist/cjs/table/templates/table-native.js +452 -0
  209. package/dist/cjs/table/tests/table-data-sizes.js +76 -175
  210. package/dist/cjs/table/tests/table-list-jquery.js +151 -139
  211. package/dist/cjs/table/tests/table-list-sizes.js +69 -154
  212. package/dist/cjs/table/tests/table-list-virtual.js +89 -76
  213. package/dist/cjs/table/tests/table-native-sizes.js +69 -144
  214. package/dist/cjs/table/tests/table-native-states.js +145 -58
  215. package/dist/cjs/taskboard/tests/taskboard-card.js +48 -43
  216. package/dist/cjs/taskboard/tests/taskboard-pane.js +48 -43
  217. package/dist/cjs/taskboard/tests/taskboard-rtl.js +48 -43
  218. package/dist/cjs/taskboard/tests/taskboard.js +48 -43
  219. package/dist/cjs/textarea/templates/textarea-normal.js +4621 -0
  220. package/dist/cjs/textarea/tests/textarea-flat.js +25 -27
  221. package/dist/cjs/textarea/tests/textarea-outline.js +25 -27
  222. package/dist/cjs/textarea/tests/textarea-size-rounded.js +4642 -0
  223. package/dist/cjs/textarea/tests/{textarea.js → textarea-solid.js} +30 -32
  224. package/dist/cjs/textarea/textarea.spec.js +4 -5
  225. package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +190 -107
  226. package/dist/cjs/tilelayout/tests/tilelayout.js +231 -134
  227. package/dist/cjs/tilelayout/tilelayout-item-hint.spec.js +40 -0
  228. package/dist/cjs/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +61 -27
  229. package/dist/cjs/tilelayout/tilelayout.spec.js +72 -0
  230. package/dist/cjs/time-selector/templates/time-selector-all.js +4653 -0
  231. package/dist/cjs/time-selector/templates/time-selector-hour.js +4653 -0
  232. package/dist/cjs/time-selector/templates/time-selector-minute.js +4653 -0
  233. package/dist/cjs/time-selector/tests/time-selector.js +196 -165
  234. package/dist/cjs/time-selector/time-selector.spec.js +87 -14
  235. package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  236. package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +46 -37
  237. package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +24 -15
  238. package/dist/cjs/timepicker/templates/timepicker-adaptive.js +67 -58
  239. package/dist/cjs/timepicker/templates/timepicker-normal.js +67 -58
  240. package/dist/cjs/timepicker/templates/timepicker-popup.js +67 -58
  241. package/dist/cjs/timepicker/tests/timepicker-adaptive.js +77 -68
  242. package/dist/cjs/timepicker/tests/timepicker-flat.js +82 -73
  243. package/dist/cjs/timepicker/tests/timepicker-opened.js +77 -68
  244. package/dist/cjs/timepicker/tests/timepicker-outline.js +82 -73
  245. package/dist/cjs/timepicker/tests/timepicker-solid.js +82 -73
  246. package/dist/cjs/timepicker/timepicker.spec.js +65 -56
  247. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +48 -43
  248. package/dist/cjs/toolbar/tests/toolbar-angular.js +442 -425
  249. package/dist/cjs/toolbar/tests/toolbar-components.js +444 -427
  250. package/dist/cjs/toolbar/tests/toolbar-sizes.js +308 -295
  251. package/dist/cjs/toolbar/tests/toolbar.js +529 -504
  252. package/dist/cjs/toolbar/toolbar-angular.spec.js +48 -43
  253. package/dist/cjs/toolbar/toolbar.spec.js +48 -43
  254. package/dist/cjs/treeview/templates/treeview-checkboxes.js +4595 -0
  255. package/dist/cjs/treeview/templates/treeview-hierarchy.js +4595 -0
  256. package/dist/cjs/treeview/templates/treeview-icons.js +4595 -0
  257. package/dist/cjs/treeview/templates/treeview-normal.js +4586 -0
  258. package/dist/cjs/treeview/tests/treeview-size.js +38 -38
  259. package/dist/cjs/treeview/tests/treeview.js +117 -112
  260. package/dist/cjs/treeview/treeview.spec.js +17 -5
  261. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +100 -88
  262. package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
  263. package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +51 -14
  264. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +56 -44
  265. package/dist/esm/captcha/captcha.spec.js +50 -20
  266. package/dist/esm/captcha/tests/captcha-loading.js +54 -24
  267. package/dist/esm/captcha/tests/captcha.js +54 -24
  268. package/dist/esm/chat/chat-message-group.js +239 -0
  269. package/dist/esm/chat/chat-message.js +90 -0
  270. package/dist/esm/chat/chat-quick-replies.js +49 -0
  271. package/dist/esm/chat/chat.spec.js +6843 -0
  272. package/dist/esm/chat/tests/chat-rtl.js +2624 -246
  273. package/dist/esm/chat/tests/chat-scrollable-deck.js +2799 -203
  274. package/dist/esm/chat/tests/chat.js +1113 -786
  275. package/dist/esm/datetime-selector/datetime-selector.spec.js +96 -23
  276. package/dist/esm/datetime-selector/tests/datetime-selector.js +95 -86
  277. package/dist/esm/datetimepicker/datetimepicker.spec.js +75 -66
  278. package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
  279. package/dist/esm/datetimepicker/templates/datetimepicker-normal.js +77 -68
  280. package/dist/esm/datetimepicker/templates/datetimepicker-popup.js +77 -68
  281. package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
  282. package/dist/esm/datetimepicker/tests/datetimepicker-flat.js +92 -83
  283. package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +89 -80
  284. package/dist/esm/datetimepicker/tests/datetimepicker-outline.js +92 -83
  285. package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
  286. package/dist/esm/datetimepicker/tests/datetimepicker-solid.js +92 -83
  287. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +63 -51
  288. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
  289. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
  290. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
  291. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
  292. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
  293. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
  294. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
  295. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
  296. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
  297. package/dist/esm/dropdowntree/dropdowntree.spec.js +35 -23
  298. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
  299. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +37 -25
  300. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +47 -35
  301. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
  302. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +52 -40
  303. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +57 -45
  304. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +52 -40
  305. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
  306. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +52 -40
  307. package/dist/esm/editor/editor-toolbar.js +49 -44
  308. package/dist/esm/editor/tests/editor-find-replace.js +57 -52
  309. package/dist/esm/editor/tests/editor-table-wizard.js +118 -116
  310. package/dist/esm/editor/tests/editor-view-source.js +13 -11
  311. package/dist/esm/editor/tests/editor.js +51 -46
  312. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +87 -70
  313. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +87 -70
  314. package/dist/esm/filemanager/tests/filemanager-gridview.js +152 -135
  315. package/dist/esm/filemanager/tests/filemanager-listview.js +106 -89
  316. package/dist/esm/filemanager/tests/filemanager-preview.js +205 -188
  317. package/dist/esm/filemanager/tests/filemanager-toolbar.js +651 -626
  318. package/dist/esm/filter/tests/filter.js +53 -48
  319. package/dist/esm/floating-label/tests/floating-label-flat.js +41 -39
  320. package/dist/esm/floating-label/tests/floating-label-outline.js +41 -39
  321. package/dist/esm/floating-label/tests/floating-label.js +41 -39
  322. package/dist/esm/form/tests/form-field-dateinputs.js +111 -102
  323. package/dist/esm/form/tests/form-field-dropdowns.js +82 -47
  324. package/dist/esm/form/tests/form-field-fieldset.js +54 -52
  325. package/dist/esm/form/tests/form-field-inputs-rtl.js +239 -222
  326. package/dist/esm/form/tests/form-field-inputs.js +240 -223
  327. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +204 -195
  328. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +241 -239
  329. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -47
  330. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +52 -47
  331. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -47
  332. package/dist/esm/gantt/tests/gantt-react.js +51 -46
  333. package/dist/esm/gantt/tests/gantt-row-reordering.js +51 -46
  334. package/dist/esm/gantt/tests/gantt.js +51 -46
  335. package/dist/esm/grid/tests/grid-adaptive-column-menu.js +55 -47
  336. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +28 -19
  337. package/dist/esm/grid/tests/grid-adaptive-filter.js +37 -28
  338. package/dist/esm/grid/tests/grid-adaptive-pager.js +150 -93
  339. package/dist/esm/grid/tests/grid-adaptive-search.js +51 -46
  340. package/dist/esm/grid/tests/grid-angular.js +234 -141
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +582 -508
  342. package/dist/esm/grid/tests/grid-column-reordering.js +587 -513
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +730 -549
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +275 -223
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +51 -46
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +51 -46
  347. package/dist/esm/grid/tests/grid-editing.js +51 -46
  348. package/dist/esm/grid/tests/grid-filter-row-angular.js +51 -46
  349. package/dist/esm/grid/tests/grid-filter-row-blazor.js +51 -46
  350. package/dist/esm/grid/tests/grid-filter-row.js +160 -151
  351. package/dist/esm/grid/tests/grid-grouping-actions.js +548 -474
  352. package/dist/esm/grid/tests/grid-grouping.js +51 -46
  353. package/dist/esm/grid/tests/grid-pager.js +236 -179
  354. package/dist/esm/grid/tests/grid-row-reordering.js +540 -466
  355. package/dist/esm/grid/tests/grid-rows-resizing.js +51 -46
  356. package/dist/esm/grid/tests/grid-rtl-angular.js +216 -123
  357. package/dist/esm/grid/tests/grid-rtl.js +212 -119
  358. package/dist/esm/grid/tests/grid-selection-aggregates.js +222 -129
  359. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +615 -573
  360. package/dist/esm/grid/tests/grid-size-sm.js +615 -573
  361. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +296 -239
  362. package/dist/esm/grid/tests/grid-toolbar.js +51 -46
  363. package/dist/esm/grid/tests/grid-virtualization.js +399 -356
  364. package/dist/esm/grid/tests/grid.js +221 -128
  365. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +56 -51
  366. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +56 -51
  367. package/dist/esm/imageeditor/tests/imageeditor.js +51 -46
  368. package/dist/esm/index.js +3301 -2760
  369. package/dist/esm/listgroup/listgroup-item.spec.js +56 -0
  370. package/dist/esm/listgroup/listgroup.spec.js +103 -0
  371. package/dist/esm/listgroup/templates/listgroup-normal.js +114 -0
  372. package/dist/esm/listgroup/tests/listgroup.js +145 -40
  373. package/dist/esm/listview/listview.spec.js +163 -106
  374. package/dist/esm/listview/tests/listview-layout.js +210 -153
  375. package/dist/esm/listview/tests/listview-loading.js +181 -124
  376. package/dist/esm/listview/tests/listview.js +196 -139
  377. package/dist/esm/mediaplayer/tests/mediaplayer.js +51 -46
  378. package/dist/esm/multiselect/multiselect.spec.js +737 -19
  379. package/dist/esm/multiselect/templates/multiselect-adaptive.js +5786 -0
  380. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +5780 -0
  381. package/dist/esm/multiselect/templates/multiselect-grouping.js +5798 -0
  382. package/dist/esm/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1223 -577
  383. package/dist/esm/multiselect/templates/multiselect-popup.js +5792 -0
  384. package/dist/esm/multiselect/templates/multiselect-value.js +5818 -0
  385. package/dist/esm/multiselect/tests/multiselect-adaptive.js +5826 -0
  386. package/dist/esm/multiselect/tests/multiselect-flat.js +799 -148
  387. package/dist/esm/multiselect/tests/multiselect-grouping.js +5834 -0
  388. package/dist/esm/multiselect/tests/multiselect-opened.js +1161 -881
  389. package/dist/esm/multiselect/tests/multiselect-outline.js +799 -148
  390. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +5854 -0
  391. package/dist/esm/multiselect/tests/{multiselect.js → multiselect-solid.js} +801 -138
  392. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +54 -42
  393. package/dist/esm/pager/index.js +144 -87
  394. package/dist/esm/pager/pager.spec.js +144 -87
  395. package/dist/esm/pager/tests/{pager-responsive.js → pager-adaptive.js} +166 -110
  396. package/dist/esm/pager/tests/pager-sizes.js +164 -107
  397. package/dist/esm/pager/tests/pager.js +154 -97
  398. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +206 -144
  399. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +216 -154
  400. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +294 -125
  401. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +206 -144
  402. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
  403. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
  404. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +55 -50
  405. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
  406. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
  407. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
  408. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
  409. package/dist/esm/pivotgrid/tests/pivotgrid.js +337 -325
  410. package/dist/esm/radio/templates/radio-inside-label.js +143 -0
  411. package/dist/esm/radio/templates/radio-label.js +143 -0
  412. package/dist/esm/radio/templates/radio-normal.js +140 -0
  413. package/dist/esm/radio/tests/radio-size.js +23 -74
  414. package/dist/esm/radio/tests/radio.js +44 -136
  415. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +51 -46
  416. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +51 -46
  417. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +51 -46
  418. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +51 -46
  419. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +51 -46
  420. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +51 -46
  421. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +51 -46
  422. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +51 -46
  423. package/dist/esm/scheduler/tests/scheduler-angular-month.js +51 -46
  424. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +51 -46
  425. package/dist/esm/scheduler/tests/scheduler-angular.js +51 -46
  426. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +480 -425
  427. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +494 -439
  428. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +51 -46
  429. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +51 -46
  430. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +51 -46
  431. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +51 -46
  432. package/dist/esm/scheduler/tests/scheduler-react-day.js +51 -46
  433. package/dist/esm/scheduler/tests/scheduler-react-month.js +51 -46
  434. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +51 -46
  435. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +51 -46
  436. package/dist/esm/scheduler/tests/scheduler-react-week.js +51 -46
  437. package/dist/esm/scheduler/tests/scheduler-year.js +51 -46
  438. package/dist/esm/scheduler/tests/scheduler.js +51 -46
  439. package/dist/esm/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +94 -80
  440. package/dist/esm/scrollview/tests/scrollview.js +108 -89
  441. package/dist/esm/skeleton/index.js +46 -0
  442. package/dist/esm/skeleton/skeleton.spec.js +48 -0
  443. package/dist/esm/skeleton/tests/skeleton.js +54 -11
  444. package/dist/esm/split-button/split-button.spec.js +124 -55
  445. package/dist/esm/split-button/{tests/split-button.js → templates/icon-split-button.js} +128 -96
  446. package/dist/esm/split-button/{tests/split-button-size.js → templates/icon-text-split-button.js} +128 -157
  447. package/dist/esm/split-button/templates/split-button-popup.js +4725 -0
  448. package/dist/esm/{scrollview/tests/scrollview-blazor.js → split-button/templates/text-split-button.js} +327 -91
  449. package/dist/esm/split-button/tests/split-button-flat.js +4747 -0
  450. package/dist/esm/split-button/tests/split-button-opened.js +4754 -0
  451. package/dist/esm/split-button/tests/split-button-outline.js +4747 -0
  452. package/dist/esm/split-button/tests/split-button-size-rounded.js +4754 -0
  453. package/dist/esm/split-button/tests/split-button-solid.js +4747 -0
  454. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
  455. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +211 -200
  456. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
  457. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +51 -46
  458. package/dist/esm/spreadsheet/tests/spreadsheet.js +51 -46
  459. package/dist/esm/switch/switch.spec.js +17 -9
  460. package/dist/esm/switch/templates/switch-checked.js +181 -0
  461. package/dist/esm/switch/templates/switch-normal.js +181 -0
  462. package/dist/esm/switch/tests/switch-size-rounded.js +49 -51
  463. package/dist/esm/switch/tests/switch.js +48 -36
  464. package/dist/esm/table/table-header.js +15 -3
  465. package/dist/esm/table/templates/data-table-normal.js +467 -0
  466. package/dist/esm/table/templates/table-list-virtualization.js +467 -0
  467. package/dist/esm/table/templates/table-list.js +497 -0
  468. package/dist/esm/table/templates/table-native.js +430 -0
  469. package/dist/esm/table/tests/table-data-sizes.js +76 -175
  470. package/dist/esm/table/tests/table-list-jquery.js +151 -139
  471. package/dist/esm/table/tests/table-list-sizes.js +69 -154
  472. package/dist/esm/table/tests/table-list-virtual.js +89 -76
  473. package/dist/esm/table/tests/table-native-sizes.js +70 -145
  474. package/dist/esm/table/tests/table-native-states.js +145 -58
  475. package/dist/esm/taskboard/tests/taskboard-card.js +51 -46
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +55 -50
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +51 -46
  478. package/dist/esm/taskboard/tests/taskboard.js +51 -46
  479. package/dist/esm/textarea/templates/textarea-normal.js +4605 -0
  480. package/dist/esm/textarea/tests/textarea-flat.js +23 -25
  481. package/dist/esm/textarea/tests/textarea-outline.js +23 -25
  482. package/dist/esm/textarea/tests/textarea-size-rounded.js +4626 -0
  483. package/dist/esm/textarea/tests/{textarea.js → textarea-solid.js} +26 -28
  484. package/dist/esm/textarea/textarea.spec.js +4 -5
  485. package/dist/esm/tilelayout/tests/tilelayout-resizing.js +175 -102
  486. package/dist/esm/tilelayout/tests/tilelayout.js +216 -129
  487. package/dist/esm/tilelayout/tilelayout-item-hint.spec.js +20 -0
  488. package/dist/esm/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +50 -24
  489. package/dist/esm/tilelayout/tilelayout.spec.js +50 -0
  490. package/dist/esm/time-selector/templates/time-selector-all.js +4637 -0
  491. package/dist/esm/time-selector/templates/time-selector-hour.js +4637 -0
  492. package/dist/esm/time-selector/templates/time-selector-minute.js +4637 -0
  493. package/dist/esm/time-selector/tests/time-selector.js +197 -166
  494. package/dist/esm/time-selector/time-selector.spec.js +87 -14
  495. package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
  496. package/dist/esm/timedurationpicker/tests/timedurationpicker.js +46 -37
  497. package/dist/esm/timedurationpicker/timedurationpicker.spec.js +24 -15
  498. package/dist/esm/timepicker/templates/timepicker-adaptive.js +67 -58
  499. package/dist/esm/timepicker/templates/timepicker-normal.js +67 -58
  500. package/dist/esm/timepicker/templates/timepicker-popup.js +67 -58
  501. package/dist/esm/timepicker/tests/timepicker-adaptive.js +77 -68
  502. package/dist/esm/timepicker/tests/timepicker-flat.js +82 -73
  503. package/dist/esm/timepicker/tests/timepicker-opened.js +77 -68
  504. package/dist/esm/timepicker/tests/timepicker-outline.js +82 -73
  505. package/dist/esm/timepicker/tests/timepicker-solid.js +82 -73
  506. package/dist/esm/timepicker/timepicker.spec.js +65 -56
  507. package/dist/esm/toolbar/tests/toolbar-adaptive.js +51 -46
  508. package/dist/esm/toolbar/tests/toolbar-angular.js +442 -425
  509. package/dist/esm/toolbar/tests/toolbar-components.js +444 -427
  510. package/dist/esm/toolbar/tests/toolbar-sizes.js +283 -270
  511. package/dist/esm/toolbar/tests/toolbar.js +529 -504
  512. package/dist/esm/toolbar/toolbar-angular.spec.js +49 -44
  513. package/dist/esm/toolbar/toolbar.spec.js +49 -44
  514. package/dist/esm/treeview/templates/treeview-checkboxes.js +4579 -0
  515. package/dist/esm/treeview/templates/treeview-hierarchy.js +4579 -0
  516. package/dist/esm/treeview/templates/treeview-icons.js +4579 -0
  517. package/dist/esm/treeview/templates/treeview-normal.js +4570 -0
  518. package/dist/esm/treeview/tests/treeview-size.js +38 -38
  519. package/dist/esm/treeview/tests/treeview.js +117 -112
  520. package/dist/esm/treeview/treeview.spec.js +17 -5
  521. package/dist/types/chat/chat-message-group.d.ts +22 -0
  522. package/dist/types/chat/chat-message.d.ts +22 -0
  523. package/dist/types/chat/chat-quick-replies.d.ts +13 -0
  524. package/dist/types/chat/chat.spec.d.ts +18 -0
  525. package/dist/types/chat/index.d.ts +4 -0
  526. package/dist/types/listgroup/index.d.ts +3 -0
  527. package/dist/types/listgroup/listgroup-item.spec.d.ts +25 -0
  528. package/dist/types/listgroup/listgroup.spec.d.ts +16 -0
  529. package/dist/types/listgroup/templates/listgroup-normal.d.ts +1 -0
  530. package/dist/types/multiselect/index.d.ts +6 -0
  531. package/dist/types/multiselect/multiselect.spec.d.ts +3 -0
  532. package/dist/types/multiselect/templates/multiselect-adaptive.d.ts +1 -0
  533. package/dist/types/multiselect/templates/multiselect-arrow-button.d.ts +1 -0
  534. package/dist/types/multiselect/templates/multiselect-grouping.d.ts +1 -0
  535. package/dist/types/multiselect/templates/multiselect-normal.d.ts +1 -0
  536. package/dist/types/multiselect/templates/multiselect-popup.d.ts +1 -0
  537. package/dist/types/multiselect/templates/multiselect-value.d.ts +1 -0
  538. package/dist/types/pager/pager.spec.d.ts +4 -2
  539. package/dist/types/radio/index.d.ts +3 -0
  540. package/dist/types/radio/templates/radio-inside-label.d.ts +1 -0
  541. package/dist/types/radio/templates/radio-label.d.ts +1 -0
  542. package/dist/types/radio/templates/radio-normal.d.ts +1 -0
  543. package/dist/types/scrollview/index.d.ts +1 -0
  544. package/dist/types/scrollview/scrollview-spec.d.ts +23 -0
  545. package/dist/types/skeleton/index.d.ts +1 -0
  546. package/dist/types/skeleton/skeleton.spec.d.ts +18 -0
  547. package/dist/types/split-button/index.d.ts +4 -0
  548. package/dist/types/split-button/split-button.spec.d.ts +3 -0
  549. package/dist/types/split-button/templates/icon-split-button.d.ts +1 -0
  550. package/dist/types/split-button/templates/icon-text-split-button.d.ts +1 -0
  551. package/dist/types/split-button/templates/split-button-popup.d.ts +1 -0
  552. package/dist/types/split-button/templates/text-split-button.d.ts +1 -0
  553. package/dist/types/split-button/tests/split-button-solid.d.ts +2 -0
  554. package/dist/types/switch/index.d.ts +2 -0
  555. package/dist/types/switch/switch.spec.d.ts +8 -4
  556. package/dist/types/switch/templates/switch-checked.d.ts +1 -0
  557. package/dist/types/switch/templates/switch-normal.d.ts +1 -0
  558. package/dist/types/table/index.d.ts +4 -0
  559. package/dist/types/table/templates/data-table-normal.d.ts +1 -0
  560. package/dist/types/table/templates/table-list-virtualization.d.ts +1 -0
  561. package/dist/types/table/templates/table-list.d.ts +1 -0
  562. package/dist/types/table/templates/table-native.d.ts +1 -0
  563. package/dist/types/textarea/index.d.ts +1 -0
  564. package/dist/types/textarea/templates/textarea-normal.d.ts +1 -0
  565. package/dist/types/textarea/tests/textarea-size-rounded.d.ts +2 -0
  566. package/dist/types/textarea/tests/textarea-solid.d.ts +2 -0
  567. package/dist/types/textarea/textarea.spec.d.ts +2 -2
  568. package/dist/types/tilelayout/index.d.ts +3 -0
  569. package/dist/types/tilelayout/tilelayout-item-hint.spec.d.ts +13 -0
  570. package/dist/types/tilelayout/tilelayout-item.spec.d.ts +17 -0
  571. package/dist/types/tilelayout/tilelayout.spec.d.ts +18 -0
  572. package/dist/types/time-selector/index.d.ts +3 -0
  573. package/dist/types/time-selector/templates/time-selector-all.d.ts +1 -0
  574. package/dist/types/time-selector/templates/time-selector-hour.d.ts +1 -0
  575. package/dist/types/time-selector/templates/time-selector-minute.d.ts +1 -0
  576. package/dist/types/treeview/index.d.ts +4 -0
  577. package/dist/types/treeview/templates/treeview-checkboxes.d.ts +1 -0
  578. package/dist/types/treeview/templates/treeview-hierarchy.d.ts +1 -0
  579. package/dist/types/treeview/templates/treeview-icons.d.ts +1 -0
  580. package/dist/types/treeview/templates/treeview-normal.d.ts +1 -0
  581. package/package.json +2 -2
  582. package/src/captcha/captcha.spec.tsx +2 -4
  583. package/src/chat/chat-message-group.tsx +63 -0
  584. package/src/chat/chat-message.tsx +58 -0
  585. package/src/chat/chat-quick-replies.tsx +54 -0
  586. package/src/chat/chat.spec.tsx +88 -0
  587. package/src/chat/index.ts +4 -0
  588. package/src/chat/tests/chat-rtl.tsx +45 -84
  589. package/src/chat/tests/chat-scrollable-deck.tsx +42 -56
  590. package/src/chat/tests/chat.tsx +85 -150
  591. package/src/grid/tests/grid-adaptive-pager.tsx +2 -2
  592. package/src/grid/tests/grid-angular.tsx +2 -1
  593. package/src/grid/tests/grid-rtl-angular.tsx +3 -2
  594. package/src/grid/tests/grid-rtl.tsx +3 -2
  595. package/src/grid/tests/grid-selection-aggregates.tsx +5 -4
  596. package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -2
  597. package/src/grid/tests/grid-size-sm.tsx +3 -2
  598. package/src/grid/tests/grid-sticky-columns-rtl.tsx +1 -1
  599. package/src/grid/tests/grid-virtualization.tsx +202 -200
  600. package/src/grid/tests/grid.tsx +3 -2
  601. package/src/listgroup/index.ts +3 -0
  602. package/src/listgroup/listgroup-item.spec.tsx +69 -0
  603. package/src/listgroup/listgroup.spec.tsx +62 -0
  604. package/src/listgroup/templates/listgroup-normal.tsx +12 -0
  605. package/src/listgroup/tests/listgroup.tsx +35 -38
  606. package/src/multiselect/index.ts +6 -0
  607. package/src/multiselect/multiselect.spec.tsx +22 -0
  608. package/src/multiselect/templates/multiselect-adaptive.tsx +8 -0
  609. package/src/multiselect/templates/multiselect-arrow-button.tsx +3 -0
  610. package/src/multiselect/templates/multiselect-grouping.tsx +23 -0
  611. package/src/multiselect/templates/multiselect-normal.tsx +3 -0
  612. package/src/multiselect/templates/multiselect-popup.tsx +16 -0
  613. package/src/multiselect/templates/multiselect-value.tsx +12 -0
  614. package/src/multiselect/tests/multiselect-adaptive.tsx +33 -0
  615. package/src/multiselect/tests/multiselect-flat.tsx +28 -124
  616. package/src/multiselect/tests/multiselect-grouping.tsx +28 -0
  617. package/src/multiselect/tests/multiselect-opened.tsx +3 -36
  618. package/src/multiselect/tests/multiselect-outline.tsx +28 -124
  619. package/src/multiselect/tests/multiselect-size-rounded.tsx +32 -0
  620. package/src/multiselect/tests/multiselect-solid.tsx +79 -0
  621. package/src/pager/pager.spec.tsx +36 -29
  622. package/src/pager/tests/pager-adaptive.tsx +25 -0
  623. package/src/radio/index.ts +3 -0
  624. package/src/radio/templates/radio-inside-label.tsx +10 -0
  625. package/src/radio/templates/radio-label.tsx +8 -0
  626. package/src/radio/templates/radio-normal.tsx +3 -0
  627. package/src/radio/tests/radio-size.tsx +11 -73
  628. package/src/radio/tests/radio.tsx +29 -142
  629. package/src/scrollview/index.ts +1 -0
  630. package/src/scrollview/scrollview-spec.tsx +134 -0
  631. package/src/scrollview/tests/scrollview.tsx +5 -119
  632. package/src/skeleton/index.tsx +1 -0
  633. package/src/skeleton/skeleton.spec.tsx +50 -0
  634. package/src/skeleton/tests/skeleton.tsx +11 -12
  635. package/src/split-button/index.ts +4 -0
  636. package/src/split-button/split-button.spec.tsx +47 -35
  637. package/src/split-button/templates/icon-split-button.tsx +3 -0
  638. package/src/split-button/templates/icon-text-split-button.tsx +3 -0
  639. package/src/split-button/templates/split-button-popup.tsx +17 -0
  640. package/src/split-button/templates/text-split-button.tsx +3 -0
  641. package/src/split-button/tests/split-button-flat.tsx +28 -0
  642. package/src/split-button/tests/split-button-opened.tsx +27 -0
  643. package/src/split-button/tests/split-button-outline.tsx +28 -0
  644. package/src/split-button/tests/split-button-size-rounded.tsx +39 -0
  645. package/src/split-button/tests/split-button-solid.tsx +29 -0
  646. package/src/switch/index.ts +2 -0
  647. package/src/switch/switch.spec.tsx +14 -12
  648. package/src/switch/templates/switch-checked.tsx +3 -0
  649. package/src/switch/templates/switch-normal.tsx +3 -0
  650. package/src/switch/tests/switch-size-rounded.tsx +23 -102
  651. package/src/switch/tests/switch.tsx +26 -51
  652. package/src/table/index.ts +5 -0
  653. package/src/table/templates/data-table-normal.tsx +76 -0
  654. package/src/table/templates/table-list-virtualization.tsx +79 -0
  655. package/src/table/templates/table-list.tsx +63 -0
  656. package/src/table/templates/table-native.tsx +64 -0
  657. package/src/table/tests/table-data-sizes.tsx +4 -226
  658. package/src/table/tests/table-list-sizes.tsx +4 -187
  659. package/src/table/tests/table-list-virtual.tsx +2 -78
  660. package/src/table/tests/table-native-sizes.tsx +4 -182
  661. package/src/table/tests/table-native-states.tsx +3 -5
  662. package/src/textarea/index.ts +1 -0
  663. package/src/textarea/templates/textarea-normal.tsx +3 -0
  664. package/src/textarea/tests/textarea-flat.tsx +17 -40
  665. package/src/textarea/tests/textarea-outline.tsx +17 -41
  666. package/src/textarea/tests/textarea-size-rounded.tsx +32 -0
  667. package/src/textarea/tests/textarea-solid.tsx +52 -0
  668. package/src/textarea/textarea.spec.tsx +4 -5
  669. package/src/tilelayout/index.ts +3 -0
  670. package/src/tilelayout/tests/tilelayout-resizing.tsx +8 -35
  671. package/src/tilelayout/tests/tilelayout.tsx +27 -87
  672. package/src/tilelayout/tilelayout-item-hint.spec.tsx +30 -0
  673. package/src/tilelayout/tilelayout-item.spec.tsx +69 -0
  674. package/src/tilelayout/tilelayout.spec.tsx +56 -0
  675. package/src/time-selector/index.ts +3 -0
  676. package/src/time-selector/templates/time-selector-all.tsx +23 -0
  677. package/src/time-selector/templates/time-selector-hour.tsx +23 -0
  678. package/src/time-selector/templates/time-selector-minute.tsx +23 -0
  679. package/src/time-selector/tests/time-selector.tsx +4 -39
  680. package/src/treeview/index.ts +4 -0
  681. package/src/treeview/templates/treeview-checkboxes.tsx +28 -0
  682. package/src/treeview/templates/treeview-hierarchy.tsx +30 -0
  683. package/src/treeview/templates/treeview-icons.tsx +30 -0
  684. package/src/treeview/templates/treeview-normal.tsx +13 -0
  685. package/src/treeview/tests/treeview-size.tsx +4 -41
  686. package/src/treeview/tests/treeview.tsx +11 -136
  687. package/dist/cjs/scrollview/tests/scrollview-blazor.js +0 -4317
  688. package/src/multiselect/tests/multiselect-size.tsx +0 -50
  689. package/src/multiselect/tests/multiselect.tsx +0 -176
  690. package/src/pager/tests/pager-responsive.tsx +0 -27
  691. package/src/scrollview/tests/scrollview-angular.tsx +0 -109
  692. package/src/scrollview/tests/scrollview-blazor.tsx +0 -120
  693. package/src/split-button/tests/split-button-size.tsx +0 -111
  694. package/src/split-button/tests/split-button.tsx +0 -87
  695. package/src/textarea/tests/textarea.tsx +0 -75
  696. package/src/tilelayout/tests/tilelayout-react.tsx +0 -44
  697. /package/dist/types/multiselect/tests/{multiselect-size.d.ts → multiselect-adaptive.d.ts} +0 -0
  698. /package/dist/types/multiselect/tests/{multiselect.d.ts → multiselect-grouping.d.ts} +0 -0
  699. /package/dist/types/{pager/tests/pager-responsive.d.ts → multiselect/tests/multiselect-size-rounded.d.ts} +0 -0
  700. /package/dist/types/{scrollview/tests/scrollview-angular.d.ts → multiselect/tests/multiselect-solid.d.ts} +0 -0
  701. /package/dist/types/{scrollview/tests/scrollview-blazor.d.ts → pager/tests/pager-adaptive.d.ts} +0 -0
  702. /package/dist/types/split-button/tests/{split-button-size.d.ts → split-button-flat.d.ts} +0 -0
  703. /package/dist/types/split-button/tests/{split-button.d.ts → split-button-opened.d.ts} +0 -0
  704. /package/dist/types/{textarea/tests/textarea.d.ts → split-button/tests/split-button-outline.d.ts} +0 -0
  705. /package/dist/types/{tilelayout/tests/tilelayout-react.d.ts → split-button/tests/split-button-size-rounded.d.ts} +0 -0
@@ -4359,114 +4359,12 @@ import { jsx as jsx6 } from "react/jsx-runtime";
4359
4359
  // src/button/templates/text-button.tsx
4360
4360
  import { jsx as jsx7 } from "react/jsx-runtime";
4361
4361
 
4362
- // src/split-button/split-button.spec.tsx
4363
- import { jsx as jsx8, jsxs as jsxs2 } from "react/jsx-runtime";
4364
- var SPLITBUTTON_CLASSNAME = `k-split-button`;
4365
- var states5 = [
4366
- States.hover,
4367
- States.focus,
4368
- States.active,
4369
- States.selected,
4370
- States.disabled
4371
- ];
4372
- var options5 = {
4373
- size: [Size.small, Size.medium, Size.large],
4374
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4375
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4376
- themeColor: [
4377
- ThemeColor.base,
4378
- ThemeColor.primary,
4379
- ThemeColor.secondary,
4380
- ThemeColor.tertiary,
4381
- ThemeColor.success,
4382
- ThemeColor.warning,
4383
- ThemeColor.error,
4384
- ThemeColor.info,
4385
- ThemeColor.light,
4386
- ThemeColor.dark,
4387
- ThemeColor.inverse
4388
- ]
4389
- };
4390
- var defaultProps5 = {
4391
- size: Size.medium,
4392
- rounded: Roundness.medium,
4393
- fillMode: FillMode.solid,
4394
- themeColor: ThemeColor.base,
4395
- arrowIconName: "caret-alt-down"
4396
- };
4397
- var SplitButton = (props) => {
4398
- const {
4399
- size = defaultProps5.size,
4400
- rounded = defaultProps5.rounded,
4401
- fillMode = defaultProps5.fillMode,
4402
- themeColor = defaultProps5.themeColor,
4403
- hover,
4404
- focus,
4405
- active,
4406
- selected,
4407
- disabled,
4408
- icon,
4409
- text,
4410
- arrowIconName = defaultProps5.arrowIconName,
4411
- ...other
4412
- } = props;
4413
- return /* @__PURE__ */ jsxs2(
4414
- "div",
4415
- {
4416
- ...other,
4417
- className: classNames(
4418
- props.className,
4419
- SPLITBUTTON_CLASSNAME,
4420
- "k-button-group",
4421
- optionClassNames(SPLITBUTTON_CLASSNAME, {
4422
- rounded
4423
- })
4424
- ),
4425
- children: [
4426
- /* @__PURE__ */ jsx8(
4427
- Button,
4428
- {
4429
- text,
4430
- icon,
4431
- size,
4432
- rounded,
4433
- fillMode,
4434
- themeColor,
4435
- hover,
4436
- focus,
4437
- active,
4438
- selected,
4439
- disabled,
4440
- children: props.children
4441
- }
4442
- ),
4443
- /* @__PURE__ */ jsx8(
4444
- Button,
4445
- {
4446
- className: "k-split-button-arrow",
4447
- icon: arrowIconName,
4448
- size,
4449
- rounded,
4450
- fillMode,
4451
- disabled
4452
- }
4453
- )
4454
- ]
4455
- }
4456
- );
4457
- };
4458
- SplitButton.states = states5;
4459
- SplitButton.options = options5;
4460
- SplitButton.className = SPLITBUTTON_CLASSNAME;
4461
- SplitButton.defaultProps = defaultProps5;
4462
- var split_button_spec_default = SplitButton;
4463
-
4464
4362
  // src/animation-container/animation-container.spec.tsx
4465
- import { jsx as jsx9 } from "react/jsx-runtime";
4363
+ import { jsx as jsx8 } from "react/jsx-runtime";
4466
4364
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4467
- var states6 = [];
4468
- var options6 = {};
4469
- var defaultProps6 = {
4365
+ var states5 = [];
4366
+ var options5 = {};
4367
+ var defaultProps5 = {
4470
4368
  positionMode: "absolute"
4471
4369
  };
4472
4370
  var AnimationContainer = (props) => {
@@ -4476,7 +4374,7 @@ var AnimationContainer = (props) => {
4476
4374
  offset,
4477
4375
  ...other
4478
4376
  } = props;
4479
- return /* @__PURE__ */ jsx9(
4377
+ return /* @__PURE__ */ jsx8(
4480
4378
  "div",
4481
4379
  {
4482
4380
  ...other,
@@ -4488,21 +4386,21 @@ var AnimationContainer = (props) => {
4488
4386
  ["k-animation-container-fixed"]: positionMode === "fixed"
4489
4387
  }
4490
4388
  ),
4491
- children: /* @__PURE__ */ jsx9("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4389
+ children: /* @__PURE__ */ jsx8("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4492
4390
  }
4493
4391
  );
4494
4392
  };
4495
- AnimationContainer.states = states6;
4496
- AnimationContainer.options = options6;
4393
+ AnimationContainer.states = states5;
4394
+ AnimationContainer.options = options5;
4497
4395
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4498
- AnimationContainer.defaultProps = defaultProps6;
4396
+ AnimationContainer.defaultProps = defaultProps5;
4499
4397
 
4500
4398
  // src/popup/popup.spec.tsx
4501
- import { jsx as jsx10 } from "react/jsx-runtime";
4399
+ import { jsx as jsx9 } from "react/jsx-runtime";
4502
4400
  var POPUP_CLASSNAME = `k-popup`;
4503
- var states7 = [];
4504
- var options7 = {};
4505
- var defaultProps7 = {
4401
+ var states6 = [];
4402
+ var options6 = {};
4403
+ var defaultProps6 = {
4506
4404
  positionMode: "absolute"
4507
4405
  };
4508
4406
  var Popup = (props) => {
@@ -4511,31 +4409,31 @@ var Popup = (props) => {
4511
4409
  positionMode,
4512
4410
  ...other
4513
4411
  } = props;
4514
- return /* @__PURE__ */ jsx10(
4412
+ return /* @__PURE__ */ jsx9(
4515
4413
  AnimationContainer,
4516
4414
  {
4517
4415
  positionMode,
4518
4416
  offset,
4519
- children: /* @__PURE__ */ jsx10("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4417
+ children: /* @__PURE__ */ jsx9("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4520
4418
  }
4521
4419
  );
4522
4420
  };
4523
- Popup.states = states7;
4524
- Popup.options = options7;
4421
+ Popup.states = states6;
4422
+ Popup.options = options6;
4525
4423
  Popup.className = POPUP_CLASSNAME;
4526
- Popup.defaultProps = defaultProps7;
4424
+ Popup.defaultProps = defaultProps6;
4527
4425
 
4528
- // src/menu-button/menu-button.spec.tsx
4529
- import { Fragment as Fragment5, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4530
- var MENUBUTTON_CLASSNAME = `k-menu-button`;
4531
- var states8 = [
4426
+ // src/split-button/split-button.spec.tsx
4427
+ import { Fragment as Fragment5, jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
4428
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
4429
+ var states7 = [
4532
4430
  States.hover,
4533
4431
  States.focus,
4534
4432
  States.active,
4535
4433
  States.selected,
4536
4434
  States.disabled
4537
4435
  ];
4538
- var options8 = {
4436
+ var options7 = {
4539
4437
  size: [Size.small, Size.medium, Size.large],
4540
4438
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4541
4439
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4553,20 +4451,19 @@ var options8 = {
4553
4451
  ThemeColor.inverse
4554
4452
  ]
4555
4453
  };
4556
- var defaultProps8 = {
4454
+ var defaultProps7 = {
4557
4455
  size: Size.medium,
4558
4456
  rounded: Roundness.medium,
4559
4457
  fillMode: FillMode.solid,
4560
4458
  themeColor: ThemeColor.base,
4561
- showArrow: true,
4562
4459
  arrowIconName: "caret-alt-down"
4563
4460
  };
4564
- var MenuButton = (props) => {
4461
+ var SplitButton = (props) => {
4565
4462
  const {
4566
- size = defaultProps8.size,
4567
- rounded = defaultProps8.rounded,
4568
- fillMode = defaultProps8.fillMode,
4569
- themeColor = defaultProps8.themeColor,
4463
+ size = defaultProps7.size,
4464
+ rounded = defaultProps7.rounded,
4465
+ fillMode = defaultProps7.fillMode,
4466
+ themeColor = defaultProps7.themeColor,
4570
4467
  hover,
4571
4468
  focus,
4572
4469
  active,
@@ -4574,65 +4471,86 @@ var MenuButton = (props) => {
4574
4471
  disabled,
4575
4472
  icon,
4576
4473
  text,
4577
- showArrow = defaultProps8.showArrow,
4578
- arrowIconName = defaultProps8.arrowIconName,
4474
+ arrowIconName = defaultProps7.arrowIconName,
4579
4475
  popup,
4580
4476
  opened,
4581
4477
  ...other
4582
4478
  } = props;
4583
- return /* @__PURE__ */ jsxs3(Fragment5, { children: [
4584
- /* @__PURE__ */ jsx11(
4585
- Button,
4479
+ return /* @__PURE__ */ jsxs2(Fragment5, { children: [
4480
+ /* @__PURE__ */ jsxs2(
4481
+ "div",
4586
4482
  {
4587
4483
  ...other,
4588
4484
  className: classNames(
4589
4485
  props.className,
4590
- MENUBUTTON_CLASSNAME
4486
+ SPLITBUTTON_CLASSNAME,
4487
+ "k-button-group",
4488
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
4489
+ rounded
4490
+ })
4591
4491
  ),
4592
- text,
4593
- size,
4594
- rounded,
4595
- fillMode,
4596
- themeColor,
4597
- hover,
4598
- focus,
4599
- active,
4600
- selected,
4601
- disabled,
4602
- icon,
4603
- showArrow,
4604
- arrowIconName
4492
+ children: [
4493
+ /* @__PURE__ */ jsx10(
4494
+ Button,
4495
+ {
4496
+ text,
4497
+ icon,
4498
+ size,
4499
+ rounded,
4500
+ fillMode,
4501
+ themeColor,
4502
+ hover,
4503
+ focus,
4504
+ active,
4505
+ selected,
4506
+ disabled,
4507
+ children: props.children
4508
+ }
4509
+ ),
4510
+ /* @__PURE__ */ jsx10(
4511
+ Button,
4512
+ {
4513
+ className: "k-split-button-arrow",
4514
+ icon: arrowIconName,
4515
+ size,
4516
+ rounded,
4517
+ fillMode,
4518
+ disabled
4519
+ }
4520
+ )
4521
+ ]
4605
4522
  }
4606
4523
  ),
4607
- opened && popup && /* @__PURE__ */ jsx11(Popup, { className: "k-menu-popup", children: popup })
4524
+ opened && popup && /* @__PURE__ */ jsx10(Popup, { className: "k-menu-popup", children: popup })
4608
4525
  ] });
4609
4526
  };
4610
- MenuButton.states = states8;
4611
- MenuButton.options = options8;
4612
- MenuButton.className = MENUBUTTON_CLASSNAME;
4613
- MenuButton.defaultProps = defaultProps8;
4527
+ SplitButton.states = states7;
4528
+ SplitButton.options = options7;
4529
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
4530
+ SplitButton.defaultProps = defaultProps7;
4531
+ var split_button_spec_default = SplitButton;
4614
4532
 
4615
- // src/menu-button/templates/icon-menu-button.tsx
4533
+ // src/split-button/templates/icon-split-button.tsx
4534
+ import { jsx as jsx11 } from "react/jsx-runtime";
4535
+
4536
+ // src/split-button/templates/icon-text-split-button.tsx
4616
4537
  import { jsx as jsx12 } from "react/jsx-runtime";
4617
4538
 
4618
- // src/menu-button/templates/icon-text-menu-button.tsx
4539
+ // src/split-button/templates/text-split-button.tsx
4619
4540
  import { jsx as jsx13 } from "react/jsx-runtime";
4620
4541
 
4621
- // src/menu-button/templates/text-menu-button.tsx
4622
- import { jsx as jsx14 } from "react/jsx-runtime";
4623
-
4624
4542
  // src/menu/menu-item.spec.tsx
4625
- import { Fragment as Fragment6, jsx as jsx15, jsxs as jsxs4 } from "react/jsx-runtime";
4543
+ import { Fragment as Fragment6, jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
4626
4544
  var MENUITEM_CLASSNAME = `k-menu-item`;
4627
- var states9 = [
4545
+ var states8 = [
4628
4546
  States.hover,
4629
4547
  States.focus,
4630
4548
  States.active,
4631
4549
  States.selected,
4632
4550
  States.disabled
4633
4551
  ];
4634
- var options9 = {};
4635
- var defaultProps9 = {
4552
+ var options8 = {};
4553
+ var defaultProps8 = {
4636
4554
  dir: "ltr"
4637
4555
  };
4638
4556
  var MenuItem = (props) => {
@@ -4646,11 +4564,11 @@ var MenuItem = (props) => {
4646
4564
  text,
4647
4565
  showArrow,
4648
4566
  arrowIconName,
4649
- dir = defaultProps9.dir,
4567
+ dir = defaultProps8.dir,
4650
4568
  children,
4651
4569
  ...other
4652
4570
  } = props;
4653
- const contentTemplate = /* @__PURE__ */ jsx15(Fragment6, {});
4571
+ const contentTemplate = /* @__PURE__ */ jsx14(Fragment6, {});
4654
4572
  if (children) {
4655
4573
  children.forEach((child) => {
4656
4574
  const component = child.type;
@@ -4664,7 +4582,7 @@ var MenuItem = (props) => {
4664
4582
  if (!expandArrowName) {
4665
4583
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
4666
4584
  }
4667
- return /* @__PURE__ */ jsxs4(
4585
+ return /* @__PURE__ */ jsxs3(
4668
4586
  "li",
4669
4587
  {
4670
4588
  ...other,
@@ -4679,7 +4597,7 @@ var MenuItem = (props) => {
4679
4597
  })
4680
4598
  ),
4681
4599
  children: [
4682
- /* @__PURE__ */ jsxs4(
4600
+ /* @__PURE__ */ jsxs3(
4683
4601
  "span",
4684
4602
  {
4685
4603
  className: classNames(
@@ -4692,9 +4610,9 @@ var MenuItem = (props) => {
4692
4610
  })
4693
4611
  ),
4694
4612
  children: [
4695
- icon && /* @__PURE__ */ jsx15(Icon, { className: "k-menu-link-icon", icon }),
4696
- /* @__PURE__ */ jsx15("span", { className: "k-menu-link-text", children: text }),
4697
- showArrow && /* @__PURE__ */ jsx15("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx15(Icon, { icon: expandArrowName }) })
4613
+ icon && /* @__PURE__ */ jsx14(Icon, { className: "k-menu-link-icon", icon }),
4614
+ /* @__PURE__ */ jsx14("span", { className: "k-menu-link-text", children: text }),
4615
+ showArrow && /* @__PURE__ */ jsx14("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx14(Icon, { icon: expandArrowName }) })
4698
4616
  ]
4699
4617
  }
4700
4618
  ),
@@ -4703,24 +4621,24 @@ var MenuItem = (props) => {
4703
4621
  }
4704
4622
  );
4705
4623
  };
4706
- MenuItem.states = states9;
4707
- MenuItem.options = options9;
4624
+ MenuItem.states = states8;
4625
+ MenuItem.options = options8;
4708
4626
  MenuItem.className = MENUITEM_CLASSNAME;
4709
- MenuItem.defaultProps = defaultProps9;
4627
+ MenuItem.defaultProps = defaultProps8;
4710
4628
  var menu_item_spec_default = MenuItem;
4711
4629
 
4712
4630
  // src/menu/menu-separator.spec.tsx
4713
- import { jsx as jsx16 } from "react/jsx-runtime";
4631
+ import { jsx as jsx15 } from "react/jsx-runtime";
4714
4632
  var SEPARATOR_CLASSNAME = `k-separator`;
4715
- var defaultProps10 = {
4633
+ var defaultProps9 = {
4716
4634
  orientation: "horizontal"
4717
4635
  };
4718
4636
  var MenuSeparator = (props) => {
4719
4637
  const {
4720
- orientation = defaultProps10.orientation,
4638
+ orientation = defaultProps9.orientation,
4721
4639
  ...other
4722
4640
  } = props;
4723
- return /* @__PURE__ */ jsx16(
4641
+ return /* @__PURE__ */ jsx15(
4724
4642
  "li",
4725
4643
  {
4726
4644
  ...other,
@@ -4738,25 +4656,25 @@ var MenuSeparator = (props) => {
4738
4656
  var menu_separator_spec_default = MenuSeparator;
4739
4657
 
4740
4658
  // src/menu/menu-item-content.tsx
4741
- import { Fragment as Fragment7, jsx as jsx17 } from "react/jsx-runtime";
4659
+ import { Fragment as Fragment7, jsx as jsx16 } from "react/jsx-runtime";
4742
4660
 
4743
4661
  // src/menu/menu-list.spec.tsx
4744
- import { jsx as jsx18 } from "react/jsx-runtime";
4662
+ import { jsx as jsx17 } from "react/jsx-runtime";
4745
4663
  import { createElement } from "react";
4746
4664
  var MENULIST_CLASSNAME = `k-menu-group`;
4747
- var states10 = [];
4748
- var options10 = {
4665
+ var states9 = [];
4666
+ var options9 = {
4749
4667
  size: [Size.small, Size.medium, Size.large]
4750
4668
  };
4751
- var defaultProps11 = {
4669
+ var defaultProps10 = {
4752
4670
  size: Size.medium,
4753
4671
  dir: "ltr"
4754
4672
  };
4755
4673
  var MenuList = (props) => {
4756
4674
  const {
4757
4675
  children,
4758
- size = defaultProps11.size,
4759
- dir = defaultProps11.dir,
4676
+ size = defaultProps10.size,
4677
+ dir = defaultProps10.dir,
4760
4678
  ...other
4761
4679
  } = props;
4762
4680
  const listChildren = [];
@@ -4769,7 +4687,7 @@ var MenuList = (props) => {
4769
4687
  );
4770
4688
  } else if (child.type === menu_separator_spec_default) {
4771
4689
  listChildren.push(
4772
- /* @__PURE__ */ jsx18(menu_separator_spec_default, {})
4690
+ /* @__PURE__ */ jsx17(menu_separator_spec_default, {})
4773
4691
  );
4774
4692
  } else {
4775
4693
  listChildren.push(child);
@@ -4777,7 +4695,7 @@ var MenuList = (props) => {
4777
4695
  });
4778
4696
  }
4779
4697
  }
4780
- return /* @__PURE__ */ jsx18(
4698
+ return /* @__PURE__ */ jsx17(
4781
4699
  "ul",
4782
4700
  {
4783
4701
  ...other,
@@ -4792,16 +4710,115 @@ var MenuList = (props) => {
4792
4710
  }
4793
4711
  );
4794
4712
  };
4795
- MenuList.states = states10;
4796
- MenuList.options = options10;
4713
+ MenuList.states = states9;
4714
+ MenuList.options = options9;
4797
4715
  MenuList.className = MENULIST_CLASSNAME;
4798
- MenuList.defaultProps = defaultProps11;
4716
+ MenuList.defaultProps = defaultProps10;
4717
+
4718
+ // src/split-button/templates/split-button-popup.tsx
4719
+ import { jsx as jsx18, jsxs as jsxs4 } from "react/jsx-runtime";
4720
+
4721
+ // src/menu-button/menu-button.spec.tsx
4722
+ import { Fragment as Fragment8, jsx as jsx19, jsxs as jsxs5 } from "react/jsx-runtime";
4723
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
4724
+ var states10 = [
4725
+ States.hover,
4726
+ States.focus,
4727
+ States.active,
4728
+ States.selected,
4729
+ States.disabled
4730
+ ];
4731
+ var options10 = {
4732
+ size: [Size.small, Size.medium, Size.large],
4733
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4734
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4735
+ themeColor: [
4736
+ ThemeColor.base,
4737
+ ThemeColor.primary,
4738
+ ThemeColor.secondary,
4739
+ ThemeColor.tertiary,
4740
+ ThemeColor.success,
4741
+ ThemeColor.warning,
4742
+ ThemeColor.error,
4743
+ ThemeColor.info,
4744
+ ThemeColor.light,
4745
+ ThemeColor.dark,
4746
+ ThemeColor.inverse
4747
+ ]
4748
+ };
4749
+ var defaultProps11 = {
4750
+ size: Size.medium,
4751
+ rounded: Roundness.medium,
4752
+ fillMode: FillMode.solid,
4753
+ themeColor: ThemeColor.base,
4754
+ showArrow: true,
4755
+ arrowIconName: "caret-alt-down"
4756
+ };
4757
+ var MenuButton = (props) => {
4758
+ const {
4759
+ size = defaultProps11.size,
4760
+ rounded = defaultProps11.rounded,
4761
+ fillMode = defaultProps11.fillMode,
4762
+ themeColor = defaultProps11.themeColor,
4763
+ hover,
4764
+ focus,
4765
+ active,
4766
+ selected,
4767
+ disabled,
4768
+ icon,
4769
+ text,
4770
+ showArrow = defaultProps11.showArrow,
4771
+ arrowIconName = defaultProps11.arrowIconName,
4772
+ popup,
4773
+ opened,
4774
+ ...other
4775
+ } = props;
4776
+ return /* @__PURE__ */ jsxs5(Fragment8, { children: [
4777
+ /* @__PURE__ */ jsx19(
4778
+ Button,
4779
+ {
4780
+ ...other,
4781
+ className: classNames(
4782
+ props.className,
4783
+ MENUBUTTON_CLASSNAME
4784
+ ),
4785
+ text,
4786
+ size,
4787
+ rounded,
4788
+ fillMode,
4789
+ themeColor,
4790
+ hover,
4791
+ focus,
4792
+ active,
4793
+ selected,
4794
+ disabled,
4795
+ icon,
4796
+ showArrow,
4797
+ arrowIconName
4798
+ }
4799
+ ),
4800
+ opened && popup && /* @__PURE__ */ jsx19(Popup, { className: "k-menu-popup", children: popup })
4801
+ ] });
4802
+ };
4803
+ MenuButton.states = states10;
4804
+ MenuButton.options = options10;
4805
+ MenuButton.className = MENUBUTTON_CLASSNAME;
4806
+ MenuButton.defaultProps = defaultProps11;
4807
+
4808
+ // src/menu-button/templates/icon-menu-button.tsx
4809
+ import { jsx as jsx20 } from "react/jsx-runtime";
4810
+
4811
+ // src/menu-button/templates/icon-text-menu-button.tsx
4812
+ import { jsx as jsx21 } from "react/jsx-runtime";
4813
+
4814
+ // src/menu-button/templates/text-menu-button.tsx
4815
+ import { jsx as jsx22 } from "react/jsx-runtime";
4799
4816
 
4800
4817
  // src/menu-button/templates/menu-button-popup.tsx
4801
- import { jsx as jsx19, jsxs as jsxs5 } from "react/jsx-runtime";
4818
+ import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4802
4819
 
4803
4820
  // src/input/input.spec.tsx
4804
- import { jsx as jsx20 } from "react/jsx-runtime";
4821
+ import { jsx as jsx24 } from "react/jsx-runtime";
4805
4822
  var INPUT_CLASSNAME = `k-input`;
4806
4823
  var states11 = [
4807
4824
  States.hover,
@@ -4837,7 +4854,7 @@ var Input = (props) => {
4837
4854
  fillMode = defaultProps12.fillMode,
4838
4855
  ...other
4839
4856
  } = props;
4840
- return /* @__PURE__ */ jsx20(
4857
+ return /* @__PURE__ */ jsx24(
4841
4858
  "span",
4842
4859
  {
4843
4860
  ...other,
@@ -4856,7 +4873,7 @@ Input.className = INPUT_CLASSNAME;
4856
4873
  Input.defaultProps = defaultProps12;
4857
4874
 
4858
4875
  // src/input/picker.spec.tsx
4859
- import { jsx as jsx21 } from "react/jsx-runtime";
4876
+ import { jsx as jsx25 } from "react/jsx-runtime";
4860
4877
  var PICKER_CLASSNAME = `k-picker`;
4861
4878
  var pickerStates = [
4862
4879
  States.hover,
@@ -4892,7 +4909,7 @@ var Picker = (props) => {
4892
4909
  fillMode = defaultProps13.fillMode,
4893
4910
  ...other
4894
4911
  } = props;
4895
- return /* @__PURE__ */ jsx21(
4912
+ return /* @__PURE__ */ jsx25(
4896
4913
  "span",
4897
4914
  {
4898
4915
  ...other,
@@ -4912,7 +4929,7 @@ Picker.className = PICKER_CLASSNAME;
4912
4929
  Picker.defaultProps = defaultProps13;
4913
4930
 
4914
4931
  // src/input/input-clear-value.tsx
4915
- import { Fragment as Fragment8, jsx as jsx22 } from "react/jsx-runtime";
4932
+ import { Fragment as Fragment9, jsx as jsx26 } from "react/jsx-runtime";
4916
4933
  var className = `k-clear-value`;
4917
4934
  var states12 = [
4918
4935
  States.disabled,
@@ -4928,16 +4945,16 @@ var InputClearValue = (props) => {
4928
4945
  value
4929
4946
  } = props;
4930
4947
  if (disabled || readonly || loading || !value) {
4931
- return /* @__PURE__ */ jsx22(Fragment8, {});
4948
+ return /* @__PURE__ */ jsx26(Fragment9, {});
4932
4949
  }
4933
- return /* @__PURE__ */ jsx22("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx22(Icon, { icon: "x" }) });
4950
+ return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
4934
4951
  };
4935
4952
  InputClearValue.states = states12;
4936
4953
  InputClearValue.options = options12;
4937
4954
  InputClearValue.className = className;
4938
4955
 
4939
4956
  // src/input/input-inner-input.tsx
4940
- import { jsx as jsx23 } from "react/jsx-runtime";
4957
+ import { jsx as jsx27 } from "react/jsx-runtime";
4941
4958
  var className2 = `k-input-inner`;
4942
4959
  var states13 = [];
4943
4960
  var options13 = {};
@@ -4955,7 +4972,7 @@ var InputInnerInput = (props) => {
4955
4972
  autocomplete = defaultProps14.autocomplete,
4956
4973
  ...other
4957
4974
  } = props;
4958
- return /* @__PURE__ */ jsx23(
4975
+ return /* @__PURE__ */ jsx27(
4959
4976
  "input",
4960
4977
  {
4961
4978
  ...other,
@@ -4972,7 +4989,7 @@ InputInnerInput.options = options13;
4972
4989
  InputInnerInput.className = className2;
4973
4990
 
4974
4991
  // src/input/input-inner-span.tsx
4975
- import { jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4992
+ import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
4976
4993
  var className3 = `k-input-inner`;
4977
4994
  var states14 = [];
4978
4995
  var options14 = {};
@@ -4985,16 +5002,16 @@ var InputInnerSpan = (props) => {
4985
5002
  valueIconName,
4986
5003
  ...other
4987
5004
  } = props;
4988
- return /* @__PURE__ */ jsxs6(
5005
+ return /* @__PURE__ */ jsxs7(
4989
5006
  "span",
4990
5007
  {
4991
5008
  ...other,
4992
5009
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4993
5010
  children: [
4994
5011
  valueIcon,
4995
- !valueIcon && valueIconName && /* @__PURE__ */ jsx24(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5012
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4996
5013
  showValue && !value && placeholder,
4997
- showValue && value && /* @__PURE__ */ jsx24("span", { className: "k-input-value-text", children: value })
5014
+ showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
4998
5015
  ]
4999
5016
  }
5000
5017
  );
@@ -5004,7 +5021,7 @@ InputInnerSpan.options = options14;
5004
5021
  InputInnerSpan.className = className3;
5005
5022
 
5006
5023
  // src/input/input-inner-textarea.tsx
5007
- import { jsx as jsx25 } from "react/jsx-runtime";
5024
+ import { jsx as jsx29 } from "react/jsx-runtime";
5008
5025
  var defaultProps15 = {
5009
5026
  value: "",
5010
5027
  placeholder: ""
@@ -5019,7 +5036,7 @@ var InputInnerTextarea = (props) => {
5019
5036
  rows,
5020
5037
  ...other
5021
5038
  } = props;
5022
- return /* @__PURE__ */ jsx25(
5039
+ return /* @__PURE__ */ jsx29(
5023
5040
  "textarea",
5024
5041
  {
5025
5042
  ...other,
@@ -5035,7 +5052,7 @@ InputInnerTextarea.options = options15;
5035
5052
  InputInnerTextarea.className = className4;
5036
5053
 
5037
5054
  // src/input/input-loading-icon.tsx
5038
- import { Fragment as Fragment9, jsx as jsx26 } from "react/jsx-runtime";
5055
+ import { Fragment as Fragment10, jsx as jsx30 } from "react/jsx-runtime";
5039
5056
  var className5 = `k-input-loading-icon`;
5040
5057
  var states16 = [
5041
5058
  States.disabled,
@@ -5047,13 +5064,13 @@ var InputLoadingIcon = (props) => {
5047
5064
  loading
5048
5065
  } = props;
5049
5066
  if (disabled || !loading) {
5050
- return /* @__PURE__ */ jsx26(Fragment9, {});
5067
+ return /* @__PURE__ */ jsx30(Fragment10, {});
5051
5068
  }
5052
- return /* @__PURE__ */ jsx26(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5069
+ return /* @__PURE__ */ jsx30(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5053
5070
  };
5054
5071
 
5055
5072
  // src/input/input-validation-icon.tsx
5056
- import { Fragment as Fragment10, jsx as jsx27 } from "react/jsx-runtime";
5073
+ import { Fragment as Fragment11, jsx as jsx31 } from "react/jsx-runtime";
5057
5074
  var className6 = `k-input-validation-icon`;
5058
5075
  var states17 = [
5059
5076
  States.valid,
@@ -5072,39 +5089,39 @@ var InputValidationIcon = (props) => {
5072
5089
  const iconName = invalid ? "exclamation-circle" : "check";
5073
5090
  const renderValidationIcon = Boolean(valid || invalid);
5074
5091
  if (disabled || loading || !renderValidationIcon) {
5075
- return /* @__PURE__ */ jsx27(Fragment10, {});
5092
+ return /* @__PURE__ */ jsx31(Fragment11, {});
5076
5093
  }
5077
- return /* @__PURE__ */ jsx27(Icon, { className: classNames(className6), icon: iconName });
5094
+ return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
5078
5095
  };
5079
5096
  InputValidationIcon.states = states17;
5080
5097
  InputValidationIcon.options = options16;
5081
5098
  InputValidationIcon.className = className6;
5082
5099
 
5083
5100
  // src/input/input-prefix.tsx
5084
- import { Fragment as Fragment11, jsx as jsx28 } from "react/jsx-runtime";
5101
+ import { Fragment as Fragment12, jsx as jsx32 } from "react/jsx-runtime";
5085
5102
  var className7 = `k-input-prefix`;
5086
5103
  var InputPrefix = (props) => {
5087
5104
  if (!props.children) {
5088
- return /* @__PURE__ */ jsx28(Fragment11, {});
5105
+ return /* @__PURE__ */ jsx32(Fragment12, {});
5089
5106
  }
5090
- return /* @__PURE__ */ jsx28("span", { className: classNames(className7, props.className), children: props.children });
5107
+ return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
5091
5108
  };
5092
5109
 
5093
5110
  // src/input/input-suffix.tsx
5094
- import { Fragment as Fragment12, jsx as jsx29 } from "react/jsx-runtime";
5111
+ import { Fragment as Fragment13, jsx as jsx33 } from "react/jsx-runtime";
5095
5112
  var className8 = `k-input-suffix`;
5096
5113
  var InputSuffix = (props) => {
5097
5114
  if (!props.children) {
5098
- return /* @__PURE__ */ jsx29(Fragment12, {});
5115
+ return /* @__PURE__ */ jsx33(Fragment13, {});
5099
5116
  }
5100
- return /* @__PURE__ */ jsx29("span", { className: classNames(className8, props.className), children: props.children });
5117
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
5101
5118
  };
5102
5119
 
5103
5120
  // src/input/input-separator.tsx
5104
- import { jsx as jsx30 } from "react/jsx-runtime";
5121
+ import { jsx as jsx34 } from "react/jsx-runtime";
5105
5122
 
5106
5123
  // src/dropdownlist/dropdownlist.spec.tsx
5107
- import { Fragment as Fragment13, jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5124
+ import { Fragment as Fragment14, jsx as jsx35, jsxs as jsxs8 } from "react/jsx-runtime";
5108
5125
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5109
5126
  var states18 = [
5110
5127
  States.hover,
@@ -5152,8 +5169,8 @@ var DropdownList = (props) => {
5152
5169
  opened,
5153
5170
  ...other
5154
5171
  } = props;
5155
- return /* @__PURE__ */ jsxs7(Fragment13, { children: [
5156
- /* @__PURE__ */ jsxs7(
5172
+ return /* @__PURE__ */ jsxs8(Fragment14, { children: [
5173
+ /* @__PURE__ */ jsxs8(
5157
5174
  Picker,
5158
5175
  {
5159
5176
  ...other,
@@ -5176,8 +5193,8 @@ var DropdownList = (props) => {
5176
5193
  }
5177
5194
  ),
5178
5195
  children: [
5179
- /* @__PURE__ */ jsx31(InputPrefix, { children: prefix }),
5180
- /* @__PURE__ */ jsx31(
5196
+ /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5197
+ /* @__PURE__ */ jsx35(
5181
5198
  InputInnerSpan,
5182
5199
  {
5183
5200
  placeholder,
@@ -5186,7 +5203,7 @@ var DropdownList = (props) => {
5186
5203
  valueIconName
5187
5204
  }
5188
5205
  ),
5189
- /* @__PURE__ */ jsx31(
5206
+ /* @__PURE__ */ jsx35(
5190
5207
  InputValidationIcon,
5191
5208
  {
5192
5209
  valid,
@@ -5195,15 +5212,15 @@ var DropdownList = (props) => {
5195
5212
  disabled
5196
5213
  }
5197
5214
  ),
5198
- /* @__PURE__ */ jsx31(
5215
+ /* @__PURE__ */ jsx35(
5199
5216
  InputLoadingIcon,
5200
5217
  {
5201
5218
  loading,
5202
5219
  disabled
5203
5220
  }
5204
5221
  ),
5205
- /* @__PURE__ */ jsx31(InputSuffix, { children: suffix }),
5206
- /* @__PURE__ */ jsx31(
5222
+ /* @__PURE__ */ jsx35(InputSuffix, { children: suffix }),
5223
+ /* @__PURE__ */ jsx35(
5207
5224
  Button,
5208
5225
  {
5209
5226
  className: "k-input-button",
@@ -5216,7 +5233,7 @@ var DropdownList = (props) => {
5216
5233
  ]
5217
5234
  }
5218
5235
  ),
5219
- opened && popup && /* @__PURE__ */ jsx31(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5236
+ opened && popup && /* @__PURE__ */ jsx35(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5220
5237
  ] });
5221
5238
  };
5222
5239
  DropdownList.states = states18;
@@ -5225,15 +5242,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5225
5242
  DropdownList.defaultProps = defaultProps16;
5226
5243
 
5227
5244
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5228
- import { jsx as jsx32 } from "react/jsx-runtime";
5245
+ import { jsx as jsx36 } from "react/jsx-runtime";
5229
5246
 
5230
5247
  // src/nodata/nodata.tsx
5231
- import { jsx as jsx33 } from "react/jsx-runtime";
5248
+ import { jsx as jsx37 } from "react/jsx-runtime";
5232
5249
  var className9 = `k-nodata`;
5233
- var NoData = (props) => /* @__PURE__ */ jsx33("span", { className: classNames(className9, props.className), children: props.children });
5250
+ var NoData = (props) => /* @__PURE__ */ jsx37("span", { className: classNames(className9, props.className), children: props.children });
5234
5251
 
5235
5252
  // src/list/list.spec.tsx
5236
- import { jsx as jsx34, jsxs as jsxs8 } from "react/jsx-runtime";
5253
+ import { jsx as jsx38, jsxs as jsxs9 } from "react/jsx-runtime";
5237
5254
  var LIST_CLASSNAME = `k-list`;
5238
5255
  var states19 = [];
5239
5256
  var options18 = {
@@ -5261,7 +5278,7 @@ var List = (props) => {
5261
5278
  listHeader = child.props.label;
5262
5279
  child.props.children.map((optChild, index2) => {
5263
5280
  listChildren.push(
5264
- /* @__PURE__ */ jsx34(
5281
+ /* @__PURE__ */ jsx38(
5265
5282
  ListItem,
5266
5283
  {
5267
5284
  ...optChild.props
@@ -5277,7 +5294,7 @@ var List = (props) => {
5277
5294
  groupLabel = child.props.label;
5278
5295
  }
5279
5296
  listChildren.push(
5280
- /* @__PURE__ */ jsx34(
5297
+ /* @__PURE__ */ jsx38(
5281
5298
  ListItem,
5282
5299
  {
5283
5300
  className: index2 === 0 ? "k-first" : "",
@@ -5289,16 +5306,16 @@ var List = (props) => {
5289
5306
  );
5290
5307
  });
5291
5308
  }
5292
- listGroup = /* @__PURE__ */ jsx34(ListGroup, { label: listHeader, virtualization, children: listChildren });
5309
+ listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
5293
5310
  } else if (child.type === ListItem) {
5294
- listChildren.push(/* @__PURE__ */ jsx34(ListItem, { ...child.props }, `${child.type}-${index}`));
5295
- listContent = /* @__PURE__ */ jsx34(ListContent, { virtualization, children: listChildren });
5311
+ listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
5312
+ listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
5296
5313
  }
5297
5314
  });
5298
5315
  } else {
5299
- listContent = /* @__PURE__ */ jsx34(NoData, { children: "No data found." });
5316
+ listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
5300
5317
  }
5301
- return /* @__PURE__ */ jsxs8(
5318
+ return /* @__PURE__ */ jsxs9(
5302
5319
  "div",
5303
5320
  {
5304
5321
  ...other,
@@ -5326,7 +5343,7 @@ List.className = LIST_CLASSNAME;
5326
5343
  List.defaultProps = defaultProps17;
5327
5344
 
5328
5345
  // src/list/list-angular.spec.tsx
5329
- import { jsx as jsx35, jsxs as jsxs9 } from "react/jsx-runtime";
5346
+ import { jsx as jsx39, jsxs as jsxs10 } from "react/jsx-runtime";
5330
5347
  var LISTANGULAR_CLASSNAME = `k-list`;
5331
5348
  var states20 = [];
5332
5349
  var options19 = {
@@ -5353,7 +5370,7 @@ var ListAngular = (props) => {
5353
5370
  listHeader = child.props.label;
5354
5371
  child.props.children.map((optChild, index2) => {
5355
5372
  listChildren.push(
5356
- /* @__PURE__ */ jsx35(
5373
+ /* @__PURE__ */ jsx39(
5357
5374
  ListItem,
5358
5375
  {
5359
5376
  ...optChild.props
@@ -5364,7 +5381,7 @@ var ListAngular = (props) => {
5364
5381
  });
5365
5382
  } else {
5366
5383
  listChildren.push(
5367
- /* @__PURE__ */ jsx35(
5384
+ /* @__PURE__ */ jsx39(
5368
5385
  ListGroupItem,
5369
5386
  {
5370
5387
  ...child.props,
@@ -5375,7 +5392,7 @@ var ListAngular = (props) => {
5375
5392
  );
5376
5393
  child.props.children.map((optChild, index2) => {
5377
5394
  listChildren.push(
5378
- /* @__PURE__ */ jsx35(
5395
+ /* @__PURE__ */ jsx39(
5379
5396
  ListItem,
5380
5397
  {
5381
5398
  ...optChild.props
@@ -5385,16 +5402,16 @@ var ListAngular = (props) => {
5385
5402
  );
5386
5403
  });
5387
5404
  }
5388
- listGroup = /* @__PURE__ */ jsx35(ListGroup, { label: listHeader, virtualization, children: listChildren });
5405
+ listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5389
5406
  } else if (child.type === ListItem) {
5390
- listChildren.push(/* @__PURE__ */ jsx35(ListItem, { ...child.props }, `${child.type}-${index}`));
5391
- listContent = /* @__PURE__ */ jsx35(ListContent, { virtualization, children: listChildren });
5407
+ listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5408
+ listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5392
5409
  }
5393
5410
  });
5394
5411
  } else {
5395
- listContent = /* @__PURE__ */ jsx35(NoData, { children: "No data found." });
5412
+ listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5396
5413
  }
5397
- return /* @__PURE__ */ jsxs9(
5414
+ return /* @__PURE__ */ jsxs10(
5398
5415
  "div",
5399
5416
  {
5400
5417
  ...other,
@@ -5421,7 +5438,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5421
5438
  ListAngular.defaultProps = defaultProps18;
5422
5439
 
5423
5440
  // src/checkbox/checkbox.spec.tsx
5424
- import { jsx as jsx36 } from "react/jsx-runtime";
5441
+ import { jsx as jsx40 } from "react/jsx-runtime";
5425
5442
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5426
5443
  var states21 = [
5427
5444
  States.hover,
@@ -5456,7 +5473,7 @@ var Checkbox = (props) => {
5456
5473
  rounded = defaultProps19.rounded,
5457
5474
  ...other
5458
5475
  } = props;
5459
- return /* @__PURE__ */ jsx36("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx36(
5476
+ return /* @__PURE__ */ jsx40("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx40(
5460
5477
  "input",
5461
5478
  {
5462
5479
  ...other,
@@ -5479,13 +5496,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5479
5496
  Checkbox.defaultProps = defaultProps19;
5480
5497
 
5481
5498
  // src/checkbox/templates/checkbox-label.tsx
5482
- import { Fragment as Fragment14, jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5499
+ import { Fragment as Fragment15, jsx as jsx41, jsxs as jsxs11 } from "react/jsx-runtime";
5483
5500
 
5484
5501
  // src/checkbox/templates/checkbox-normal.tsx
5485
- import { jsx as jsx38 } from "react/jsx-runtime";
5502
+ import { jsx as jsx42 } from "react/jsx-runtime";
5486
5503
 
5487
5504
  // src/list/list-item.spec.tsx
5488
- import { jsx as jsx39, jsxs as jsxs11 } from "react/jsx-runtime";
5505
+ import { jsx as jsx43, jsxs as jsxs12 } from "react/jsx-runtime";
5489
5506
  var LISTITEM_CLASSNAME = `k-list-item`;
5490
5507
  var states22 = [
5491
5508
  States.hover,
@@ -5510,7 +5527,7 @@ var ListItem = (props) => {
5510
5527
  ...other
5511
5528
  } = props;
5512
5529
  const textOrChildren = text ? text : props.children;
5513
- return /* @__PURE__ */ jsxs11(
5530
+ return /* @__PURE__ */ jsxs12(
5514
5531
  "li",
5515
5532
  {
5516
5533
  ...other,
@@ -5525,10 +5542,10 @@ var ListItem = (props) => {
5525
5542
  })
5526
5543
  ),
5527
5544
  children: [
5528
- showCheckbox && /* @__PURE__ */ jsx39(Checkbox, { checked }),
5529
- showIcon && /* @__PURE__ */ jsx39(Icon, { icon: iconName }),
5530
- /* @__PURE__ */ jsx39("span", { className: "k-list-item-text", children: textOrChildren }),
5531
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx39("div", { className: "k-list-item-group-label", children: groupLabel })
5545
+ showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked }),
5546
+ showIcon && /* @__PURE__ */ jsx43(Icon, { icon: iconName }),
5547
+ /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: textOrChildren }),
5548
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx43("div", { className: "k-list-item-group-label", children: groupLabel })
5532
5549
  ]
5533
5550
  }
5534
5551
  );
@@ -5539,43 +5556,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5539
5556
  ListItem.defaultProps = defaultProps20;
5540
5557
 
5541
5558
  // src/list/list-content.tsx
5542
- import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5559
+ import { jsx as jsx44, jsxs as jsxs13 } from "react/jsx-runtime";
5543
5560
  var className10 = `k-list-content`;
5544
5561
  var ListContent = (props) => {
5545
5562
  const {
5546
5563
  virtualization
5547
5564
  } = props;
5548
- return /* @__PURE__ */ jsxs12("div", { className: classNames(className10, props.className), children: [
5549
- /* @__PURE__ */ jsx40("ul", { className: classNames("k-list-ul"), children: props.children }),
5550
- virtualization && /* @__PURE__ */ jsx40("div", { className: "k-height-container", children: /* @__PURE__ */ jsx40("div", {}) })
5565
+ return /* @__PURE__ */ jsxs13("div", { className: classNames(className10, props.className), children: [
5566
+ /* @__PURE__ */ jsx44("ul", { className: classNames("k-list-ul"), children: props.children }),
5567
+ virtualization && /* @__PURE__ */ jsx44("div", { className: "k-height-container", children: /* @__PURE__ */ jsx44("div", {}) })
5551
5568
  ] });
5552
5569
  };
5553
5570
 
5554
5571
  // src/list/list-header.tsx
5555
- import { jsx as jsx41 } from "react/jsx-runtime";
5572
+ import { jsx as jsx45 } from "react/jsx-runtime";
5556
5573
  var className11 = `k-list-group-sticky-header`;
5557
- var ListHeader = (props) => /* @__PURE__ */ jsx41("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx41("div", { className: "k-list-header-text", children: props.children }) });
5574
+ var ListHeader = (props) => /* @__PURE__ */ jsx45("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx45("div", { className: "k-list-header-text", children: props.children }) });
5558
5575
 
5559
5576
  // src/list/list-group.tsx
5560
- import { Fragment as Fragment15, jsx as jsx42, jsxs as jsxs13 } from "react/jsx-runtime";
5577
+ import { Fragment as Fragment16, jsx as jsx46, jsxs as jsxs14 } from "react/jsx-runtime";
5561
5578
  var ListGroup = (props) => {
5562
5579
  const {
5563
5580
  virtualization,
5564
5581
  label
5565
5582
  } = props;
5566
- return /* @__PURE__ */ jsxs13(Fragment15, { children: [
5567
- label && /* @__PURE__ */ jsx42(ListHeader, { children: label }),
5568
- props.children && /* @__PURE__ */ jsx42(ListContent, { virtualization, children: props.children })
5583
+ return /* @__PURE__ */ jsxs14(Fragment16, { children: [
5584
+ label && /* @__PURE__ */ jsx46(ListHeader, { children: label }),
5585
+ props.children && /* @__PURE__ */ jsx46(ListContent, { virtualization, children: props.children })
5569
5586
  ] });
5570
5587
  };
5571
5588
 
5572
5589
  // src/list/list-group-item.tsx
5573
- import { jsx as jsx43 } from "react/jsx-runtime";
5590
+ import { jsx as jsx47 } from "react/jsx-runtime";
5574
5591
  var className12 = `k-list-group-item`;
5575
- var ListGroupItem = (props) => /* @__PURE__ */ jsx43("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: props.children }) });
5592
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx47("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: props.children }) });
5576
5593
 
5577
5594
  // src/list/list-option-label.tsx
5578
- import { jsx as jsx44 } from "react/jsx-runtime";
5595
+ import { jsx as jsx48 } from "react/jsx-runtime";
5579
5596
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5580
5597
  var states23 = [
5581
5598
  States.hover,
@@ -5594,7 +5611,7 @@ var ListOptionLabel = (props) => {
5594
5611
  disabled,
5595
5612
  ...other
5596
5613
  } = props;
5597
- return /* @__PURE__ */ jsx44(
5614
+ return /* @__PURE__ */ jsx48(
5598
5615
  "div",
5599
5616
  {
5600
5617
  ...other,
@@ -5617,31 +5634,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5617
5634
  ListOptionLabel.defaultProps = defaultProps21;
5618
5635
 
5619
5636
  // src/list/templates/list-normal.tsx
5620
- import { jsx as jsx45 } from "react/jsx-runtime";
5637
+ import { jsx as jsx49 } from "react/jsx-runtime";
5621
5638
 
5622
5639
  // src/list/templates/list-virtualization.tsx
5623
- import { jsx as jsx46 } from "react/jsx-runtime";
5640
+ import { jsx as jsx50 } from "react/jsx-runtime";
5624
5641
 
5625
5642
  // src/list/templates/list-grouping.tsx
5626
- import { jsx as jsx47, jsxs as jsxs14 } from "react/jsx-runtime";
5643
+ import { jsx as jsx51, jsxs as jsxs15 } from "react/jsx-runtime";
5627
5644
 
5628
5645
  // src/list/templates/list-virualization-grouping.tsx
5629
- import { jsx as jsx48, jsxs as jsxs15 } from "react/jsx-runtime";
5646
+ import { jsx as jsx52, jsxs as jsxs16 } from "react/jsx-runtime";
5630
5647
 
5631
5648
  // src/list/templates/list-virtualization-angular.tsx
5632
- import { jsx as jsx49 } from "react/jsx-runtime";
5649
+ import { jsx as jsx53 } from "react/jsx-runtime";
5633
5650
 
5634
5651
  // src/list/templates/list-grouping-angular.tsx
5635
- import { jsx as jsx50, jsxs as jsxs16 } from "react/jsx-runtime";
5652
+ import { jsx as jsx54, jsxs as jsxs17 } from "react/jsx-runtime";
5636
5653
 
5637
5654
  // src/list/templates/list-virualization-grouping-angular.tsx
5638
- import { jsx as jsx51, jsxs as jsxs17 } from "react/jsx-runtime";
5655
+ import { jsx as jsx55, jsxs as jsxs18 } from "react/jsx-runtime";
5639
5656
 
5640
5657
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5641
- import { jsx as jsx52, jsxs as jsxs18 } from "react/jsx-runtime";
5658
+ import { jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5642
5659
 
5643
5660
  // src/searchbox/searchbox.spec.tsx
5644
- import { jsx as jsx53, jsxs as jsxs19 } from "react/jsx-runtime";
5661
+ import { jsx as jsx57, jsxs as jsxs20 } from "react/jsx-runtime";
5645
5662
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5646
5663
  var states24 = [
5647
5664
  States.hover,
@@ -5682,7 +5699,7 @@ var Searchbox = (props) => {
5682
5699
  icon = defaultProps22.icon,
5683
5700
  ...other
5684
5701
  } = props;
5685
- return /* @__PURE__ */ jsxs19(
5702
+ return /* @__PURE__ */ jsxs20(
5686
5703
  Input,
5687
5704
  {
5688
5705
  ...other,
@@ -5698,11 +5715,11 @@ var Searchbox = (props) => {
5698
5715
  disabled,
5699
5716
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5700
5717
  children: [
5701
- showIcon && /* @__PURE__ */ jsx53(Icon, { className: "k-input-icon", icon }),
5702
- /* @__PURE__ */ jsx53(InputInnerInput, { placeholder, value }),
5703
- /* @__PURE__ */ jsx53(InputLoadingIcon, { ...props }),
5704
- /* @__PURE__ */ jsx53(InputValidationIcon, { ...props }),
5705
- /* @__PURE__ */ jsx53(InputClearValue, { ...props })
5718
+ showIcon && /* @__PURE__ */ jsx57(Icon, { className: "k-input-icon", icon }),
5719
+ /* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
5720
+ /* @__PURE__ */ jsx57(InputLoadingIcon, { ...props }),
5721
+ /* @__PURE__ */ jsx57(InputValidationIcon, { ...props }),
5722
+ /* @__PURE__ */ jsx57(InputClearValue, { ...props })
5706
5723
  ]
5707
5724
  }
5708
5725
  );
@@ -5713,19 +5730,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5713
5730
  Searchbox.defaultProps = defaultProps22;
5714
5731
 
5715
5732
  // src/searchbox/templates/searchbox-normal.tsx
5716
- import { jsx as jsx54 } from "react/jsx-runtime";
5733
+ import { jsx as jsx58 } from "react/jsx-runtime";
5717
5734
 
5718
5735
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5719
- import { Fragment as Fragment16, jsx as jsx55, jsxs as jsxs20 } from "react/jsx-runtime";
5736
+ import { Fragment as Fragment17, jsx as jsx59, jsxs as jsxs21 } from "react/jsx-runtime";
5720
5737
 
5721
5738
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5722
- import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
5739
+ import { jsx as jsx60, jsxs as jsxs22 } from "react/jsx-runtime";
5723
5740
 
5724
5741
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5725
- import { Fragment as Fragment17, jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
5742
+ import { Fragment as Fragment18, jsx as jsx61, jsxs as jsxs23 } from "react/jsx-runtime";
5726
5743
 
5727
5744
  // src/action-sheet/action-sheet.spec.tsx
5728
- import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
5745
+ import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs24 } from "react/jsx-runtime";
5729
5746
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5730
5747
  var states25 = [];
5731
5748
  var options24 = {};
@@ -5748,8 +5765,8 @@ var ActionSheet = (props) => {
5748
5765
  overlay = defaultProps23.overlay,
5749
5766
  ...other
5750
5767
  } = props;
5751
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx58(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5752
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx58(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx58(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5768
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx62(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5769
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx62(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx62(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5753
5770
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5754
5771
  switch (child.type) {
5755
5772
  case ActionSheetHeader:
@@ -5759,10 +5776,10 @@ var ActionSheet = (props) => {
5759
5776
  return true;
5760
5777
  }
5761
5778
  return true;
5762
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx58(Fragment18, {});
5763
- return /* @__PURE__ */ jsxs23("div", { className: "k-actionsheet-container", children: [
5764
- overlay && /* @__PURE__ */ jsx58("div", { className: "k-overlay" }),
5765
- /* @__PURE__ */ jsx58(
5779
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx62(Fragment19, {});
5780
+ return /* @__PURE__ */ jsxs24("div", { className: "k-actionsheet-container", children: [
5781
+ overlay && /* @__PURE__ */ jsx62("div", { className: "k-overlay" }),
5782
+ /* @__PURE__ */ jsx62(
5766
5783
  AnimationContainer,
5767
5784
  {
5768
5785
  animationStyle: {
@@ -5772,7 +5789,7 @@ var ActionSheet = (props) => {
5772
5789
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5773
5790
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5774
5791
  },
5775
- children: /* @__PURE__ */ jsx58(
5792
+ children: /* @__PURE__ */ jsx62(
5776
5793
  "div",
5777
5794
  {
5778
5795
  ...other,
@@ -5785,9 +5802,9 @@ var ActionSheet = (props) => {
5785
5802
  "k-adaptive-actionsheet": adaptive
5786
5803
  }
5787
5804
  ),
5788
- children: /* @__PURE__ */ jsxs23(Fragment18, { children: [
5805
+ children: /* @__PURE__ */ jsxs24(Fragment19, { children: [
5789
5806
  _ActionSheetHeader,
5790
- /* @__PURE__ */ jsx58("div", { className: classNames(
5807
+ /* @__PURE__ */ jsx62("div", { className: classNames(
5791
5808
  "k-actionsheet-content",
5792
5809
  {
5793
5810
  "!k-overflow-hidden": adaptive
@@ -5807,7 +5824,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5807
5824
  ActionSheet.defaultProps = defaultProps23;
5808
5825
 
5809
5826
  // src/action-sheet/actionsheet-header.tsx
5810
- import { Fragment as Fragment19, jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
5827
+ import { Fragment as Fragment20, jsx as jsx63, jsxs as jsxs25 } from "react/jsx-runtime";
5811
5828
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5812
5829
  var ActionSheetHeader = (props) => {
5813
5830
  const {
@@ -5817,7 +5834,7 @@ var ActionSheetHeader = (props) => {
5817
5834
  filter,
5818
5835
  ...other
5819
5836
  } = props;
5820
- return /* @__PURE__ */ jsx59(
5837
+ return /* @__PURE__ */ jsx63(
5821
5838
  "div",
5822
5839
  {
5823
5840
  ...other,
@@ -5825,23 +5842,23 @@ var ActionSheetHeader = (props) => {
5825
5842
  props.className,
5826
5843
  ACTIONSHEETHEADER_CLASSNAME
5827
5844
  ),
5828
- children: /* @__PURE__ */ jsxs24(Fragment19, { children: [
5829
- /* @__PURE__ */ jsxs24("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5830
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx59(Fragment19, { children: /* @__PURE__ */ jsxs24("div", { className: "k-actionsheet-title", children: [
5831
- title !== "" && /* @__PURE__ */ jsx59("div", { className: "k-text-center", children: title }),
5832
- subTitle !== "" && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5845
+ children: /* @__PURE__ */ jsxs25(Fragment20, { children: [
5846
+ /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5847
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-title", children: [
5848
+ title !== "" && /* @__PURE__ */ jsx63("div", { className: "k-text-center", children: title }),
5849
+ subTitle !== "" && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5833
5850
  ] }) }),
5834
- props.children && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-title", children: props.children }),
5835
- actions && /* @__PURE__ */ jsx59(Fragment19, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx59(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5851
+ props.children && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-title", children: props.children }),
5852
+ actions && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx63(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5836
5853
  ] }),
5837
- filter && /* @__PURE__ */ jsx59(Fragment19, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx59(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5854
+ filter && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx63(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5838
5855
  ] })
5839
5856
  }
5840
5857
  );
5841
5858
  };
5842
5859
 
5843
5860
  // src/action-buttons/action-buttons.spec.tsx
5844
- import { jsx as jsx60 } from "react/jsx-runtime";
5861
+ import { jsx as jsx64 } from "react/jsx-runtime";
5845
5862
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5846
5863
  var states26 = [];
5847
5864
  var options25 = {};
@@ -5855,7 +5872,7 @@ var ActionButtons = (props) => {
5855
5872
  orientation = defaultProps24.orientation,
5856
5873
  ...other
5857
5874
  } = props;
5858
- return /* @__PURE__ */ jsx60(
5875
+ return /* @__PURE__ */ jsx64(
5859
5876
  "div",
5860
5877
  {
5861
5878
  ...other,
@@ -5878,14 +5895,14 @@ ActionButtons.defaultProps = defaultProps24;
5878
5895
  var action_buttons_spec_default = ActionButtons;
5879
5896
 
5880
5897
  // src/action-sheet/actionsheet-footer.tsx
5881
- import { Fragment as Fragment20, jsx as jsx61, jsxs as jsxs25 } from "react/jsx-runtime";
5898
+ import { Fragment as Fragment21, jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
5882
5899
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5883
5900
  var ActionSheetFooter = (props) => {
5884
5901
  const {
5885
5902
  actions,
5886
5903
  ...other
5887
5904
  } = props;
5888
- return /* @__PURE__ */ jsx61(
5905
+ return /* @__PURE__ */ jsx65(
5889
5906
  action_buttons_spec_default,
5890
5907
  {
5891
5908
  ...other,
@@ -5894,17 +5911,17 @@ var ActionSheetFooter = (props) => {
5894
5911
  ACTIONSHEETFOOTER_CLASSNAME
5895
5912
  ),
5896
5913
  alignment: "stretched",
5897
- children: /* @__PURE__ */ jsxs25(Fragment20, { children: [
5914
+ children: /* @__PURE__ */ jsxs26(Fragment21, { children: [
5898
5915
  actions && actions.map((action, index) => {
5899
5916
  if (action === "|") {
5900
- return /* @__PURE__ */ jsx61("span", { className: "k-separator" }, index);
5917
+ return /* @__PURE__ */ jsx65("span", { className: "k-separator" }, index);
5901
5918
  }
5902
5919
  if (action === " ") {
5903
- return /* @__PURE__ */ jsx61("span", { className: "k-spacer" }, index);
5920
+ return /* @__PURE__ */ jsx65("span", { className: "k-spacer" }, index);
5904
5921
  }
5905
5922
  const importantFlag = action.startsWith("!");
5906
5923
  const actionName = importantFlag ? action.substring(1) : action;
5907
- return /* @__PURE__ */ jsx61(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5924
+ return /* @__PURE__ */ jsx65(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5908
5925
  }),
5909
5926
  !actions && props.children
5910
5927
  ] })
@@ -5913,12 +5930,12 @@ var ActionSheetFooter = (props) => {
5913
5930
  };
5914
5931
 
5915
5932
  // src/action-sheet/actionsheet-items.tsx
5916
- import { jsx as jsx62 } from "react/jsx-runtime";
5933
+ import { jsx as jsx66 } from "react/jsx-runtime";
5917
5934
  var ActionSheetItems = (props) => {
5918
5935
  const {
5919
5936
  ...other
5920
5937
  } = props;
5921
- return /* @__PURE__ */ jsx62(
5938
+ return /* @__PURE__ */ jsx66(
5922
5939
  "div",
5923
5940
  {
5924
5941
  ...other,
@@ -5932,7 +5949,7 @@ var ActionSheetItems = (props) => {
5932
5949
  };
5933
5950
 
5934
5951
  // src/action-sheet/actionsheet-item.tsx
5935
- import { Fragment as Fragment21, jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
5952
+ import { Fragment as Fragment22, jsx as jsx67, jsxs as jsxs27 } from "react/jsx-runtime";
5936
5953
  var states27 = [
5937
5954
  States.hover,
5938
5955
  States.focus,
@@ -5941,7 +5958,7 @@ var states27 = [
5941
5958
  ];
5942
5959
 
5943
5960
  // src/combobox/combobox.spec.tsx
5944
- import { Fragment as Fragment22, jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
5961
+ import { Fragment as Fragment23, jsx as jsx68, jsxs as jsxs28 } from "react/jsx-runtime";
5945
5962
  var COMBOBOX_CLASSNAME = `k-combobox`;
5946
5963
  var states28 = [
5947
5964
  States.hover,
@@ -5986,8 +6003,8 @@ var Combobox = (props) => {
5986
6003
  adaptiveSettings,
5987
6004
  ...other
5988
6005
  } = props;
5989
- return /* @__PURE__ */ jsxs27(Fragment22, { children: [
5990
- /* @__PURE__ */ jsxs27(
6006
+ return /* @__PURE__ */ jsxs28(Fragment23, { children: [
6007
+ /* @__PURE__ */ jsxs28(
5991
6008
  Input,
5992
6009
  {
5993
6010
  ...other,
@@ -6004,9 +6021,9 @@ var Combobox = (props) => {
6004
6021
  readonly,
6005
6022
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6006
6023
  children: [
6007
- /* @__PURE__ */ jsx64(InputPrefix, { children: prefix }),
6008
- /* @__PURE__ */ jsx64(InputInnerInput, { placeholder, value }),
6009
- /* @__PURE__ */ jsx64(
6024
+ /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6025
+ /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6026
+ /* @__PURE__ */ jsx68(
6010
6027
  InputValidationIcon,
6011
6028
  {
6012
6029
  valid,
@@ -6015,14 +6032,14 @@ var Combobox = (props) => {
6015
6032
  disabled
6016
6033
  }
6017
6034
  ),
6018
- /* @__PURE__ */ jsx64(
6035
+ /* @__PURE__ */ jsx68(
6019
6036
  InputLoadingIcon,
6020
6037
  {
6021
6038
  loading,
6022
6039
  disabled
6023
6040
  }
6024
6041
  ),
6025
- /* @__PURE__ */ jsx64(
6042
+ /* @__PURE__ */ jsx68(
6026
6043
  InputClearValue,
6027
6044
  {
6028
6045
  loading,
@@ -6031,8 +6048,8 @@ var Combobox = (props) => {
6031
6048
  value
6032
6049
  }
6033
6050
  ),
6034
- /* @__PURE__ */ jsx64(InputSuffix, { children: suffix }),
6035
- /* @__PURE__ */ jsx64(
6051
+ /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6052
+ /* @__PURE__ */ jsx68(
6036
6053
  Button,
6037
6054
  {
6038
6055
  className: "k-input-button",
@@ -6045,9 +6062,9 @@ var Combobox = (props) => {
6045
6062
  ]
6046
6063
  }
6047
6064
  ),
6048
- opened && popup && /* @__PURE__ */ jsx64(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6049
- adaptive && /* @__PURE__ */ jsxs27(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6050
- /* @__PURE__ */ jsx64(
6065
+ opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6066
+ adaptive && /* @__PURE__ */ jsxs28(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6067
+ /* @__PURE__ */ jsx68(
6051
6068
  ActionSheetHeader,
6052
6069
  {
6053
6070
  actions: ["x"],
@@ -6055,10 +6072,10 @@ var Combobox = (props) => {
6055
6072
  title: "Select Item"
6056
6073
  }
6057
6074
  ),
6058
- /* @__PURE__ */ jsx64("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs27(List, { size: "large", children: [
6059
- /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6060
- /* @__PURE__ */ jsx64(ListItem, { text: "List item" }),
6061
- /* @__PURE__ */ jsx64(ListItem, { text: "List item" })
6075
+ /* @__PURE__ */ jsx68("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6076
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6077
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6078
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" })
6062
6079
  ] }) })
6063
6080
  ] })
6064
6081
  ] });
@@ -6069,19 +6086,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6069
6086
  Combobox.defaultProps = defaultProps25;
6070
6087
 
6071
6088
  // src/combobox/templates/combobox-normal.tsx
6072
- import { jsx as jsx65 } from "react/jsx-runtime";
6089
+ import { jsx as jsx69 } from "react/jsx-runtime";
6073
6090
 
6074
6091
  // src/combobox/templates/combobox-popup.tsx
6075
- import { jsx as jsx66, jsxs as jsxs28 } from "react/jsx-runtime";
6092
+ import { jsx as jsx70, jsxs as jsxs29 } from "react/jsx-runtime";
6076
6093
 
6077
6094
  // src/combobox/templates/combobox-grouping.tsx
6078
- import { jsx as jsx67, jsxs as jsxs29 } from "react/jsx-runtime";
6095
+ import { jsx as jsx71, jsxs as jsxs30 } from "react/jsx-runtime";
6079
6096
 
6080
6097
  // src/combobox/templates/combobox-adaptive.tsx
6081
- import { jsx as jsx68 } from "react/jsx-runtime";
6098
+ import { jsx as jsx72 } from "react/jsx-runtime";
6082
6099
 
6083
6100
  // src/button-group/button-group.spec.tsx
6084
- import { jsx as jsx69 } from "react/jsx-runtime";
6101
+ import { jsx as jsx73 } from "react/jsx-runtime";
6085
6102
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6086
6103
  var states29 = [
6087
6104
  States.disabled
@@ -6099,7 +6116,7 @@ var ButtonGroup = (props) => {
6099
6116
  stretched,
6100
6117
  ...other
6101
6118
  } = props;
6102
- return /* @__PURE__ */ jsx69(
6119
+ return /* @__PURE__ */ jsx73(
6103
6120
  "div",
6104
6121
  {
6105
6122
  ...other,
@@ -6126,19 +6143,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6126
6143
  ButtonGroup.defaultProps = defaultProps26;
6127
6144
 
6128
6145
  // src/button-group/templates/icon-button-group.tsx
6129
- import { jsx as jsx70, jsxs as jsxs30 } from "react/jsx-runtime";
6146
+ import { jsx as jsx74, jsxs as jsxs31 } from "react/jsx-runtime";
6130
6147
 
6131
6148
  // src/button-group/templates/icon-text-button-group.tsx
6132
- import { jsx as jsx71, jsxs as jsxs31 } from "react/jsx-runtime";
6149
+ import { jsx as jsx75, jsxs as jsxs32 } from "react/jsx-runtime";
6133
6150
 
6134
6151
  // src/button-group/templates/text-button-group.tsx
6135
- import { jsx as jsx72, jsxs as jsxs32 } from "react/jsx-runtime";
6152
+ import { jsx as jsx76, jsxs as jsxs33 } from "react/jsx-runtime";
6136
6153
 
6137
6154
  // src/button-group/templates/mixed-button-group.tsx
6138
- import { jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6155
+ import { jsx as jsx77, jsxs as jsxs34 } from "react/jsx-runtime";
6139
6156
 
6140
6157
  // src/color-preview/color-preview.tsx
6141
- import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6158
+ import { jsx as jsx78, jsxs as jsxs35 } from "react/jsx-runtime";
6142
6159
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6143
6160
  var states30 = [];
6144
6161
  var options28 = {};
@@ -6148,7 +6165,7 @@ var ColorPreview = (props) => {
6148
6165
  iconName,
6149
6166
  ...other
6150
6167
  } = props;
6151
- return /* @__PURE__ */ jsxs34(
6168
+ return /* @__PURE__ */ jsxs35(
6152
6169
  "span",
6153
6170
  {
6154
6171
  ...other,
@@ -6161,8 +6178,8 @@ var ColorPreview = (props) => {
6161
6178
  }
6162
6179
  ),
6163
6180
  children: [
6164
- iconName && /* @__PURE__ */ jsx74(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6165
- /* @__PURE__ */ jsx74(
6181
+ iconName && /* @__PURE__ */ jsx78(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6182
+ /* @__PURE__ */ jsx78(
6166
6183
  "span",
6167
6184
  {
6168
6185
  className: "k-color-preview-mask",
@@ -6178,7 +6195,7 @@ ColorPreview.options = options28;
6178
6195
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6179
6196
 
6180
6197
  // src/colorpicker/colorpicker.spec.tsx
6181
- import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6198
+ import { jsx as jsx79, jsxs as jsxs36 } from "react/jsx-runtime";
6182
6199
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6183
6200
  var states31 = [
6184
6201
  States.hover,
@@ -6218,7 +6235,7 @@ var ColorPicker = (props) => {
6218
6235
  arrowIconName = defaultProps27.arrowIconName,
6219
6236
  ...other
6220
6237
  } = props;
6221
- return /* @__PURE__ */ jsxs35(
6238
+ return /* @__PURE__ */ jsxs36(
6222
6239
  Picker,
6223
6240
  {
6224
6241
  ...other,
@@ -6237,14 +6254,14 @@ var ColorPicker = (props) => {
6237
6254
  "k-icon-picker"
6238
6255
  ),
6239
6256
  children: [
6240
- /* @__PURE__ */ jsx75(InputPrefix, { children: prefix }),
6241
- /* @__PURE__ */ jsx75(
6257
+ /* @__PURE__ */ jsx79(InputPrefix, { children: prefix }),
6258
+ /* @__PURE__ */ jsx79(
6242
6259
  InputInnerSpan,
6243
6260
  {
6244
6261
  placeholder,
6245
6262
  value,
6246
6263
  showValue: false,
6247
- valueIcon: /* @__PURE__ */ jsx75(
6264
+ valueIcon: /* @__PURE__ */ jsx79(
6248
6265
  ColorPreview,
6249
6266
  {
6250
6267
  className: "k-value-icon",
@@ -6255,8 +6272,8 @@ var ColorPicker = (props) => {
6255
6272
  valueIconName
6256
6273
  }
6257
6274
  ),
6258
- /* @__PURE__ */ jsx75(InputSuffix, { children: suffix }),
6259
- /* @__PURE__ */ jsx75(
6275
+ /* @__PURE__ */ jsx79(InputSuffix, { children: suffix }),
6276
+ /* @__PURE__ */ jsx79(
6260
6277
  Button,
6261
6278
  {
6262
6279
  className: "k-input-button",
@@ -6276,7 +6293,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
6276
6293
  ColorPicker.defaultProps = defaultProps27;
6277
6294
 
6278
6295
  // src/toolbar/toolbar.spec.tsx
6279
- import { jsx as jsx76 } from "react/jsx-runtime";
6296
+ import { jsx as jsx80 } from "react/jsx-runtime";
6280
6297
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6281
6298
  var states32 = [
6282
6299
  States.focus
@@ -6299,7 +6316,7 @@ var Toolbar = (props) => {
6299
6316
  const tempToolbarChildren = [];
6300
6317
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6301
6318
  tempToolbarChildren.push(
6302
- /* @__PURE__ */ jsx76(
6319
+ /* @__PURE__ */ jsx80(
6303
6320
  Button,
6304
6321
  {
6305
6322
  ...child.props,
@@ -6310,7 +6327,7 @@ var Toolbar = (props) => {
6310
6327
  );
6311
6328
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6312
6329
  tempToolbarChildren.push(
6313
- /* @__PURE__ */ jsx76(
6330
+ /* @__PURE__ */ jsx80(
6314
6331
  Button,
6315
6332
  {
6316
6333
  ...child.props,
@@ -6321,7 +6338,7 @@ var Toolbar = (props) => {
6321
6338
  );
6322
6339
  } else if (child.type === Button) {
6323
6340
  tempToolbarChildren.push(
6324
- /* @__PURE__ */ jsx76(
6341
+ /* @__PURE__ */ jsx80(
6325
6342
  Button,
6326
6343
  {
6327
6344
  ...child.props,
@@ -6332,7 +6349,7 @@ var Toolbar = (props) => {
6332
6349
  );
6333
6350
  } else if (child.type === MenuButton) {
6334
6351
  tempToolbarChildren.push(
6335
- /* @__PURE__ */ jsx76(
6352
+ /* @__PURE__ */ jsx80(
6336
6353
  MenuButton,
6337
6354
  {
6338
6355
  ...child.props,
@@ -6343,7 +6360,7 @@ var Toolbar = (props) => {
6343
6360
  );
6344
6361
  } else if (child.type === split_button_spec_default) {
6345
6362
  tempToolbarChildren.push(
6346
- /* @__PURE__ */ jsx76(
6363
+ /* @__PURE__ */ jsx80(
6347
6364
  split_button_spec_default,
6348
6365
  {
6349
6366
  ...child.props,
@@ -6357,7 +6374,7 @@ var Toolbar = (props) => {
6357
6374
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6358
6375
  childrenArray.forEach((button, bindex) => {
6359
6376
  buttonGroupItems.push(
6360
- /* @__PURE__ */ jsx76(
6377
+ /* @__PURE__ */ jsx80(
6361
6378
  Button,
6362
6379
  {
6363
6380
  ...button.props,
@@ -6368,7 +6385,7 @@ var Toolbar = (props) => {
6368
6385
  );
6369
6386
  });
6370
6387
  tempToolbarChildren.push(
6371
- /* @__PURE__ */ jsx76(
6388
+ /* @__PURE__ */ jsx80(
6372
6389
  ButtonGroup,
6373
6390
  {
6374
6391
  ...child.props,
@@ -6380,7 +6397,7 @@ var Toolbar = (props) => {
6380
6397
  );
6381
6398
  } else if (child.type === Combobox) {
6382
6399
  tempToolbarChildren.push(
6383
- /* @__PURE__ */ jsx76(
6400
+ /* @__PURE__ */ jsx80(
6384
6401
  Combobox,
6385
6402
  {
6386
6403
  ...child.props,
@@ -6391,7 +6408,7 @@ var Toolbar = (props) => {
6391
6408
  );
6392
6409
  } else if (child.type === DropdownList) {
6393
6410
  tempToolbarChildren.push(
6394
- /* @__PURE__ */ jsx76(
6411
+ /* @__PURE__ */ jsx80(
6395
6412
  DropdownList,
6396
6413
  {
6397
6414
  ...child.props,
@@ -6402,7 +6419,7 @@ var Toolbar = (props) => {
6402
6419
  );
6403
6420
  } else if (child.type === ColorPicker) {
6404
6421
  tempToolbarChildren.push(
6405
- /* @__PURE__ */ jsx76(
6422
+ /* @__PURE__ */ jsx80(
6406
6423
  ColorPicker,
6407
6424
  {
6408
6425
  ...child.props,
@@ -6424,7 +6441,7 @@ var Toolbar = (props) => {
6424
6441
  addUniqueToolClass(child, index);
6425
6442
  });
6426
6443
  }
6427
- return /* @__PURE__ */ jsx76(
6444
+ return /* @__PURE__ */ jsx80(
6428
6445
  "div",
6429
6446
  {
6430
6447
  ...other,
@@ -6451,7 +6468,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6451
6468
  Toolbar.defaultProps = defaultProps28;
6452
6469
 
6453
6470
  // src/toolbar/toolbar-angular.spec.tsx
6454
- import { jsx as jsx77 } from "react/jsx-runtime";
6471
+ import { jsx as jsx81 } from "react/jsx-runtime";
6455
6472
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6456
6473
  var states33 = [
6457
6474
  States.focus
@@ -6474,7 +6491,7 @@ var ToolbarAngular = (props) => {
6474
6491
  const tempToolbarChildren = [];
6475
6492
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6476
6493
  tempToolbarChildren.push(
6477
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6494
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6478
6495
  Button,
6479
6496
  {
6480
6497
  ...child.props,
@@ -6485,7 +6502,7 @@ var ToolbarAngular = (props) => {
6485
6502
  );
6486
6503
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6487
6504
  tempToolbarChildren.push(
6488
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6505
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6489
6506
  Button,
6490
6507
  {
6491
6508
  ...child.props,
@@ -6496,7 +6513,7 @@ var ToolbarAngular = (props) => {
6496
6513
  );
6497
6514
  } else if (child.type === Button) {
6498
6515
  tempToolbarChildren.push(
6499
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6516
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6500
6517
  Button,
6501
6518
  {
6502
6519
  ...child.props,
@@ -6507,7 +6524,7 @@ var ToolbarAngular = (props) => {
6507
6524
  );
6508
6525
  } else if (child.type === MenuButton) {
6509
6526
  tempToolbarChildren.push(
6510
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6527
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6511
6528
  MenuButton,
6512
6529
  {
6513
6530
  ...child.props,
@@ -6518,7 +6535,7 @@ var ToolbarAngular = (props) => {
6518
6535
  );
6519
6536
  } else if (child.type === split_button_spec_default) {
6520
6537
  tempToolbarChildren.push(
6521
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6538
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6522
6539
  split_button_spec_default,
6523
6540
  {
6524
6541
  ...child.props,
@@ -6532,7 +6549,7 @@ var ToolbarAngular = (props) => {
6532
6549
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6533
6550
  childrenArray.forEach((button, bindex) => {
6534
6551
  buttonGroupItems.push(
6535
- /* @__PURE__ */ jsx77(
6552
+ /* @__PURE__ */ jsx81(
6536
6553
  Button,
6537
6554
  {
6538
6555
  ...button.props,
@@ -6543,7 +6560,7 @@ var ToolbarAngular = (props) => {
6543
6560
  );
6544
6561
  });
6545
6562
  tempToolbarChildren.push(
6546
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6563
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6547
6564
  ButtonGroup,
6548
6565
  {
6549
6566
  ...child.props,
@@ -6555,7 +6572,7 @@ var ToolbarAngular = (props) => {
6555
6572
  );
6556
6573
  } else if (child.type === Combobox) {
6557
6574
  tempToolbarChildren.push(
6558
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6575
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6559
6576
  Combobox,
6560
6577
  {
6561
6578
  ...child.props,
@@ -6566,7 +6583,7 @@ var ToolbarAngular = (props) => {
6566
6583
  );
6567
6584
  } else if (child.type === DropdownList) {
6568
6585
  tempToolbarChildren.push(
6569
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6586
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6570
6587
  DropdownList,
6571
6588
  {
6572
6589
  ...child.props,
@@ -6577,7 +6594,7 @@ var ToolbarAngular = (props) => {
6577
6594
  );
6578
6595
  } else if (child.type === ColorPicker) {
6579
6596
  tempToolbarChildren.push(
6580
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6597
+ /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6581
6598
  ColorPicker,
6582
6599
  {
6583
6600
  ...child.props,
@@ -6599,7 +6616,7 @@ var ToolbarAngular = (props) => {
6599
6616
  addUniqueToolClass(child, index);
6600
6617
  });
6601
6618
  }
6602
- return /* @__PURE__ */ jsx77(
6619
+ return /* @__PURE__ */ jsx81(
6603
6620
  "div",
6604
6621
  {
6605
6622
  ...other,
@@ -6626,10 +6643,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6626
6643
  ToolbarAngular.defaultProps = defaultProps29;
6627
6644
 
6628
6645
  // src/toolbar/toolbar-separator.tsx
6629
- import { jsx as jsx78 } from "react/jsx-runtime";
6646
+ import { jsx as jsx82 } from "react/jsx-runtime";
6630
6647
 
6631
6648
  // src/toolbar/toolbar-item.spec.tsx
6632
- import { jsx as jsx79 } from "react/jsx-runtime";
6649
+ import { jsx as jsx83 } from "react/jsx-runtime";
6633
6650
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6634
6651
  var states34 = [
6635
6652
  States.focus
@@ -6641,7 +6658,7 @@ var ToolbarItem = (props) => {
6641
6658
  focus,
6642
6659
  ...other
6643
6660
  } = props;
6644
- return /* @__PURE__ */ jsx79(
6661
+ return /* @__PURE__ */ jsx83(
6645
6662
  "div",
6646
6663
  {
6647
6664
  ...other,
@@ -6662,50 +6679,50 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6662
6679
  ToolbarItem.defaultProps = defaultProps30;
6663
6680
 
6664
6681
  // src/toolbar/tests/toolbar-components.tsx
6665
- import { Fragment as Fragment23, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6666
- var toolbar_components_default = () => /* @__PURE__ */ jsx80(Fragment23, { children: /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid", children: [
6667
- /* @__PURE__ */ jsx80("span", { children: "Menu button" }),
6668
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(Toolbar, { children: [
6669
- /* @__PURE__ */ jsx80(MenuButton, { text: "Normal" }),
6670
- /* @__PURE__ */ jsx80(MenuButton, { hover: true, text: "Hover" }),
6671
- /* @__PURE__ */ jsx80(MenuButton, { focus: true, text: "Focus" }),
6672
- /* @__PURE__ */ jsx80(MenuButton, { disabled: true, text: "Disabled" })
6682
+ import { Fragment as Fragment24, jsx as jsx84, jsxs as jsxs37 } from "react/jsx-runtime";
6683
+ var toolbar_components_default = () => /* @__PURE__ */ jsx84(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6684
+ /* @__PURE__ */ jsx84("span", { children: "Menu button" }),
6685
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6686
+ /* @__PURE__ */ jsx84(MenuButton, { text: "Normal" }),
6687
+ /* @__PURE__ */ jsx84(MenuButton, { hover: true, text: "Hover" }),
6688
+ /* @__PURE__ */ jsx84(MenuButton, { focus: true, text: "Focus" }),
6689
+ /* @__PURE__ */ jsx84(MenuButton, { disabled: true, text: "Disabled" })
6673
6690
  ] }) }),
6674
- /* @__PURE__ */ jsx80("span", { children: "Split button" }),
6675
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(Toolbar, { children: [
6676
- /* @__PURE__ */ jsx80(SplitButton, { children: "Normal" }),
6677
- /* @__PURE__ */ jsx80(SplitButton, { hover: true, children: "Hover" }),
6678
- /* @__PURE__ */ jsx80(SplitButton, { focus: true, children: "Focus" }),
6679
- /* @__PURE__ */ jsx80(SplitButton, { disabled: true, children: "Disabled" })
6691
+ /* @__PURE__ */ jsx84("span", { children: "Split button" }),
6692
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6693
+ /* @__PURE__ */ jsx84(SplitButton, { children: "Normal" }),
6694
+ /* @__PURE__ */ jsx84(SplitButton, { hover: true, children: "Hover" }),
6695
+ /* @__PURE__ */ jsx84(SplitButton, { focus: true, children: "Focus" }),
6696
+ /* @__PURE__ */ jsx84(SplitButton, { disabled: true, children: "Disabled" })
6680
6697
  ] }) }),
6681
- /* @__PURE__ */ jsx80("span", { children: "Button group" }),
6682
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(Toolbar, { children: [
6683
- /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6684
- /* @__PURE__ */ jsx80(Button, { icon: "align-left", children: "Normal" }),
6685
- /* @__PURE__ */ jsx80(Button, { icon: "align-center", hover: true, children: "Hover" }),
6686
- /* @__PURE__ */ jsx80(Button, { icon: "align-right", focus: true, children: "Focus" }),
6687
- /* @__PURE__ */ jsx80(Button, { icon: "bold", active: true, children: "Active" }),
6688
- /* @__PURE__ */ jsx80(Button, { icon: "bold", selected: true, children: "Selected" }),
6689
- /* @__PURE__ */ jsx80(Button, { icon: "italic", disabled: true, children: "Disabled" })
6698
+ /* @__PURE__ */ jsx84("span", { children: "Button group" }),
6699
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6700
+ /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6701
+ /* @__PURE__ */ jsx84(Button, { icon: "align-left", children: "Normal" }),
6702
+ /* @__PURE__ */ jsx84(Button, { icon: "align-center", hover: true, children: "Hover" }),
6703
+ /* @__PURE__ */ jsx84(Button, { icon: "align-right", focus: true, children: "Focus" }),
6704
+ /* @__PURE__ */ jsx84(Button, { icon: "bold", active: true, children: "Active" }),
6705
+ /* @__PURE__ */ jsx84(Button, { icon: "bold", selected: true, children: "Selected" }),
6706
+ /* @__PURE__ */ jsx84(Button, { icon: "italic", disabled: true, children: "Disabled" })
6690
6707
  ] }),
6691
- /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6692
- /* @__PURE__ */ jsx80(Button, { children: "Adjacent" }),
6693
- /* @__PURE__ */ jsx80(Button, { children: "Button group" })
6708
+ /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6709
+ /* @__PURE__ */ jsx84(Button, { children: "Adjacent" }),
6710
+ /* @__PURE__ */ jsx84(Button, { children: "Button group" })
6694
6711
  ] })
6695
6712
  ] }) }),
6696
- /* @__PURE__ */ jsx80("span", { children: "Dropdownlist in Toolbar" }),
6697
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(Toolbar, { children: [
6698
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(DropdownList, { value: "Normal" }) }),
6699
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(DropdownList, { value: "Hover", hover: true }) }),
6700
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(DropdownList, { value: "Focus", focus: true }) }),
6701
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(DropdownList, { value: "Disabled", disabled: true }) })
6713
+ /* @__PURE__ */ jsx84("span", { children: "Dropdownlist in Toolbar" }),
6714
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6715
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Normal" }) }),
6716
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Hover", hover: true }) }),
6717
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Focus", focus: true }) }),
6718
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Disabled", disabled: true }) })
6702
6719
  ] }) }),
6703
- /* @__PURE__ */ jsx80("span", { children: "Combobox in Toolbar" }),
6704
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(Toolbar, { children: [
6705
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(Combobox, { value: "Normal" }) }),
6706
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(Combobox, { value: "Hover", hover: true }) }),
6707
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(Combobox, { value: "Focus", focus: true }) }),
6708
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(Combobox, { value: "Disabled", disabled: true }) })
6720
+ /* @__PURE__ */ jsx84("span", { children: "Combobox in Toolbar" }),
6721
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6722
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Normal" }) }),
6723
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Hover", hover: true }) }),
6724
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Focus", focus: true }) }),
6725
+ /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Disabled", disabled: true }) })
6709
6726
  ] }) })
6710
6727
  ] }) });
6711
6728
  export {