@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/button-group/button-group.spec.tsx
4804
- import { jsx as jsx20 } from "react/jsx-runtime";
4821
+ import { jsx as jsx24 } from "react/jsx-runtime";
4805
4822
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4806
4823
  var states11 = [
4807
4824
  States.disabled
@@ -4819,7 +4836,7 @@ var ButtonGroup = (props) => {
4819
4836
  stretched,
4820
4837
  ...other
4821
4838
  } = props;
4822
- return /* @__PURE__ */ jsx20(
4839
+ return /* @__PURE__ */ jsx24(
4823
4840
  "div",
4824
4841
  {
4825
4842
  ...other,
@@ -4846,19 +4863,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4846
4863
  ButtonGroup.defaultProps = defaultProps12;
4847
4864
 
4848
4865
  // src/button-group/templates/icon-button-group.tsx
4849
- import { jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
4866
+ import { jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
4850
4867
 
4851
4868
  // src/button-group/templates/icon-text-button-group.tsx
4852
- import { jsx as jsx22, jsxs as jsxs7 } from "react/jsx-runtime";
4869
+ import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
4853
4870
 
4854
4871
  // src/button-group/templates/text-button-group.tsx
4855
- import { jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
4872
+ import { jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
4856
4873
 
4857
4874
  // src/button-group/templates/mixed-button-group.tsx
4858
- import { jsx as jsx24, jsxs as jsxs9 } from "react/jsx-runtime";
4875
+ import { jsx as jsx28, jsxs as jsxs10 } from "react/jsx-runtime";
4859
4876
 
4860
4877
  // src/input/input.spec.tsx
4861
- import { jsx as jsx25 } from "react/jsx-runtime";
4878
+ import { jsx as jsx29 } from "react/jsx-runtime";
4862
4879
  var INPUT_CLASSNAME = `k-input`;
4863
4880
  var states12 = [
4864
4881
  States.hover,
@@ -4894,7 +4911,7 @@ var Input = (props) => {
4894
4911
  fillMode = defaultProps13.fillMode,
4895
4912
  ...other
4896
4913
  } = props;
4897
- return /* @__PURE__ */ jsx25(
4914
+ return /* @__PURE__ */ jsx29(
4898
4915
  "span",
4899
4916
  {
4900
4917
  ...other,
@@ -4913,7 +4930,7 @@ Input.className = INPUT_CLASSNAME;
4913
4930
  Input.defaultProps = defaultProps13;
4914
4931
 
4915
4932
  // src/input/picker.spec.tsx
4916
- import { jsx as jsx26 } from "react/jsx-runtime";
4933
+ import { jsx as jsx30 } from "react/jsx-runtime";
4917
4934
  var PICKER_CLASSNAME = `k-picker`;
4918
4935
  var pickerStates = [
4919
4936
  States.hover,
@@ -4949,7 +4966,7 @@ var Picker = (props) => {
4949
4966
  fillMode = defaultProps14.fillMode,
4950
4967
  ...other
4951
4968
  } = props;
4952
- return /* @__PURE__ */ jsx26(
4969
+ return /* @__PURE__ */ jsx30(
4953
4970
  "span",
4954
4971
  {
4955
4972
  ...other,
@@ -4969,7 +4986,7 @@ Picker.className = PICKER_CLASSNAME;
4969
4986
  Picker.defaultProps = defaultProps14;
4970
4987
 
4971
4988
  // src/input/input-clear-value.tsx
4972
- import { Fragment as Fragment8, jsx as jsx27 } from "react/jsx-runtime";
4989
+ import { Fragment as Fragment9, jsx as jsx31 } from "react/jsx-runtime";
4973
4990
  var className = `k-clear-value`;
4974
4991
  var states13 = [
4975
4992
  States.disabled,
@@ -4985,16 +5002,16 @@ var InputClearValue = (props) => {
4985
5002
  value
4986
5003
  } = props;
4987
5004
  if (disabled || readonly || loading || !value) {
4988
- return /* @__PURE__ */ jsx27(Fragment8, {});
5005
+ return /* @__PURE__ */ jsx31(Fragment9, {});
4989
5006
  }
4990
- return /* @__PURE__ */ jsx27("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx27(Icon, { icon: "x" }) });
5007
+ return /* @__PURE__ */ jsx31("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx31(Icon, { icon: "x" }) });
4991
5008
  };
4992
5009
  InputClearValue.states = states13;
4993
5010
  InputClearValue.options = options13;
4994
5011
  InputClearValue.className = className;
4995
5012
 
4996
5013
  // src/input/input-inner-input.tsx
4997
- import { jsx as jsx28 } from "react/jsx-runtime";
5014
+ import { jsx as jsx32 } from "react/jsx-runtime";
4998
5015
  var className2 = `k-input-inner`;
4999
5016
  var states14 = [];
5000
5017
  var options14 = {};
@@ -5012,7 +5029,7 @@ var InputInnerInput = (props) => {
5012
5029
  autocomplete = defaultProps15.autocomplete,
5013
5030
  ...other
5014
5031
  } = props;
5015
- return /* @__PURE__ */ jsx28(
5032
+ return /* @__PURE__ */ jsx32(
5016
5033
  "input",
5017
5034
  {
5018
5035
  ...other,
@@ -5029,7 +5046,7 @@ InputInnerInput.options = options14;
5029
5046
  InputInnerInput.className = className2;
5030
5047
 
5031
5048
  // src/input/input-inner-span.tsx
5032
- import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
5049
+ import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5033
5050
  var className3 = `k-input-inner`;
5034
5051
  var states15 = [];
5035
5052
  var options15 = {};
@@ -5042,16 +5059,16 @@ var InputInnerSpan = (props) => {
5042
5059
  valueIconName,
5043
5060
  ...other
5044
5061
  } = props;
5045
- return /* @__PURE__ */ jsxs10(
5062
+ return /* @__PURE__ */ jsxs11(
5046
5063
  "span",
5047
5064
  {
5048
5065
  ...other,
5049
5066
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5050
5067
  children: [
5051
5068
  valueIcon,
5052
- !valueIcon && valueIconName && /* @__PURE__ */ jsx29(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5069
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx33(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5053
5070
  showValue && !value && placeholder,
5054
- showValue && value && /* @__PURE__ */ jsx29("span", { className: "k-input-value-text", children: value })
5071
+ showValue && value && /* @__PURE__ */ jsx33("span", { className: "k-input-value-text", children: value })
5055
5072
  ]
5056
5073
  }
5057
5074
  );
@@ -5061,7 +5078,7 @@ InputInnerSpan.options = options15;
5061
5078
  InputInnerSpan.className = className3;
5062
5079
 
5063
5080
  // src/input/input-inner-textarea.tsx
5064
- import { jsx as jsx30 } from "react/jsx-runtime";
5081
+ import { jsx as jsx34 } from "react/jsx-runtime";
5065
5082
  var defaultProps16 = {
5066
5083
  value: "",
5067
5084
  placeholder: ""
@@ -5076,7 +5093,7 @@ var InputInnerTextarea = (props) => {
5076
5093
  rows,
5077
5094
  ...other
5078
5095
  } = props;
5079
- return /* @__PURE__ */ jsx30(
5096
+ return /* @__PURE__ */ jsx34(
5080
5097
  "textarea",
5081
5098
  {
5082
5099
  ...other,
@@ -5092,7 +5109,7 @@ InputInnerTextarea.options = options16;
5092
5109
  InputInnerTextarea.className = className4;
5093
5110
 
5094
5111
  // src/input/input-loading-icon.tsx
5095
- import { Fragment as Fragment9, jsx as jsx31 } from "react/jsx-runtime";
5112
+ import { Fragment as Fragment10, jsx as jsx35 } from "react/jsx-runtime";
5096
5113
  var className5 = `k-input-loading-icon`;
5097
5114
  var states17 = [
5098
5115
  States.disabled,
@@ -5104,13 +5121,13 @@ var InputLoadingIcon = (props) => {
5104
5121
  loading
5105
5122
  } = props;
5106
5123
  if (disabled || !loading) {
5107
- return /* @__PURE__ */ jsx31(Fragment9, {});
5124
+ return /* @__PURE__ */ jsx35(Fragment10, {});
5108
5125
  }
5109
- return /* @__PURE__ */ jsx31(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5126
+ return /* @__PURE__ */ jsx35(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5110
5127
  };
5111
5128
 
5112
5129
  // src/input/input-validation-icon.tsx
5113
- import { Fragment as Fragment10, jsx as jsx32 } from "react/jsx-runtime";
5130
+ import { Fragment as Fragment11, jsx as jsx36 } from "react/jsx-runtime";
5114
5131
  var className6 = `k-input-validation-icon`;
5115
5132
  var states18 = [
5116
5133
  States.valid,
@@ -5129,39 +5146,39 @@ var InputValidationIcon = (props) => {
5129
5146
  const iconName = invalid ? "exclamation-circle" : "check";
5130
5147
  const renderValidationIcon = Boolean(valid || invalid);
5131
5148
  if (disabled || loading || !renderValidationIcon) {
5132
- return /* @__PURE__ */ jsx32(Fragment10, {});
5149
+ return /* @__PURE__ */ jsx36(Fragment11, {});
5133
5150
  }
5134
- return /* @__PURE__ */ jsx32(Icon, { className: classNames(className6), icon: iconName });
5151
+ return /* @__PURE__ */ jsx36(Icon, { className: classNames(className6), icon: iconName });
5135
5152
  };
5136
5153
  InputValidationIcon.states = states18;
5137
5154
  InputValidationIcon.options = options17;
5138
5155
  InputValidationIcon.className = className6;
5139
5156
 
5140
5157
  // src/input/input-prefix.tsx
5141
- import { Fragment as Fragment11, jsx as jsx33 } from "react/jsx-runtime";
5158
+ import { Fragment as Fragment12, jsx as jsx37 } from "react/jsx-runtime";
5142
5159
  var className7 = `k-input-prefix`;
5143
5160
  var InputPrefix = (props) => {
5144
5161
  if (!props.children) {
5145
- return /* @__PURE__ */ jsx33(Fragment11, {});
5162
+ return /* @__PURE__ */ jsx37(Fragment12, {});
5146
5163
  }
5147
- return /* @__PURE__ */ jsx33("span", { className: classNames(className7, props.className), children: props.children });
5164
+ return /* @__PURE__ */ jsx37("span", { className: classNames(className7, props.className), children: props.children });
5148
5165
  };
5149
5166
 
5150
5167
  // src/input/input-suffix.tsx
5151
- import { Fragment as Fragment12, jsx as jsx34 } from "react/jsx-runtime";
5168
+ import { Fragment as Fragment13, jsx as jsx38 } from "react/jsx-runtime";
5152
5169
  var className8 = `k-input-suffix`;
5153
5170
  var InputSuffix = (props) => {
5154
5171
  if (!props.children) {
5155
- return /* @__PURE__ */ jsx34(Fragment12, {});
5172
+ return /* @__PURE__ */ jsx38(Fragment13, {});
5156
5173
  }
5157
- return /* @__PURE__ */ jsx34("span", { className: classNames(className8, props.className), children: props.children });
5174
+ return /* @__PURE__ */ jsx38("span", { className: classNames(className8, props.className), children: props.children });
5158
5175
  };
5159
5176
 
5160
5177
  // src/input/input-separator.tsx
5161
- import { jsx as jsx35 } from "react/jsx-runtime";
5178
+ import { jsx as jsx39 } from "react/jsx-runtime";
5162
5179
 
5163
5180
  // src/color-preview/color-preview.tsx
5164
- import { jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5181
+ import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5165
5182
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5166
5183
  var states19 = [];
5167
5184
  var options18 = {};
@@ -5171,7 +5188,7 @@ var ColorPreview = (props) => {
5171
5188
  iconName,
5172
5189
  ...other
5173
5190
  } = props;
5174
- return /* @__PURE__ */ jsxs11(
5191
+ return /* @__PURE__ */ jsxs12(
5175
5192
  "span",
5176
5193
  {
5177
5194
  ...other,
@@ -5184,8 +5201,8 @@ var ColorPreview = (props) => {
5184
5201
  }
5185
5202
  ),
5186
5203
  children: [
5187
- iconName && /* @__PURE__ */ jsx36(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5188
- /* @__PURE__ */ jsx36(
5204
+ iconName && /* @__PURE__ */ jsx40(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5205
+ /* @__PURE__ */ jsx40(
5189
5206
  "span",
5190
5207
  {
5191
5208
  className: "k-color-preview-mask",
@@ -5201,7 +5218,7 @@ ColorPreview.options = options18;
5201
5218
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5202
5219
 
5203
5220
  // src/colorpicker/colorpicker.spec.tsx
5204
- import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5221
+ import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5205
5222
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5206
5223
  var states20 = [
5207
5224
  States.hover,
@@ -5241,7 +5258,7 @@ var ColorPicker = (props) => {
5241
5258
  arrowIconName = defaultProps17.arrowIconName,
5242
5259
  ...other
5243
5260
  } = props;
5244
- return /* @__PURE__ */ jsxs12(
5261
+ return /* @__PURE__ */ jsxs13(
5245
5262
  Picker,
5246
5263
  {
5247
5264
  ...other,
@@ -5260,14 +5277,14 @@ var ColorPicker = (props) => {
5260
5277
  "k-icon-picker"
5261
5278
  ),
5262
5279
  children: [
5263
- /* @__PURE__ */ jsx37(InputPrefix, { children: prefix }),
5264
- /* @__PURE__ */ jsx37(
5280
+ /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5281
+ /* @__PURE__ */ jsx41(
5265
5282
  InputInnerSpan,
5266
5283
  {
5267
5284
  placeholder,
5268
5285
  value,
5269
5286
  showValue: false,
5270
- valueIcon: /* @__PURE__ */ jsx37(
5287
+ valueIcon: /* @__PURE__ */ jsx41(
5271
5288
  ColorPreview,
5272
5289
  {
5273
5290
  className: "k-value-icon",
@@ -5278,8 +5295,8 @@ var ColorPicker = (props) => {
5278
5295
  valueIconName
5279
5296
  }
5280
5297
  ),
5281
- /* @__PURE__ */ jsx37(InputSuffix, { children: suffix }),
5282
- /* @__PURE__ */ jsx37(
5298
+ /* @__PURE__ */ jsx41(InputSuffix, { children: suffix }),
5299
+ /* @__PURE__ */ jsx41(
5283
5300
  Button,
5284
5301
  {
5285
5302
  className: "k-input-button",
@@ -5299,7 +5316,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5299
5316
  ColorPicker.defaultProps = defaultProps17;
5300
5317
 
5301
5318
  // src/action-sheet/action-sheet.spec.tsx
5302
- import { Fragment as Fragment13, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5319
+ import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5303
5320
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5304
5321
  var states21 = [];
5305
5322
  var options20 = {};
@@ -5322,8 +5339,8 @@ var ActionSheet = (props) => {
5322
5339
  overlay = defaultProps18.overlay,
5323
5340
  ...other
5324
5341
  } = props;
5325
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx38(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5326
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx38(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx38(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5342
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx42(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5343
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx42(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx42(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5327
5344
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5328
5345
  switch (child.type) {
5329
5346
  case ActionSheetHeader:
@@ -5333,10 +5350,10 @@ var ActionSheet = (props) => {
5333
5350
  return true;
5334
5351
  }
5335
5352
  return true;
5336
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx38(Fragment13, {});
5337
- return /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-container", children: [
5338
- overlay && /* @__PURE__ */ jsx38("div", { className: "k-overlay" }),
5339
- /* @__PURE__ */ jsx38(
5353
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx42(Fragment14, {});
5354
+ return /* @__PURE__ */ jsxs14("div", { className: "k-actionsheet-container", children: [
5355
+ overlay && /* @__PURE__ */ jsx42("div", { className: "k-overlay" }),
5356
+ /* @__PURE__ */ jsx42(
5340
5357
  AnimationContainer,
5341
5358
  {
5342
5359
  animationStyle: {
@@ -5346,7 +5363,7 @@ var ActionSheet = (props) => {
5346
5363
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5347
5364
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5348
5365
  },
5349
- children: /* @__PURE__ */ jsx38(
5366
+ children: /* @__PURE__ */ jsx42(
5350
5367
  "div",
5351
5368
  {
5352
5369
  ...other,
@@ -5359,9 +5376,9 @@ var ActionSheet = (props) => {
5359
5376
  "k-adaptive-actionsheet": adaptive
5360
5377
  }
5361
5378
  ),
5362
- children: /* @__PURE__ */ jsxs13(Fragment13, { children: [
5379
+ children: /* @__PURE__ */ jsxs14(Fragment14, { children: [
5363
5380
  _ActionSheetHeader,
5364
- /* @__PURE__ */ jsx38("div", { className: classNames(
5381
+ /* @__PURE__ */ jsx42("div", { className: classNames(
5365
5382
  "k-actionsheet-content",
5366
5383
  {
5367
5384
  "!k-overflow-hidden": adaptive
@@ -5381,7 +5398,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5381
5398
  ActionSheet.defaultProps = defaultProps18;
5382
5399
 
5383
5400
  // src/searchbox/searchbox.spec.tsx
5384
- import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
5401
+ import { jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5385
5402
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5386
5403
  var states22 = [
5387
5404
  States.hover,
@@ -5422,7 +5439,7 @@ var Searchbox = (props) => {
5422
5439
  icon = defaultProps19.icon,
5423
5440
  ...other
5424
5441
  } = props;
5425
- return /* @__PURE__ */ jsxs14(
5442
+ return /* @__PURE__ */ jsxs15(
5426
5443
  Input,
5427
5444
  {
5428
5445
  ...other,
@@ -5438,11 +5455,11 @@ var Searchbox = (props) => {
5438
5455
  disabled,
5439
5456
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5440
5457
  children: [
5441
- showIcon && /* @__PURE__ */ jsx39(Icon, { className: "k-input-icon", icon }),
5442
- /* @__PURE__ */ jsx39(InputInnerInput, { placeholder, value }),
5443
- /* @__PURE__ */ jsx39(InputLoadingIcon, { ...props }),
5444
- /* @__PURE__ */ jsx39(InputValidationIcon, { ...props }),
5445
- /* @__PURE__ */ jsx39(InputClearValue, { ...props })
5458
+ showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
5459
+ /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5460
+ /* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
5461
+ /* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
5462
+ /* @__PURE__ */ jsx43(InputClearValue, { ...props })
5446
5463
  ]
5447
5464
  }
5448
5465
  );
@@ -5453,10 +5470,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5453
5470
  Searchbox.defaultProps = defaultProps19;
5454
5471
 
5455
5472
  // src/searchbox/templates/searchbox-normal.tsx
5456
- import { jsx as jsx40 } from "react/jsx-runtime";
5473
+ import { jsx as jsx44 } from "react/jsx-runtime";
5457
5474
 
5458
5475
  // src/action-sheet/actionsheet-header.tsx
5459
- import { Fragment as Fragment14, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5476
+ import { Fragment as Fragment15, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5460
5477
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5461
5478
  var ActionSheetHeader = (props) => {
5462
5479
  const {
@@ -5466,7 +5483,7 @@ var ActionSheetHeader = (props) => {
5466
5483
  filter,
5467
5484
  ...other
5468
5485
  } = props;
5469
- return /* @__PURE__ */ jsx41(
5486
+ return /* @__PURE__ */ jsx45(
5470
5487
  "div",
5471
5488
  {
5472
5489
  ...other,
@@ -5474,23 +5491,23 @@ var ActionSheetHeader = (props) => {
5474
5491
  props.className,
5475
5492
  ACTIONSHEETHEADER_CLASSNAME
5476
5493
  ),
5477
- children: /* @__PURE__ */ jsxs15(Fragment14, { children: [
5478
- /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5479
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx41(Fragment14, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5480
- title !== "" && /* @__PURE__ */ jsx41("div", { className: "k-text-center", children: title }),
5481
- subTitle !== "" && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5494
+ children: /* @__PURE__ */ jsxs16(Fragment15, { children: [
5495
+ /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5496
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx45(Fragment15, { children: /* @__PURE__ */ jsxs16("div", { className: "k-actionsheet-title", children: [
5497
+ title !== "" && /* @__PURE__ */ jsx45("div", { className: "k-text-center", children: title }),
5498
+ subTitle !== "" && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5482
5499
  ] }) }),
5483
- props.children && /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-title", children: props.children }),
5484
- actions && /* @__PURE__ */ jsx41(Fragment14, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx41(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5500
+ props.children && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-title", children: props.children }),
5501
+ actions && /* @__PURE__ */ jsx45(Fragment15, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx45(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5485
5502
  ] }),
5486
- filter && /* @__PURE__ */ jsx41(Fragment14, { children: /* @__PURE__ */ jsx41("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx41(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5503
+ filter && /* @__PURE__ */ jsx45(Fragment15, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx45(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5487
5504
  ] })
5488
5505
  }
5489
5506
  );
5490
5507
  };
5491
5508
 
5492
5509
  // src/action-buttons/action-buttons.spec.tsx
5493
- import { jsx as jsx42 } from "react/jsx-runtime";
5510
+ import { jsx as jsx46 } from "react/jsx-runtime";
5494
5511
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5495
5512
  var states23 = [];
5496
5513
  var options22 = {};
@@ -5504,7 +5521,7 @@ var ActionButtons = (props) => {
5504
5521
  orientation = defaultProps20.orientation,
5505
5522
  ...other
5506
5523
  } = props;
5507
- return /* @__PURE__ */ jsx42(
5524
+ return /* @__PURE__ */ jsx46(
5508
5525
  "div",
5509
5526
  {
5510
5527
  ...other,
@@ -5527,14 +5544,14 @@ ActionButtons.defaultProps = defaultProps20;
5527
5544
  var action_buttons_spec_default = ActionButtons;
5528
5545
 
5529
5546
  // src/action-sheet/actionsheet-footer.tsx
5530
- import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5547
+ import { Fragment as Fragment16, jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5531
5548
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5532
5549
  var ActionSheetFooter = (props) => {
5533
5550
  const {
5534
5551
  actions,
5535
5552
  ...other
5536
5553
  } = props;
5537
- return /* @__PURE__ */ jsx43(
5554
+ return /* @__PURE__ */ jsx47(
5538
5555
  action_buttons_spec_default,
5539
5556
  {
5540
5557
  ...other,
@@ -5543,17 +5560,17 @@ var ActionSheetFooter = (props) => {
5543
5560
  ACTIONSHEETFOOTER_CLASSNAME
5544
5561
  ),
5545
5562
  alignment: "stretched",
5546
- children: /* @__PURE__ */ jsxs16(Fragment15, { children: [
5563
+ children: /* @__PURE__ */ jsxs17(Fragment16, { children: [
5547
5564
  actions && actions.map((action, index) => {
5548
5565
  if (action === "|") {
5549
- return /* @__PURE__ */ jsx43("span", { className: "k-separator" }, index);
5566
+ return /* @__PURE__ */ jsx47("span", { className: "k-separator" }, index);
5550
5567
  }
5551
5568
  if (action === " ") {
5552
- return /* @__PURE__ */ jsx43("span", { className: "k-spacer" }, index);
5569
+ return /* @__PURE__ */ jsx47("span", { className: "k-spacer" }, index);
5553
5570
  }
5554
5571
  const importantFlag = action.startsWith("!");
5555
5572
  const actionName = importantFlag ? action.substring(1) : action;
5556
- return /* @__PURE__ */ jsx43(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5573
+ return /* @__PURE__ */ jsx47(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5557
5574
  }),
5558
5575
  !actions && props.children
5559
5576
  ] })
@@ -5562,12 +5579,12 @@ var ActionSheetFooter = (props) => {
5562
5579
  };
5563
5580
 
5564
5581
  // src/action-sheet/actionsheet-items.tsx
5565
- import { jsx as jsx44 } from "react/jsx-runtime";
5582
+ import { jsx as jsx48 } from "react/jsx-runtime";
5566
5583
  var ActionSheetItems = (props) => {
5567
5584
  const {
5568
5585
  ...other
5569
5586
  } = props;
5570
- return /* @__PURE__ */ jsx44(
5587
+ return /* @__PURE__ */ jsx48(
5571
5588
  "div",
5572
5589
  {
5573
5590
  ...other,
@@ -5581,7 +5598,7 @@ var ActionSheetItems = (props) => {
5581
5598
  };
5582
5599
 
5583
5600
  // src/action-sheet/actionsheet-item.tsx
5584
- import { Fragment as Fragment16, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5601
+ import { Fragment as Fragment17, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5585
5602
  var states24 = [
5586
5603
  States.hover,
5587
5604
  States.focus,
@@ -5590,12 +5607,12 @@ var states24 = [
5590
5607
  ];
5591
5608
 
5592
5609
  // src/nodata/nodata.tsx
5593
- import { jsx as jsx46 } from "react/jsx-runtime";
5610
+ import { jsx as jsx50 } from "react/jsx-runtime";
5594
5611
  var className9 = `k-nodata`;
5595
- var NoData = (props) => /* @__PURE__ */ jsx46("span", { className: classNames(className9, props.className), children: props.children });
5612
+ var NoData = (props) => /* @__PURE__ */ jsx50("span", { className: classNames(className9, props.className), children: props.children });
5596
5613
 
5597
5614
  // src/list/list.spec.tsx
5598
- import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5615
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5599
5616
  var LIST_CLASSNAME = `k-list`;
5600
5617
  var states25 = [];
5601
5618
  var options23 = {
@@ -5623,7 +5640,7 @@ var List = (props) => {
5623
5640
  listHeader = child.props.label;
5624
5641
  child.props.children.map((optChild, index2) => {
5625
5642
  listChildren.push(
5626
- /* @__PURE__ */ jsx47(
5643
+ /* @__PURE__ */ jsx51(
5627
5644
  ListItem,
5628
5645
  {
5629
5646
  ...optChild.props
@@ -5639,7 +5656,7 @@ var List = (props) => {
5639
5656
  groupLabel = child.props.label;
5640
5657
  }
5641
5658
  listChildren.push(
5642
- /* @__PURE__ */ jsx47(
5659
+ /* @__PURE__ */ jsx51(
5643
5660
  ListItem,
5644
5661
  {
5645
5662
  className: index2 === 0 ? "k-first" : "",
@@ -5651,16 +5668,16 @@ var List = (props) => {
5651
5668
  );
5652
5669
  });
5653
5670
  }
5654
- listGroup = /* @__PURE__ */ jsx47(ListGroup, { label: listHeader, virtualization, children: listChildren });
5671
+ listGroup = /* @__PURE__ */ jsx51(ListGroup, { label: listHeader, virtualization, children: listChildren });
5655
5672
  } else if (child.type === ListItem) {
5656
- listChildren.push(/* @__PURE__ */ jsx47(ListItem, { ...child.props }, `${child.type}-${index}`));
5657
- listContent = /* @__PURE__ */ jsx47(ListContent, { virtualization, children: listChildren });
5673
+ listChildren.push(/* @__PURE__ */ jsx51(ListItem, { ...child.props }, `${child.type}-${index}`));
5674
+ listContent = /* @__PURE__ */ jsx51(ListContent, { virtualization, children: listChildren });
5658
5675
  }
5659
5676
  });
5660
5677
  } else {
5661
- listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
5678
+ listContent = /* @__PURE__ */ jsx51(NoData, { children: "No data found." });
5662
5679
  }
5663
- return /* @__PURE__ */ jsxs18(
5680
+ return /* @__PURE__ */ jsxs19(
5664
5681
  "div",
5665
5682
  {
5666
5683
  ...other,
@@ -5688,7 +5705,7 @@ List.className = LIST_CLASSNAME;
5688
5705
  List.defaultProps = defaultProps21;
5689
5706
 
5690
5707
  // src/list/list-angular.spec.tsx
5691
- import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5708
+ import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5692
5709
  var LISTANGULAR_CLASSNAME = `k-list`;
5693
5710
  var states26 = [];
5694
5711
  var options24 = {
@@ -5715,7 +5732,7 @@ var ListAngular = (props) => {
5715
5732
  listHeader = child.props.label;
5716
5733
  child.props.children.map((optChild, index2) => {
5717
5734
  listChildren.push(
5718
- /* @__PURE__ */ jsx48(
5735
+ /* @__PURE__ */ jsx52(
5719
5736
  ListItem,
5720
5737
  {
5721
5738
  ...optChild.props
@@ -5726,7 +5743,7 @@ var ListAngular = (props) => {
5726
5743
  });
5727
5744
  } else {
5728
5745
  listChildren.push(
5729
- /* @__PURE__ */ jsx48(
5746
+ /* @__PURE__ */ jsx52(
5730
5747
  ListGroupItem,
5731
5748
  {
5732
5749
  ...child.props,
@@ -5737,7 +5754,7 @@ var ListAngular = (props) => {
5737
5754
  );
5738
5755
  child.props.children.map((optChild, index2) => {
5739
5756
  listChildren.push(
5740
- /* @__PURE__ */ jsx48(
5757
+ /* @__PURE__ */ jsx52(
5741
5758
  ListItem,
5742
5759
  {
5743
5760
  ...optChild.props
@@ -5747,16 +5764,16 @@ var ListAngular = (props) => {
5747
5764
  );
5748
5765
  });
5749
5766
  }
5750
- listGroup = /* @__PURE__ */ jsx48(ListGroup, { label: listHeader, virtualization, children: listChildren });
5767
+ listGroup = /* @__PURE__ */ jsx52(ListGroup, { label: listHeader, virtualization, children: listChildren });
5751
5768
  } else if (child.type === ListItem) {
5752
- listChildren.push(/* @__PURE__ */ jsx48(ListItem, { ...child.props }, `${child.type}-${index}`));
5753
- listContent = /* @__PURE__ */ jsx48(ListContent, { virtualization, children: listChildren });
5769
+ listChildren.push(/* @__PURE__ */ jsx52(ListItem, { ...child.props }, `${child.type}-${index}`));
5770
+ listContent = /* @__PURE__ */ jsx52(ListContent, { virtualization, children: listChildren });
5754
5771
  }
5755
5772
  });
5756
5773
  } else {
5757
- listContent = /* @__PURE__ */ jsx48(NoData, { children: "No data found." });
5774
+ listContent = /* @__PURE__ */ jsx52(NoData, { children: "No data found." });
5758
5775
  }
5759
- return /* @__PURE__ */ jsxs19(
5776
+ return /* @__PURE__ */ jsxs20(
5760
5777
  "div",
5761
5778
  {
5762
5779
  ...other,
@@ -5783,7 +5800,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5783
5800
  ListAngular.defaultProps = defaultProps22;
5784
5801
 
5785
5802
  // src/checkbox/checkbox.spec.tsx
5786
- import { jsx as jsx49 } from "react/jsx-runtime";
5803
+ import { jsx as jsx53 } from "react/jsx-runtime";
5787
5804
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5788
5805
  var states27 = [
5789
5806
  States.hover,
@@ -5818,7 +5835,7 @@ var Checkbox = (props) => {
5818
5835
  rounded = defaultProps23.rounded,
5819
5836
  ...other
5820
5837
  } = props;
5821
- return /* @__PURE__ */ jsx49("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx49(
5838
+ return /* @__PURE__ */ jsx53("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx53(
5822
5839
  "input",
5823
5840
  {
5824
5841
  ...other,
@@ -5841,13 +5858,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5841
5858
  Checkbox.defaultProps = defaultProps23;
5842
5859
 
5843
5860
  // src/checkbox/templates/checkbox-label.tsx
5844
- import { Fragment as Fragment17, jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
5861
+ import { Fragment as Fragment18, jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5845
5862
 
5846
5863
  // src/checkbox/templates/checkbox-normal.tsx
5847
- import { jsx as jsx51 } from "react/jsx-runtime";
5864
+ import { jsx as jsx55 } from "react/jsx-runtime";
5848
5865
 
5849
5866
  // src/list/list-item.spec.tsx
5850
- import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5867
+ import { jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5851
5868
  var LISTITEM_CLASSNAME = `k-list-item`;
5852
5869
  var states28 = [
5853
5870
  States.hover,
@@ -5872,7 +5889,7 @@ var ListItem = (props) => {
5872
5889
  ...other
5873
5890
  } = props;
5874
5891
  const textOrChildren = text ? text : props.children;
5875
- return /* @__PURE__ */ jsxs21(
5892
+ return /* @__PURE__ */ jsxs22(
5876
5893
  "li",
5877
5894
  {
5878
5895
  ...other,
@@ -5887,10 +5904,10 @@ var ListItem = (props) => {
5887
5904
  })
5888
5905
  ),
5889
5906
  children: [
5890
- showCheckbox && /* @__PURE__ */ jsx52(Checkbox, { checked }),
5891
- showIcon && /* @__PURE__ */ jsx52(Icon, { icon: iconName }),
5892
- /* @__PURE__ */ jsx52("span", { className: "k-list-item-text", children: textOrChildren }),
5893
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx52("div", { className: "k-list-item-group-label", children: groupLabel })
5907
+ showCheckbox && /* @__PURE__ */ jsx56(Checkbox, { checked }),
5908
+ showIcon && /* @__PURE__ */ jsx56(Icon, { icon: iconName }),
5909
+ /* @__PURE__ */ jsx56("span", { className: "k-list-item-text", children: textOrChildren }),
5910
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx56("div", { className: "k-list-item-group-label", children: groupLabel })
5894
5911
  ]
5895
5912
  }
5896
5913
  );
@@ -5901,43 +5918,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5901
5918
  ListItem.defaultProps = defaultProps24;
5902
5919
 
5903
5920
  // src/list/list-content.tsx
5904
- import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5921
+ import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5905
5922
  var className10 = `k-list-content`;
5906
5923
  var ListContent = (props) => {
5907
5924
  const {
5908
5925
  virtualization
5909
5926
  } = props;
5910
- return /* @__PURE__ */ jsxs22("div", { className: classNames(className10, props.className), children: [
5911
- /* @__PURE__ */ jsx53("ul", { className: classNames("k-list-ul"), children: props.children }),
5912
- virtualization && /* @__PURE__ */ jsx53("div", { className: "k-height-container", children: /* @__PURE__ */ jsx53("div", {}) })
5927
+ return /* @__PURE__ */ jsxs23("div", { className: classNames(className10, props.className), children: [
5928
+ /* @__PURE__ */ jsx57("ul", { className: classNames("k-list-ul"), children: props.children }),
5929
+ virtualization && /* @__PURE__ */ jsx57("div", { className: "k-height-container", children: /* @__PURE__ */ jsx57("div", {}) })
5913
5930
  ] });
5914
5931
  };
5915
5932
 
5916
5933
  // src/list/list-header.tsx
5917
- import { jsx as jsx54 } from "react/jsx-runtime";
5934
+ import { jsx as jsx58 } from "react/jsx-runtime";
5918
5935
  var className11 = `k-list-group-sticky-header`;
5919
- var ListHeader = (props) => /* @__PURE__ */ jsx54("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx54("div", { className: "k-list-header-text", children: props.children }) });
5936
+ var ListHeader = (props) => /* @__PURE__ */ jsx58("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx58("div", { className: "k-list-header-text", children: props.children }) });
5920
5937
 
5921
5938
  // src/list/list-group.tsx
5922
- import { Fragment as Fragment18, jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5939
+ import { Fragment as Fragment19, jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
5923
5940
  var ListGroup = (props) => {
5924
5941
  const {
5925
5942
  virtualization,
5926
5943
  label
5927
5944
  } = props;
5928
- return /* @__PURE__ */ jsxs23(Fragment18, { children: [
5929
- label && /* @__PURE__ */ jsx55(ListHeader, { children: label }),
5930
- props.children && /* @__PURE__ */ jsx55(ListContent, { virtualization, children: props.children })
5945
+ return /* @__PURE__ */ jsxs24(Fragment19, { children: [
5946
+ label && /* @__PURE__ */ jsx59(ListHeader, { children: label }),
5947
+ props.children && /* @__PURE__ */ jsx59(ListContent, { virtualization, children: props.children })
5931
5948
  ] });
5932
5949
  };
5933
5950
 
5934
5951
  // src/list/list-group-item.tsx
5935
- import { jsx as jsx56 } from "react/jsx-runtime";
5952
+ import { jsx as jsx60 } from "react/jsx-runtime";
5936
5953
  var className12 = `k-list-group-item`;
5937
- var ListGroupItem = (props) => /* @__PURE__ */ jsx56("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx56("span", { className: "k-list-item-text", children: props.children }) });
5954
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx60("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx60("span", { className: "k-list-item-text", children: props.children }) });
5938
5955
 
5939
5956
  // src/list/list-option-label.tsx
5940
- import { jsx as jsx57 } from "react/jsx-runtime";
5957
+ import { jsx as jsx61 } from "react/jsx-runtime";
5941
5958
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5942
5959
  var states29 = [
5943
5960
  States.hover,
@@ -5956,7 +5973,7 @@ var ListOptionLabel = (props) => {
5956
5973
  disabled,
5957
5974
  ...other
5958
5975
  } = props;
5959
- return /* @__PURE__ */ jsx57(
5976
+ return /* @__PURE__ */ jsx61(
5960
5977
  "div",
5961
5978
  {
5962
5979
  ...other,
@@ -5979,28 +5996,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5979
5996
  ListOptionLabel.defaultProps = defaultProps25;
5980
5997
 
5981
5998
  // src/list/templates/list-normal.tsx
5982
- import { jsx as jsx58 } from "react/jsx-runtime";
5999
+ import { jsx as jsx62 } from "react/jsx-runtime";
5983
6000
 
5984
6001
  // src/list/templates/list-virtualization.tsx
5985
- import { jsx as jsx59 } from "react/jsx-runtime";
6002
+ import { jsx as jsx63 } from "react/jsx-runtime";
5986
6003
 
5987
6004
  // src/list/templates/list-grouping.tsx
5988
- import { jsx as jsx60, jsxs as jsxs24 } from "react/jsx-runtime";
6005
+ import { jsx as jsx64, jsxs as jsxs25 } from "react/jsx-runtime";
5989
6006
 
5990
6007
  // src/list/templates/list-virualization-grouping.tsx
5991
- import { jsx as jsx61, jsxs as jsxs25 } from "react/jsx-runtime";
6008
+ import { jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
5992
6009
 
5993
6010
  // src/list/templates/list-virtualization-angular.tsx
5994
- import { jsx as jsx62 } from "react/jsx-runtime";
6011
+ import { jsx as jsx66 } from "react/jsx-runtime";
5995
6012
 
5996
6013
  // src/list/templates/list-grouping-angular.tsx
5997
- import { jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
6014
+ import { jsx as jsx67, jsxs as jsxs27 } from "react/jsx-runtime";
5998
6015
 
5999
6016
  // src/list/templates/list-virualization-grouping-angular.tsx
6000
- import { jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
6017
+ import { jsx as jsx68, jsxs as jsxs28 } from "react/jsx-runtime";
6001
6018
 
6002
6019
  // src/combobox/combobox.spec.tsx
6003
- import { Fragment as Fragment19, jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
6020
+ import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs29 } from "react/jsx-runtime";
6004
6021
  var COMBOBOX_CLASSNAME = `k-combobox`;
6005
6022
  var states30 = [
6006
6023
  States.hover,
@@ -6045,8 +6062,8 @@ var Combobox = (props) => {
6045
6062
  adaptiveSettings,
6046
6063
  ...other
6047
6064
  } = props;
6048
- return /* @__PURE__ */ jsxs28(Fragment19, { children: [
6049
- /* @__PURE__ */ jsxs28(
6065
+ return /* @__PURE__ */ jsxs29(Fragment20, { children: [
6066
+ /* @__PURE__ */ jsxs29(
6050
6067
  Input,
6051
6068
  {
6052
6069
  ...other,
@@ -6063,9 +6080,9 @@ var Combobox = (props) => {
6063
6080
  readonly,
6064
6081
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6065
6082
  children: [
6066
- /* @__PURE__ */ jsx65(InputPrefix, { children: prefix }),
6067
- /* @__PURE__ */ jsx65(InputInnerInput, { placeholder, value }),
6068
- /* @__PURE__ */ jsx65(
6083
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6084
+ /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6085
+ /* @__PURE__ */ jsx69(
6069
6086
  InputValidationIcon,
6070
6087
  {
6071
6088
  valid,
@@ -6074,14 +6091,14 @@ var Combobox = (props) => {
6074
6091
  disabled
6075
6092
  }
6076
6093
  ),
6077
- /* @__PURE__ */ jsx65(
6094
+ /* @__PURE__ */ jsx69(
6078
6095
  InputLoadingIcon,
6079
6096
  {
6080
6097
  loading,
6081
6098
  disabled
6082
6099
  }
6083
6100
  ),
6084
- /* @__PURE__ */ jsx65(
6101
+ /* @__PURE__ */ jsx69(
6085
6102
  InputClearValue,
6086
6103
  {
6087
6104
  loading,
@@ -6090,8 +6107,8 @@ var Combobox = (props) => {
6090
6107
  value
6091
6108
  }
6092
6109
  ),
6093
- /* @__PURE__ */ jsx65(InputSuffix, { children: suffix }),
6094
- /* @__PURE__ */ jsx65(
6110
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6111
+ /* @__PURE__ */ jsx69(
6095
6112
  Button,
6096
6113
  {
6097
6114
  className: "k-input-button",
@@ -6104,9 +6121,9 @@ var Combobox = (props) => {
6104
6121
  ]
6105
6122
  }
6106
6123
  ),
6107
- opened && popup && /* @__PURE__ */ jsx65(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6108
- adaptive && /* @__PURE__ */ jsxs28(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6109
- /* @__PURE__ */ jsx65(
6124
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6125
+ adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6126
+ /* @__PURE__ */ jsx69(
6110
6127
  ActionSheetHeader,
6111
6128
  {
6112
6129
  actions: ["x"],
@@ -6114,10 +6131,10 @@ var Combobox = (props) => {
6114
6131
  title: "Select Item"
6115
6132
  }
6116
6133
  ),
6117
- /* @__PURE__ */ jsx65("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6118
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" }),
6119
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" }),
6120
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" })
6134
+ /* @__PURE__ */ jsx69("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
6135
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6136
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6137
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" })
6121
6138
  ] }) })
6122
6139
  ] })
6123
6140
  ] });
@@ -6128,19 +6145,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6128
6145
  Combobox.defaultProps = defaultProps26;
6129
6146
 
6130
6147
  // src/combobox/templates/combobox-normal.tsx
6131
- import { jsx as jsx66 } from "react/jsx-runtime";
6148
+ import { jsx as jsx70 } from "react/jsx-runtime";
6132
6149
 
6133
6150
  // src/combobox/templates/combobox-popup.tsx
6134
- import { jsx as jsx67, jsxs as jsxs29 } from "react/jsx-runtime";
6151
+ import { jsx as jsx71, jsxs as jsxs30 } from "react/jsx-runtime";
6135
6152
 
6136
6153
  // src/combobox/templates/combobox-grouping.tsx
6137
- import { jsx as jsx68, jsxs as jsxs30 } from "react/jsx-runtime";
6154
+ import { jsx as jsx72, jsxs as jsxs31 } from "react/jsx-runtime";
6138
6155
 
6139
6156
  // src/combobox/templates/combobox-adaptive.tsx
6140
- import { jsx as jsx69 } from "react/jsx-runtime";
6157
+ import { jsx as jsx73 } from "react/jsx-runtime";
6141
6158
 
6142
6159
  // src/dropdownlist/dropdownlist.spec.tsx
6143
- import { Fragment as Fragment20, jsx as jsx70, jsxs as jsxs31 } from "react/jsx-runtime";
6160
+ import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
6144
6161
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6145
6162
  var states31 = [
6146
6163
  States.hover,
@@ -6188,8 +6205,8 @@ var DropdownList = (props) => {
6188
6205
  opened,
6189
6206
  ...other
6190
6207
  } = props;
6191
- return /* @__PURE__ */ jsxs31(Fragment20, { children: [
6192
- /* @__PURE__ */ jsxs31(
6208
+ return /* @__PURE__ */ jsxs32(Fragment21, { children: [
6209
+ /* @__PURE__ */ jsxs32(
6193
6210
  Picker,
6194
6211
  {
6195
6212
  ...other,
@@ -6212,8 +6229,8 @@ var DropdownList = (props) => {
6212
6229
  }
6213
6230
  ),
6214
6231
  children: [
6215
- /* @__PURE__ */ jsx70(InputPrefix, { children: prefix }),
6216
- /* @__PURE__ */ jsx70(
6232
+ /* @__PURE__ */ jsx74(InputPrefix, { children: prefix }),
6233
+ /* @__PURE__ */ jsx74(
6217
6234
  InputInnerSpan,
6218
6235
  {
6219
6236
  placeholder,
@@ -6222,7 +6239,7 @@ var DropdownList = (props) => {
6222
6239
  valueIconName
6223
6240
  }
6224
6241
  ),
6225
- /* @__PURE__ */ jsx70(
6242
+ /* @__PURE__ */ jsx74(
6226
6243
  InputValidationIcon,
6227
6244
  {
6228
6245
  valid,
@@ -6231,15 +6248,15 @@ var DropdownList = (props) => {
6231
6248
  disabled
6232
6249
  }
6233
6250
  ),
6234
- /* @__PURE__ */ jsx70(
6251
+ /* @__PURE__ */ jsx74(
6235
6252
  InputLoadingIcon,
6236
6253
  {
6237
6254
  loading,
6238
6255
  disabled
6239
6256
  }
6240
6257
  ),
6241
- /* @__PURE__ */ jsx70(InputSuffix, { children: suffix }),
6242
- /* @__PURE__ */ jsx70(
6258
+ /* @__PURE__ */ jsx74(InputSuffix, { children: suffix }),
6259
+ /* @__PURE__ */ jsx74(
6243
6260
  Button,
6244
6261
  {
6245
6262
  className: "k-input-button",
@@ -6252,7 +6269,7 @@ var DropdownList = (props) => {
6252
6269
  ]
6253
6270
  }
6254
6271
  ),
6255
- opened && popup && /* @__PURE__ */ jsx70(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6272
+ opened && popup && /* @__PURE__ */ jsx74(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6256
6273
  ] });
6257
6274
  };
6258
6275
  DropdownList.states = states31;
@@ -6261,22 +6278,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
6261
6278
  DropdownList.defaultProps = defaultProps27;
6262
6279
 
6263
6280
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6264
- import { jsx as jsx71 } from "react/jsx-runtime";
6281
+ import { jsx as jsx75 } from "react/jsx-runtime";
6265
6282
 
6266
6283
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6267
- import { jsx as jsx72, jsxs as jsxs32 } from "react/jsx-runtime";
6284
+ import { jsx as jsx76, jsxs as jsxs33 } from "react/jsx-runtime";
6268
6285
 
6269
6286
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6270
- import { Fragment as Fragment21, jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
6287
+ import { Fragment as Fragment22, jsx as jsx77, jsxs as jsxs34 } from "react/jsx-runtime";
6271
6288
 
6272
6289
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6273
- import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6290
+ import { jsx as jsx78, jsxs as jsxs35 } from "react/jsx-runtime";
6274
6291
 
6275
6292
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6276
- import { Fragment as Fragment22, jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6293
+ import { Fragment as Fragment23, jsx as jsx79, jsxs as jsxs36 } from "react/jsx-runtime";
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,12 +6643,12 @@ 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
  var className13 = `k-separator`;
6631
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx78("div", { className: classNames(className13, props.className) });
6648
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx82("div", { className: classNames(className13, props.className) });
6632
6649
 
6633
6650
  // src/toolbar/toolbar-item.spec.tsx
6634
- import { jsx as jsx79 } from "react/jsx-runtime";
6651
+ import { jsx as jsx83 } from "react/jsx-runtime";
6635
6652
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6636
6653
  var states34 = [
6637
6654
  States.focus
@@ -6643,7 +6660,7 @@ var ToolbarItem = (props) => {
6643
6660
  focus,
6644
6661
  ...other
6645
6662
  } = props;
6646
- return /* @__PURE__ */ jsx79(
6663
+ return /* @__PURE__ */ jsx83(
6647
6664
  "div",
6648
6665
  {
6649
6666
  ...other,
@@ -6664,45 +6681,45 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6664
6681
  ToolbarItem.defaultProps = defaultProps30;
6665
6682
 
6666
6683
  // src/toolbar/tests/toolbar-angular.tsx
6667
- import { Fragment as Fragment23, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6668
- var toolbar_angular_default = () => /* @__PURE__ */ jsx80(Fragment23, { children: /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6669
- /* @__PURE__ */ jsx80("span", { className: "k-colspan-all k-col-span-full", children: "Angular specific rendering and spacing" }),
6670
- /* @__PURE__ */ jsx80("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs36(ToolbarAngular, { children: [
6671
- /* @__PURE__ */ jsx80(Button, { children: "Button" }),
6672
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(ToolbarSeparator, {}) }),
6673
- /* @__PURE__ */ jsx80(SplitButton, { children: "Split button" }),
6674
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(ToolbarSeparator, {}) }),
6675
- /* @__PURE__ */ jsx80(MenuButton, { text: "Menu button" }),
6676
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(ToolbarSeparator, {}) }),
6677
- /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6678
- /* @__PURE__ */ jsx80(Button, { icon: "align-left" }),
6679
- /* @__PURE__ */ jsx80(Button, { icon: "align-center" }),
6680
- /* @__PURE__ */ jsx80(Button, { icon: "align-right" }),
6681
- /* @__PURE__ */ jsx80(Button, { icon: "align-justify" })
6684
+ import { Fragment as Fragment24, jsx as jsx84, jsxs as jsxs37 } from "react/jsx-runtime";
6685
+ var toolbar_angular_default = () => /* @__PURE__ */ jsx84(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6686
+ /* @__PURE__ */ jsx84("span", { className: "k-colspan-all k-col-span-full", children: "Angular specific rendering and spacing" }),
6687
+ /* @__PURE__ */ jsx84("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(ToolbarAngular, { children: [
6688
+ /* @__PURE__ */ jsx84(Button, { children: "Button" }),
6689
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(ToolbarSeparator, {}) }),
6690
+ /* @__PURE__ */ jsx84(SplitButton, { children: "Split button" }),
6691
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(ToolbarSeparator, {}) }),
6692
+ /* @__PURE__ */ jsx84(MenuButton, { text: "Menu button" }),
6693
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(ToolbarSeparator, {}) }),
6694
+ /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6695
+ /* @__PURE__ */ jsx84(Button, { icon: "align-left" }),
6696
+ /* @__PURE__ */ jsx84(Button, { icon: "align-center" }),
6697
+ /* @__PURE__ */ jsx84(Button, { icon: "align-right" }),
6698
+ /* @__PURE__ */ jsx84(Button, { icon: "align-justify" })
6682
6699
  ] })
6683
6700
  ] }) }),
6684
- /* @__PURE__ */ jsx80("span", { children: "wrapped" }),
6685
- /* @__PURE__ */ jsx80("span", { children: "rtl" }),
6686
- /* @__PURE__ */ jsx80("section", { children: /* @__PURE__ */ jsxs36(ToolbarAngular, { children: [
6687
- /* @__PURE__ */ jsx80(Button, { children: "Button" }),
6688
- /* @__PURE__ */ jsx80(SplitButton, { children: "Split button" }),
6689
- /* @__PURE__ */ jsx80(MenuButton, { text: "Menu button" }),
6690
- /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6691
- /* @__PURE__ */ jsx80(Button, { icon: "align-left", children: "Left" }),
6692
- /* @__PURE__ */ jsx80(Button, { icon: "align-center", children: "Center" }),
6693
- /* @__PURE__ */ jsx80(Button, { icon: "align-right", children: "Right" }),
6694
- /* @__PURE__ */ jsx80(Button, { icon: "align-justify", children: "Justify" })
6701
+ /* @__PURE__ */ jsx84("span", { children: "wrapped" }),
6702
+ /* @__PURE__ */ jsx84("span", { children: "rtl" }),
6703
+ /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(ToolbarAngular, { children: [
6704
+ /* @__PURE__ */ jsx84(Button, { children: "Button" }),
6705
+ /* @__PURE__ */ jsx84(SplitButton, { children: "Split button" }),
6706
+ /* @__PURE__ */ jsx84(MenuButton, { text: "Menu button" }),
6707
+ /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6708
+ /* @__PURE__ */ jsx84(Button, { icon: "align-left", children: "Left" }),
6709
+ /* @__PURE__ */ jsx84(Button, { icon: "align-center", children: "Center" }),
6710
+ /* @__PURE__ */ jsx84(Button, { icon: "align-right", children: "Right" }),
6711
+ /* @__PURE__ */ jsx84(Button, { icon: "align-justify", children: "Justify" })
6695
6712
  ] })
6696
6713
  ] }) }),
6697
- /* @__PURE__ */ jsx80("section", { dir: "rtl", children: /* @__PURE__ */ jsxs36(ToolbarAngular, { children: [
6698
- /* @__PURE__ */ jsx80(Button, { children: "Button" }),
6699
- /* @__PURE__ */ jsx80(SplitButton, { children: "Split button" }),
6700
- /* @__PURE__ */ jsx80(MenuButton, { text: "Menu button" }),
6701
- /* @__PURE__ */ jsxs36(ButtonGroup, { children: [
6702
- /* @__PURE__ */ jsx80(Button, { icon: "align-left", children: "Left" }),
6703
- /* @__PURE__ */ jsx80(Button, { icon: "align-center", children: "Center" }),
6704
- /* @__PURE__ */ jsx80(Button, { icon: "align-right", children: "Right" }),
6705
- /* @__PURE__ */ jsx80(Button, { icon: "align-justify", children: "Justify" })
6714
+ /* @__PURE__ */ jsx84("section", { dir: "rtl", children: /* @__PURE__ */ jsxs37(ToolbarAngular, { children: [
6715
+ /* @__PURE__ */ jsx84(Button, { children: "Button" }),
6716
+ /* @__PURE__ */ jsx84(SplitButton, { children: "Split button" }),
6717
+ /* @__PURE__ */ jsx84(MenuButton, { text: "Menu button" }),
6718
+ /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6719
+ /* @__PURE__ */ jsx84(Button, { icon: "align-left", children: "Left" }),
6720
+ /* @__PURE__ */ jsx84(Button, { icon: "align-center", children: "Center" }),
6721
+ /* @__PURE__ */ jsx84(Button, { icon: "align-right", children: "Right" }),
6722
+ /* @__PURE__ */ jsx84(Button, { icon: "align-justify", children: "Justify" })
6706
6723
  ] })
6707
6724
  ] }) })
6708
6725
  ] }) });