@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
@@ -4794,17 +4794,81 @@ Searchbox.defaultProps = defaultProps10;
4794
4794
  // src/searchbox/templates/searchbox-normal.tsx
4795
4795
  import { jsx as jsx25 } from "react/jsx-runtime";
4796
4796
 
4797
+ // src/animation-container/animation-container.spec.tsx
4798
+ import { jsx as jsx26 } from "react/jsx-runtime";
4799
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4800
+ var states14 = [];
4801
+ var options13 = {};
4802
+ var defaultProps11 = {
4803
+ positionMode: "absolute"
4804
+ };
4805
+ var AnimationContainer = (props) => {
4806
+ const {
4807
+ positionMode,
4808
+ animationStyle,
4809
+ offset,
4810
+ ...other
4811
+ } = props;
4812
+ return /* @__PURE__ */ jsx26(
4813
+ "div",
4814
+ {
4815
+ ...other,
4816
+ style: { ...offset, ...props.style },
4817
+ className: classNames(
4818
+ ANIMATION_CONTAINER_CLASSNAME,
4819
+ "k-animation-container-shown",
4820
+ {
4821
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4822
+ }
4823
+ ),
4824
+ children: /* @__PURE__ */ jsx26("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4825
+ }
4826
+ );
4827
+ };
4828
+ AnimationContainer.states = states14;
4829
+ AnimationContainer.options = options13;
4830
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4831
+ AnimationContainer.defaultProps = defaultProps11;
4832
+
4833
+ // src/popup/popup.spec.tsx
4834
+ import { jsx as jsx27 } from "react/jsx-runtime";
4835
+ var POPUP_CLASSNAME = `k-popup`;
4836
+ var states15 = [];
4837
+ var options14 = {};
4838
+ var defaultProps12 = {
4839
+ positionMode: "absolute"
4840
+ };
4841
+ var Popup = (props) => {
4842
+ const {
4843
+ offset,
4844
+ positionMode,
4845
+ ...other
4846
+ } = props;
4847
+ return /* @__PURE__ */ jsx27(
4848
+ AnimationContainer,
4849
+ {
4850
+ positionMode,
4851
+ offset,
4852
+ children: /* @__PURE__ */ jsx27("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4853
+ }
4854
+ );
4855
+ };
4856
+ Popup.states = states15;
4857
+ Popup.options = options14;
4858
+ Popup.className = POPUP_CLASSNAME;
4859
+ Popup.defaultProps = defaultProps12;
4860
+
4797
4861
  // src/split-button/split-button.spec.tsx
4798
- import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
4862
+ import { Fragment as Fragment10, jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
4799
4863
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
4800
- var states14 = [
4864
+ var states16 = [
4801
4865
  States.hover,
4802
4866
  States.focus,
4803
4867
  States.active,
4804
4868
  States.selected,
4805
4869
  States.disabled
4806
4870
  ];
4807
- var options13 = {
4871
+ var options15 = {
4808
4872
  size: [Size.small, Size.medium, Size.large],
4809
4873
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4810
4874
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4822,7 +4886,7 @@ var options13 = {
4822
4886
  ThemeColor.inverse
4823
4887
  ]
4824
4888
  };
4825
- var defaultProps11 = {
4889
+ var defaultProps13 = {
4826
4890
  size: Size.medium,
4827
4891
  rounded: Roundness.medium,
4828
4892
  fillMode: FillMode.solid,
@@ -4831,10 +4895,10 @@ var defaultProps11 = {
4831
4895
  };
4832
4896
  var SplitButton = (props) => {
4833
4897
  const {
4834
- size = defaultProps11.size,
4835
- rounded = defaultProps11.rounded,
4836
- fillMode = defaultProps11.fillMode,
4837
- themeColor = defaultProps11.themeColor,
4898
+ size = defaultProps13.size,
4899
+ rounded = defaultProps13.rounded,
4900
+ fillMode = defaultProps13.fillMode,
4901
+ themeColor = defaultProps13.themeColor,
4838
4902
  hover,
4839
4903
  focus,
4840
4904
  active,
@@ -4842,91 +4906,286 @@ var SplitButton = (props) => {
4842
4906
  disabled,
4843
4907
  icon,
4844
4908
  text,
4845
- arrowIconName = defaultProps11.arrowIconName,
4909
+ arrowIconName = defaultProps13.arrowIconName,
4910
+ popup,
4911
+ opened,
4846
4912
  ...other
4847
4913
  } = props;
4848
- return /* @__PURE__ */ jsxs8(
4849
- "div",
4914
+ return /* @__PURE__ */ jsxs8(Fragment10, { children: [
4915
+ /* @__PURE__ */ jsxs8(
4916
+ "div",
4917
+ {
4918
+ ...other,
4919
+ className: classNames(
4920
+ props.className,
4921
+ SPLITBUTTON_CLASSNAME,
4922
+ "k-button-group",
4923
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
4924
+ rounded
4925
+ })
4926
+ ),
4927
+ children: [
4928
+ /* @__PURE__ */ jsx28(
4929
+ Button,
4930
+ {
4931
+ text,
4932
+ icon,
4933
+ size,
4934
+ rounded,
4935
+ fillMode,
4936
+ themeColor,
4937
+ hover,
4938
+ focus,
4939
+ active,
4940
+ selected,
4941
+ disabled,
4942
+ children: props.children
4943
+ }
4944
+ ),
4945
+ /* @__PURE__ */ jsx28(
4946
+ Button,
4947
+ {
4948
+ className: "k-split-button-arrow",
4949
+ icon: arrowIconName,
4950
+ size,
4951
+ rounded,
4952
+ fillMode,
4953
+ disabled
4954
+ }
4955
+ )
4956
+ ]
4957
+ }
4958
+ ),
4959
+ opened && popup && /* @__PURE__ */ jsx28(Popup, { className: "k-menu-popup", children: popup })
4960
+ ] });
4961
+ };
4962
+ SplitButton.states = states16;
4963
+ SplitButton.options = options15;
4964
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
4965
+ SplitButton.defaultProps = defaultProps13;
4966
+ var split_button_spec_default = SplitButton;
4967
+
4968
+ // src/split-button/templates/icon-split-button.tsx
4969
+ import { jsx as jsx29 } from "react/jsx-runtime";
4970
+
4971
+ // src/split-button/templates/icon-text-split-button.tsx
4972
+ import { jsx as jsx30 } from "react/jsx-runtime";
4973
+
4974
+ // src/split-button/templates/text-split-button.tsx
4975
+ import { jsx as jsx31 } from "react/jsx-runtime";
4976
+
4977
+ // src/menu/menu-item.spec.tsx
4978
+ import { Fragment as Fragment11, jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
4979
+ var MENUITEM_CLASSNAME = `k-menu-item`;
4980
+ var states17 = [
4981
+ States.hover,
4982
+ States.focus,
4983
+ States.active,
4984
+ States.selected,
4985
+ States.disabled
4986
+ ];
4987
+ var options16 = {};
4988
+ var defaultProps14 = {
4989
+ dir: "ltr"
4990
+ };
4991
+ var MenuItem = (props) => {
4992
+ const {
4993
+ hover,
4994
+ focus,
4995
+ active,
4996
+ selected,
4997
+ disabled,
4998
+ icon,
4999
+ text,
5000
+ showArrow,
5001
+ arrowIconName,
5002
+ dir = defaultProps14.dir,
5003
+ children,
5004
+ ...other
5005
+ } = props;
5006
+ const contentTemplate = /* @__PURE__ */ jsx32(Fragment11, {});
5007
+ if (children) {
5008
+ children.forEach((child) => {
5009
+ const component = child.type;
5010
+ if (component === "MenuItemContent") {
5011
+ contentTemplate.props.children.push(child);
5012
+ return;
5013
+ }
5014
+ });
5015
+ }
5016
+ let expandArrowName = arrowIconName;
5017
+ if (!expandArrowName) {
5018
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
5019
+ }
5020
+ return /* @__PURE__ */ jsxs9(
5021
+ "li",
4850
5022
  {
4851
5023
  ...other,
4852
5024
  className: classNames(
4853
5025
  props.className,
4854
- SPLITBUTTON_CLASSNAME,
4855
- "k-button-group",
4856
- optionClassNames(SPLITBUTTON_CLASSNAME, {
4857
- rounded
5026
+ MENUITEM_CLASSNAME,
5027
+ //TODO
5028
+ "k-item",
5029
+ stateClassNames(MENUITEM_CLASSNAME, {
5030
+ focus,
5031
+ disabled
4858
5032
  })
4859
5033
  ),
4860
5034
  children: [
4861
- /* @__PURE__ */ jsx26(
4862
- Button,
5035
+ /* @__PURE__ */ jsxs9(
5036
+ "span",
4863
5037
  {
4864
- text,
4865
- icon,
4866
- size,
4867
- rounded,
4868
- fillMode,
4869
- themeColor,
4870
- hover,
4871
- focus,
4872
- active,
4873
- selected,
4874
- disabled,
4875
- children: props.children
5038
+ className: classNames(
5039
+ "k-link k-menu-link",
5040
+ stateClassNames("k-menu-link", {
5041
+ hover,
5042
+ active,
5043
+ selected,
5044
+ disabled
5045
+ })
5046
+ ),
5047
+ children: [
5048
+ icon && /* @__PURE__ */ jsx32(Icon, { className: "k-menu-link-icon", icon }),
5049
+ /* @__PURE__ */ jsx32("span", { className: "k-menu-link-text", children: text }),
5050
+ showArrow && /* @__PURE__ */ jsx32("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx32(Icon, { icon: expandArrowName }) })
5051
+ ]
4876
5052
  }
4877
5053
  ),
4878
- /* @__PURE__ */ jsx26(
4879
- Button,
4880
- {
4881
- className: "k-split-button-arrow",
4882
- icon: arrowIconName,
4883
- size,
4884
- rounded,
4885
- fillMode,
4886
- disabled
4887
- }
4888
- )
5054
+ contentTemplate
4889
5055
  ]
4890
5056
  }
4891
5057
  );
4892
5058
  };
4893
- SplitButton.states = states14;
4894
- SplitButton.options = options13;
4895
- SplitButton.className = SPLITBUTTON_CLASSNAME;
4896
- SplitButton.defaultProps = defaultProps11;
4897
- var split_button_spec_default = SplitButton;
5059
+ MenuItem.states = states17;
5060
+ MenuItem.options = options16;
5061
+ MenuItem.className = MENUITEM_CLASSNAME;
5062
+ MenuItem.defaultProps = defaultProps14;
5063
+ var menu_item_spec_default = MenuItem;
5064
+
5065
+ // src/menu/menu-separator.spec.tsx
5066
+ import { jsx as jsx33 } from "react/jsx-runtime";
5067
+ var SEPARATOR_CLASSNAME = `k-separator`;
5068
+ var defaultProps15 = {
5069
+ orientation: "horizontal"
5070
+ };
5071
+ var MenuSeparator = (props) => {
5072
+ const {
5073
+ orientation = defaultProps15.orientation,
5074
+ ...other
5075
+ } = props;
5076
+ return /* @__PURE__ */ jsx33(
5077
+ "li",
5078
+ {
5079
+ ...other,
5080
+ className: classNames(
5081
+ props.className,
5082
+ "k-item",
5083
+ SEPARATOR_CLASSNAME,
5084
+ {
5085
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
5086
+ }
5087
+ )
5088
+ }
5089
+ );
5090
+ };
5091
+ var menu_separator_spec_default = MenuSeparator;
5092
+
5093
+ // src/menu/menu-item-content.tsx
5094
+ import { Fragment as Fragment12, jsx as jsx34 } from "react/jsx-runtime";
5095
+
5096
+ // src/menu/menu-list.spec.tsx
5097
+ import { jsx as jsx35 } from "react/jsx-runtime";
5098
+ import { createElement } from "react";
5099
+ var MENULIST_CLASSNAME = `k-menu-group`;
5100
+ var states18 = [];
5101
+ var options17 = {
5102
+ size: [Size.small, Size.medium, Size.large]
5103
+ };
5104
+ var defaultProps16 = {
5105
+ size: Size.medium,
5106
+ dir: "ltr"
5107
+ };
5108
+ var MenuList = (props) => {
5109
+ const {
5110
+ children,
5111
+ size = defaultProps16.size,
5112
+ dir = defaultProps16.dir,
5113
+ ...other
5114
+ } = props;
5115
+ const listChildren = [];
5116
+ if (children) {
5117
+ if (Array.isArray(children)) {
5118
+ children.map((child, index) => {
5119
+ if (child.type === menu_item_spec_default) {
5120
+ listChildren.push(
5121
+ /* @__PURE__ */ createElement(menu_item_spec_default, { ...child.props, dir, key: index })
5122
+ );
5123
+ } else if (child.type === menu_separator_spec_default) {
5124
+ listChildren.push(
5125
+ /* @__PURE__ */ jsx35(menu_separator_spec_default, {})
5126
+ );
5127
+ } else {
5128
+ listChildren.push(child);
5129
+ }
5130
+ });
5131
+ }
5132
+ }
5133
+ return /* @__PURE__ */ jsx35(
5134
+ "ul",
5135
+ {
5136
+ ...other,
5137
+ className: classNames(
5138
+ props.className,
5139
+ MENULIST_CLASSNAME,
5140
+ optionClassNames(MENULIST_CLASSNAME, {
5141
+ size
5142
+ })
5143
+ ),
5144
+ children: listChildren
5145
+ }
5146
+ );
5147
+ };
5148
+ MenuList.states = states18;
5149
+ MenuList.options = options17;
5150
+ MenuList.className = MENULIST_CLASSNAME;
5151
+ MenuList.defaultProps = defaultProps16;
5152
+
5153
+ // src/split-button/templates/split-button-popup.tsx
5154
+ import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
4898
5155
 
4899
5156
  // src/switch/switch.spec.tsx
4900
- import { jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
5157
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
4901
5158
  var SWITCH_CLASSNAME = `k-switch`;
4902
- var states15 = [
5159
+ var states19 = [
4903
5160
  States.hover,
4904
5161
  States.focus,
4905
5162
  States.disabled,
4906
5163
  States.checked
4907
5164
  ];
4908
- var options14 = {
4909
- size: [Size.small, Size.medium, Size.large]
5165
+ var options18 = {
5166
+ size: [Size.small, Size.medium, Size.large],
5167
+ trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5168
+ thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4910
5169
  };
4911
- var defaultProps12 = {
5170
+ var defaultProps17 = {
4912
5171
  size: Size.medium,
4913
- trackRounded: "full",
4914
- thumbRounded: "full"
5172
+ trackRounded: Roundness.full,
5173
+ thumbRounded: Roundness.full
4915
5174
  };
4916
5175
  var Switch = (props) => {
4917
5176
  const {
4918
5177
  checked,
4919
5178
  onLabel,
4920
5179
  offLabel,
4921
- size = defaultProps12.size,
4922
- trackRounded = defaultProps12.trackRounded,
4923
- thumbRounded = defaultProps12.thumbRounded,
5180
+ size = defaultProps17.size,
5181
+ trackRounded = defaultProps17.trackRounded,
5182
+ thumbRounded = defaultProps17.thumbRounded,
4924
5183
  hover,
4925
5184
  focus,
4926
5185
  disabled,
4927
5186
  ...other
4928
5187
  } = props;
4929
- return /* @__PURE__ */ jsxs9(
5188
+ return /* @__PURE__ */ jsxs11(
4930
5189
  "span",
4931
5190
  {
4932
5191
  ...other,
@@ -4947,29 +5206,29 @@ var Switch = (props) => {
4947
5206
  }
4948
5207
  ),
4949
5208
  children: [
4950
- /* @__PURE__ */ jsxs9(
5209
+ /* @__PURE__ */ jsxs11(
4951
5210
  "span",
4952
5211
  {
4953
5212
  className: classNames(
4954
5213
  "k-switch-track",
4955
- {
4956
- [`k-rounded-${trackRounded}`]: trackRounded
4957
- }
5214
+ optionClassNames(SWITCH_CLASSNAME, {
5215
+ rounded: trackRounded
5216
+ })
4958
5217
  ),
4959
5218
  children: [
4960
- onLabel && /* @__PURE__ */ jsx27("span", { className: "k-switch-label-on", children: onLabel }),
4961
- offLabel && /* @__PURE__ */ jsx27("span", { className: "k-switch-label-off", children: offLabel })
5219
+ onLabel && /* @__PURE__ */ jsx37("span", { className: "k-switch-label-on", children: onLabel }),
5220
+ offLabel && /* @__PURE__ */ jsx37("span", { className: "k-switch-label-off", children: offLabel })
4962
5221
  ]
4963
5222
  }
4964
5223
  ),
4965
- /* @__PURE__ */ jsx27("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx27(
5224
+ /* @__PURE__ */ jsx37("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx37(
4966
5225
  "span",
4967
5226
  {
4968
5227
  className: classNames(
4969
5228
  "k-switch-thumb",
4970
- {
4971
- [`k-rounded-${thumbRounded}`]: thumbRounded
4972
- }
5229
+ optionClassNames(SWITCH_CLASSNAME, {
5230
+ rounded: thumbRounded
5231
+ })
4973
5232
  )
4974
5233
  }
4975
5234
  ) })
@@ -4977,23 +5236,29 @@ var Switch = (props) => {
4977
5236
  }
4978
5237
  );
4979
5238
  };
4980
- Switch.states = states15;
4981
- Switch.options = options14;
5239
+ Switch.states = states19;
5240
+ Switch.options = options18;
4982
5241
  Switch.className = SWITCH_CLASSNAME;
4983
- Switch.defaultProps = defaultProps12;
5242
+ Switch.defaultProps = defaultProps17;
5243
+
5244
+ // src/switch/templates/switch-normal.tsx
5245
+ import { jsx as jsx38 } from "react/jsx-runtime";
5246
+
5247
+ // src/switch/templates/switch-checked.tsx
5248
+ import { jsx as jsx39 } from "react/jsx-runtime";
4984
5249
 
4985
5250
  // src/color-preview/color-preview.tsx
4986
- import { jsx as jsx28, jsxs as jsxs10 } from "react/jsx-runtime";
5251
+ import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
4987
5252
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4988
- var states16 = [];
4989
- var options15 = {};
5253
+ var states20 = [];
5254
+ var options19 = {};
4990
5255
  var ColorPreview = (props) => {
4991
5256
  const {
4992
5257
  color,
4993
5258
  iconName,
4994
5259
  ...other
4995
5260
  } = props;
4996
- return /* @__PURE__ */ jsxs10(
5261
+ return /* @__PURE__ */ jsxs12(
4997
5262
  "span",
4998
5263
  {
4999
5264
  ...other,
@@ -5006,8 +5271,8 @@ var ColorPreview = (props) => {
5006
5271
  }
5007
5272
  ),
5008
5273
  children: [
5009
- iconName && /* @__PURE__ */ jsx28(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5010
- /* @__PURE__ */ jsx28(
5274
+ iconName && /* @__PURE__ */ jsx40(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5275
+ /* @__PURE__ */ jsx40(
5011
5276
  "span",
5012
5277
  {
5013
5278
  className: "k-color-preview-mask",
@@ -5018,14 +5283,14 @@ var ColorPreview = (props) => {
5018
5283
  }
5019
5284
  );
5020
5285
  };
5021
- ColorPreview.states = states16;
5022
- ColorPreview.options = options15;
5286
+ ColorPreview.states = states20;
5287
+ ColorPreview.options = options19;
5023
5288
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5024
5289
 
5025
5290
  // src/colorpicker/colorpicker.spec.tsx
5026
- import { jsx as jsx29, jsxs as jsxs11 } from "react/jsx-runtime";
5291
+ import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5027
5292
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5028
- var states17 = [
5293
+ var states21 = [
5029
5294
  States.hover,
5030
5295
  States.focus,
5031
5296
  States.valid,
@@ -5033,12 +5298,12 @@ var states17 = [
5033
5298
  States.required,
5034
5299
  States.disabled
5035
5300
  ];
5036
- var options16 = {
5301
+ var options20 = {
5037
5302
  size: [Size.small, Size.medium, Size.large],
5038
5303
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5039
5304
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5040
5305
  };
5041
- var defaultProps13 = {
5306
+ var defaultProps18 = {
5042
5307
  arrowIconName: "caret-alt-down",
5043
5308
  size: Picker.defaultProps.size,
5044
5309
  rounded: Picker.defaultProps.rounded,
@@ -5057,139 +5322,75 @@ var ColorPicker = (props) => {
5057
5322
  focus,
5058
5323
  valid,
5059
5324
  invalid,
5060
- required,
5061
- disabled,
5062
- valueIconName,
5063
- arrowIconName = defaultProps13.arrowIconName,
5064
- ...other
5065
- } = props;
5066
- return /* @__PURE__ */ jsxs11(
5067
- Picker,
5068
- {
5069
- ...other,
5070
- size,
5071
- rounded,
5072
- fillMode,
5073
- hover,
5074
- focus,
5075
- valid,
5076
- invalid,
5077
- required,
5078
- disabled,
5079
- className: classNames(
5080
- props.className,
5081
- COLORPICKER_CLASSNAME,
5082
- "k-icon-picker"
5083
- ),
5084
- children: [
5085
- /* @__PURE__ */ jsx29(InputPrefix, { children: prefix }),
5086
- /* @__PURE__ */ jsx29(
5087
- InputInnerSpan,
5088
- {
5089
- placeholder,
5090
- value,
5091
- showValue: false,
5092
- valueIcon: /* @__PURE__ */ jsx29(
5093
- ColorPreview,
5094
- {
5095
- className: "k-value-icon",
5096
- color: value,
5097
- iconName: valueIconName
5098
- }
5099
- ),
5100
- valueIconName
5101
- }
5102
- ),
5103
- /* @__PURE__ */ jsx29(InputSuffix, { children: suffix }),
5104
- /* @__PURE__ */ jsx29(
5105
- Button,
5106
- {
5107
- className: "k-input-button",
5108
- icon: arrowIconName,
5109
- rounded: null,
5110
- size,
5111
- fillMode
5112
- }
5113
- )
5114
- ]
5115
- }
5116
- );
5117
- };
5118
- ColorPicker.states = states17;
5119
- ColorPicker.options = options16;
5120
- ColorPicker.className = COLORPICKER_CLASSNAME;
5121
- ColorPicker.defaultProps = defaultProps13;
5122
-
5123
- // src/animation-container/animation-container.spec.tsx
5124
- import { jsx as jsx30 } from "react/jsx-runtime";
5125
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5126
- var states18 = [];
5127
- var options17 = {};
5128
- var defaultProps14 = {
5129
- positionMode: "absolute"
5130
- };
5131
- var AnimationContainer = (props) => {
5132
- const {
5133
- positionMode,
5134
- animationStyle,
5135
- offset,
5136
- ...other
5137
- } = props;
5138
- return /* @__PURE__ */ jsx30(
5139
- "div",
5140
- {
5141
- ...other,
5142
- style: { ...offset, ...props.style },
5143
- className: classNames(
5144
- ANIMATION_CONTAINER_CLASSNAME,
5145
- "k-animation-container-shown",
5146
- {
5147
- ["k-animation-container-fixed"]: positionMode === "fixed"
5148
- }
5149
- ),
5150
- children: /* @__PURE__ */ jsx30("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5151
- }
5152
- );
5153
- };
5154
- AnimationContainer.states = states18;
5155
- AnimationContainer.options = options17;
5156
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5157
- AnimationContainer.defaultProps = defaultProps14;
5158
-
5159
- // src/popup/popup.spec.tsx
5160
- import { jsx as jsx31 } from "react/jsx-runtime";
5161
- var POPUP_CLASSNAME = `k-popup`;
5162
- var states19 = [];
5163
- var options18 = {};
5164
- var defaultProps15 = {
5165
- positionMode: "absolute"
5166
- };
5167
- var Popup = (props) => {
5168
- const {
5169
- offset,
5170
- positionMode,
5325
+ required,
5326
+ disabled,
5327
+ valueIconName,
5328
+ arrowIconName = defaultProps18.arrowIconName,
5171
5329
  ...other
5172
5330
  } = props;
5173
- return /* @__PURE__ */ jsx31(
5174
- AnimationContainer,
5331
+ return /* @__PURE__ */ jsxs13(
5332
+ Picker,
5175
5333
  {
5176
- positionMode,
5177
- offset,
5178
- children: /* @__PURE__ */ jsx31("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5334
+ ...other,
5335
+ size,
5336
+ rounded,
5337
+ fillMode,
5338
+ hover,
5339
+ focus,
5340
+ valid,
5341
+ invalid,
5342
+ required,
5343
+ disabled,
5344
+ className: classNames(
5345
+ props.className,
5346
+ COLORPICKER_CLASSNAME,
5347
+ "k-icon-picker"
5348
+ ),
5349
+ children: [
5350
+ /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5351
+ /* @__PURE__ */ jsx41(
5352
+ InputInnerSpan,
5353
+ {
5354
+ placeholder,
5355
+ value,
5356
+ showValue: false,
5357
+ valueIcon: /* @__PURE__ */ jsx41(
5358
+ ColorPreview,
5359
+ {
5360
+ className: "k-value-icon",
5361
+ color: value,
5362
+ iconName: valueIconName
5363
+ }
5364
+ ),
5365
+ valueIconName
5366
+ }
5367
+ ),
5368
+ /* @__PURE__ */ jsx41(InputSuffix, { children: suffix }),
5369
+ /* @__PURE__ */ jsx41(
5370
+ Button,
5371
+ {
5372
+ className: "k-input-button",
5373
+ icon: arrowIconName,
5374
+ rounded: null,
5375
+ size,
5376
+ fillMode
5377
+ }
5378
+ )
5379
+ ]
5179
5380
  }
5180
5381
  );
5181
5382
  };
5182
- Popup.states = states19;
5183
- Popup.options = options18;
5184
- Popup.className = POPUP_CLASSNAME;
5185
- Popup.defaultProps = defaultProps15;
5383
+ ColorPicker.states = states21;
5384
+ ColorPicker.options = options20;
5385
+ ColorPicker.className = COLORPICKER_CLASSNAME;
5386
+ ColorPicker.defaultProps = defaultProps18;
5186
5387
 
5187
5388
  // src/action-sheet/action-sheet.spec.tsx
5188
- import { Fragment as Fragment10, jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
5389
+ import { Fragment as Fragment13, jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5189
5390
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5190
- var states20 = [];
5191
- var options19 = {};
5192
- var defaultProps16 = {
5391
+ var states22 = [];
5392
+ var options21 = {};
5393
+ var defaultProps19 = {
5193
5394
  side: "bottom",
5194
5395
  fullscreen: false,
5195
5396
  adaptive: false,
@@ -5202,14 +5403,14 @@ var ActionSheet = (props) => {
5202
5403
  header,
5203
5404
  footer,
5204
5405
  actions,
5205
- side = defaultProps16.side,
5206
- fullscreen = defaultProps16.fullscreen,
5207
- adaptive = defaultProps16.adaptive,
5208
- overlay = defaultProps16.overlay,
5406
+ side = defaultProps19.side,
5407
+ fullscreen = defaultProps19.fullscreen,
5408
+ adaptive = defaultProps19.adaptive,
5409
+ overlay = defaultProps19.overlay,
5209
5410
  ...other
5210
5411
  } = props;
5211
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx32(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5212
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx32(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx32(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5412
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx42(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5413
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx42(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx42(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5213
5414
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5214
5415
  switch (child.type) {
5215
5416
  case ActionSheetHeader:
@@ -5219,10 +5420,10 @@ var ActionSheet = (props) => {
5219
5420
  return true;
5220
5421
  }
5221
5422
  return true;
5222
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx32(Fragment10, {});
5223
- return /* @__PURE__ */ jsxs12("div", { className: "k-actionsheet-container", children: [
5224
- overlay && /* @__PURE__ */ jsx32("div", { className: "k-overlay" }),
5225
- /* @__PURE__ */ jsx32(
5423
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx42(Fragment13, {});
5424
+ return /* @__PURE__ */ jsxs14("div", { className: "k-actionsheet-container", children: [
5425
+ overlay && /* @__PURE__ */ jsx42("div", { className: "k-overlay" }),
5426
+ /* @__PURE__ */ jsx42(
5226
5427
  AnimationContainer,
5227
5428
  {
5228
5429
  animationStyle: {
@@ -5232,7 +5433,7 @@ var ActionSheet = (props) => {
5232
5433
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5233
5434
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5234
5435
  },
5235
- children: /* @__PURE__ */ jsx32(
5436
+ children: /* @__PURE__ */ jsx42(
5236
5437
  "div",
5237
5438
  {
5238
5439
  ...other,
@@ -5245,9 +5446,9 @@ var ActionSheet = (props) => {
5245
5446
  "k-adaptive-actionsheet": adaptive
5246
5447
  }
5247
5448
  ),
5248
- children: /* @__PURE__ */ jsxs12(Fragment10, { children: [
5449
+ children: /* @__PURE__ */ jsxs14(Fragment13, { children: [
5249
5450
  _ActionSheetHeader,
5250
- /* @__PURE__ */ jsx32("div", { className: classNames(
5451
+ /* @__PURE__ */ jsx42("div", { className: classNames(
5251
5452
  "k-actionsheet-content",
5252
5453
  {
5253
5454
  "!k-overflow-hidden": adaptive
@@ -5261,13 +5462,13 @@ var ActionSheet = (props) => {
5261
5462
  )
5262
5463
  ] });
5263
5464
  };
5264
- ActionSheet.states = states20;
5265
- ActionSheet.options = options19;
5465
+ ActionSheet.states = states22;
5466
+ ActionSheet.options = options21;
5266
5467
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5267
- ActionSheet.defaultProps = defaultProps16;
5468
+ ActionSheet.defaultProps = defaultProps19;
5268
5469
 
5269
5470
  // src/action-sheet/actionsheet-header.tsx
5270
- import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs13 } from "react/jsx-runtime";
5471
+ import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5271
5472
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5272
5473
  var ActionSheetHeader = (props) => {
5273
5474
  const {
@@ -5277,7 +5478,7 @@ var ActionSheetHeader = (props) => {
5277
5478
  filter,
5278
5479
  ...other
5279
5480
  } = props;
5280
- return /* @__PURE__ */ jsx33(
5481
+ return /* @__PURE__ */ jsx43(
5281
5482
  "div",
5282
5483
  {
5283
5484
  ...other,
@@ -5285,37 +5486,37 @@ var ActionSheetHeader = (props) => {
5285
5486
  props.className,
5286
5487
  ACTIONSHEETHEADER_CLASSNAME
5287
5488
  ),
5288
- children: /* @__PURE__ */ jsxs13(Fragment11, { children: [
5289
- /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5290
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx33(Fragment11, { children: /* @__PURE__ */ jsxs13("div", { className: "k-actionsheet-title", children: [
5291
- title !== "" && /* @__PURE__ */ jsx33("div", { className: "k-text-center", children: title }),
5292
- subTitle !== "" && /* @__PURE__ */ jsx33("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5489
+ children: /* @__PURE__ */ jsxs15(Fragment14, { children: [
5490
+ /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5491
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx43(Fragment14, { children: /* @__PURE__ */ jsxs15("div", { className: "k-actionsheet-title", children: [
5492
+ title !== "" && /* @__PURE__ */ jsx43("div", { className: "k-text-center", children: title }),
5493
+ subTitle !== "" && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5293
5494
  ] }) }),
5294
- props.children && /* @__PURE__ */ jsx33("div", { className: "k-actionsheet-title", children: props.children }),
5295
- actions && /* @__PURE__ */ jsx33(Fragment11, { children: /* @__PURE__ */ jsx33("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx33(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5495
+ props.children && /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-title", children: props.children }),
5496
+ actions && /* @__PURE__ */ jsx43(Fragment14, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx43(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5296
5497
  ] }),
5297
- filter && /* @__PURE__ */ jsx33(Fragment11, { children: /* @__PURE__ */ jsx33("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx33(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5498
+ filter && /* @__PURE__ */ jsx43(Fragment14, { children: /* @__PURE__ */ jsx43("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx43(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5298
5499
  ] })
5299
5500
  }
5300
5501
  );
5301
5502
  };
5302
5503
 
5303
5504
  // src/action-buttons/action-buttons.spec.tsx
5304
- import { jsx as jsx34 } from "react/jsx-runtime";
5505
+ import { jsx as jsx44 } from "react/jsx-runtime";
5305
5506
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5306
- var states21 = [];
5307
- var options20 = {};
5308
- var defaultProps17 = {
5507
+ var states23 = [];
5508
+ var options22 = {};
5509
+ var defaultProps20 = {
5309
5510
  alignment: "start",
5310
5511
  orientation: "horizontal"
5311
5512
  };
5312
5513
  var ActionButtons = (props) => {
5313
5514
  const {
5314
- alignment = defaultProps17.alignment,
5315
- orientation = defaultProps17.orientation,
5515
+ alignment = defaultProps20.alignment,
5516
+ orientation = defaultProps20.orientation,
5316
5517
  ...other
5317
5518
  } = props;
5318
- return /* @__PURE__ */ jsx34(
5519
+ return /* @__PURE__ */ jsx44(
5319
5520
  "div",
5320
5521
  {
5321
5522
  ...other,
@@ -5331,21 +5532,21 @@ var ActionButtons = (props) => {
5331
5532
  }
5332
5533
  );
5333
5534
  };
5334
- ActionButtons.states = states21;
5335
- ActionButtons.options = options20;
5535
+ ActionButtons.states = states23;
5536
+ ActionButtons.options = options22;
5336
5537
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5337
- ActionButtons.defaultProps = defaultProps17;
5538
+ ActionButtons.defaultProps = defaultProps20;
5338
5539
  var action_buttons_spec_default = ActionButtons;
5339
5540
 
5340
5541
  // src/action-sheet/actionsheet-footer.tsx
5341
- import { Fragment as Fragment12, jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
5542
+ import { Fragment as Fragment15, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5342
5543
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5343
5544
  var ActionSheetFooter = (props) => {
5344
5545
  const {
5345
5546
  actions,
5346
5547
  ...other
5347
5548
  } = props;
5348
- return /* @__PURE__ */ jsx35(
5549
+ return /* @__PURE__ */ jsx45(
5349
5550
  action_buttons_spec_default,
5350
5551
  {
5351
5552
  ...other,
@@ -5354,17 +5555,17 @@ var ActionSheetFooter = (props) => {
5354
5555
  ACTIONSHEETFOOTER_CLASSNAME
5355
5556
  ),
5356
5557
  alignment: "stretched",
5357
- children: /* @__PURE__ */ jsxs14(Fragment12, { children: [
5558
+ children: /* @__PURE__ */ jsxs16(Fragment15, { children: [
5358
5559
  actions && actions.map((action, index) => {
5359
5560
  if (action === "|") {
5360
- return /* @__PURE__ */ jsx35("span", { className: "k-separator" }, index);
5561
+ return /* @__PURE__ */ jsx45("span", { className: "k-separator" }, index);
5361
5562
  }
5362
5563
  if (action === " ") {
5363
- return /* @__PURE__ */ jsx35("span", { className: "k-spacer" }, index);
5564
+ return /* @__PURE__ */ jsx45("span", { className: "k-spacer" }, index);
5364
5565
  }
5365
5566
  const importantFlag = action.startsWith("!");
5366
5567
  const actionName = importantFlag ? action.substring(1) : action;
5367
- return /* @__PURE__ */ jsx35(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5568
+ return /* @__PURE__ */ jsx45(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5368
5569
  }),
5369
5570
  !actions && props.children
5370
5571
  ] })
@@ -5373,12 +5574,12 @@ var ActionSheetFooter = (props) => {
5373
5574
  };
5374
5575
 
5375
5576
  // src/action-sheet/actionsheet-items.tsx
5376
- import { jsx as jsx36 } from "react/jsx-runtime";
5577
+ import { jsx as jsx46 } from "react/jsx-runtime";
5377
5578
  var ActionSheetItems = (props) => {
5378
5579
  const {
5379
5580
  ...other
5380
5581
  } = props;
5381
- return /* @__PURE__ */ jsx36(
5582
+ return /* @__PURE__ */ jsx46(
5382
5583
  "div",
5383
5584
  {
5384
5585
  ...other,
@@ -5392,8 +5593,8 @@ var ActionSheetItems = (props) => {
5392
5593
  };
5393
5594
 
5394
5595
  // src/action-sheet/actionsheet-item.tsx
5395
- import { Fragment as Fragment13, jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
5396
- var states22 = [
5596
+ import { Fragment as Fragment16, jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5597
+ var states24 = [
5397
5598
  States.hover,
5398
5599
  States.focus,
5399
5600
  States.selected,
@@ -5401,23 +5602,23 @@ var states22 = [
5401
5602
  ];
5402
5603
 
5403
5604
  // src/nodata/nodata.tsx
5404
- import { jsx as jsx38 } from "react/jsx-runtime";
5605
+ import { jsx as jsx48 } from "react/jsx-runtime";
5405
5606
  var className9 = `k-nodata`;
5406
- var NoData = (props) => /* @__PURE__ */ jsx38("span", { className: classNames(className9, props.className), children: props.children });
5607
+ var NoData = (props) => /* @__PURE__ */ jsx48("span", { className: classNames(className9, props.className), children: props.children });
5407
5608
 
5408
5609
  // src/list/list.spec.tsx
5409
- import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
5610
+ import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5410
5611
  var LIST_CLASSNAME = `k-list`;
5411
- var states23 = [];
5412
- var options21 = {
5612
+ var states25 = [];
5613
+ var options23 = {
5413
5614
  size: [Size.small, Size.medium, Size.large]
5414
5615
  };
5415
- var defaultProps18 = {
5616
+ var defaultProps21 = {
5416
5617
  size: Size.medium
5417
5618
  };
5418
5619
  var List = (props) => {
5419
5620
  const {
5420
- size = defaultProps18.size,
5621
+ size = defaultProps21.size,
5421
5622
  virtualization,
5422
5623
  children,
5423
5624
  optionLabel,
@@ -5434,7 +5635,7 @@ var List = (props) => {
5434
5635
  listHeader = child.props.label;
5435
5636
  child.props.children.map((optChild, index2) => {
5436
5637
  listChildren.push(
5437
- /* @__PURE__ */ jsx39(
5638
+ /* @__PURE__ */ jsx49(
5438
5639
  ListItem,
5439
5640
  {
5440
5641
  ...optChild.props
@@ -5450,7 +5651,7 @@ var List = (props) => {
5450
5651
  groupLabel = child.props.label;
5451
5652
  }
5452
5653
  listChildren.push(
5453
- /* @__PURE__ */ jsx39(
5654
+ /* @__PURE__ */ jsx49(
5454
5655
  ListItem,
5455
5656
  {
5456
5657
  className: index2 === 0 ? "k-first" : "",
@@ -5462,16 +5663,16 @@ var List = (props) => {
5462
5663
  );
5463
5664
  });
5464
5665
  }
5465
- listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5666
+ listGroup = /* @__PURE__ */ jsx49(ListGroup, { label: listHeader, virtualization, children: listChildren });
5466
5667
  } else if (child.type === ListItem) {
5467
- listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5468
- listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5668
+ listChildren.push(/* @__PURE__ */ jsx49(ListItem, { ...child.props }, `${child.type}-${index}`));
5669
+ listContent = /* @__PURE__ */ jsx49(ListContent, { virtualization, children: listChildren });
5469
5670
  }
5470
5671
  });
5471
5672
  } else {
5472
- listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5673
+ listContent = /* @__PURE__ */ jsx49(NoData, { children: "No data found." });
5473
5674
  }
5474
- return /* @__PURE__ */ jsxs16(
5675
+ return /* @__PURE__ */ jsxs18(
5475
5676
  "div",
5476
5677
  {
5477
5678
  ...other,
@@ -5493,24 +5694,24 @@ var List = (props) => {
5493
5694
  }
5494
5695
  );
5495
5696
  };
5496
- List.states = states23;
5497
- List.options = options21;
5697
+ List.states = states25;
5698
+ List.options = options23;
5498
5699
  List.className = LIST_CLASSNAME;
5499
- List.defaultProps = defaultProps18;
5700
+ List.defaultProps = defaultProps21;
5500
5701
 
5501
5702
  // src/list/list-angular.spec.tsx
5502
- import { jsx as jsx40, jsxs as jsxs17 } from "react/jsx-runtime";
5703
+ import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5503
5704
  var LISTANGULAR_CLASSNAME = `k-list`;
5504
- var states24 = [];
5505
- var options22 = {
5705
+ var states26 = [];
5706
+ var options24 = {
5506
5707
  size: [Size.small, Size.medium, Size.large]
5507
5708
  };
5508
- var defaultProps19 = {
5709
+ var defaultProps22 = {
5509
5710
  size: Size.medium
5510
5711
  };
5511
5712
  var ListAngular = (props) => {
5512
5713
  const {
5513
- size = defaultProps19.size,
5714
+ size = defaultProps22.size,
5514
5715
  virtualization,
5515
5716
  children,
5516
5717
  ...other
@@ -5526,7 +5727,7 @@ var ListAngular = (props) => {
5526
5727
  listHeader = child.props.label;
5527
5728
  child.props.children.map((optChild, index2) => {
5528
5729
  listChildren.push(
5529
- /* @__PURE__ */ jsx40(
5730
+ /* @__PURE__ */ jsx50(
5530
5731
  ListItem,
5531
5732
  {
5532
5733
  ...optChild.props
@@ -5537,7 +5738,7 @@ var ListAngular = (props) => {
5537
5738
  });
5538
5739
  } else {
5539
5740
  listChildren.push(
5540
- /* @__PURE__ */ jsx40(
5741
+ /* @__PURE__ */ jsx50(
5541
5742
  ListGroupItem,
5542
5743
  {
5543
5744
  ...child.props,
@@ -5548,7 +5749,7 @@ var ListAngular = (props) => {
5548
5749
  );
5549
5750
  child.props.children.map((optChild, index2) => {
5550
5751
  listChildren.push(
5551
- /* @__PURE__ */ jsx40(
5752
+ /* @__PURE__ */ jsx50(
5552
5753
  ListItem,
5553
5754
  {
5554
5755
  ...optChild.props
@@ -5558,16 +5759,16 @@ var ListAngular = (props) => {
5558
5759
  );
5559
5760
  });
5560
5761
  }
5561
- listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5762
+ listGroup = /* @__PURE__ */ jsx50(ListGroup, { label: listHeader, virtualization, children: listChildren });
5562
5763
  } else if (child.type === ListItem) {
5563
- listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5564
- listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5764
+ listChildren.push(/* @__PURE__ */ jsx50(ListItem, { ...child.props }, `${child.type}-${index}`));
5765
+ listContent = /* @__PURE__ */ jsx50(ListContent, { virtualization, children: listChildren });
5565
5766
  }
5566
5767
  });
5567
5768
  } else {
5568
- listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5769
+ listContent = /* @__PURE__ */ jsx50(NoData, { children: "No data found." });
5569
5770
  }
5570
- return /* @__PURE__ */ jsxs17(
5771
+ return /* @__PURE__ */ jsxs19(
5571
5772
  "div",
5572
5773
  {
5573
5774
  ...other,
@@ -5588,15 +5789,15 @@ var ListAngular = (props) => {
5588
5789
  }
5589
5790
  );
5590
5791
  };
5591
- ListAngular.states = states24;
5592
- ListAngular.options = options22;
5792
+ ListAngular.states = states26;
5793
+ ListAngular.options = options24;
5593
5794
  ListAngular.className = LISTANGULAR_CLASSNAME;
5594
- ListAngular.defaultProps = defaultProps19;
5795
+ ListAngular.defaultProps = defaultProps22;
5595
5796
 
5596
5797
  // src/checkbox/checkbox.spec.tsx
5597
- import { jsx as jsx41 } from "react/jsx-runtime";
5798
+ import { jsx as jsx51 } from "react/jsx-runtime";
5598
5799
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5599
- var states25 = [
5800
+ var states27 = [
5600
5801
  States.hover,
5601
5802
  States.focus,
5602
5803
  States.valid,
@@ -5606,11 +5807,11 @@ var states25 = [
5606
5807
  States.checked,
5607
5808
  States.indeterminate
5608
5809
  ];
5609
- var options23 = {
5810
+ var options25 = {
5610
5811
  size: [Size.small, Size.medium, Size.large],
5611
5812
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5612
5813
  };
5613
- var defaultProps20 = {
5814
+ var defaultProps23 = {
5614
5815
  size: Size.medium,
5615
5816
  rounded: Roundness.medium
5616
5817
  };
@@ -5625,11 +5826,11 @@ var Checkbox = (props) => {
5625
5826
  invalid,
5626
5827
  valid,
5627
5828
  required,
5628
- size = defaultProps20.size,
5629
- rounded = defaultProps20.rounded,
5829
+ size = defaultProps23.size,
5830
+ rounded = defaultProps23.rounded,
5630
5831
  ...other
5631
5832
  } = props;
5632
- return /* @__PURE__ */ jsx41("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx41(
5833
+ return /* @__PURE__ */ jsx51("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx51(
5633
5834
  "input",
5634
5835
  {
5635
5836
  ...other,
@@ -5646,28 +5847,28 @@ var Checkbox = (props) => {
5646
5847
  }
5647
5848
  ) });
5648
5849
  };
5649
- Checkbox.states = states25;
5650
- Checkbox.options = options23;
5850
+ Checkbox.states = states27;
5851
+ Checkbox.options = options25;
5651
5852
  Checkbox.className = CHECKBOX_CLASSNAME;
5652
- Checkbox.defaultProps = defaultProps20;
5853
+ Checkbox.defaultProps = defaultProps23;
5653
5854
 
5654
5855
  // src/checkbox/templates/checkbox-label.tsx
5655
- import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs18 } from "react/jsx-runtime";
5856
+ import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5656
5857
 
5657
5858
  // src/checkbox/templates/checkbox-normal.tsx
5658
- import { jsx as jsx43 } from "react/jsx-runtime";
5859
+ import { jsx as jsx53 } from "react/jsx-runtime";
5659
5860
 
5660
5861
  // src/list/list-item.spec.tsx
5661
- import { jsx as jsx44, jsxs as jsxs19 } from "react/jsx-runtime";
5862
+ import { jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5662
5863
  var LISTITEM_CLASSNAME = `k-list-item`;
5663
- var states26 = [
5864
+ var states28 = [
5664
5865
  States.hover,
5665
5866
  States.focus,
5666
5867
  States.selected,
5667
5868
  States.disabled
5668
5869
  ];
5669
- var options24 = {};
5670
- var defaultProps21 = {};
5870
+ var options26 = {};
5871
+ var defaultProps24 = {};
5671
5872
  var ListItem = (props) => {
5672
5873
  const {
5673
5874
  text,
@@ -5683,7 +5884,7 @@ var ListItem = (props) => {
5683
5884
  ...other
5684
5885
  } = props;
5685
5886
  const textOrChildren = text ? text : props.children;
5686
- return /* @__PURE__ */ jsxs19(
5887
+ return /* @__PURE__ */ jsxs21(
5687
5888
  "li",
5688
5889
  {
5689
5890
  ...other,
@@ -5698,66 +5899,66 @@ var ListItem = (props) => {
5698
5899
  })
5699
5900
  ),
5700
5901
  children: [
5701
- showCheckbox && /* @__PURE__ */ jsx44(Checkbox, { checked }),
5702
- showIcon && /* @__PURE__ */ jsx44(Icon, { icon: iconName }),
5703
- /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: textOrChildren }),
5704
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx44("div", { className: "k-list-item-group-label", children: groupLabel })
5902
+ showCheckbox && /* @__PURE__ */ jsx54(Checkbox, { checked }),
5903
+ showIcon && /* @__PURE__ */ jsx54(Icon, { icon: iconName }),
5904
+ /* @__PURE__ */ jsx54("span", { className: "k-list-item-text", children: textOrChildren }),
5905
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx54("div", { className: "k-list-item-group-label", children: groupLabel })
5705
5906
  ]
5706
5907
  }
5707
5908
  );
5708
5909
  };
5709
- ListItem.states = states26;
5710
- ListItem.options = options24;
5910
+ ListItem.states = states28;
5911
+ ListItem.options = options26;
5711
5912
  ListItem.className = LISTITEM_CLASSNAME;
5712
- ListItem.defaultProps = defaultProps21;
5913
+ ListItem.defaultProps = defaultProps24;
5713
5914
 
5714
5915
  // src/list/list-content.tsx
5715
- import { jsx as jsx45, jsxs as jsxs20 } from "react/jsx-runtime";
5916
+ import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5716
5917
  var className10 = `k-list-content`;
5717
5918
  var ListContent = (props) => {
5718
5919
  const {
5719
5920
  virtualization
5720
5921
  } = props;
5721
- return /* @__PURE__ */ jsxs20("div", { className: classNames(className10, props.className), children: [
5722
- /* @__PURE__ */ jsx45("ul", { className: classNames("k-list-ul"), children: props.children }),
5723
- virtualization && /* @__PURE__ */ jsx45("div", { className: "k-height-container", children: /* @__PURE__ */ jsx45("div", {}) })
5922
+ return /* @__PURE__ */ jsxs22("div", { className: classNames(className10, props.className), children: [
5923
+ /* @__PURE__ */ jsx55("ul", { className: classNames("k-list-ul"), children: props.children }),
5924
+ virtualization && /* @__PURE__ */ jsx55("div", { className: "k-height-container", children: /* @__PURE__ */ jsx55("div", {}) })
5724
5925
  ] });
5725
5926
  };
5726
5927
 
5727
5928
  // src/list/list-header.tsx
5728
- import { jsx as jsx46 } from "react/jsx-runtime";
5929
+ import { jsx as jsx56 } from "react/jsx-runtime";
5729
5930
  var className11 = `k-list-group-sticky-header`;
5730
- var ListHeader = (props) => /* @__PURE__ */ jsx46("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx46("div", { className: "k-list-header-text", children: props.children }) });
5931
+ var ListHeader = (props) => /* @__PURE__ */ jsx56("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx56("div", { className: "k-list-header-text", children: props.children }) });
5731
5932
 
5732
5933
  // src/list/list-group.tsx
5733
- import { Fragment as Fragment15, jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
5934
+ import { Fragment as Fragment18, jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5734
5935
  var ListGroup = (props) => {
5735
5936
  const {
5736
5937
  virtualization,
5737
5938
  label
5738
5939
  } = props;
5739
- return /* @__PURE__ */ jsxs21(Fragment15, { children: [
5740
- label && /* @__PURE__ */ jsx47(ListHeader, { children: label }),
5741
- props.children && /* @__PURE__ */ jsx47(ListContent, { virtualization, children: props.children })
5940
+ return /* @__PURE__ */ jsxs23(Fragment18, { children: [
5941
+ label && /* @__PURE__ */ jsx57(ListHeader, { children: label }),
5942
+ props.children && /* @__PURE__ */ jsx57(ListContent, { virtualization, children: props.children })
5742
5943
  ] });
5743
5944
  };
5744
5945
 
5745
5946
  // src/list/list-group-item.tsx
5746
- import { jsx as jsx48 } from "react/jsx-runtime";
5947
+ import { jsx as jsx58 } from "react/jsx-runtime";
5747
5948
  var className12 = `k-list-group-item`;
5748
- var ListGroupItem = (props) => /* @__PURE__ */ jsx48("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: props.children }) });
5949
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx58("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx58("span", { className: "k-list-item-text", children: props.children }) });
5749
5950
 
5750
5951
  // src/list/list-option-label.tsx
5751
- import { jsx as jsx49 } from "react/jsx-runtime";
5952
+ import { jsx as jsx59 } from "react/jsx-runtime";
5752
5953
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5753
- var states27 = [
5954
+ var states29 = [
5754
5955
  States.hover,
5755
5956
  States.focus,
5756
5957
  States.selected,
5757
5958
  States.disabled
5758
5959
  ];
5759
- var options25 = {};
5760
- var defaultProps22 = {};
5960
+ var options27 = {};
5961
+ var defaultProps25 = {};
5761
5962
  var ListOptionLabel = (props) => {
5762
5963
  const {
5763
5964
  text,
@@ -5767,7 +5968,7 @@ var ListOptionLabel = (props) => {
5767
5968
  disabled,
5768
5969
  ...other
5769
5970
  } = props;
5770
- return /* @__PURE__ */ jsx49(
5971
+ return /* @__PURE__ */ jsx59(
5771
5972
  "div",
5772
5973
  {
5773
5974
  ...other,
@@ -5784,36 +5985,36 @@ var ListOptionLabel = (props) => {
5784
5985
  }
5785
5986
  );
5786
5987
  };
5787
- ListOptionLabel.states = states27;
5788
- ListOptionLabel.options = options25;
5988
+ ListOptionLabel.states = states29;
5989
+ ListOptionLabel.options = options27;
5789
5990
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5790
- ListOptionLabel.defaultProps = defaultProps22;
5991
+ ListOptionLabel.defaultProps = defaultProps25;
5791
5992
 
5792
5993
  // src/list/templates/list-normal.tsx
5793
- import { jsx as jsx50 } from "react/jsx-runtime";
5994
+ import { jsx as jsx60 } from "react/jsx-runtime";
5794
5995
 
5795
5996
  // src/list/templates/list-virtualization.tsx
5796
- import { jsx as jsx51 } from "react/jsx-runtime";
5997
+ import { jsx as jsx61 } from "react/jsx-runtime";
5797
5998
 
5798
5999
  // src/list/templates/list-grouping.tsx
5799
- import { jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
6000
+ import { jsx as jsx62, jsxs as jsxs24 } from "react/jsx-runtime";
5800
6001
 
5801
6002
  // src/list/templates/list-virualization-grouping.tsx
5802
- import { jsx as jsx53, jsxs as jsxs23 } from "react/jsx-runtime";
6003
+ import { jsx as jsx63, jsxs as jsxs25 } from "react/jsx-runtime";
5803
6004
 
5804
6005
  // src/list/templates/list-virtualization-angular.tsx
5805
- import { jsx as jsx54 } from "react/jsx-runtime";
6006
+ import { jsx as jsx64 } from "react/jsx-runtime";
5806
6007
 
5807
6008
  // src/list/templates/list-grouping-angular.tsx
5808
- import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
6009
+ import { jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
5809
6010
 
5810
6011
  // src/list/templates/list-virualization-grouping-angular.tsx
5811
- import { jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
6012
+ import { jsx as jsx66, jsxs as jsxs27 } from "react/jsx-runtime";
5812
6013
 
5813
6014
  // src/combobox/combobox.spec.tsx
5814
- import { Fragment as Fragment16, jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
6015
+ import { Fragment as Fragment19, jsx as jsx67, jsxs as jsxs28 } from "react/jsx-runtime";
5815
6016
  var COMBOBOX_CLASSNAME = `k-combobox`;
5816
- var states28 = [
6017
+ var states30 = [
5817
6018
  States.hover,
5818
6019
  States.focus,
5819
6020
  States.valid,
@@ -5823,12 +6024,12 @@ var states28 = [
5823
6024
  States.disabled,
5824
6025
  States.readonly
5825
6026
  ];
5826
- var defaultProps23 = {
6027
+ var defaultProps26 = {
5827
6028
  size: Input.defaultProps.size,
5828
6029
  rounded: Input.defaultProps.rounded,
5829
6030
  fillMode: Input.defaultProps.fillMode
5830
6031
  };
5831
- var options26 = {
6032
+ var options28 = {
5832
6033
  size: [Size.small, Size.medium, Size.large],
5833
6034
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5834
6035
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5856,8 +6057,8 @@ var Combobox = (props) => {
5856
6057
  adaptiveSettings,
5857
6058
  ...other
5858
6059
  } = props;
5859
- return /* @__PURE__ */ jsxs26(Fragment16, { children: [
5860
- /* @__PURE__ */ jsxs26(
6060
+ return /* @__PURE__ */ jsxs28(Fragment19, { children: [
6061
+ /* @__PURE__ */ jsxs28(
5861
6062
  Input,
5862
6063
  {
5863
6064
  ...other,
@@ -5874,9 +6075,9 @@ var Combobox = (props) => {
5874
6075
  readonly,
5875
6076
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5876
6077
  children: [
5877
- /* @__PURE__ */ jsx57(InputPrefix, { children: prefix }),
5878
- /* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
5879
- /* @__PURE__ */ jsx57(
6078
+ /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6079
+ /* @__PURE__ */ jsx67(InputInnerInput, { placeholder, value }),
6080
+ /* @__PURE__ */ jsx67(
5880
6081
  InputValidationIcon,
5881
6082
  {
5882
6083
  valid,
@@ -5885,14 +6086,14 @@ var Combobox = (props) => {
5885
6086
  disabled
5886
6087
  }
5887
6088
  ),
5888
- /* @__PURE__ */ jsx57(
6089
+ /* @__PURE__ */ jsx67(
5889
6090
  InputLoadingIcon,
5890
6091
  {
5891
6092
  loading,
5892
6093
  disabled
5893
6094
  }
5894
6095
  ),
5895
- /* @__PURE__ */ jsx57(
6096
+ /* @__PURE__ */ jsx67(
5896
6097
  InputClearValue,
5897
6098
  {
5898
6099
  loading,
@@ -5901,8 +6102,8 @@ var Combobox = (props) => {
5901
6102
  value
5902
6103
  }
5903
6104
  ),
5904
- /* @__PURE__ */ jsx57(InputSuffix, { children: suffix }),
5905
- /* @__PURE__ */ jsx57(
6105
+ /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6106
+ /* @__PURE__ */ jsx67(
5906
6107
  Button,
5907
6108
  {
5908
6109
  className: "k-input-button",
@@ -5915,9 +6116,9 @@ var Combobox = (props) => {
5915
6116
  ]
5916
6117
  }
5917
6118
  ),
5918
- opened && popup && /* @__PURE__ */ jsx57(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5919
- adaptive && /* @__PURE__ */ jsxs26(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5920
- /* @__PURE__ */ jsx57(
6119
+ opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6120
+ adaptive && /* @__PURE__ */ jsxs28(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6121
+ /* @__PURE__ */ jsx67(
5921
6122
  ActionSheetHeader,
5922
6123
  {
5923
6124
  actions: ["x"],
@@ -5925,35 +6126,35 @@ var Combobox = (props) => {
5925
6126
  title: "Select Item"
5926
6127
  }
5927
6128
  ),
5928
- /* @__PURE__ */ jsx57("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs26(List, { size: "large", children: [
5929
- /* @__PURE__ */ jsx57(ListItem, { text: "List item" }),
5930
- /* @__PURE__ */ jsx57(ListItem, { text: "List item" }),
5931
- /* @__PURE__ */ jsx57(ListItem, { text: "List item" })
6129
+ /* @__PURE__ */ jsx67("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6130
+ /* @__PURE__ */ jsx67(ListItem, { text: "List item" }),
6131
+ /* @__PURE__ */ jsx67(ListItem, { text: "List item" }),
6132
+ /* @__PURE__ */ jsx67(ListItem, { text: "List item" })
5932
6133
  ] }) })
5933
6134
  ] })
5934
6135
  ] });
5935
6136
  };
5936
- Combobox.states = states28;
5937
- Combobox.options = options26;
6137
+ Combobox.states = states30;
6138
+ Combobox.options = options28;
5938
6139
  Combobox.className = COMBOBOX_CLASSNAME;
5939
- Combobox.defaultProps = defaultProps23;
6140
+ Combobox.defaultProps = defaultProps26;
5940
6141
 
5941
6142
  // src/combobox/templates/combobox-normal.tsx
5942
- import { jsx as jsx58 } from "react/jsx-runtime";
6143
+ import { jsx as jsx68 } from "react/jsx-runtime";
5943
6144
 
5944
6145
  // src/combobox/templates/combobox-popup.tsx
5945
- import { jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
6146
+ import { jsx as jsx69, jsxs as jsxs29 } from "react/jsx-runtime";
5946
6147
 
5947
6148
  // src/combobox/templates/combobox-grouping.tsx
5948
- import { jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
6149
+ import { jsx as jsx70, jsxs as jsxs30 } from "react/jsx-runtime";
5949
6150
 
5950
6151
  // src/combobox/templates/combobox-adaptive.tsx
5951
- import { jsx as jsx61 } from "react/jsx-runtime";
6152
+ import { jsx as jsx71 } from "react/jsx-runtime";
5952
6153
 
5953
6154
  // src/dropdownlist/dropdownlist.spec.tsx
5954
- import { Fragment as Fragment17, jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
6155
+ import { Fragment as Fragment20, jsx as jsx72, jsxs as jsxs31 } from "react/jsx-runtime";
5955
6156
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5956
- var states29 = [
6157
+ var states31 = [
5957
6158
  States.hover,
5958
6159
  States.focus,
5959
6160
  States.valid,
@@ -5963,12 +6164,12 @@ var states29 = [
5963
6164
  States.loading,
5964
6165
  States.readonly
5965
6166
  ];
5966
- var options27 = {
6167
+ var options29 = {
5967
6168
  size: [Size.small, Size.medium, Size.large],
5968
6169
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5969
6170
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5970
6171
  };
5971
- var defaultProps24 = {
6172
+ var defaultProps27 = {
5972
6173
  showValue: true,
5973
6174
  arrowIconName: "caret-alt-down",
5974
6175
  size: Size.medium,
@@ -5978,7 +6179,7 @@ var defaultProps24 = {
5978
6179
  var DropdownList = (props) => {
5979
6180
  const {
5980
6181
  valueIconName,
5981
- arrowIconName = defaultProps24.arrowIconName,
6182
+ arrowIconName = defaultProps27.arrowIconName,
5982
6183
  prefix,
5983
6184
  suffix,
5984
6185
  value,
@@ -5994,13 +6195,13 @@ var DropdownList = (props) => {
5994
6195
  loading,
5995
6196
  disabled,
5996
6197
  readonly,
5997
- showValue = defaultProps24.showValue,
6198
+ showValue = defaultProps27.showValue,
5998
6199
  popup,
5999
6200
  opened,
6000
6201
  ...other
6001
6202
  } = props;
6002
- return /* @__PURE__ */ jsxs29(Fragment17, { children: [
6003
- /* @__PURE__ */ jsxs29(
6203
+ return /* @__PURE__ */ jsxs31(Fragment20, { children: [
6204
+ /* @__PURE__ */ jsxs31(
6004
6205
  Picker,
6005
6206
  {
6006
6207
  ...other,
@@ -6023,8 +6224,8 @@ var DropdownList = (props) => {
6023
6224
  }
6024
6225
  ),
6025
6226
  children: [
6026
- /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
6027
- /* @__PURE__ */ jsx62(
6227
+ /* @__PURE__ */ jsx72(InputPrefix, { children: prefix }),
6228
+ /* @__PURE__ */ jsx72(
6028
6229
  InputInnerSpan,
6029
6230
  {
6030
6231
  placeholder,
@@ -6033,7 +6234,7 @@ var DropdownList = (props) => {
6033
6234
  valueIconName
6034
6235
  }
6035
6236
  ),
6036
- /* @__PURE__ */ jsx62(
6237
+ /* @__PURE__ */ jsx72(
6037
6238
  InputValidationIcon,
6038
6239
  {
6039
6240
  valid,
@@ -6042,15 +6243,15 @@ var DropdownList = (props) => {
6042
6243
  disabled
6043
6244
  }
6044
6245
  ),
6045
- /* @__PURE__ */ jsx62(
6246
+ /* @__PURE__ */ jsx72(
6046
6247
  InputLoadingIcon,
6047
6248
  {
6048
6249
  loading,
6049
6250
  disabled
6050
6251
  }
6051
6252
  ),
6052
- /* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
6053
- /* @__PURE__ */ jsx62(
6253
+ /* @__PURE__ */ jsx72(InputSuffix, { children: suffix }),
6254
+ /* @__PURE__ */ jsx72(
6054
6255
  Button,
6055
6256
  {
6056
6257
  className: "k-input-button",
@@ -6063,40 +6264,40 @@ var DropdownList = (props) => {
6063
6264
  ]
6064
6265
  }
6065
6266
  ),
6066
- opened && popup && /* @__PURE__ */ jsx62(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6267
+ opened && popup && /* @__PURE__ */ jsx72(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6067
6268
  ] });
6068
6269
  };
6069
- DropdownList.states = states29;
6070
- DropdownList.options = options27;
6270
+ DropdownList.states = states31;
6271
+ DropdownList.options = options29;
6071
6272
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6072
- DropdownList.defaultProps = defaultProps24;
6273
+ DropdownList.defaultProps = defaultProps27;
6073
6274
 
6074
6275
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6075
- import { jsx as jsx63 } from "react/jsx-runtime";
6276
+ import { jsx as jsx73 } from "react/jsx-runtime";
6076
6277
 
6077
6278
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6078
- import { jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6279
+ import { jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
6079
6280
 
6080
6281
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6081
- import { Fragment as Fragment18, jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6282
+ import { Fragment as Fragment21, jsx as jsx75, jsxs as jsxs33 } from "react/jsx-runtime";
6082
6283
 
6083
6284
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6084
- import { jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
6285
+ import { jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
6085
6286
 
6086
6287
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6087
- import { Fragment as Fragment19, jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
6288
+ import { Fragment as Fragment22, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6088
6289
 
6089
6290
  // src/menu-button/menu-button.spec.tsx
6090
- import { Fragment as Fragment20, jsx as jsx68, jsxs as jsxs34 } from "react/jsx-runtime";
6291
+ import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6091
6292
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6092
- var states30 = [
6293
+ var states32 = [
6093
6294
  States.hover,
6094
6295
  States.focus,
6095
6296
  States.active,
6096
6297
  States.selected,
6097
6298
  States.disabled
6098
6299
  ];
6099
- var options28 = {
6300
+ var options30 = {
6100
6301
  size: [Size.small, Size.medium, Size.large],
6101
6302
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6102
6303
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6114,7 +6315,7 @@ var options28 = {
6114
6315
  ThemeColor.inverse
6115
6316
  ]
6116
6317
  };
6117
- var defaultProps25 = {
6318
+ var defaultProps28 = {
6118
6319
  size: Size.medium,
6119
6320
  rounded: Roundness.medium,
6120
6321
  fillMode: FillMode.solid,
@@ -6124,10 +6325,10 @@ var defaultProps25 = {
6124
6325
  };
6125
6326
  var MenuButton = (props) => {
6126
6327
  const {
6127
- size = defaultProps25.size,
6128
- rounded = defaultProps25.rounded,
6129
- fillMode = defaultProps25.fillMode,
6130
- themeColor = defaultProps25.themeColor,
6328
+ size = defaultProps28.size,
6329
+ rounded = defaultProps28.rounded,
6330
+ fillMode = defaultProps28.fillMode,
6331
+ themeColor = defaultProps28.themeColor,
6131
6332
  hover,
6132
6333
  focus,
6133
6334
  active,
@@ -6135,14 +6336,14 @@ var MenuButton = (props) => {
6135
6336
  disabled,
6136
6337
  icon,
6137
6338
  text,
6138
- showArrow = defaultProps25.showArrow,
6139
- arrowIconName = defaultProps25.arrowIconName,
6339
+ showArrow = defaultProps28.showArrow,
6340
+ arrowIconName = defaultProps28.arrowIconName,
6140
6341
  popup,
6141
6342
  opened,
6142
6343
  ...other
6143
6344
  } = props;
6144
- return /* @__PURE__ */ jsxs34(Fragment20, { children: [
6145
- /* @__PURE__ */ jsx68(
6345
+ return /* @__PURE__ */ jsxs36(Fragment23, { children: [
6346
+ /* @__PURE__ */ jsx78(
6146
6347
  Button,
6147
6348
  {
6148
6349
  ...other,
@@ -6165,204 +6366,28 @@ var MenuButton = (props) => {
6165
6366
  arrowIconName
6166
6367
  }
6167
6368
  ),
6168
- opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-menu-popup", children: popup })
6369
+ opened && popup && /* @__PURE__ */ jsx78(Popup, { className: "k-menu-popup", children: popup })
6169
6370
  ] });
6170
6371
  };
6171
- MenuButton.states = states30;
6172
- MenuButton.options = options28;
6372
+ MenuButton.states = states32;
6373
+ MenuButton.options = options30;
6173
6374
  MenuButton.className = MENUBUTTON_CLASSNAME;
6174
- MenuButton.defaultProps = defaultProps25;
6375
+ MenuButton.defaultProps = defaultProps28;
6175
6376
 
6176
6377
  // src/menu-button/templates/icon-menu-button.tsx
6177
- import { jsx as jsx69 } from "react/jsx-runtime";
6378
+ import { jsx as jsx79 } from "react/jsx-runtime";
6178
6379
 
6179
6380
  // src/menu-button/templates/icon-text-menu-button.tsx
6180
- import { jsx as jsx70 } from "react/jsx-runtime";
6381
+ import { jsx as jsx80 } from "react/jsx-runtime";
6181
6382
 
6182
6383
  // src/menu-button/templates/text-menu-button.tsx
6183
- import { jsx as jsx71 } from "react/jsx-runtime";
6184
-
6185
- // src/menu/menu-item.spec.tsx
6186
- import { Fragment as Fragment21, jsx as jsx72, jsxs as jsxs35 } from "react/jsx-runtime";
6187
- var MENUITEM_CLASSNAME = `k-menu-item`;
6188
- var states31 = [
6189
- States.hover,
6190
- States.focus,
6191
- States.active,
6192
- States.selected,
6193
- States.disabled
6194
- ];
6195
- var options29 = {};
6196
- var defaultProps26 = {
6197
- dir: "ltr"
6198
- };
6199
- var MenuItem = (props) => {
6200
- const {
6201
- hover,
6202
- focus,
6203
- active,
6204
- selected,
6205
- disabled,
6206
- icon,
6207
- text,
6208
- showArrow,
6209
- arrowIconName,
6210
- dir = defaultProps26.dir,
6211
- children,
6212
- ...other
6213
- } = props;
6214
- const contentTemplate = /* @__PURE__ */ jsx72(Fragment21, {});
6215
- if (children) {
6216
- children.forEach((child) => {
6217
- const component = child.type;
6218
- if (component === "MenuItemContent") {
6219
- contentTemplate.props.children.push(child);
6220
- return;
6221
- }
6222
- });
6223
- }
6224
- let expandArrowName = arrowIconName;
6225
- if (!expandArrowName) {
6226
- expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6227
- }
6228
- return /* @__PURE__ */ jsxs35(
6229
- "li",
6230
- {
6231
- ...other,
6232
- className: classNames(
6233
- props.className,
6234
- MENUITEM_CLASSNAME,
6235
- //TODO
6236
- "k-item",
6237
- stateClassNames(MENUITEM_CLASSNAME, {
6238
- focus,
6239
- disabled
6240
- })
6241
- ),
6242
- children: [
6243
- /* @__PURE__ */ jsxs35(
6244
- "span",
6245
- {
6246
- className: classNames(
6247
- "k-link k-menu-link",
6248
- stateClassNames("k-menu-link", {
6249
- hover,
6250
- active,
6251
- selected,
6252
- disabled
6253
- })
6254
- ),
6255
- children: [
6256
- icon && /* @__PURE__ */ jsx72(Icon, { className: "k-menu-link-icon", icon }),
6257
- /* @__PURE__ */ jsx72("span", { className: "k-menu-link-text", children: text }),
6258
- showArrow && /* @__PURE__ */ jsx72("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx72(Icon, { icon: expandArrowName }) })
6259
- ]
6260
- }
6261
- ),
6262
- contentTemplate
6263
- ]
6264
- }
6265
- );
6266
- };
6267
- MenuItem.states = states31;
6268
- MenuItem.options = options29;
6269
- MenuItem.className = MENUITEM_CLASSNAME;
6270
- MenuItem.defaultProps = defaultProps26;
6271
- var menu_item_spec_default = MenuItem;
6272
-
6273
- // src/menu/menu-separator.spec.tsx
6274
- import { jsx as jsx73 } from "react/jsx-runtime";
6275
- var SEPARATOR_CLASSNAME = `k-separator`;
6276
- var defaultProps27 = {
6277
- orientation: "horizontal"
6278
- };
6279
- var MenuSeparator = (props) => {
6280
- const {
6281
- orientation = defaultProps27.orientation,
6282
- ...other
6283
- } = props;
6284
- return /* @__PURE__ */ jsx73(
6285
- "li",
6286
- {
6287
- ...other,
6288
- className: classNames(
6289
- props.className,
6290
- "k-item",
6291
- SEPARATOR_CLASSNAME,
6292
- {
6293
- [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
6294
- }
6295
- )
6296
- }
6297
- );
6298
- };
6299
- var menu_separator_spec_default = MenuSeparator;
6300
-
6301
- // src/menu/menu-item-content.tsx
6302
- import { Fragment as Fragment22, jsx as jsx74 } from "react/jsx-runtime";
6303
-
6304
- // src/menu/menu-list.spec.tsx
6305
- import { jsx as jsx75 } from "react/jsx-runtime";
6306
- import { createElement } from "react";
6307
- var MENULIST_CLASSNAME = `k-menu-group`;
6308
- var states32 = [];
6309
- var options30 = {
6310
- size: [Size.small, Size.medium, Size.large]
6311
- };
6312
- var defaultProps28 = {
6313
- size: Size.medium,
6314
- dir: "ltr"
6315
- };
6316
- var MenuList = (props) => {
6317
- const {
6318
- children,
6319
- size = defaultProps28.size,
6320
- dir = defaultProps28.dir,
6321
- ...other
6322
- } = props;
6323
- const listChildren = [];
6324
- if (children) {
6325
- if (Array.isArray(children)) {
6326
- children.map((child, index) => {
6327
- if (child.type === menu_item_spec_default) {
6328
- listChildren.push(
6329
- /* @__PURE__ */ createElement(menu_item_spec_default, { ...child.props, dir, key: index })
6330
- );
6331
- } else if (child.type === menu_separator_spec_default) {
6332
- listChildren.push(
6333
- /* @__PURE__ */ jsx75(menu_separator_spec_default, {})
6334
- );
6335
- } else {
6336
- listChildren.push(child);
6337
- }
6338
- });
6339
- }
6340
- }
6341
- return /* @__PURE__ */ jsx75(
6342
- "ul",
6343
- {
6344
- ...other,
6345
- className: classNames(
6346
- props.className,
6347
- MENULIST_CLASSNAME,
6348
- optionClassNames(MENULIST_CLASSNAME, {
6349
- size
6350
- })
6351
- ),
6352
- children: listChildren
6353
- }
6354
- );
6355
- };
6356
- MenuList.states = states32;
6357
- MenuList.options = options30;
6358
- MenuList.className = MENULIST_CLASSNAME;
6359
- MenuList.defaultProps = defaultProps28;
6384
+ import { jsx as jsx81 } from "react/jsx-runtime";
6360
6385
 
6361
6386
  // src/menu-button/templates/menu-button-popup.tsx
6362
- import { jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
6387
+ import { jsx as jsx82, jsxs as jsxs37 } from "react/jsx-runtime";
6363
6388
 
6364
6389
  // src/toolbar/toolbar.spec.tsx
6365
- import { jsx as jsx77 } from "react/jsx-runtime";
6390
+ import { jsx as jsx83 } from "react/jsx-runtime";
6366
6391
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6367
6392
  var states33 = [
6368
6393
  States.focus
@@ -6385,7 +6410,7 @@ var Toolbar = (props) => {
6385
6410
  const tempToolbarChildren = [];
6386
6411
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6387
6412
  tempToolbarChildren.push(
6388
- /* @__PURE__ */ jsx77(
6413
+ /* @__PURE__ */ jsx83(
6389
6414
  Button,
6390
6415
  {
6391
6416
  ...child.props,
@@ -6396,7 +6421,7 @@ var Toolbar = (props) => {
6396
6421
  );
6397
6422
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6398
6423
  tempToolbarChildren.push(
6399
- /* @__PURE__ */ jsx77(
6424
+ /* @__PURE__ */ jsx83(
6400
6425
  Button,
6401
6426
  {
6402
6427
  ...child.props,
@@ -6407,7 +6432,7 @@ var Toolbar = (props) => {
6407
6432
  );
6408
6433
  } else if (child.type === Button) {
6409
6434
  tempToolbarChildren.push(
6410
- /* @__PURE__ */ jsx77(
6435
+ /* @__PURE__ */ jsx83(
6411
6436
  Button,
6412
6437
  {
6413
6438
  ...child.props,
@@ -6418,7 +6443,7 @@ var Toolbar = (props) => {
6418
6443
  );
6419
6444
  } else if (child.type === MenuButton) {
6420
6445
  tempToolbarChildren.push(
6421
- /* @__PURE__ */ jsx77(
6446
+ /* @__PURE__ */ jsx83(
6422
6447
  MenuButton,
6423
6448
  {
6424
6449
  ...child.props,
@@ -6429,7 +6454,7 @@ var Toolbar = (props) => {
6429
6454
  );
6430
6455
  } else if (child.type === split_button_spec_default) {
6431
6456
  tempToolbarChildren.push(
6432
- /* @__PURE__ */ jsx77(
6457
+ /* @__PURE__ */ jsx83(
6433
6458
  split_button_spec_default,
6434
6459
  {
6435
6460
  ...child.props,
@@ -6443,7 +6468,7 @@ var Toolbar = (props) => {
6443
6468
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6444
6469
  childrenArray.forEach((button, bindex) => {
6445
6470
  buttonGroupItems.push(
6446
- /* @__PURE__ */ jsx77(
6471
+ /* @__PURE__ */ jsx83(
6447
6472
  Button,
6448
6473
  {
6449
6474
  ...button.props,
@@ -6454,7 +6479,7 @@ var Toolbar = (props) => {
6454
6479
  );
6455
6480
  });
6456
6481
  tempToolbarChildren.push(
6457
- /* @__PURE__ */ jsx77(
6482
+ /* @__PURE__ */ jsx83(
6458
6483
  ButtonGroup,
6459
6484
  {
6460
6485
  ...child.props,
@@ -6466,7 +6491,7 @@ var Toolbar = (props) => {
6466
6491
  );
6467
6492
  } else if (child.type === Combobox) {
6468
6493
  tempToolbarChildren.push(
6469
- /* @__PURE__ */ jsx77(
6494
+ /* @__PURE__ */ jsx83(
6470
6495
  Combobox,
6471
6496
  {
6472
6497
  ...child.props,
@@ -6477,7 +6502,7 @@ var Toolbar = (props) => {
6477
6502
  );
6478
6503
  } else if (child.type === DropdownList) {
6479
6504
  tempToolbarChildren.push(
6480
- /* @__PURE__ */ jsx77(
6505
+ /* @__PURE__ */ jsx83(
6481
6506
  DropdownList,
6482
6507
  {
6483
6508
  ...child.props,
@@ -6488,7 +6513,7 @@ var Toolbar = (props) => {
6488
6513
  );
6489
6514
  } else if (child.type === ColorPicker) {
6490
6515
  tempToolbarChildren.push(
6491
- /* @__PURE__ */ jsx77(
6516
+ /* @__PURE__ */ jsx83(
6492
6517
  ColorPicker,
6493
6518
  {
6494
6519
  ...child.props,
@@ -6510,7 +6535,7 @@ var Toolbar = (props) => {
6510
6535
  addUniqueToolClass(child, index);
6511
6536
  });
6512
6537
  }
6513
- return /* @__PURE__ */ jsx77(
6538
+ return /* @__PURE__ */ jsx83(
6514
6539
  "div",
6515
6540
  {
6516
6541
  ...other,
@@ -6537,7 +6562,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6537
6562
  Toolbar.defaultProps = defaultProps29;
6538
6563
 
6539
6564
  // src/toolbar/toolbar-angular.spec.tsx
6540
- import { jsx as jsx78 } from "react/jsx-runtime";
6565
+ import { jsx as jsx84 } from "react/jsx-runtime";
6541
6566
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6542
6567
  var states34 = [
6543
6568
  States.focus
@@ -6560,7 +6585,7 @@ var ToolbarAngular = (props) => {
6560
6585
  const tempToolbarChildren = [];
6561
6586
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6562
6587
  tempToolbarChildren.push(
6563
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6588
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6564
6589
  Button,
6565
6590
  {
6566
6591
  ...child.props,
@@ -6571,7 +6596,7 @@ var ToolbarAngular = (props) => {
6571
6596
  );
6572
6597
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6573
6598
  tempToolbarChildren.push(
6574
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6599
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6575
6600
  Button,
6576
6601
  {
6577
6602
  ...child.props,
@@ -6582,7 +6607,7 @@ var ToolbarAngular = (props) => {
6582
6607
  );
6583
6608
  } else if (child.type === Button) {
6584
6609
  tempToolbarChildren.push(
6585
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6610
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6586
6611
  Button,
6587
6612
  {
6588
6613
  ...child.props,
@@ -6593,7 +6618,7 @@ var ToolbarAngular = (props) => {
6593
6618
  );
6594
6619
  } else if (child.type === MenuButton) {
6595
6620
  tempToolbarChildren.push(
6596
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6621
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6597
6622
  MenuButton,
6598
6623
  {
6599
6624
  ...child.props,
@@ -6604,7 +6629,7 @@ var ToolbarAngular = (props) => {
6604
6629
  );
6605
6630
  } else if (child.type === split_button_spec_default) {
6606
6631
  tempToolbarChildren.push(
6607
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6632
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6608
6633
  split_button_spec_default,
6609
6634
  {
6610
6635
  ...child.props,
@@ -6618,7 +6643,7 @@ var ToolbarAngular = (props) => {
6618
6643
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6619
6644
  childrenArray.forEach((button, bindex) => {
6620
6645
  buttonGroupItems.push(
6621
- /* @__PURE__ */ jsx78(
6646
+ /* @__PURE__ */ jsx84(
6622
6647
  Button,
6623
6648
  {
6624
6649
  ...button.props,
@@ -6629,7 +6654,7 @@ var ToolbarAngular = (props) => {
6629
6654
  );
6630
6655
  });
6631
6656
  tempToolbarChildren.push(
6632
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6657
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6633
6658
  ButtonGroup,
6634
6659
  {
6635
6660
  ...child.props,
@@ -6641,7 +6666,7 @@ var ToolbarAngular = (props) => {
6641
6666
  );
6642
6667
  } else if (child.type === Combobox) {
6643
6668
  tempToolbarChildren.push(
6644
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6669
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6645
6670
  Combobox,
6646
6671
  {
6647
6672
  ...child.props,
@@ -6652,7 +6677,7 @@ var ToolbarAngular = (props) => {
6652
6677
  );
6653
6678
  } else if (child.type === DropdownList) {
6654
6679
  tempToolbarChildren.push(
6655
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6680
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6656
6681
  DropdownList,
6657
6682
  {
6658
6683
  ...child.props,
@@ -6663,7 +6688,7 @@ var ToolbarAngular = (props) => {
6663
6688
  );
6664
6689
  } else if (child.type === ColorPicker) {
6665
6690
  tempToolbarChildren.push(
6666
- /* @__PURE__ */ jsx78("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx78(
6691
+ /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6667
6692
  ColorPicker,
6668
6693
  {
6669
6694
  ...child.props,
@@ -6685,7 +6710,7 @@ var ToolbarAngular = (props) => {
6685
6710
  addUniqueToolClass(child, index);
6686
6711
  });
6687
6712
  }
6688
- return /* @__PURE__ */ jsx78(
6713
+ return /* @__PURE__ */ jsx84(
6689
6714
  "div",
6690
6715
  {
6691
6716
  ...other,
@@ -6712,10 +6737,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6712
6737
  ToolbarAngular.defaultProps = defaultProps30;
6713
6738
 
6714
6739
  // src/toolbar/toolbar-separator.tsx
6715
- import { jsx as jsx79 } from "react/jsx-runtime";
6740
+ import { jsx as jsx85 } from "react/jsx-runtime";
6716
6741
 
6717
6742
  // src/toolbar/toolbar-item.spec.tsx
6718
- import { jsx as jsx80 } from "react/jsx-runtime";
6743
+ import { jsx as jsx86 } from "react/jsx-runtime";
6719
6744
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6720
6745
  var states35 = [
6721
6746
  States.focus
@@ -6727,7 +6752,7 @@ var ToolbarItem = (props) => {
6727
6752
  focus,
6728
6753
  ...other
6729
6754
  } = props;
6730
- return /* @__PURE__ */ jsx80(
6755
+ return /* @__PURE__ */ jsx86(
6731
6756
  "div",
6732
6757
  {
6733
6758
  ...other,
@@ -6748,27 +6773,27 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6748
6773
  ToolbarItem.defaultProps = defaultProps31;
6749
6774
 
6750
6775
  // src/filemanager/tests/filemanager-toolbar.tsx
6751
- import { Fragment as Fragment23, jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
6752
- var filemanager_toolbar_default = () => /* @__PURE__ */ jsx81(Fragment23, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6753
- /* @__PURE__ */ jsx81("span", { children: "Full toolbar" }),
6754
- /* @__PURE__ */ jsx81("div", { className: "k-widget k-filemanager", children: /* @__PURE__ */ jsx81("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs37(Toolbar, { className: "k-filemanager-toolbar", children: [
6755
- /* @__PURE__ */ jsx81(Button, { children: "New Folder" }),
6756
- /* @__PURE__ */ jsx81(Button, { children: "Upload" }),
6757
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6758
- /* @__PURE__ */ jsx81(Button, { icon: "sort-asc-small" }),
6759
- /* @__PURE__ */ jsx81(Button, { icon: "sort-desc-small" })
6776
+ import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs38 } from "react/jsx-runtime";
6777
+ var filemanager_toolbar_default = () => /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsxs38("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6778
+ /* @__PURE__ */ jsx87("span", { children: "Full toolbar" }),
6779
+ /* @__PURE__ */ jsx87("div", { className: "k-widget k-filemanager", children: /* @__PURE__ */ jsx87("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs38(Toolbar, { className: "k-filemanager-toolbar", children: [
6780
+ /* @__PURE__ */ jsx87(Button, { children: "New Folder" }),
6781
+ /* @__PURE__ */ jsx87(Button, { children: "Upload" }),
6782
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6783
+ /* @__PURE__ */ jsx87(Button, { icon: "sort-asc-small" }),
6784
+ /* @__PURE__ */ jsx87(Button, { icon: "sort-desc-small" })
6760
6785
  ] }),
6761
- /* @__PURE__ */ jsx81(SplitButton, { text: "Sort By" }),
6762
- /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6763
- /* @__PURE__ */ jsx81(Button, { icon: "grid-layout" }),
6764
- /* @__PURE__ */ jsx81(Button, { icon: "grid" })
6786
+ /* @__PURE__ */ jsx87(SplitButton, { text: "Sort By" }),
6787
+ /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6788
+ /* @__PURE__ */ jsx87(Button, { icon: "grid-layout" }),
6789
+ /* @__PURE__ */ jsx87(Button, { icon: "grid" })
6765
6790
  ] }),
6766
- /* @__PURE__ */ jsx81("div", { className: "k-spacer" }),
6767
- /* @__PURE__ */ jsxs37("div", { className: "k-filemanager-details-toggle", children: [
6768
- /* @__PURE__ */ jsx81("label", { children: "View Details" }),
6769
- /* @__PURE__ */ jsx81(Switch, { checked: true })
6791
+ /* @__PURE__ */ jsx87("div", { className: "k-spacer" }),
6792
+ /* @__PURE__ */ jsxs38("div", { className: "k-filemanager-details-toggle", children: [
6793
+ /* @__PURE__ */ jsx87("label", { children: "View Details" }),
6794
+ /* @__PURE__ */ jsx87(Switch, { checked: true })
6770
6795
  ] }),
6771
- /* @__PURE__ */ jsx81(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
6796
+ /* @__PURE__ */ jsx87(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
6772
6797
  ] }) }) })
6773
6798
  ] }) });
6774
6799
  export {