@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
@@ -4810,12 +4810,14 @@ var states14 = [
4810
4810
  States.checked
4811
4811
  ];
4812
4812
  var options13 = {
4813
- size: [Size.small, Size.medium, Size.large]
4813
+ size: [Size.small, Size.medium, Size.large],
4814
+ trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4815
+ thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4814
4816
  };
4815
4817
  var defaultProps10 = {
4816
4818
  size: Size.medium,
4817
- trackRounded: "full",
4818
- thumbRounded: "full"
4819
+ trackRounded: Roundness.full,
4820
+ thumbRounded: Roundness.full
4819
4821
  };
4820
4822
  var Switch = (props) => {
4821
4823
  const {
@@ -4856,9 +4858,9 @@ var Switch = (props) => {
4856
4858
  {
4857
4859
  className: classNames(
4858
4860
  "k-switch-track",
4859
- {
4860
- [`k-rounded-${trackRounded}`]: trackRounded
4861
- }
4861
+ optionClassNames(SWITCH_CLASSNAME, {
4862
+ rounded: trackRounded
4863
+ })
4862
4864
  ),
4863
4865
  children: [
4864
4866
  onLabel && /* @__PURE__ */ jsx21("span", { className: "k-switch-label-on", children: onLabel }),
@@ -4871,9 +4873,9 @@ var Switch = (props) => {
4871
4873
  {
4872
4874
  className: classNames(
4873
4875
  "k-switch-thumb",
4874
- {
4875
- [`k-rounded-${thumbRounded}`]: thumbRounded
4876
- }
4876
+ optionClassNames(SWITCH_CLASSNAME, {
4877
+ rounded: thumbRounded
4878
+ })
4877
4879
  )
4878
4880
  }
4879
4881
  ) })
@@ -4886,8 +4888,14 @@ Switch.options = options13;
4886
4888
  Switch.className = SWITCH_CLASSNAME;
4887
4889
  Switch.defaultProps = defaultProps10;
4888
4890
 
4889
- // src/button-group/button-group.spec.tsx
4891
+ // src/switch/templates/switch-normal.tsx
4890
4892
  import { jsx as jsx22 } from "react/jsx-runtime";
4893
+
4894
+ // src/switch/templates/switch-checked.tsx
4895
+ import { jsx as jsx23 } from "react/jsx-runtime";
4896
+
4897
+ // src/button-group/button-group.spec.tsx
4898
+ import { jsx as jsx24 } from "react/jsx-runtime";
4891
4899
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4892
4900
  var states15 = [
4893
4901
  States.disabled
@@ -4905,7 +4913,7 @@ var ButtonGroup = (props) => {
4905
4913
  stretched,
4906
4914
  ...other
4907
4915
  } = props;
4908
- return /* @__PURE__ */ jsx22(
4916
+ return /* @__PURE__ */ jsx24(
4909
4917
  "div",
4910
4918
  {
4911
4919
  ...other,
@@ -4932,19 +4940,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4932
4940
  ButtonGroup.defaultProps = defaultProps11;
4933
4941
 
4934
4942
  // src/button-group/templates/icon-button-group.tsx
4935
- import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
4943
+ import { jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
4936
4944
 
4937
4945
  // src/button-group/templates/icon-text-button-group.tsx
4938
- import { jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
4946
+ import { jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
4939
4947
 
4940
4948
  // src/button-group/templates/text-button-group.tsx
4941
- import { jsx as jsx25, jsxs as jsxs8 } from "react/jsx-runtime";
4949
+ import { jsx as jsx27, jsxs as jsxs8 } from "react/jsx-runtime";
4942
4950
 
4943
4951
  // src/button-group/templates/mixed-button-group.tsx
4944
- import { jsx as jsx26, jsxs as jsxs9 } from "react/jsx-runtime";
4952
+ import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
4945
4953
 
4946
4954
  // src/animation-container/animation-container.spec.tsx
4947
- import { jsx as jsx27 } from "react/jsx-runtime";
4955
+ import { jsx as jsx29 } from "react/jsx-runtime";
4948
4956
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4949
4957
  var states16 = [];
4950
4958
  var options15 = {};
@@ -4958,7 +4966,7 @@ var AnimationContainer = (props) => {
4958
4966
  offset,
4959
4967
  ...other
4960
4968
  } = props;
4961
- return /* @__PURE__ */ jsx27(
4969
+ return /* @__PURE__ */ jsx29(
4962
4970
  "div",
4963
4971
  {
4964
4972
  ...other,
@@ -4970,7 +4978,7 @@ var AnimationContainer = (props) => {
4970
4978
  ["k-animation-container-fixed"]: positionMode === "fixed"
4971
4979
  }
4972
4980
  ),
4973
- children: /* @__PURE__ */ jsx27("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4981
+ children: /* @__PURE__ */ jsx29("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4974
4982
  }
4975
4983
  );
4976
4984
  };
@@ -4980,7 +4988,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4980
4988
  AnimationContainer.defaultProps = defaultProps12;
4981
4989
 
4982
4990
  // src/popup/popup.spec.tsx
4983
- import { jsx as jsx28 } from "react/jsx-runtime";
4991
+ import { jsx as jsx30 } from "react/jsx-runtime";
4984
4992
  var POPUP_CLASSNAME = `k-popup`;
4985
4993
  var states17 = [];
4986
4994
  var options16 = {};
@@ -4993,12 +5001,12 @@ var Popup = (props) => {
4993
5001
  positionMode,
4994
5002
  ...other
4995
5003
  } = props;
4996
- return /* @__PURE__ */ jsx28(
5004
+ return /* @__PURE__ */ jsx30(
4997
5005
  AnimationContainer,
4998
5006
  {
4999
5007
  positionMode,
5000
5008
  offset,
5001
- children: /* @__PURE__ */ jsx28("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5009
+ children: /* @__PURE__ */ jsx30("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5002
5010
  }
5003
5011
  );
5004
5012
  };
@@ -5008,7 +5016,7 @@ Popup.className = POPUP_CLASSNAME;
5008
5016
  Popup.defaultProps = defaultProps13;
5009
5017
 
5010
5018
  // src/action-sheet/action-sheet.spec.tsx
5011
- import { Fragment as Fragment10, jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
5019
+ import { Fragment as Fragment10, jsx as jsx31, jsxs as jsxs10 } from "react/jsx-runtime";
5012
5020
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5013
5021
  var states18 = [];
5014
5022
  var options17 = {};
@@ -5031,8 +5039,8 @@ var ActionSheet = (props) => {
5031
5039
  overlay = defaultProps14.overlay,
5032
5040
  ...other
5033
5041
  } = props;
5034
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx29(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5035
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx29(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx29(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5042
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx31(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5043
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx31(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx31(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5036
5044
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5037
5045
  switch (child.type) {
5038
5046
  case ActionSheetHeader:
@@ -5042,10 +5050,10 @@ var ActionSheet = (props) => {
5042
5050
  return true;
5043
5051
  }
5044
5052
  return true;
5045
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx29(Fragment10, {});
5053
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx31(Fragment10, {});
5046
5054
  return /* @__PURE__ */ jsxs10("div", { className: "k-actionsheet-container", children: [
5047
- overlay && /* @__PURE__ */ jsx29("div", { className: "k-overlay" }),
5048
- /* @__PURE__ */ jsx29(
5055
+ overlay && /* @__PURE__ */ jsx31("div", { className: "k-overlay" }),
5056
+ /* @__PURE__ */ jsx31(
5049
5057
  AnimationContainer,
5050
5058
  {
5051
5059
  animationStyle: {
@@ -5055,7 +5063,7 @@ var ActionSheet = (props) => {
5055
5063
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5056
5064
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5057
5065
  },
5058
- children: /* @__PURE__ */ jsx29(
5066
+ children: /* @__PURE__ */ jsx31(
5059
5067
  "div",
5060
5068
  {
5061
5069
  ...other,
@@ -5070,7 +5078,7 @@ var ActionSheet = (props) => {
5070
5078
  ),
5071
5079
  children: /* @__PURE__ */ jsxs10(Fragment10, { children: [
5072
5080
  _ActionSheetHeader,
5073
- /* @__PURE__ */ jsx29("div", { className: classNames(
5081
+ /* @__PURE__ */ jsx31("div", { className: classNames(
5074
5082
  "k-actionsheet-content",
5075
5083
  {
5076
5084
  "!k-overflow-hidden": adaptive
@@ -5090,7 +5098,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5090
5098
  ActionSheet.defaultProps = defaultProps14;
5091
5099
 
5092
5100
  // src/searchbox/searchbox.spec.tsx
5093
- import { jsx as jsx30, jsxs as jsxs11 } from "react/jsx-runtime";
5101
+ import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
5094
5102
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5095
5103
  var states19 = [
5096
5104
  States.hover,
@@ -5147,11 +5155,11 @@ var Searchbox = (props) => {
5147
5155
  disabled,
5148
5156
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5149
5157
  children: [
5150
- showIcon && /* @__PURE__ */ jsx30(Icon, { className: "k-input-icon", icon }),
5151
- /* @__PURE__ */ jsx30(InputInnerInput, { placeholder, value }),
5152
- /* @__PURE__ */ jsx30(InputLoadingIcon, { ...props }),
5153
- /* @__PURE__ */ jsx30(InputValidationIcon, { ...props }),
5154
- /* @__PURE__ */ jsx30(InputClearValue, { ...props })
5158
+ showIcon && /* @__PURE__ */ jsx32(Icon, { className: "k-input-icon", icon }),
5159
+ /* @__PURE__ */ jsx32(InputInnerInput, { placeholder, value }),
5160
+ /* @__PURE__ */ jsx32(InputLoadingIcon, { ...props }),
5161
+ /* @__PURE__ */ jsx32(InputValidationIcon, { ...props }),
5162
+ /* @__PURE__ */ jsx32(InputClearValue, { ...props })
5155
5163
  ]
5156
5164
  }
5157
5165
  );
@@ -5162,10 +5170,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5162
5170
  Searchbox.defaultProps = defaultProps15;
5163
5171
 
5164
5172
  // src/searchbox/templates/searchbox-normal.tsx
5165
- import { jsx as jsx31 } from "react/jsx-runtime";
5173
+ import { jsx as jsx33 } from "react/jsx-runtime";
5166
5174
 
5167
5175
  // src/action-sheet/actionsheet-header.tsx
5168
- import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
5176
+ import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5169
5177
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5170
5178
  var ActionSheetHeader = (props) => {
5171
5179
  const {
@@ -5175,7 +5183,7 @@ var ActionSheetHeader = (props) => {
5175
5183
  filter,
5176
5184
  ...other
5177
5185
  } = props;
5178
- return /* @__PURE__ */ jsx32(
5186
+ return /* @__PURE__ */ jsx34(
5179
5187
  "div",
5180
5188
  {
5181
5189
  ...other,
@@ -5185,21 +5193,21 @@ var ActionSheetHeader = (props) => {
5185
5193
  ),
5186
5194
  children: /* @__PURE__ */ jsxs12(Fragment11, { children: [
5187
5195
  /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5188
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx32(Fragment11, { children: /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-title", children: [
5189
- title !== "" && /* @__PURE__ */ jsx32("div", { className: "k-text-center", children: title }),
5190
- subTitle !== "" && /* @__PURE__ */ jsx32("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5196
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx34(Fragment11, { children: /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-title", children: [
5197
+ title !== "" && /* @__PURE__ */ jsx34("div", { className: "k-text-center", children: title }),
5198
+ subTitle !== "" && /* @__PURE__ */ jsx34("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5191
5199
  ] }) }),
5192
- props.children && /* @__PURE__ */ jsx32("div", { className: "k-actionsheet-title", children: props.children }),
5193
- actions && /* @__PURE__ */ jsx32(Fragment11, { children: /* @__PURE__ */ jsx32("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx32(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5200
+ props.children && /* @__PURE__ */ jsx34("div", { className: "k-actionsheet-title", children: props.children }),
5201
+ actions && /* @__PURE__ */ jsx34(Fragment11, { children: /* @__PURE__ */ jsx34("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx34(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5194
5202
  ] }),
5195
- filter && /* @__PURE__ */ jsx32(Fragment11, { children: /* @__PURE__ */ jsx32("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx32(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5203
+ filter && /* @__PURE__ */ jsx34(Fragment11, { children: /* @__PURE__ */ jsx34("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx34(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5196
5204
  ] })
5197
5205
  }
5198
5206
  );
5199
5207
  };
5200
5208
 
5201
5209
  // src/action-buttons/action-buttons.spec.tsx
5202
- import { jsx as jsx33 } from "react/jsx-runtime";
5210
+ import { jsx as jsx35 } from "react/jsx-runtime";
5203
5211
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5204
5212
  var states20 = [];
5205
5213
  var options19 = {};
@@ -5213,7 +5221,7 @@ var ActionButtons = (props) => {
5213
5221
  orientation = defaultProps16.orientation,
5214
5222
  ...other
5215
5223
  } = props;
5216
- return /* @__PURE__ */ jsx33(
5224
+ return /* @__PURE__ */ jsx35(
5217
5225
  "div",
5218
5226
  {
5219
5227
  ...other,
@@ -5236,14 +5244,14 @@ ActionButtons.defaultProps = defaultProps16;
5236
5244
  var action_buttons_spec_default = ActionButtons;
5237
5245
 
5238
5246
  // src/action-sheet/actionsheet-footer.tsx
5239
- import { Fragment as Fragment12, jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
5247
+ import { Fragment as Fragment12, jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
5240
5248
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5241
5249
  var ActionSheetFooter = (props) => {
5242
5250
  const {
5243
5251
  actions,
5244
5252
  ...other
5245
5253
  } = props;
5246
- return /* @__PURE__ */ jsx34(
5254
+ return /* @__PURE__ */ jsx36(
5247
5255
  action_buttons_spec_default,
5248
5256
  {
5249
5257
  ...other,
@@ -5255,14 +5263,14 @@ var ActionSheetFooter = (props) => {
5255
5263
  children: /* @__PURE__ */ jsxs13(Fragment12, { children: [
5256
5264
  actions && actions.map((action, index) => {
5257
5265
  if (action === "|") {
5258
- return /* @__PURE__ */ jsx34("span", { className: "k-separator" }, index);
5266
+ return /* @__PURE__ */ jsx36("span", { className: "k-separator" }, index);
5259
5267
  }
5260
5268
  if (action === " ") {
5261
- return /* @__PURE__ */ jsx34("span", { className: "k-spacer" }, index);
5269
+ return /* @__PURE__ */ jsx36("span", { className: "k-spacer" }, index);
5262
5270
  }
5263
5271
  const importantFlag = action.startsWith("!");
5264
5272
  const actionName = importantFlag ? action.substring(1) : action;
5265
- return /* @__PURE__ */ jsx34(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5273
+ return /* @__PURE__ */ jsx36(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5266
5274
  }),
5267
5275
  !actions && props.children
5268
5276
  ] })
@@ -5271,12 +5279,12 @@ var ActionSheetFooter = (props) => {
5271
5279
  };
5272
5280
 
5273
5281
  // src/action-sheet/actionsheet-items.tsx
5274
- import { jsx as jsx35 } from "react/jsx-runtime";
5282
+ import { jsx as jsx37 } from "react/jsx-runtime";
5275
5283
  var ActionSheetItems = (props) => {
5276
5284
  const {
5277
5285
  ...other
5278
5286
  } = props;
5279
- return /* @__PURE__ */ jsx35(
5287
+ return /* @__PURE__ */ jsx37(
5280
5288
  "div",
5281
5289
  {
5282
5290
  ...other,
@@ -5290,7 +5298,7 @@ var ActionSheetItems = (props) => {
5290
5298
  };
5291
5299
 
5292
5300
  // src/action-sheet/actionsheet-item.tsx
5293
- import { Fragment as Fragment13, jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
5301
+ import { Fragment as Fragment13, jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
5294
5302
  var states21 = [
5295
5303
  States.hover,
5296
5304
  States.focus,
@@ -5299,12 +5307,12 @@ var states21 = [
5299
5307
  ];
5300
5308
 
5301
5309
  // src/nodata/nodata.tsx
5302
- import { jsx as jsx37 } from "react/jsx-runtime";
5310
+ import { jsx as jsx39 } from "react/jsx-runtime";
5303
5311
  var className9 = `k-nodata`;
5304
- var NoData = (props) => /* @__PURE__ */ jsx37("span", { className: classNames(className9, props.className), children: props.children });
5312
+ var NoData = (props) => /* @__PURE__ */ jsx39("span", { className: classNames(className9, props.className), children: props.children });
5305
5313
 
5306
5314
  // src/list/list.spec.tsx
5307
- import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
5315
+ import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
5308
5316
  var LIST_CLASSNAME = `k-list`;
5309
5317
  var states22 = [];
5310
5318
  var options20 = {
@@ -5332,7 +5340,7 @@ var List = (props) => {
5332
5340
  listHeader = child.props.label;
5333
5341
  child.props.children.map((optChild, index2) => {
5334
5342
  listChildren.push(
5335
- /* @__PURE__ */ jsx38(
5343
+ /* @__PURE__ */ jsx40(
5336
5344
  ListItem,
5337
5345
  {
5338
5346
  ...optChild.props
@@ -5348,7 +5356,7 @@ var List = (props) => {
5348
5356
  groupLabel = child.props.label;
5349
5357
  }
5350
5358
  listChildren.push(
5351
- /* @__PURE__ */ jsx38(
5359
+ /* @__PURE__ */ jsx40(
5352
5360
  ListItem,
5353
5361
  {
5354
5362
  className: index2 === 0 ? "k-first" : "",
@@ -5360,14 +5368,14 @@ var List = (props) => {
5360
5368
  );
5361
5369
  });
5362
5370
  }
5363
- listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
5371
+ listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5364
5372
  } else if (child.type === ListItem) {
5365
- listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
5366
- listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
5373
+ listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5374
+ listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5367
5375
  }
5368
5376
  });
5369
5377
  } else {
5370
- listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
5378
+ listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5371
5379
  }
5372
5380
  return /* @__PURE__ */ jsxs15(
5373
5381
  "div",
@@ -5397,7 +5405,7 @@ List.className = LIST_CLASSNAME;
5397
5405
  List.defaultProps = defaultProps17;
5398
5406
 
5399
5407
  // src/list/list-angular.spec.tsx
5400
- import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5408
+ import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
5401
5409
  var LISTANGULAR_CLASSNAME = `k-list`;
5402
5410
  var states23 = [];
5403
5411
  var options21 = {
@@ -5424,7 +5432,7 @@ var ListAngular = (props) => {
5424
5432
  listHeader = child.props.label;
5425
5433
  child.props.children.map((optChild, index2) => {
5426
5434
  listChildren.push(
5427
- /* @__PURE__ */ jsx39(
5435
+ /* @__PURE__ */ jsx41(
5428
5436
  ListItem,
5429
5437
  {
5430
5438
  ...optChild.props
@@ -5435,7 +5443,7 @@ var ListAngular = (props) => {
5435
5443
  });
5436
5444
  } else {
5437
5445
  listChildren.push(
5438
- /* @__PURE__ */ jsx39(
5446
+ /* @__PURE__ */ jsx41(
5439
5447
  ListGroupItem,
5440
5448
  {
5441
5449
  ...child.props,
@@ -5446,7 +5454,7 @@ var ListAngular = (props) => {
5446
5454
  );
5447
5455
  child.props.children.map((optChild, index2) => {
5448
5456
  listChildren.push(
5449
- /* @__PURE__ */ jsx39(
5457
+ /* @__PURE__ */ jsx41(
5450
5458
  ListItem,
5451
5459
  {
5452
5460
  ...optChild.props
@@ -5456,14 +5464,14 @@ var ListAngular = (props) => {
5456
5464
  );
5457
5465
  });
5458
5466
  }
5459
- listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5467
+ listGroup = /* @__PURE__ */ jsx41(ListGroup, { label: listHeader, virtualization, children: listChildren });
5460
5468
  } else if (child.type === ListItem) {
5461
- listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5462
- listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5469
+ listChildren.push(/* @__PURE__ */ jsx41(ListItem, { ...child.props }, `${child.type}-${index}`));
5470
+ listContent = /* @__PURE__ */ jsx41(ListContent, { virtualization, children: listChildren });
5463
5471
  }
5464
5472
  });
5465
5473
  } else {
5466
- listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5474
+ listContent = /* @__PURE__ */ jsx41(NoData, { children: "No data found." });
5467
5475
  }
5468
5476
  return /* @__PURE__ */ jsxs16(
5469
5477
  "div",
@@ -5492,7 +5500,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5492
5500
  ListAngular.defaultProps = defaultProps18;
5493
5501
 
5494
5502
  // src/checkbox/checkbox.spec.tsx
5495
- import { jsx as jsx40 } from "react/jsx-runtime";
5503
+ import { jsx as jsx42 } from "react/jsx-runtime";
5496
5504
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5497
5505
  var states24 = [
5498
5506
  States.hover,
@@ -5527,7 +5535,7 @@ var Checkbox = (props) => {
5527
5535
  rounded = defaultProps19.rounded,
5528
5536
  ...other
5529
5537
  } = props;
5530
- return /* @__PURE__ */ jsx40("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx40(
5538
+ return /* @__PURE__ */ jsx42("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx42(
5531
5539
  "input",
5532
5540
  {
5533
5541
  ...other,
@@ -5550,13 +5558,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5550
5558
  Checkbox.defaultProps = defaultProps19;
5551
5559
 
5552
5560
  // src/checkbox/templates/checkbox-label.tsx
5553
- import { Fragment as Fragment14, jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
5561
+ import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5554
5562
 
5555
5563
  // src/checkbox/templates/checkbox-normal.tsx
5556
- import { jsx as jsx42 } from "react/jsx-runtime";
5564
+ import { jsx as jsx44 } from "react/jsx-runtime";
5557
5565
 
5558
5566
  // src/list/list-item.spec.tsx
5559
- import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
5567
+ import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5560
5568
  var LISTITEM_CLASSNAME = `k-list-item`;
5561
5569
  var states25 = [
5562
5570
  States.hover,
@@ -5596,10 +5604,10 @@ var ListItem = (props) => {
5596
5604
  })
5597
5605
  ),
5598
5606
  children: [
5599
- showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked }),
5600
- showIcon && /* @__PURE__ */ jsx43(Icon, { icon: iconName }),
5601
- /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: textOrChildren }),
5602
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx43("div", { className: "k-list-item-group-label", children: groupLabel })
5607
+ showCheckbox && /* @__PURE__ */ jsx45(Checkbox, { checked }),
5608
+ showIcon && /* @__PURE__ */ jsx45(Icon, { icon: iconName }),
5609
+ /* @__PURE__ */ jsx45("span", { className: "k-list-item-text", children: textOrChildren }),
5610
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx45("div", { className: "k-list-item-group-label", children: groupLabel })
5603
5611
  ]
5604
5612
  }
5605
5613
  );
@@ -5610,43 +5618,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5610
5618
  ListItem.defaultProps = defaultProps20;
5611
5619
 
5612
5620
  // src/list/list-content.tsx
5613
- import { jsx as jsx44, jsxs as jsxs19 } from "react/jsx-runtime";
5621
+ import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
5614
5622
  var className10 = `k-list-content`;
5615
5623
  var ListContent = (props) => {
5616
5624
  const {
5617
5625
  virtualization
5618
5626
  } = props;
5619
5627
  return /* @__PURE__ */ jsxs19("div", { className: classNames(className10, props.className), children: [
5620
- /* @__PURE__ */ jsx44("ul", { className: classNames("k-list-ul"), children: props.children }),
5621
- virtualization && /* @__PURE__ */ jsx44("div", { className: "k-height-container", children: /* @__PURE__ */ jsx44("div", {}) })
5628
+ /* @__PURE__ */ jsx46("ul", { className: classNames("k-list-ul"), children: props.children }),
5629
+ virtualization && /* @__PURE__ */ jsx46("div", { className: "k-height-container", children: /* @__PURE__ */ jsx46("div", {}) })
5622
5630
  ] });
5623
5631
  };
5624
5632
 
5625
5633
  // src/list/list-header.tsx
5626
- import { jsx as jsx45 } from "react/jsx-runtime";
5634
+ import { jsx as jsx47 } from "react/jsx-runtime";
5627
5635
  var className11 = `k-list-group-sticky-header`;
5628
- var ListHeader = (props) => /* @__PURE__ */ jsx45("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx45("div", { className: "k-list-header-text", children: props.children }) });
5636
+ var ListHeader = (props) => /* @__PURE__ */ jsx47("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx47("div", { className: "k-list-header-text", children: props.children }) });
5629
5637
 
5630
5638
  // src/list/list-group.tsx
5631
- import { Fragment as Fragment15, jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
5639
+ import { Fragment as Fragment15, jsx as jsx48, jsxs as jsxs20 } from "react/jsx-runtime";
5632
5640
  var ListGroup = (props) => {
5633
5641
  const {
5634
5642
  virtualization,
5635
5643
  label
5636
5644
  } = props;
5637
5645
  return /* @__PURE__ */ jsxs20(Fragment15, { children: [
5638
- label && /* @__PURE__ */ jsx46(ListHeader, { children: label }),
5639
- props.children && /* @__PURE__ */ jsx46(ListContent, { virtualization, children: props.children })
5646
+ label && /* @__PURE__ */ jsx48(ListHeader, { children: label }),
5647
+ props.children && /* @__PURE__ */ jsx48(ListContent, { virtualization, children: props.children })
5640
5648
  ] });
5641
5649
  };
5642
5650
 
5643
5651
  // src/list/list-group-item.tsx
5644
- import { jsx as jsx47 } from "react/jsx-runtime";
5652
+ import { jsx as jsx49 } from "react/jsx-runtime";
5645
5653
  var className12 = `k-list-group-item`;
5646
- var ListGroupItem = (props) => /* @__PURE__ */ jsx47("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: props.children }) });
5654
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx49("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: props.children }) });
5647
5655
 
5648
5656
  // src/list/list-option-label.tsx
5649
- import { jsx as jsx48 } from "react/jsx-runtime";
5657
+ import { jsx as jsx50 } from "react/jsx-runtime";
5650
5658
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5651
5659
  var states26 = [
5652
5660
  States.hover,
@@ -5665,7 +5673,7 @@ var ListOptionLabel = (props) => {
5665
5673
  disabled,
5666
5674
  ...other
5667
5675
  } = props;
5668
- return /* @__PURE__ */ jsx48(
5676
+ return /* @__PURE__ */ jsx50(
5669
5677
  "div",
5670
5678
  {
5671
5679
  ...other,
@@ -5688,28 +5696,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5688
5696
  ListOptionLabel.defaultProps = defaultProps21;
5689
5697
 
5690
5698
  // src/list/templates/list-normal.tsx
5691
- import { jsx as jsx49 } from "react/jsx-runtime";
5699
+ import { jsx as jsx51 } from "react/jsx-runtime";
5692
5700
 
5693
5701
  // src/list/templates/list-virtualization.tsx
5694
- import { jsx as jsx50 } from "react/jsx-runtime";
5702
+ import { jsx as jsx52 } from "react/jsx-runtime";
5695
5703
 
5696
5704
  // src/list/templates/list-grouping.tsx
5697
- import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
5705
+ import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5698
5706
 
5699
5707
  // src/list/templates/list-virualization-grouping.tsx
5700
- import { jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
5708
+ import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5701
5709
 
5702
5710
  // src/list/templates/list-virtualization-angular.tsx
5703
- import { jsx as jsx53 } from "react/jsx-runtime";
5711
+ import { jsx as jsx55 } from "react/jsx-runtime";
5704
5712
 
5705
5713
  // src/list/templates/list-grouping-angular.tsx
5706
- import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
5714
+ import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5707
5715
 
5708
5716
  // src/list/templates/list-virualization-grouping-angular.tsx
5709
- import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
5717
+ import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5710
5718
 
5711
5719
  // src/combobox/combobox.spec.tsx
5712
- import { Fragment as Fragment16, jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
5720
+ import { Fragment as Fragment16, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5713
5721
  var COMBOBOX_CLASSNAME = `k-combobox`;
5714
5722
  var states27 = [
5715
5723
  States.hover,
@@ -5772,9 +5780,9 @@ var Combobox = (props) => {
5772
5780
  readonly,
5773
5781
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5774
5782
  children: [
5775
- /* @__PURE__ */ jsx56(InputPrefix, { children: prefix }),
5776
- /* @__PURE__ */ jsx56(InputInnerInput, { placeholder, value }),
5777
- /* @__PURE__ */ jsx56(
5783
+ /* @__PURE__ */ jsx58(InputPrefix, { children: prefix }),
5784
+ /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5785
+ /* @__PURE__ */ jsx58(
5778
5786
  InputValidationIcon,
5779
5787
  {
5780
5788
  valid,
@@ -5783,14 +5791,14 @@ var Combobox = (props) => {
5783
5791
  disabled
5784
5792
  }
5785
5793
  ),
5786
- /* @__PURE__ */ jsx56(
5794
+ /* @__PURE__ */ jsx58(
5787
5795
  InputLoadingIcon,
5788
5796
  {
5789
5797
  loading,
5790
5798
  disabled
5791
5799
  }
5792
5800
  ),
5793
- /* @__PURE__ */ jsx56(
5801
+ /* @__PURE__ */ jsx58(
5794
5802
  InputClearValue,
5795
5803
  {
5796
5804
  loading,
@@ -5799,8 +5807,8 @@ var Combobox = (props) => {
5799
5807
  value
5800
5808
  }
5801
5809
  ),
5802
- /* @__PURE__ */ jsx56(InputSuffix, { children: suffix }),
5803
- /* @__PURE__ */ jsx56(
5810
+ /* @__PURE__ */ jsx58(InputSuffix, { children: suffix }),
5811
+ /* @__PURE__ */ jsx58(
5804
5812
  Button,
5805
5813
  {
5806
5814
  className: "k-input-button",
@@ -5813,9 +5821,9 @@ var Combobox = (props) => {
5813
5821
  ]
5814
5822
  }
5815
5823
  ),
5816
- opened && popup && /* @__PURE__ */ jsx56(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5824
+ opened && popup && /* @__PURE__ */ jsx58(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5817
5825
  adaptive && /* @__PURE__ */ jsxs25(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5818
- /* @__PURE__ */ jsx56(
5826
+ /* @__PURE__ */ jsx58(
5819
5827
  ActionSheetHeader,
5820
5828
  {
5821
5829
  actions: ["x"],
@@ -5823,10 +5831,10 @@ var Combobox = (props) => {
5823
5831
  title: "Select Item"
5824
5832
  }
5825
5833
  ),
5826
- /* @__PURE__ */ jsx56("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
5827
- /* @__PURE__ */ jsx56(ListItem, { text: "List item" }),
5828
- /* @__PURE__ */ jsx56(ListItem, { text: "List item" }),
5829
- /* @__PURE__ */ jsx56(ListItem, { text: "List item" })
5834
+ /* @__PURE__ */ jsx58("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
5835
+ /* @__PURE__ */ jsx58(ListItem, { text: "List item" }),
5836
+ /* @__PURE__ */ jsx58(ListItem, { text: "List item" }),
5837
+ /* @__PURE__ */ jsx58(ListItem, { text: "List item" })
5830
5838
  ] }) })
5831
5839
  ] })
5832
5840
  ] });
@@ -5837,19 +5845,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
5837
5845
  Combobox.defaultProps = defaultProps22;
5838
5846
 
5839
5847
  // src/combobox/templates/combobox-normal.tsx
5840
- import { jsx as jsx57 } from "react/jsx-runtime";
5848
+ import { jsx as jsx59 } from "react/jsx-runtime";
5841
5849
 
5842
5850
  // src/combobox/templates/combobox-popup.tsx
5843
- import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
5851
+ import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5844
5852
 
5845
5853
  // src/combobox/templates/combobox-grouping.tsx
5846
- import { jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
5854
+ import { jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5847
5855
 
5848
5856
  // src/combobox/templates/combobox-adaptive.tsx
5849
- import { jsx as jsx60 } from "react/jsx-runtime";
5857
+ import { jsx as jsx62 } from "react/jsx-runtime";
5850
5858
 
5851
5859
  // src/dropdownlist/dropdownlist.spec.tsx
5852
- import { Fragment as Fragment17, jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
5860
+ import { Fragment as Fragment17, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5853
5861
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5854
5862
  var states28 = [
5855
5863
  States.hover,
@@ -5921,8 +5929,8 @@ var DropdownList = (props) => {
5921
5929
  }
5922
5930
  ),
5923
5931
  children: [
5924
- /* @__PURE__ */ jsx61(InputPrefix, { children: prefix }),
5925
- /* @__PURE__ */ jsx61(
5932
+ /* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
5933
+ /* @__PURE__ */ jsx63(
5926
5934
  InputInnerSpan,
5927
5935
  {
5928
5936
  placeholder,
@@ -5931,7 +5939,7 @@ var DropdownList = (props) => {
5931
5939
  valueIconName
5932
5940
  }
5933
5941
  ),
5934
- /* @__PURE__ */ jsx61(
5942
+ /* @__PURE__ */ jsx63(
5935
5943
  InputValidationIcon,
5936
5944
  {
5937
5945
  valid,
@@ -5940,15 +5948,15 @@ var DropdownList = (props) => {
5940
5948
  disabled
5941
5949
  }
5942
5950
  ),
5943
- /* @__PURE__ */ jsx61(
5951
+ /* @__PURE__ */ jsx63(
5944
5952
  InputLoadingIcon,
5945
5953
  {
5946
5954
  loading,
5947
5955
  disabled
5948
5956
  }
5949
5957
  ),
5950
- /* @__PURE__ */ jsx61(InputSuffix, { children: suffix }),
5951
- /* @__PURE__ */ jsx61(
5958
+ /* @__PURE__ */ jsx63(InputSuffix, { children: suffix }),
5959
+ /* @__PURE__ */ jsx63(
5952
5960
  Button,
5953
5961
  {
5954
5962
  className: "k-input-button",
@@ -5961,7 +5969,7 @@ var DropdownList = (props) => {
5961
5969
  ]
5962
5970
  }
5963
5971
  ),
5964
- opened && popup && /* @__PURE__ */ jsx61(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5972
+ opened && popup && /* @__PURE__ */ jsx63(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5965
5973
  ] });
5966
5974
  };
5967
5975
  DropdownList.states = states28;
@@ -5970,22 +5978,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5970
5978
  DropdownList.defaultProps = defaultProps23;
5971
5979
 
5972
5980
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5973
- import { jsx as jsx62 } from "react/jsx-runtime";
5981
+ import { jsx as jsx64 } from "react/jsx-runtime";
5974
5982
 
5975
5983
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5976
- import { jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
5984
+ import { jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
5977
5985
 
5978
5986
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5979
- import { Fragment as Fragment18, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
5987
+ import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
5980
5988
 
5981
5989
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5982
- import { jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
5990
+ import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
5983
5991
 
5984
5992
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5985
- import { Fragment as Fragment19, jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
5993
+ import { Fragment as Fragment19, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
5986
5994
 
5987
5995
  // src/menu-button/menu-button.spec.tsx
5988
- import { Fragment as Fragment20, jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
5996
+ import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
5989
5997
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5990
5998
  var states29 = [
5991
5999
  States.hover,
@@ -6040,7 +6048,7 @@ var MenuButton = (props) => {
6040
6048
  ...other
6041
6049
  } = props;
6042
6050
  return /* @__PURE__ */ jsxs33(Fragment20, { children: [
6043
- /* @__PURE__ */ jsx67(
6051
+ /* @__PURE__ */ jsx69(
6044
6052
  Button,
6045
6053
  {
6046
6054
  ...other,
@@ -6063,7 +6071,7 @@ var MenuButton = (props) => {
6063
6071
  arrowIconName
6064
6072
  }
6065
6073
  ),
6066
- opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-menu-popup", children: popup })
6074
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-menu-popup", children: popup })
6067
6075
  ] });
6068
6076
  };
6069
6077
  MenuButton.states = states29;
@@ -6072,16 +6080,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
6072
6080
  MenuButton.defaultProps = defaultProps24;
6073
6081
 
6074
6082
  // src/menu-button/templates/icon-menu-button.tsx
6075
- import { jsx as jsx68 } from "react/jsx-runtime";
6083
+ import { jsx as jsx70 } from "react/jsx-runtime";
6076
6084
 
6077
6085
  // src/menu-button/templates/icon-text-menu-button.tsx
6078
- import { jsx as jsx69 } from "react/jsx-runtime";
6086
+ import { jsx as jsx71 } from "react/jsx-runtime";
6079
6087
 
6080
6088
  // src/menu-button/templates/text-menu-button.tsx
6081
- import { jsx as jsx70 } from "react/jsx-runtime";
6089
+ import { jsx as jsx72 } from "react/jsx-runtime";
6082
6090
 
6083
6091
  // src/menu/menu-item.spec.tsx
6084
- import { Fragment as Fragment21, jsx as jsx71, jsxs as jsxs34 } from "react/jsx-runtime";
6092
+ import { Fragment as Fragment21, jsx as jsx73, jsxs as jsxs34 } from "react/jsx-runtime";
6085
6093
  var MENUITEM_CLASSNAME = `k-menu-item`;
6086
6094
  var states30 = [
6087
6095
  States.hover,
@@ -6109,7 +6117,7 @@ var MenuItem = (props) => {
6109
6117
  children,
6110
6118
  ...other
6111
6119
  } = props;
6112
- const contentTemplate = /* @__PURE__ */ jsx71(Fragment21, {});
6120
+ const contentTemplate = /* @__PURE__ */ jsx73(Fragment21, {});
6113
6121
  if (children) {
6114
6122
  children.forEach((child) => {
6115
6123
  const component = child.type;
@@ -6151,9 +6159,9 @@ var MenuItem = (props) => {
6151
6159
  })
6152
6160
  ),
6153
6161
  children: [
6154
- icon && /* @__PURE__ */ jsx71(Icon, { className: "k-menu-link-icon", icon }),
6155
- /* @__PURE__ */ jsx71("span", { className: "k-menu-link-text", children: text }),
6156
- showArrow && /* @__PURE__ */ jsx71("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx71(Icon, { icon: expandArrowName }) })
6162
+ icon && /* @__PURE__ */ jsx73(Icon, { className: "k-menu-link-icon", icon }),
6163
+ /* @__PURE__ */ jsx73("span", { className: "k-menu-link-text", children: text }),
6164
+ showArrow && /* @__PURE__ */ jsx73("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx73(Icon, { icon: expandArrowName }) })
6157
6165
  ]
6158
6166
  }
6159
6167
  ),
@@ -6169,7 +6177,7 @@ MenuItem.defaultProps = defaultProps25;
6169
6177
  var menu_item_spec_default = MenuItem;
6170
6178
 
6171
6179
  // src/menu/menu-separator.spec.tsx
6172
- import { jsx as jsx72 } from "react/jsx-runtime";
6180
+ import { jsx as jsx74 } from "react/jsx-runtime";
6173
6181
  var SEPARATOR_CLASSNAME = `k-separator`;
6174
6182
  var defaultProps26 = {
6175
6183
  orientation: "horizontal"
@@ -6179,7 +6187,7 @@ var MenuSeparator = (props) => {
6179
6187
  orientation = defaultProps26.orientation,
6180
6188
  ...other
6181
6189
  } = props;
6182
- return /* @__PURE__ */ jsx72(
6190
+ return /* @__PURE__ */ jsx74(
6183
6191
  "li",
6184
6192
  {
6185
6193
  ...other,
@@ -6197,10 +6205,10 @@ var MenuSeparator = (props) => {
6197
6205
  var menu_separator_spec_default = MenuSeparator;
6198
6206
 
6199
6207
  // src/menu/menu-item-content.tsx
6200
- import { Fragment as Fragment22, jsx as jsx73 } from "react/jsx-runtime";
6208
+ import { Fragment as Fragment22, jsx as jsx75 } from "react/jsx-runtime";
6201
6209
 
6202
6210
  // src/menu/menu-list.spec.tsx
6203
- import { jsx as jsx74 } from "react/jsx-runtime";
6211
+ import { jsx as jsx76 } from "react/jsx-runtime";
6204
6212
  import { createElement } from "react";
6205
6213
  var MENULIST_CLASSNAME = `k-menu-group`;
6206
6214
  var states31 = [];
@@ -6228,7 +6236,7 @@ var MenuList = (props) => {
6228
6236
  );
6229
6237
  } else if (child.type === menu_separator_spec_default) {
6230
6238
  listChildren.push(
6231
- /* @__PURE__ */ jsx74(menu_separator_spec_default, {})
6239
+ /* @__PURE__ */ jsx76(menu_separator_spec_default, {})
6232
6240
  );
6233
6241
  } else {
6234
6242
  listChildren.push(child);
@@ -6236,7 +6244,7 @@ var MenuList = (props) => {
6236
6244
  });
6237
6245
  }
6238
6246
  }
6239
- return /* @__PURE__ */ jsx74(
6247
+ return /* @__PURE__ */ jsx76(
6240
6248
  "ul",
6241
6249
  {
6242
6250
  ...other,
@@ -6257,10 +6265,10 @@ MenuList.className = MENULIST_CLASSNAME;
6257
6265
  MenuList.defaultProps = defaultProps27;
6258
6266
 
6259
6267
  // src/menu-button/templates/menu-button-popup.tsx
6260
- import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6268
+ import { jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6261
6269
 
6262
6270
  // src/split-button/split-button.spec.tsx
6263
- import { jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
6271
+ import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6264
6272
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6265
6273
  var states32 = [
6266
6274
  States.hover,
@@ -6308,52 +6316,57 @@ var SplitButton = (props) => {
6308
6316
  icon,
6309
6317
  text,
6310
6318
  arrowIconName = defaultProps28.arrowIconName,
6319
+ popup,
6320
+ opened,
6311
6321
  ...other
6312
6322
  } = props;
6313
- return /* @__PURE__ */ jsxs36(
6314
- "div",
6315
- {
6316
- ...other,
6317
- className: classNames(
6318
- props.className,
6319
- SPLITBUTTON_CLASSNAME,
6320
- "k-button-group",
6321
- optionClassNames(SPLITBUTTON_CLASSNAME, {
6322
- rounded
6323
- })
6324
- ),
6325
- children: [
6326
- /* @__PURE__ */ jsx76(
6327
- Button,
6328
- {
6329
- text,
6330
- icon,
6331
- size,
6332
- rounded,
6333
- fillMode,
6334
- themeColor,
6335
- hover,
6336
- focus,
6337
- active,
6338
- selected,
6339
- disabled,
6340
- children: props.children
6341
- }
6323
+ return /* @__PURE__ */ jsxs36(Fragment23, { children: [
6324
+ /* @__PURE__ */ jsxs36(
6325
+ "div",
6326
+ {
6327
+ ...other,
6328
+ className: classNames(
6329
+ props.className,
6330
+ SPLITBUTTON_CLASSNAME,
6331
+ "k-button-group",
6332
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
6333
+ rounded
6334
+ })
6342
6335
  ),
6343
- /* @__PURE__ */ jsx76(
6344
- Button,
6345
- {
6346
- className: "k-split-button-arrow",
6347
- icon: arrowIconName,
6348
- size,
6349
- rounded,
6350
- fillMode,
6351
- disabled
6352
- }
6353
- )
6354
- ]
6355
- }
6356
- );
6336
+ children: [
6337
+ /* @__PURE__ */ jsx78(
6338
+ Button,
6339
+ {
6340
+ text,
6341
+ icon,
6342
+ size,
6343
+ rounded,
6344
+ fillMode,
6345
+ themeColor,
6346
+ hover,
6347
+ focus,
6348
+ active,
6349
+ selected,
6350
+ disabled,
6351
+ children: props.children
6352
+ }
6353
+ ),
6354
+ /* @__PURE__ */ jsx78(
6355
+ Button,
6356
+ {
6357
+ className: "k-split-button-arrow",
6358
+ icon: arrowIconName,
6359
+ size,
6360
+ rounded,
6361
+ fillMode,
6362
+ disabled
6363
+ }
6364
+ )
6365
+ ]
6366
+ }
6367
+ ),
6368
+ opened && popup && /* @__PURE__ */ jsx78(Popup, { className: "k-menu-popup", children: popup })
6369
+ ] });
6357
6370
  };
6358
6371
  SplitButton.states = states32;
6359
6372
  SplitButton.options = options30;
@@ -6362,7 +6375,7 @@ SplitButton.defaultProps = defaultProps28;
6362
6375
  var split_button_spec_default = SplitButton;
6363
6376
 
6364
6377
  // src/toolbar/toolbar.spec.tsx
6365
- import { jsx as jsx77 } from "react/jsx-runtime";
6378
+ import { jsx as jsx79 } from "react/jsx-runtime";
6366
6379
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6367
6380
  var states33 = [
6368
6381
  States.focus
@@ -6385,7 +6398,7 @@ var Toolbar = (props) => {
6385
6398
  const tempToolbarChildren = [];
6386
6399
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6387
6400
  tempToolbarChildren.push(
6388
- /* @__PURE__ */ jsx77(
6401
+ /* @__PURE__ */ jsx79(
6389
6402
  Button,
6390
6403
  {
6391
6404
  ...child.props,
@@ -6396,7 +6409,7 @@ var Toolbar = (props) => {
6396
6409
  );
6397
6410
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6398
6411
  tempToolbarChildren.push(
6399
- /* @__PURE__ */ jsx77(
6412
+ /* @__PURE__ */ jsx79(
6400
6413
  Button,
6401
6414
  {
6402
6415
  ...child.props,
@@ -6407,7 +6420,7 @@ var Toolbar = (props) => {
6407
6420
  );
6408
6421
  } else if (child.type === Button) {
6409
6422
  tempToolbarChildren.push(
6410
- /* @__PURE__ */ jsx77(
6423
+ /* @__PURE__ */ jsx79(
6411
6424
  Button,
6412
6425
  {
6413
6426
  ...child.props,
@@ -6418,7 +6431,7 @@ var Toolbar = (props) => {
6418
6431
  );
6419
6432
  } else if (child.type === MenuButton) {
6420
6433
  tempToolbarChildren.push(
6421
- /* @__PURE__ */ jsx77(
6434
+ /* @__PURE__ */ jsx79(
6422
6435
  MenuButton,
6423
6436
  {
6424
6437
  ...child.props,
@@ -6429,7 +6442,7 @@ var Toolbar = (props) => {
6429
6442
  );
6430
6443
  } else if (child.type === split_button_spec_default) {
6431
6444
  tempToolbarChildren.push(
6432
- /* @__PURE__ */ jsx77(
6445
+ /* @__PURE__ */ jsx79(
6433
6446
  split_button_spec_default,
6434
6447
  {
6435
6448
  ...child.props,
@@ -6443,7 +6456,7 @@ var Toolbar = (props) => {
6443
6456
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6444
6457
  childrenArray.forEach((button, bindex) => {
6445
6458
  buttonGroupItems.push(
6446
- /* @__PURE__ */ jsx77(
6459
+ /* @__PURE__ */ jsx79(
6447
6460
  Button,
6448
6461
  {
6449
6462
  ...button.props,
@@ -6454,7 +6467,7 @@ var Toolbar = (props) => {
6454
6467
  );
6455
6468
  });
6456
6469
  tempToolbarChildren.push(
6457
- /* @__PURE__ */ jsx77(
6470
+ /* @__PURE__ */ jsx79(
6458
6471
  ButtonGroup,
6459
6472
  {
6460
6473
  ...child.props,
@@ -6466,7 +6479,7 @@ var Toolbar = (props) => {
6466
6479
  );
6467
6480
  } else if (child.type === Combobox) {
6468
6481
  tempToolbarChildren.push(
6469
- /* @__PURE__ */ jsx77(
6482
+ /* @__PURE__ */ jsx79(
6470
6483
  Combobox,
6471
6484
  {
6472
6485
  ...child.props,
@@ -6477,7 +6490,7 @@ var Toolbar = (props) => {
6477
6490
  );
6478
6491
  } else if (child.type === DropdownList) {
6479
6492
  tempToolbarChildren.push(
6480
- /* @__PURE__ */ jsx77(
6493
+ /* @__PURE__ */ jsx79(
6481
6494
  DropdownList,
6482
6495
  {
6483
6496
  ...child.props,
@@ -6488,7 +6501,7 @@ var Toolbar = (props) => {
6488
6501
  );
6489
6502
  } else if (child.type === ColorPicker) {
6490
6503
  tempToolbarChildren.push(
6491
- /* @__PURE__ */ jsx77(
6504
+ /* @__PURE__ */ jsx79(
6492
6505
  ColorPicker,
6493
6506
  {
6494
6507
  ...child.props,
@@ -6510,7 +6523,7 @@ var Toolbar = (props) => {
6510
6523
  addUniqueToolClass(child, index);
6511
6524
  });
6512
6525
  }
6513
- return /* @__PURE__ */ jsx77(
6526
+ return /* @__PURE__ */ jsx79(
6514
6527
  "div",
6515
6528
  {
6516
6529
  ...other,
@@ -6537,7 +6550,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6537
6550
  Toolbar.defaultProps = defaultProps29;
6538
6551
 
6539
6552
  // src/toolbar/toolbar-angular.spec.tsx
6540
- import { jsx as jsx78 } from "react/jsx-runtime";
6553
+ import { jsx as jsx80 } from "react/jsx-runtime";
6541
6554
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6542
6555
  var states34 = [
6543
6556
  States.focus
@@ -6560,7 +6573,7 @@ var ToolbarAngular = (props) => {
6560
6573
  const tempToolbarChildren = [];
6561
6574
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6562
6575
  tempToolbarChildren.push(
6563
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6576
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6564
6577
  Button,
6565
6578
  {
6566
6579
  ...child.props,
@@ -6571,7 +6584,7 @@ var ToolbarAngular = (props) => {
6571
6584
  );
6572
6585
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6573
6586
  tempToolbarChildren.push(
6574
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6587
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6575
6588
  Button,
6576
6589
  {
6577
6590
  ...child.props,
@@ -6582,7 +6595,7 @@ var ToolbarAngular = (props) => {
6582
6595
  );
6583
6596
  } else if (child.type === Button) {
6584
6597
  tempToolbarChildren.push(
6585
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6598
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6586
6599
  Button,
6587
6600
  {
6588
6601
  ...child.props,
@@ -6593,7 +6606,7 @@ var ToolbarAngular = (props) => {
6593
6606
  );
6594
6607
  } else if (child.type === MenuButton) {
6595
6608
  tempToolbarChildren.push(
6596
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6609
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6597
6610
  MenuButton,
6598
6611
  {
6599
6612
  ...child.props,
@@ -6604,7 +6617,7 @@ var ToolbarAngular = (props) => {
6604
6617
  );
6605
6618
  } else if (child.type === split_button_spec_default) {
6606
6619
  tempToolbarChildren.push(
6607
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6620
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6608
6621
  split_button_spec_default,
6609
6622
  {
6610
6623
  ...child.props,
@@ -6618,7 +6631,7 @@ var ToolbarAngular = (props) => {
6618
6631
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6619
6632
  childrenArray.forEach((button, bindex) => {
6620
6633
  buttonGroupItems.push(
6621
- /* @__PURE__ */ jsx78(
6634
+ /* @__PURE__ */ jsx80(
6622
6635
  Button,
6623
6636
  {
6624
6637
  ...button.props,
@@ -6629,7 +6642,7 @@ var ToolbarAngular = (props) => {
6629
6642
  );
6630
6643
  });
6631
6644
  tempToolbarChildren.push(
6632
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6645
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6633
6646
  ButtonGroup,
6634
6647
  {
6635
6648
  ...child.props,
@@ -6641,7 +6654,7 @@ var ToolbarAngular = (props) => {
6641
6654
  );
6642
6655
  } else if (child.type === Combobox) {
6643
6656
  tempToolbarChildren.push(
6644
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6657
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6645
6658
  Combobox,
6646
6659
  {
6647
6660
  ...child.props,
@@ -6652,7 +6665,7 @@ var ToolbarAngular = (props) => {
6652
6665
  );
6653
6666
  } else if (child.type === DropdownList) {
6654
6667
  tempToolbarChildren.push(
6655
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6668
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6656
6669
  DropdownList,
6657
6670
  {
6658
6671
  ...child.props,
@@ -6663,7 +6676,7 @@ var ToolbarAngular = (props) => {
6663
6676
  );
6664
6677
  } else if (child.type === ColorPicker) {
6665
6678
  tempToolbarChildren.push(
6666
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6679
+ /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6667
6680
  ColorPicker,
6668
6681
  {
6669
6682
  ...child.props,
@@ -6685,7 +6698,7 @@ var ToolbarAngular = (props) => {
6685
6698
  addUniqueToolClass(child, index);
6686
6699
  });
6687
6700
  }
6688
- return /* @__PURE__ */ jsx78(
6701
+ return /* @__PURE__ */ jsx80(
6689
6702
  "div",
6690
6703
  {
6691
6704
  ...other,
@@ -6712,12 +6725,12 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6712
6725
  ToolbarAngular.defaultProps = defaultProps30;
6713
6726
 
6714
6727
  // src/toolbar/toolbar-separator.tsx
6715
- import { jsx as jsx79 } from "react/jsx-runtime";
6728
+ import { jsx as jsx81 } from "react/jsx-runtime";
6716
6729
  var className13 = `k-separator`;
6717
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx79("div", { className: classNames(className13, props.className) });
6730
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx81("div", { className: classNames(className13, props.className) });
6718
6731
 
6719
6732
  // src/toolbar/toolbar-item.spec.tsx
6720
- import { jsx as jsx80 } from "react/jsx-runtime";
6733
+ import { jsx as jsx82 } from "react/jsx-runtime";
6721
6734
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6722
6735
  var states35 = [
6723
6736
  States.focus
@@ -6729,7 +6742,7 @@ var ToolbarItem = (props) => {
6729
6742
  focus,
6730
6743
  ...other
6731
6744
  } = props;
6732
- return /* @__PURE__ */ jsx80(
6745
+ return /* @__PURE__ */ jsx82(
6733
6746
  "div",
6734
6747
  {
6735
6748
  ...other,
@@ -6750,70 +6763,70 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6750
6763
  ToolbarItem.defaultProps = defaultProps31;
6751
6764
 
6752
6765
  // src/toolbar/tests/toolbar-sizes.tsx
6753
- import { Fragment as Fragment23, jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
6754
- var toolbar_sizes_default = () => /* @__PURE__ */ jsx81(Fragment23, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6755
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Small" }),
6756
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "small", resizable: true, children: [
6757
- /* @__PURE__ */ jsx81(Button, { size: "small", icon: "bold" }),
6758
- /* @__PURE__ */ jsx81(Button, { size: "small", children: "Button" }),
6759
- /* @__PURE__ */ jsx81(Button, { size: "small", className: "k-toggle-button", children: "Toggle" }),
6760
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6766
+ import { Fragment as Fragment24, jsx as jsx83, jsxs as jsxs37 } from "react/jsx-runtime";
6767
+ var toolbar_sizes_default = () => /* @__PURE__ */ jsx83(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6768
+ /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Small" }),
6769
+ /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "small", resizable: true, children: [
6770
+ /* @__PURE__ */ jsx83(Button, { size: "small", icon: "bold" }),
6771
+ /* @__PURE__ */ jsx83(Button, { size: "small", children: "Button" }),
6772
+ /* @__PURE__ */ jsx83(Button, { size: "small", className: "k-toggle-button", children: "Toggle" }),
6773
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6761
6774
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6762
- /* @__PURE__ */ jsx81(Button, { size: "small", icon: "align-left", children: "Left" }),
6763
- /* @__PURE__ */ jsx81(Button, { size: "small", icon: "align-center", children: "Center" }),
6764
- /* @__PURE__ */ jsx81(Button, { size: "small", icon: "align-right", children: "Right" })
6775
+ /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-left", children: "Left" }),
6776
+ /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-center", children: "Center" }),
6777
+ /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-right", children: "Right" })
6765
6778
  ] }),
6766
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6767
- /* @__PURE__ */ jsx81(Button, { size: "small", themeColor: "primary", children: "Primary" }),
6768
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6779
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6780
+ /* @__PURE__ */ jsx83(Button, { size: "small", themeColor: "primary", children: "Primary" }),
6781
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6769
6782
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6770
- /* @__PURE__ */ jsx81("label", { children: "Label:" }),
6771
- /* @__PURE__ */ jsx81(ColorPicker, { size: "small" })
6783
+ /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6784
+ /* @__PURE__ */ jsx83(ColorPicker, { size: "small" })
6772
6785
  ] }),
6773
- /* @__PURE__ */ jsx81(Switch, { size: "small", checked: true }),
6774
- /* @__PURE__ */ jsx81(Button, { size: "small", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6786
+ /* @__PURE__ */ jsx83(Switch, { size: "small", checked: true }),
6787
+ /* @__PURE__ */ jsx83(Button, { size: "small", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6775
6788
  ] }) }),
6776
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Medium" }),
6777
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "medium", resizable: true, children: [
6778
- /* @__PURE__ */ jsx81(Button, { size: "medium", icon: "bold" }),
6779
- /* @__PURE__ */ jsx81(Button, { size: "medium", children: "Button" }),
6780
- /* @__PURE__ */ jsx81(Button, { size: "medium", className: "k-toggle-button", children: "Toggle" }),
6781
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6789
+ /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Medium" }),
6790
+ /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "medium", resizable: true, children: [
6791
+ /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "bold" }),
6792
+ /* @__PURE__ */ jsx83(Button, { size: "medium", children: "Button" }),
6793
+ /* @__PURE__ */ jsx83(Button, { size: "medium", className: "k-toggle-button", children: "Toggle" }),
6794
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6782
6795
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6783
- /* @__PURE__ */ jsx81(Button, { size: "medium", icon: "align-left", children: "Left" }),
6784
- /* @__PURE__ */ jsx81(Button, { size: "medium", icon: "align-center", children: "Center" }),
6785
- /* @__PURE__ */ jsx81(Button, { size: "medium", icon: "align-right", children: "Right" })
6796
+ /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-left", children: "Left" }),
6797
+ /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-center", children: "Center" }),
6798
+ /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-right", children: "Right" })
6786
6799
  ] }),
6787
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6788
- /* @__PURE__ */ jsx81(Button, { size: "medium", themeColor: "primary", children: "Primary" }),
6789
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6800
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6801
+ /* @__PURE__ */ jsx83(Button, { size: "medium", themeColor: "primary", children: "Primary" }),
6802
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6790
6803
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6791
- /* @__PURE__ */ jsx81("label", { children: "Label:" }),
6792
- /* @__PURE__ */ jsx81(ColorPicker, { size: "medium" })
6804
+ /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6805
+ /* @__PURE__ */ jsx83(ColorPicker, { size: "medium" })
6793
6806
  ] }),
6794
- /* @__PURE__ */ jsx81(Switch, { size: "medium", checked: true }),
6795
- /* @__PURE__ */ jsx81(Button, { size: "medium", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6807
+ /* @__PURE__ */ jsx83(Switch, { size: "medium", checked: true }),
6808
+ /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6796
6809
  ] }) }),
6797
- /* @__PURE__ */ jsx81("span", { className: "k-colspan-all k-col-span-full", children: "Large" }),
6798
- /* @__PURE__ */ jsx81("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "large", resizable: true, children: [
6799
- /* @__PURE__ */ jsx81(Button, { size: "large", icon: "bold" }),
6800
- /* @__PURE__ */ jsx81(Button, { size: "large", children: "Button" }),
6801
- /* @__PURE__ */ jsx81(Button, { size: "large", className: "k-toggle-button", children: "Toggle" }),
6802
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6810
+ /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Large" }),
6811
+ /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "large", resizable: true, children: [
6812
+ /* @__PURE__ */ jsx83(Button, { size: "large", icon: "bold" }),
6813
+ /* @__PURE__ */ jsx83(Button, { size: "large", children: "Button" }),
6814
+ /* @__PURE__ */ jsx83(Button, { size: "large", className: "k-toggle-button", children: "Toggle" }),
6815
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6803
6816
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6804
- /* @__PURE__ */ jsx81(Button, { size: "large", icon: "align-left", children: "Left" }),
6805
- /* @__PURE__ */ jsx81(Button, { size: "large", icon: "align-center", children: "Center" }),
6806
- /* @__PURE__ */ jsx81(Button, { size: "large", icon: "align-right", children: "Right" })
6817
+ /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-left", children: "Left" }),
6818
+ /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-center", children: "Center" }),
6819
+ /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-right", children: "Right" })
6807
6820
  ] }),
6808
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6809
- /* @__PURE__ */ jsx81(Button, { size: "large", themeColor: "primary", children: "Primary" }),
6810
- /* @__PURE__ */ jsx81(ToolbarSeparator, {}),
6821
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6822
+ /* @__PURE__ */ jsx83(Button, { size: "large", themeColor: "primary", children: "Primary" }),
6823
+ /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6811
6824
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6812
- /* @__PURE__ */ jsx81("label", { children: "Label:" }),
6813
- /* @__PURE__ */ jsx81(ColorPicker, { size: "large" })
6825
+ /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6826
+ /* @__PURE__ */ jsx83(ColorPicker, { size: "large" })
6814
6827
  ] }),
6815
- /* @__PURE__ */ jsx81(Switch, { size: "large", checked: true }),
6816
- /* @__PURE__ */ jsx81(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6828
+ /* @__PURE__ */ jsx83(Switch, { size: "large", checked: true }),
6829
+ /* @__PURE__ */ jsx83(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6817
6830
  ] }) })
6818
6831
  ] }) });
6819
6832
  export {