@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
@@ -4765,8 +4765,7 @@ var states14 = [
4765
4765
  States.valid,
4766
4766
  States.invalid,
4767
4767
  States.required,
4768
- States.disabled,
4769
- States.loading
4768
+ States.disabled
4770
4769
  ];
4771
4770
  var options13 = {
4772
4771
  size: [Size.small, Size.medium, Size.large],
@@ -4791,7 +4790,6 @@ var Textarea = (props) => {
4791
4790
  valid,
4792
4791
  invalid,
4793
4792
  required,
4794
- loading,
4795
4793
  disabled,
4796
4794
  ...other
4797
4795
  } = props;
@@ -4807,13 +4805,14 @@ var Textarea = (props) => {
4807
4805
  valid,
4808
4806
  invalid,
4809
4807
  required,
4810
- loading,
4811
4808
  disabled,
4812
4809
  className: classNames(props.className, TEXTAREA_CLASSNAME),
4813
4810
  children: /* @__PURE__ */ jsx21(
4814
4811
  InputInnerTextarea,
4815
4812
  {
4816
- className: "!k-overflow-auto",
4813
+ className: classNames(
4814
+ "!k-overflow-auto"
4815
+ ),
4817
4816
  value,
4818
4817
  placeholder,
4819
4818
  rows
@@ -4827,8 +4826,11 @@ Textarea.options = options13;
4827
4826
  Textarea.className = TEXTAREA_CLASSNAME;
4828
4827
  Textarea.defaultProps = defaultProps11;
4829
4828
 
4829
+ // src/textarea/templates/textarea-normal.tsx
4830
+ import { jsx as jsx22 } from "react/jsx-runtime";
4831
+
4830
4832
  // src/form/form-field.tsx
4831
- import { jsx as jsx22, jsxs as jsxs4 } from "react/jsx-runtime";
4833
+ import { jsx as jsx23, jsxs as jsxs4 } from "react/jsx-runtime";
4832
4834
  var FORMFIELD_CLASSNAME = "k-form-field";
4833
4835
  var states15 = [
4834
4836
  States.disabled
@@ -4864,14 +4866,14 @@ var FormField = (props) => {
4864
4866
  "k-form-label"
4865
4867
  ), children: [
4866
4868
  label,
4867
- optional && /* @__PURE__ */ jsx22("span", { className: "k-label-optional", children: "(Optional)" }),
4868
- info && /* @__PURE__ */ jsx22("span", { className: "k-field-info", children: "(field info)" })
4869
+ optional && /* @__PURE__ */ jsx23("span", { className: "k-label-optional", children: "(Optional)" }),
4870
+ info && /* @__PURE__ */ jsx23("span", { className: "k-field-info", children: "(field info)" })
4869
4871
  ] }),
4870
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx22("span", { className: "k-label k-form-label k-label-empty" }),
4872
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx23("span", { className: "k-label k-form-label k-label-empty" }),
4871
4873
  /* @__PURE__ */ jsxs4("div", { className: "k-form-field-wrap", children: [
4872
4874
  editor,
4873
- hint && /* @__PURE__ */ jsx22("div", { className: "k-form-hint", children: hint }),
4874
- error && /* @__PURE__ */ jsx22("div", { className: "k-form-error", children: error })
4875
+ hint && /* @__PURE__ */ jsx23("div", { className: "k-form-hint", children: hint }),
4876
+ error && /* @__PURE__ */ jsx23("div", { className: "k-form-error", children: error })
4875
4877
  ] })
4876
4878
  ]
4877
4879
  }
@@ -4880,7 +4882,7 @@ var FormField = (props) => {
4880
4882
  FormField.className = FORMFIELD_CLASSNAME;
4881
4883
 
4882
4884
  // src/form/fieldset.tsx
4883
- import { Fragment as Fragment11, jsx as jsx23, jsxs as jsxs5 } from "react/jsx-runtime";
4885
+ import { Fragment as Fragment11, jsx as jsx24, jsxs as jsxs5 } from "react/jsx-runtime";
4884
4886
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4885
4887
  var Fieldset = (props) => {
4886
4888
  const {
@@ -4891,8 +4893,8 @@ var Fieldset = (props) => {
4891
4893
  gapY
4892
4894
  } = props;
4893
4895
  return /* @__PURE__ */ jsxs5("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4894
- legend && /* @__PURE__ */ jsx23("legend", { className: "k-form-legend", children: legend }),
4895
- layout === "grid" ? /* @__PURE__ */ jsx23("div", { className: classNames(
4896
+ legend && /* @__PURE__ */ jsx24("legend", { className: "k-form-legend", children: legend }),
4897
+ layout === "grid" ? /* @__PURE__ */ jsx24("div", { className: classNames(
4896
4898
  "k-form-layout",
4897
4899
  "k-d-grid",
4898
4900
  {
@@ -4900,13 +4902,13 @@ var Fieldset = (props) => {
4900
4902
  [`k-gap-x-${gapX}`]: gapX,
4901
4903
  [`k-gap-y-${gapY}`]: gapY
4902
4904
  }
4903
- ), children: props.children }) : /* @__PURE__ */ jsx23(Fragment11, { children: props.children })
4905
+ ), children: props.children }) : /* @__PURE__ */ jsx24(Fragment11, { children: props.children })
4904
4906
  ] });
4905
4907
  };
4906
4908
  Fieldset.className = FIELDSET_CLASSNAME;
4907
4909
 
4908
4910
  // src/form/form.spec.tsx
4909
- import { Fragment as Fragment12, jsx as jsx24, jsxs as jsxs6 } from "react/jsx-runtime";
4911
+ import { Fragment as Fragment12, jsx as jsx25, jsxs as jsxs6 } from "react/jsx-runtime";
4910
4912
  import { createElement } from "react";
4911
4913
  var FORM_CLASSNAME = "k-form";
4912
4914
  var states16 = [];
@@ -4930,7 +4932,7 @@ var Form = (props) => {
4930
4932
  tag = defaultProps12.tag,
4931
4933
  children
4932
4934
  } = props;
4933
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx24("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx24("div", { className: className13, children: children2 });
4935
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx25("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx25("div", { className: className13, children: children2 });
4934
4936
  const formChildren = [];
4935
4937
  if (children) {
4936
4938
  if (Array.isArray(children)) {
@@ -4959,7 +4961,7 @@ var Form = (props) => {
4959
4961
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4960
4962
  }
4961
4963
  ), children: [
4962
- layout === "grid" ? /* @__PURE__ */ jsx24("div", { className: classNames(
4964
+ layout === "grid" ? /* @__PURE__ */ jsx25("div", { className: classNames(
4963
4965
  "k-form-layout",
4964
4966
  "k-d-grid",
4965
4967
  {
@@ -4967,8 +4969,8 @@ var Form = (props) => {
4967
4969
  [`k-gap-x-${gapX}`]: gapX,
4968
4970
  [`k-gap-y-${gapY}`]: gapY
4969
4971
  }
4970
- ), children: formChildren }) : /* @__PURE__ */ jsx24(Fragment12, { children: formChildren }),
4971
- formButtons && /* @__PURE__ */ jsx24("div", { className: "k-form-buttons", children: formButtons })
4972
+ ), children: formChildren }) : /* @__PURE__ */ jsx25(Fragment12, { children: formChildren }),
4973
+ formButtons && /* @__PURE__ */ jsx25("div", { className: "k-form-buttons", children: formButtons })
4972
4974
  ] });
4973
4975
  };
4974
4976
  Form.states = states16;
@@ -4977,7 +4979,7 @@ Form.className = FORM_CLASSNAME;
4977
4979
  Form.defaultProps = defaultProps12;
4978
4980
 
4979
4981
  // src/radio/radio.spec.tsx
4980
- import { jsx as jsx25 } from "react/jsx-runtime";
4982
+ import { jsx as jsx26 } from "react/jsx-runtime";
4981
4983
  var RADIOBUTTON_CLASSNAME = `k-radio`;
4982
4984
  var states17 = [
4983
4985
  States.hover,
@@ -5007,7 +5009,7 @@ var RadioButton = (props) => {
5007
5009
  size = defaultProps13.size,
5008
5010
  ...other
5009
5011
  } = props;
5010
- return /* @__PURE__ */ jsx25("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx25(
5012
+ return /* @__PURE__ */ jsx26("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx26(
5011
5013
  "input",
5012
5014
  {
5013
5015
  ...other,
@@ -5029,8 +5031,17 @@ RadioButton.options = options15;
5029
5031
  RadioButton.className = RADIOBUTTON_CLASSNAME;
5030
5032
  RadioButton.defaultProps = defaultProps13;
5031
5033
 
5034
+ // src/radio/templates/radio-normal.tsx
5035
+ import { jsx as jsx27 } from "react/jsx-runtime";
5036
+
5037
+ // src/radio/templates/radio-label.tsx
5038
+ import { Fragment as Fragment13, jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
5039
+
5040
+ // src/radio/templates/radio-inside-label.tsx
5041
+ import { Fragment as Fragment14, jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5042
+
5032
5043
  // src/textbox/textbox.spec.tsx
5033
- import { jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
5044
+ import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5034
5045
  var TEXTBOX_CLASSNAME = `k-textbox`;
5035
5046
  var states18 = [
5036
5047
  States.hover,
@@ -5073,7 +5084,7 @@ var Textbox = (props) => {
5073
5084
  showClearButton = defaultProps14.showClearButton,
5074
5085
  ...other
5075
5086
  } = props;
5076
- return /* @__PURE__ */ jsxs7(
5087
+ return /* @__PURE__ */ jsxs9(
5077
5088
  Input,
5078
5089
  {
5079
5090
  ...other,
@@ -5090,9 +5101,9 @@ var Textbox = (props) => {
5090
5101
  readonly,
5091
5102
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5092
5103
  children: [
5093
- /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
5094
- /* @__PURE__ */ jsx26(InputInnerInput, { placeholder, value }),
5095
- /* @__PURE__ */ jsx26(
5104
+ /* @__PURE__ */ jsx30(InputPrefix, { children: prefix }),
5105
+ /* @__PURE__ */ jsx30(InputInnerInput, { placeholder, value }),
5106
+ /* @__PURE__ */ jsx30(
5096
5107
  InputValidationIcon,
5097
5108
  {
5098
5109
  valid,
@@ -5101,14 +5112,14 @@ var Textbox = (props) => {
5101
5112
  disabled
5102
5113
  }
5103
5114
  ),
5104
- /* @__PURE__ */ jsx26(
5115
+ /* @__PURE__ */ jsx30(
5105
5116
  InputLoadingIcon,
5106
5117
  {
5107
5118
  loading,
5108
5119
  disabled
5109
5120
  }
5110
5121
  ),
5111
- showClearButton && /* @__PURE__ */ jsx26(
5122
+ showClearButton && /* @__PURE__ */ jsx30(
5112
5123
  InputClearValue,
5113
5124
  {
5114
5125
  loading,
@@ -5117,7 +5128,7 @@ var Textbox = (props) => {
5117
5128
  value
5118
5129
  }
5119
5130
  ),
5120
- /* @__PURE__ */ jsx26(InputSuffix, { children: suffix })
5131
+ /* @__PURE__ */ jsx30(InputSuffix, { children: suffix })
5121
5132
  ]
5122
5133
  }
5123
5134
  );
@@ -5128,16 +5139,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5128
5139
  Textbox.defaultProps = defaultProps14;
5129
5140
 
5130
5141
  // src/textbox/templates/textbox-normal.tsx
5131
- import { jsx as jsx27 } from "react/jsx-runtime";
5142
+ import { jsx as jsx31 } from "react/jsx-runtime";
5132
5143
 
5133
5144
  // src/textbox/templates/textbox-prefix.tsx
5134
- import { jsx as jsx28, jsxs as jsxs8 } from "react/jsx-runtime";
5145
+ import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5135
5146
 
5136
5147
  // src/textbox/templates/textbox-suffix.tsx
5137
- import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5148
+ import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5138
5149
 
5139
5150
  // src/animation-container/animation-container.spec.tsx
5140
- import { jsx as jsx30 } from "react/jsx-runtime";
5151
+ import { jsx as jsx34 } from "react/jsx-runtime";
5141
5152
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5142
5153
  var states19 = [];
5143
5154
  var options17 = {};
@@ -5151,7 +5162,7 @@ var AnimationContainer = (props) => {
5151
5162
  offset,
5152
5163
  ...other
5153
5164
  } = props;
5154
- return /* @__PURE__ */ jsx30(
5165
+ return /* @__PURE__ */ jsx34(
5155
5166
  "div",
5156
5167
  {
5157
5168
  ...other,
@@ -5163,7 +5174,7 @@ var AnimationContainer = (props) => {
5163
5174
  ["k-animation-container-fixed"]: positionMode === "fixed"
5164
5175
  }
5165
5176
  ),
5166
- children: /* @__PURE__ */ jsx30("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5177
+ children: /* @__PURE__ */ jsx34("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5167
5178
  }
5168
5179
  );
5169
5180
  };
@@ -5173,7 +5184,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5173
5184
  AnimationContainer.defaultProps = defaultProps15;
5174
5185
 
5175
5186
  // src/popup/popup.spec.tsx
5176
- import { jsx as jsx31 } from "react/jsx-runtime";
5187
+ import { jsx as jsx35 } from "react/jsx-runtime";
5177
5188
  var POPUP_CLASSNAME = `k-popup`;
5178
5189
  var states20 = [];
5179
5190
  var options18 = {};
@@ -5186,12 +5197,12 @@ var Popup = (props) => {
5186
5197
  positionMode,
5187
5198
  ...other
5188
5199
  } = props;
5189
- return /* @__PURE__ */ jsx31(
5200
+ return /* @__PURE__ */ jsx35(
5190
5201
  AnimationContainer,
5191
5202
  {
5192
5203
  positionMode,
5193
5204
  offset,
5194
- children: /* @__PURE__ */ jsx31("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5205
+ children: /* @__PURE__ */ jsx35("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5195
5206
  }
5196
5207
  );
5197
5208
  };
@@ -5201,7 +5212,7 @@ Popup.className = POPUP_CLASSNAME;
5201
5212
  Popup.defaultProps = defaultProps16;
5202
5213
 
5203
5214
  // src/dropdownlist/dropdownlist.spec.tsx
5204
- import { Fragment as Fragment13, jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
5215
+ import { Fragment as Fragment15, jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5205
5216
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5206
5217
  var states21 = [
5207
5218
  States.hover,
@@ -5249,8 +5260,8 @@ var DropdownList = (props) => {
5249
5260
  opened,
5250
5261
  ...other
5251
5262
  } = props;
5252
- return /* @__PURE__ */ jsxs10(Fragment13, { children: [
5253
- /* @__PURE__ */ jsxs10(
5263
+ return /* @__PURE__ */ jsxs12(Fragment15, { children: [
5264
+ /* @__PURE__ */ jsxs12(
5254
5265
  Picker,
5255
5266
  {
5256
5267
  ...other,
@@ -5273,8 +5284,8 @@ var DropdownList = (props) => {
5273
5284
  }
5274
5285
  ),
5275
5286
  children: [
5276
- /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5277
- /* @__PURE__ */ jsx32(
5287
+ /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5288
+ /* @__PURE__ */ jsx36(
5278
5289
  InputInnerSpan,
5279
5290
  {
5280
5291
  placeholder,
@@ -5283,7 +5294,7 @@ var DropdownList = (props) => {
5283
5294
  valueIconName
5284
5295
  }
5285
5296
  ),
5286
- /* @__PURE__ */ jsx32(
5297
+ /* @__PURE__ */ jsx36(
5287
5298
  InputValidationIcon,
5288
5299
  {
5289
5300
  valid,
@@ -5292,15 +5303,15 @@ var DropdownList = (props) => {
5292
5303
  disabled
5293
5304
  }
5294
5305
  ),
5295
- /* @__PURE__ */ jsx32(
5306
+ /* @__PURE__ */ jsx36(
5296
5307
  InputLoadingIcon,
5297
5308
  {
5298
5309
  loading,
5299
5310
  disabled
5300
5311
  }
5301
5312
  ),
5302
- /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5303
- /* @__PURE__ */ jsx32(
5313
+ /* @__PURE__ */ jsx36(InputSuffix, { children: suffix }),
5314
+ /* @__PURE__ */ jsx36(
5304
5315
  Button,
5305
5316
  {
5306
5317
  className: "k-input-button",
@@ -5313,7 +5324,7 @@ var DropdownList = (props) => {
5313
5324
  ]
5314
5325
  }
5315
5326
  ),
5316
- opened && popup && /* @__PURE__ */ jsx32(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5327
+ opened && popup && /* @__PURE__ */ jsx36(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5317
5328
  ] });
5318
5329
  };
5319
5330
  DropdownList.states = states21;
@@ -5322,15 +5333,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5322
5333
  DropdownList.defaultProps = defaultProps17;
5323
5334
 
5324
5335
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5325
- import { jsx as jsx33 } from "react/jsx-runtime";
5336
+ import { jsx as jsx37 } from "react/jsx-runtime";
5326
5337
 
5327
5338
  // src/nodata/nodata.tsx
5328
- import { jsx as jsx34 } from "react/jsx-runtime";
5339
+ import { jsx as jsx38 } from "react/jsx-runtime";
5329
5340
  var className9 = `k-nodata`;
5330
- var NoData = (props) => /* @__PURE__ */ jsx34("span", { className: classNames(className9, props.className), children: props.children });
5341
+ var NoData = (props) => /* @__PURE__ */ jsx38("span", { className: classNames(className9, props.className), children: props.children });
5331
5342
 
5332
5343
  // src/list/list.spec.tsx
5333
- import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5344
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5334
5345
  var LIST_CLASSNAME = `k-list`;
5335
5346
  var states22 = [];
5336
5347
  var options20 = {
@@ -5358,7 +5369,7 @@ var List = (props) => {
5358
5369
  listHeader = child.props.label;
5359
5370
  child.props.children.map((optChild, index2) => {
5360
5371
  listChildren.push(
5361
- /* @__PURE__ */ jsx35(
5372
+ /* @__PURE__ */ jsx39(
5362
5373
  ListItem,
5363
5374
  {
5364
5375
  ...optChild.props
@@ -5374,7 +5385,7 @@ var List = (props) => {
5374
5385
  groupLabel = child.props.label;
5375
5386
  }
5376
5387
  listChildren.push(
5377
- /* @__PURE__ */ jsx35(
5388
+ /* @__PURE__ */ jsx39(
5378
5389
  ListItem,
5379
5390
  {
5380
5391
  className: index2 === 0 ? "k-first" : "",
@@ -5386,16 +5397,16 @@ var List = (props) => {
5386
5397
  );
5387
5398
  });
5388
5399
  }
5389
- listGroup = /* @__PURE__ */ jsx35(ListGroup, { label: listHeader, virtualization, children: listChildren });
5400
+ listGroup = /* @__PURE__ */ jsx39(ListGroup, { label: listHeader, virtualization, children: listChildren });
5390
5401
  } else if (child.type === ListItem) {
5391
- listChildren.push(/* @__PURE__ */ jsx35(ListItem, { ...child.props }, `${child.type}-${index}`));
5392
- listContent = /* @__PURE__ */ jsx35(ListContent, { virtualization, children: listChildren });
5402
+ listChildren.push(/* @__PURE__ */ jsx39(ListItem, { ...child.props }, `${child.type}-${index}`));
5403
+ listContent = /* @__PURE__ */ jsx39(ListContent, { virtualization, children: listChildren });
5393
5404
  }
5394
5405
  });
5395
5406
  } else {
5396
- listContent = /* @__PURE__ */ jsx35(NoData, { children: "No data found." });
5407
+ listContent = /* @__PURE__ */ jsx39(NoData, { children: "No data found." });
5397
5408
  }
5398
- return /* @__PURE__ */ jsxs11(
5409
+ return /* @__PURE__ */ jsxs13(
5399
5410
  "div",
5400
5411
  {
5401
5412
  ...other,
@@ -5423,7 +5434,7 @@ List.className = LIST_CLASSNAME;
5423
5434
  List.defaultProps = defaultProps18;
5424
5435
 
5425
5436
  // src/list/list-angular.spec.tsx
5426
- import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
5437
+ import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5427
5438
  var LISTANGULAR_CLASSNAME = `k-list`;
5428
5439
  var states23 = [];
5429
5440
  var options21 = {
@@ -5450,7 +5461,7 @@ var ListAngular = (props) => {
5450
5461
  listHeader = child.props.label;
5451
5462
  child.props.children.map((optChild, index2) => {
5452
5463
  listChildren.push(
5453
- /* @__PURE__ */ jsx36(
5464
+ /* @__PURE__ */ jsx40(
5454
5465
  ListItem,
5455
5466
  {
5456
5467
  ...optChild.props
@@ -5461,7 +5472,7 @@ var ListAngular = (props) => {
5461
5472
  });
5462
5473
  } else {
5463
5474
  listChildren.push(
5464
- /* @__PURE__ */ jsx36(
5475
+ /* @__PURE__ */ jsx40(
5465
5476
  ListGroupItem,
5466
5477
  {
5467
5478
  ...child.props,
@@ -5472,7 +5483,7 @@ var ListAngular = (props) => {
5472
5483
  );
5473
5484
  child.props.children.map((optChild, index2) => {
5474
5485
  listChildren.push(
5475
- /* @__PURE__ */ jsx36(
5486
+ /* @__PURE__ */ jsx40(
5476
5487
  ListItem,
5477
5488
  {
5478
5489
  ...optChild.props
@@ -5482,16 +5493,16 @@ var ListAngular = (props) => {
5482
5493
  );
5483
5494
  });
5484
5495
  }
5485
- listGroup = /* @__PURE__ */ jsx36(ListGroup, { label: listHeader, virtualization, children: listChildren });
5496
+ listGroup = /* @__PURE__ */ jsx40(ListGroup, { label: listHeader, virtualization, children: listChildren });
5486
5497
  } else if (child.type === ListItem) {
5487
- listChildren.push(/* @__PURE__ */ jsx36(ListItem, { ...child.props }, `${child.type}-${index}`));
5488
- listContent = /* @__PURE__ */ jsx36(ListContent, { virtualization, children: listChildren });
5498
+ listChildren.push(/* @__PURE__ */ jsx40(ListItem, { ...child.props }, `${child.type}-${index}`));
5499
+ listContent = /* @__PURE__ */ jsx40(ListContent, { virtualization, children: listChildren });
5489
5500
  }
5490
5501
  });
5491
5502
  } else {
5492
- listContent = /* @__PURE__ */ jsx36(NoData, { children: "No data found." });
5503
+ listContent = /* @__PURE__ */ jsx40(NoData, { children: "No data found." });
5493
5504
  }
5494
- return /* @__PURE__ */ jsxs12(
5505
+ return /* @__PURE__ */ jsxs14(
5495
5506
  "div",
5496
5507
  {
5497
5508
  ...other,
@@ -5518,7 +5529,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5518
5529
  ListAngular.defaultProps = defaultProps19;
5519
5530
 
5520
5531
  // src/checkbox/checkbox.spec.tsx
5521
- import { jsx as jsx37 } from "react/jsx-runtime";
5532
+ import { jsx as jsx41 } from "react/jsx-runtime";
5522
5533
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5523
5534
  var states24 = [
5524
5535
  States.hover,
@@ -5553,7 +5564,7 @@ var Checkbox = (props) => {
5553
5564
  rounded = defaultProps20.rounded,
5554
5565
  ...other
5555
5566
  } = props;
5556
- return /* @__PURE__ */ jsx37("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx37(
5567
+ return /* @__PURE__ */ jsx41("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx41(
5557
5568
  "input",
5558
5569
  {
5559
5570
  ...other,
@@ -5576,13 +5587,13 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5576
5587
  Checkbox.defaultProps = defaultProps20;
5577
5588
 
5578
5589
  // src/checkbox/templates/checkbox-label.tsx
5579
- import { Fragment as Fragment14, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5590
+ import { Fragment as Fragment16, jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
5580
5591
 
5581
5592
  // src/checkbox/templates/checkbox-normal.tsx
5582
- import { jsx as jsx39 } from "react/jsx-runtime";
5593
+ import { jsx as jsx43 } from "react/jsx-runtime";
5583
5594
 
5584
5595
  // src/list/list-item.spec.tsx
5585
- import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5596
+ import { jsx as jsx44, jsxs as jsxs16 } from "react/jsx-runtime";
5586
5597
  var LISTITEM_CLASSNAME = `k-list-item`;
5587
5598
  var states25 = [
5588
5599
  States.hover,
@@ -5607,7 +5618,7 @@ var ListItem = (props) => {
5607
5618
  ...other
5608
5619
  } = props;
5609
5620
  const textOrChildren = text ? text : props.children;
5610
- return /* @__PURE__ */ jsxs14(
5621
+ return /* @__PURE__ */ jsxs16(
5611
5622
  "li",
5612
5623
  {
5613
5624
  ...other,
@@ -5622,10 +5633,10 @@ var ListItem = (props) => {
5622
5633
  })
5623
5634
  ),
5624
5635
  children: [
5625
- showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5626
- showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5627
- /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5628
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5636
+ showCheckbox && /* @__PURE__ */ jsx44(Checkbox, { checked }),
5637
+ showIcon && /* @__PURE__ */ jsx44(Icon, { icon: iconName }),
5638
+ /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: textOrChildren }),
5639
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx44("div", { className: "k-list-item-group-label", children: groupLabel })
5629
5640
  ]
5630
5641
  }
5631
5642
  );
@@ -5636,43 +5647,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5636
5647
  ListItem.defaultProps = defaultProps21;
5637
5648
 
5638
5649
  // src/list/list-content.tsx
5639
- import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5650
+ import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5640
5651
  var className10 = `k-list-content`;
5641
5652
  var ListContent = (props) => {
5642
5653
  const {
5643
5654
  virtualization
5644
5655
  } = props;
5645
- return /* @__PURE__ */ jsxs15("div", { className: classNames(className10, props.className), children: [
5646
- /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5647
- virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5656
+ return /* @__PURE__ */ jsxs17("div", { className: classNames(className10, props.className), children: [
5657
+ /* @__PURE__ */ jsx45("ul", { className: classNames("k-list-ul"), children: props.children }),
5658
+ virtualization && /* @__PURE__ */ jsx45("div", { className: "k-height-container", children: /* @__PURE__ */ jsx45("div", {}) })
5648
5659
  ] });
5649
5660
  };
5650
5661
 
5651
5662
  // src/list/list-header.tsx
5652
- import { jsx as jsx42 } from "react/jsx-runtime";
5663
+ import { jsx as jsx46 } from "react/jsx-runtime";
5653
5664
  var className11 = `k-list-group-sticky-header`;
5654
- var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5665
+ var ListHeader = (props) => /* @__PURE__ */ jsx46("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx46("div", { className: "k-list-header-text", children: props.children }) });
5655
5666
 
5656
5667
  // src/list/list-group.tsx
5657
- import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5668
+ import { Fragment as Fragment17, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5658
5669
  var ListGroup = (props) => {
5659
5670
  const {
5660
5671
  virtualization,
5661
5672
  label
5662
5673
  } = props;
5663
- return /* @__PURE__ */ jsxs16(Fragment15, { children: [
5664
- label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5665
- props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5674
+ return /* @__PURE__ */ jsxs18(Fragment17, { children: [
5675
+ label && /* @__PURE__ */ jsx47(ListHeader, { children: label }),
5676
+ props.children && /* @__PURE__ */ jsx47(ListContent, { virtualization, children: props.children })
5666
5677
  ] });
5667
5678
  };
5668
5679
 
5669
5680
  // src/list/list-group-item.tsx
5670
- import { jsx as jsx44 } from "react/jsx-runtime";
5681
+ import { jsx as jsx48 } from "react/jsx-runtime";
5671
5682
  var className12 = `k-list-group-item`;
5672
- var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5683
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx48("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: props.children }) });
5673
5684
 
5674
5685
  // src/list/list-option-label.tsx
5675
- import { jsx as jsx45 } from "react/jsx-runtime";
5686
+ import { jsx as jsx49 } from "react/jsx-runtime";
5676
5687
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5677
5688
  var states26 = [
5678
5689
  States.hover,
@@ -5691,7 +5702,7 @@ var ListOptionLabel = (props) => {
5691
5702
  disabled,
5692
5703
  ...other
5693
5704
  } = props;
5694
- return /* @__PURE__ */ jsx45(
5705
+ return /* @__PURE__ */ jsx49(
5695
5706
  "div",
5696
5707
  {
5697
5708
  ...other,
@@ -5714,31 +5725,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5714
5725
  ListOptionLabel.defaultProps = defaultProps22;
5715
5726
 
5716
5727
  // src/list/templates/list-normal.tsx
5717
- import { jsx as jsx46 } from "react/jsx-runtime";
5728
+ import { jsx as jsx50 } from "react/jsx-runtime";
5718
5729
 
5719
5730
  // src/list/templates/list-virtualization.tsx
5720
- import { jsx as jsx47 } from "react/jsx-runtime";
5731
+ import { jsx as jsx51 } from "react/jsx-runtime";
5721
5732
 
5722
5733
  // src/list/templates/list-grouping.tsx
5723
- import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5734
+ import { jsx as jsx52, jsxs as jsxs19 } from "react/jsx-runtime";
5724
5735
 
5725
5736
  // src/list/templates/list-virualization-grouping.tsx
5726
- import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5737
+ import { jsx as jsx53, jsxs as jsxs20 } from "react/jsx-runtime";
5727
5738
 
5728
5739
  // src/list/templates/list-virtualization-angular.tsx
5729
- import { jsx as jsx50 } from "react/jsx-runtime";
5740
+ import { jsx as jsx54 } from "react/jsx-runtime";
5730
5741
 
5731
5742
  // src/list/templates/list-grouping-angular.tsx
5732
- import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5743
+ import { jsx as jsx55, jsxs as jsxs21 } from "react/jsx-runtime";
5733
5744
 
5734
5745
  // src/list/templates/list-virualization-grouping-angular.tsx
5735
- import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5746
+ import { jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5736
5747
 
5737
5748
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5738
- import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5749
+ import { jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
5739
5750
 
5740
5751
  // src/searchbox/searchbox.spec.tsx
5741
- import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5752
+ import { jsx as jsx58, jsxs as jsxs24 } from "react/jsx-runtime";
5742
5753
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5743
5754
  var states27 = [
5744
5755
  States.hover,
@@ -5779,7 +5790,7 @@ var Searchbox = (props) => {
5779
5790
  icon = defaultProps23.icon,
5780
5791
  ...other
5781
5792
  } = props;
5782
- return /* @__PURE__ */ jsxs22(
5793
+ return /* @__PURE__ */ jsxs24(
5783
5794
  Input,
5784
5795
  {
5785
5796
  ...other,
@@ -5795,11 +5806,11 @@ var Searchbox = (props) => {
5795
5806
  disabled,
5796
5807
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5797
5808
  children: [
5798
- showIcon && /* @__PURE__ */ jsx54(Icon, { className: "k-input-icon", icon }),
5799
- /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5800
- /* @__PURE__ */ jsx54(InputLoadingIcon, { ...props }),
5801
- /* @__PURE__ */ jsx54(InputValidationIcon, { ...props }),
5802
- /* @__PURE__ */ jsx54(InputClearValue, { ...props })
5809
+ showIcon && /* @__PURE__ */ jsx58(Icon, { className: "k-input-icon", icon }),
5810
+ /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5811
+ /* @__PURE__ */ jsx58(InputLoadingIcon, { ...props }),
5812
+ /* @__PURE__ */ jsx58(InputValidationIcon, { ...props }),
5813
+ /* @__PURE__ */ jsx58(InputClearValue, { ...props })
5803
5814
  ]
5804
5815
  }
5805
5816
  );
@@ -5810,19 +5821,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5810
5821
  Searchbox.defaultProps = defaultProps23;
5811
5822
 
5812
5823
  // src/searchbox/templates/searchbox-normal.tsx
5813
- import { jsx as jsx55 } from "react/jsx-runtime";
5824
+ import { jsx as jsx59 } from "react/jsx-runtime";
5814
5825
 
5815
5826
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5816
- import { Fragment as Fragment16, jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5827
+ import { Fragment as Fragment18, jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5817
5828
 
5818
5829
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5819
- import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5830
+ import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
5820
5831
 
5821
5832
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5822
- import { Fragment as Fragment17, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5833
+ import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
5823
5834
 
5824
5835
  // src/upload/upload-dropzone.tsx
5825
- import { Fragment as Fragment18, jsx as jsx59, jsxs as jsxs26 } from "react/jsx-runtime";
5836
+ import { Fragment as Fragment20, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5826
5837
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5827
5838
  var states28 = [
5828
5839
  States.hover
@@ -5833,31 +5844,31 @@ var UploadDropzone = (props) => {
5833
5844
  status,
5834
5845
  ...other
5835
5846
  } = props;
5836
- let statusMsg = /* @__PURE__ */ jsx59(Fragment18, {});
5847
+ let statusMsg = /* @__PURE__ */ jsx63(Fragment20, {});
5837
5848
  switch (status) {
5838
5849
  case "uploading":
5839
- statusMsg = /* @__PURE__ */ jsxs26(Fragment18, { children: [
5840
- /* @__PURE__ */ jsx59(Icon, { icon: "upload" }),
5850
+ statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5851
+ /* @__PURE__ */ jsx63(Icon, { icon: "upload" }),
5841
5852
  "Uploading..."
5842
5853
  ] });
5843
5854
  break;
5844
5855
  case "done":
5845
- statusMsg = /* @__PURE__ */ jsxs26(Fragment18, { children: [
5846
- /* @__PURE__ */ jsx59(Icon, { icon: "check" }),
5856
+ statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5857
+ /* @__PURE__ */ jsx63(Icon, { icon: "check" }),
5847
5858
  "Done"
5848
5859
  ] });
5849
5860
  break;
5850
5861
  case "failed":
5851
- statusMsg = /* @__PURE__ */ jsxs26(Fragment18, { children: [
5852
- /* @__PURE__ */ jsx59(Icon, { icon: "exclamation-circle" }),
5862
+ statusMsg = /* @__PURE__ */ jsxs28(Fragment20, { children: [
5863
+ /* @__PURE__ */ jsx63(Icon, { icon: "exclamation-circle" }),
5853
5864
  "Done"
5854
5865
  ] });
5855
5866
  break;
5856
5867
  default:
5857
- statusMsg = /* @__PURE__ */ jsx59(Fragment18, {});
5868
+ statusMsg = /* @__PURE__ */ jsx63(Fragment20, {});
5858
5869
  break;
5859
5870
  }
5860
- return /* @__PURE__ */ jsxs26(
5871
+ return /* @__PURE__ */ jsxs28(
5861
5872
  "div",
5862
5873
  {
5863
5874
  ...other,
@@ -5870,11 +5881,11 @@ var UploadDropzone = (props) => {
5870
5881
  })
5871
5882
  ),
5872
5883
  children: [
5873
- /* @__PURE__ */ jsxs26("div", { className: "k-upload-button-wrap", children: [
5874
- /* @__PURE__ */ jsx59(Button, { className: "k-upload-button", children: "Select files..." }),
5875
- /* @__PURE__ */ jsx59("input", { id: "upload-input", className: "k-hidden" })
5884
+ /* @__PURE__ */ jsxs28("div", { className: "k-upload-button-wrap", children: [
5885
+ /* @__PURE__ */ jsx63(Button, { className: "k-upload-button", children: "Select files..." }),
5886
+ /* @__PURE__ */ jsx63("input", { id: "upload-input", className: "k-hidden" })
5876
5887
  ] }),
5877
- /* @__PURE__ */ jsx59(
5888
+ /* @__PURE__ */ jsx63(
5878
5889
  "span",
5879
5890
  {
5880
5891
  className: classNames(
@@ -5886,14 +5897,14 @@ var UploadDropzone = (props) => {
5886
5897
  children: "Drop files here to upload"
5887
5898
  }
5888
5899
  ),
5889
- status !== "upload" && /* @__PURE__ */ jsx59("span", { className: "k-upload-status", children: statusMsg })
5900
+ status !== "upload" && /* @__PURE__ */ jsx63("span", { className: "k-upload-status", children: statusMsg })
5890
5901
  ]
5891
5902
  }
5892
5903
  );
5893
5904
  };
5894
5905
 
5895
5906
  // src/upload/upload.spec.tsx
5896
- import { jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
5907
+ import { jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
5897
5908
  var UPLOAD_CLASSNAME = `k-upload`;
5898
5909
  var states29 = [
5899
5910
  States.hover,
@@ -5911,7 +5922,7 @@ var Upload = (props) => {
5911
5922
  disabled,
5912
5923
  ...other
5913
5924
  } = props;
5914
- return /* @__PURE__ */ jsxs27(
5925
+ return /* @__PURE__ */ jsxs29(
5915
5926
  "div",
5916
5927
  {
5917
5928
  ...other,
@@ -5927,11 +5938,11 @@ var Upload = (props) => {
5927
5938
  }
5928
5939
  ),
5929
5940
  children: [
5930
- /* @__PURE__ */ jsx60(UploadDropzone, { status, hover }),
5931
- props.children && /* @__PURE__ */ jsx60("ul", { className: "k-upload-files", children: props.children }),
5932
- actions && /* @__PURE__ */ jsxs27(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5933
- /* @__PURE__ */ jsx60(Button, { className: "k-clear-selected", children: "Clear" }),
5934
- /* @__PURE__ */ jsx60(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5941
+ /* @__PURE__ */ jsx64(UploadDropzone, { status, hover }),
5942
+ props.children && /* @__PURE__ */ jsx64("ul", { className: "k-upload-files", children: props.children }),
5943
+ actions && /* @__PURE__ */ jsxs29(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5944
+ /* @__PURE__ */ jsx64(Button, { className: "k-clear-selected", children: "Clear" }),
5945
+ /* @__PURE__ */ jsx64(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5935
5946
  ] })
5936
5947
  ]
5937
5948
  }
@@ -5943,7 +5954,7 @@ Upload.className = UPLOAD_CLASSNAME;
5943
5954
  Upload.defaultProps = defaultProps24;
5944
5955
 
5945
5956
  // src/progressbar/progressbar.spec.tsx
5946
- import { jsx as jsx61, jsxs as jsxs28 } from "react/jsx-runtime";
5957
+ import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
5947
5958
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
5948
5959
  var states30 = [
5949
5960
  States.disabled,
@@ -5971,7 +5982,7 @@ var ProgressBar = (props) => {
5971
5982
  width,
5972
5983
  ...other
5973
5984
  } = props;
5974
- return /* @__PURE__ */ jsxs28(
5985
+ return /* @__PURE__ */ jsxs30(
5975
5986
  "div",
5976
5987
  {
5977
5988
  ...other,
@@ -5989,21 +6000,21 @@ var ProgressBar = (props) => {
5989
6000
  ),
5990
6001
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
5991
6002
  children: [
5992
- /* @__PURE__ */ jsx61("span", { className: classNames(
6003
+ /* @__PURE__ */ jsx65("span", { className: classNames(
5993
6004
  "k-progress-status-wrap",
5994
6005
  {
5995
6006
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
5996
6007
  }
5997
- ), children: label && /* @__PURE__ */ jsxs28("span", { className: "k-progress-status", children: [
6008
+ ), children: label && /* @__PURE__ */ jsxs30("span", { className: "k-progress-status", children: [
5998
6009
  value,
5999
6010
  "%"
6000
6011
  ] }) }),
6001
- !indeterminate && /* @__PURE__ */ jsx61("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx61("span", { className: classNames(
6012
+ !indeterminate && /* @__PURE__ */ jsx65("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx65("span", { className: classNames(
6002
6013
  "k-progress-status-wrap",
6003
6014
  {
6004
6015
  [`k-progress-${labelPosition}`]: labelPosition
6005
6016
  }
6006
- ), children: label && /* @__PURE__ */ jsxs28("span", { className: "k-progress-status", children: [
6017
+ ), children: label && /* @__PURE__ */ jsxs30("span", { className: "k-progress-status", children: [
6007
6018
  props.value,
6008
6019
  "%"
6009
6020
  ] }) }) })
@@ -6017,7 +6028,7 @@ ProgressBar.className = PROGRESSBAR_CLASSNAME;
6017
6028
  ProgressBar.defaultProps = defaultProps25;
6018
6029
 
6019
6030
  // src/progressbar/chunk-progressbar.spec.tsx
6020
- import { jsx as jsx62 } from "react/jsx-runtime";
6031
+ import { jsx as jsx66 } from "react/jsx-runtime";
6021
6032
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
6022
6033
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
6023
6034
  var states31 = [
@@ -6038,7 +6049,7 @@ var ChunkProgressBar = (props) => {
6038
6049
  reverse,
6039
6050
  ...other
6040
6051
  } = props;
6041
- return /* @__PURE__ */ jsx62(
6052
+ return /* @__PURE__ */ jsx66(
6042
6053
  "div",
6043
6054
  {
6044
6055
  ...other,
@@ -6052,8 +6063,8 @@ var ChunkProgressBar = (props) => {
6052
6063
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
6053
6064
  }
6054
6065
  ),
6055
- children: /* @__PURE__ */ jsx62("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6056
- (_el, i) => /* @__PURE__ */ jsx62("li", { className: classNames(
6066
+ children: /* @__PURE__ */ jsx66("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6067
+ (_el, i) => /* @__PURE__ */ jsx66("li", { className: classNames(
6057
6068
  "k-progressbar-chunk",
6058
6069
  {
6059
6070
  "k-first": i === 0,
@@ -6071,16 +6082,16 @@ ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
6071
6082
  ChunkProgressBar.defaultProps = defaultProps26;
6072
6083
 
6073
6084
  // src/upload/upload-file-info.tsx
6074
- import { jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
6085
+ import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
6075
6086
 
6076
6087
  // src/upload/upload-file.tsx
6077
- import { Fragment as Fragment19, jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
6088
+ import { Fragment as Fragment21, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
6078
6089
 
6079
6090
  // src/upload/upload-file-multiple.tsx
6080
- import { Fragment as Fragment20, jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
6091
+ import { Fragment as Fragment22, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6081
6092
 
6082
6093
  // src/dropzone/dropzone.spec.tsx
6083
- import { jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
6094
+ import { jsx as jsx70, jsxs as jsxs34 } from "react/jsx-runtime";
6084
6095
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
6085
6096
  var states32 = [
6086
6097
  States.hover
@@ -6096,7 +6107,7 @@ var Dropzone = (props) => {
6096
6107
  note = defaultProps27.note,
6097
6108
  ...other
6098
6109
  } = props;
6099
- return /* @__PURE__ */ jsx66(
6110
+ return /* @__PURE__ */ jsx70(
6100
6111
  "div",
6101
6112
  {
6102
6113
  ...other,
@@ -6108,10 +6119,10 @@ var Dropzone = (props) => {
6108
6119
  "k-external-dropzone-hover": hover
6109
6120
  }
6110
6121
  ),
6111
- children: /* @__PURE__ */ jsxs32("div", { className: "k-dropzone-inner", children: [
6112
- icon && /* @__PURE__ */ jsx66(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6113
- /* @__PURE__ */ jsx66("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6114
- note && /* @__PURE__ */ jsxs32("span", { className: "k-dropzone-note", children: [
6122
+ children: /* @__PURE__ */ jsxs34("div", { className: "k-dropzone-inner", children: [
6123
+ icon && /* @__PURE__ */ jsx70(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6124
+ /* @__PURE__ */ jsx70("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6125
+ note && /* @__PURE__ */ jsxs34("span", { className: "k-dropzone-note", children: [
6115
6126
  " ",
6116
6127
  note,
6117
6128
  " "
@@ -6122,68 +6133,68 @@ var Dropzone = (props) => {
6122
6133
  };
6123
6134
 
6124
6135
  // src/spreadsheet/tests/spreadsheet-dialog.tsx
6125
- import { Fragment as Fragment21, jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
6136
+ import { Fragment as Fragment23, jsx as jsx71, jsxs as jsxs35 } from "react/jsx-runtime";
6126
6137
  var style = `
6127
6138
  .k-window {
6128
6139
  min-width: 400px;
6129
6140
  position: relative;
6130
6141
  }
6131
6142
  `;
6132
- var spreadsheet_dialog_default = () => /* @__PURE__ */ jsxs33(Fragment21, { children: [
6133
- /* @__PURE__ */ jsx67("style", { children: style }),
6134
- /* @__PURE__ */ jsxs33("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6135
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsx67(Window, { title: "Insert comment", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6136
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "Insert" }),
6137
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" }),
6138
- /* @__PURE__ */ jsx67("span", { className: "k-spacer" }),
6139
- /* @__PURE__ */ jsx67(Button, { fillMode: "clear", themeColor: "primary", children: "Remove" })
6140
- ] }), children: /* @__PURE__ */ jsx67(Form, { children: /* @__PURE__ */ jsx67(FormField, { label: "Comment:", editor: /* @__PURE__ */ jsx67(Textarea, {}) }) }) }) }),
6141
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsx67(Window, { title: "Hyperlink", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6142
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "OK" }),
6143
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" }),
6144
- /* @__PURE__ */ jsx67("span", { className: "k-spacer" }),
6145
- /* @__PURE__ */ jsx67(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
6146
- ] }), children: /* @__PURE__ */ jsx67(Form, { children: /* @__PURE__ */ jsx67(FormField, { label: "Web address:", editor: /* @__PURE__ */ jsx67(Textbox, {}) }) }) }) }),
6147
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsx67(Window, { title: "Export...", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6148
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "Save" }),
6149
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" })
6150
- ] }), children: /* @__PURE__ */ jsxs33(Form, { children: [
6151
- /* @__PURE__ */ jsx67(FormField, { label: "File name:", editor: /* @__PURE__ */ jsx67(Textbox, { placeholder: "Workbook" }) }),
6152
- /* @__PURE__ */ jsx67(FormField, { label: "Save as type:", editor: /* @__PURE__ */ jsx67(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6143
+ var spreadsheet_dialog_default = () => /* @__PURE__ */ jsxs35(Fragment23, { children: [
6144
+ /* @__PURE__ */ jsx71("style", { children: style }),
6145
+ /* @__PURE__ */ jsxs35("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6146
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Insert comment", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6147
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Insert" }),
6148
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" }),
6149
+ /* @__PURE__ */ jsx71("span", { className: "k-spacer" }),
6150
+ /* @__PURE__ */ jsx71(Button, { fillMode: "clear", themeColor: "primary", children: "Remove" })
6151
+ ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(FormField, { label: "Comment:", editor: /* @__PURE__ */ jsx71(Textarea, {}) }) }) }) }),
6152
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Hyperlink", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6153
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "OK" }),
6154
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" }),
6155
+ /* @__PURE__ */ jsx71("span", { className: "k-spacer" }),
6156
+ /* @__PURE__ */ jsx71(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
6157
+ ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(FormField, { label: "Web address:", editor: /* @__PURE__ */ jsx71(Textbox, {}) }) }) }) }),
6158
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Export...", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6159
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Save" }),
6160
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6161
+ ] }), children: /* @__PURE__ */ jsxs35(Form, { children: [
6162
+ /* @__PURE__ */ jsx71(FormField, { label: "File name:", editor: /* @__PURE__ */ jsx71(Textbox, { placeholder: "Workbook" }) }),
6163
+ /* @__PURE__ */ jsx71(FormField, { label: "Save as type:", editor: /* @__PURE__ */ jsx71(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6153
6164
  ] }) }) }),
6154
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsx67(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6155
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "Retry" }),
6156
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" })
6165
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6166
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Retry" }),
6167
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6157
6168
  ] }), children: "Birth Date should be between 1899 and 1998 year." }) }),
6158
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsxs33(Window, { title: "Insert image", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6159
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "Update" }),
6160
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" })
6169
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsxs35(Window, { title: "Insert image", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6170
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Update" }),
6171
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6161
6172
  ] }), children: [
6162
- /* @__PURE__ */ jsx67(Dropzone, {}),
6163
- /* @__PURE__ */ jsx67(Upload, { async: true, status: "upload" })
6173
+ /* @__PURE__ */ jsx71(Dropzone, {}),
6174
+ /* @__PURE__ */ jsx71(Upload, { async: true, status: "upload" })
6164
6175
  ] }) }),
6165
- /* @__PURE__ */ jsx67("section", { children: /* @__PURE__ */ jsx67(Window, { title: "Merge cells", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs33(Fragment21, { children: [
6166
- /* @__PURE__ */ jsx67(Button, { themeColor: "primary", children: "Insert" }),
6167
- /* @__PURE__ */ jsx67(Button, { children: "Cancel" })
6168
- ] }), children: /* @__PURE__ */ jsx67(Form, { children: /* @__PURE__ */ jsx67(
6176
+ /* @__PURE__ */ jsx71("section", { children: /* @__PURE__ */ jsx71(Window, { title: "Merge cells", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs35(Fragment23, { children: [
6177
+ /* @__PURE__ */ jsx71(Button, { themeColor: "primary", children: "Insert" }),
6178
+ /* @__PURE__ */ jsx71(Button, { children: "Cancel" })
6179
+ ] }), children: /* @__PURE__ */ jsx71(Form, { children: /* @__PURE__ */ jsx71(
6169
6180
  FormField,
6170
6181
  {
6171
- editor: /* @__PURE__ */ jsxs33("ul", { className: "k-radio-list", children: [
6172
- /* @__PURE__ */ jsxs33("li", { className: "k-radio-list-item", children: [
6173
- /* @__PURE__ */ jsx67(RadioButton, { checked: true }),
6174
- /* @__PURE__ */ jsx67("label", { className: "k-radio-label", children: "Merge all" })
6182
+ editor: /* @__PURE__ */ jsxs35("ul", { className: "k-radio-list", children: [
6183
+ /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6184
+ /* @__PURE__ */ jsx71(RadioButton, { checked: true }),
6185
+ /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge all" })
6175
6186
  ] }),
6176
- /* @__PURE__ */ jsxs33("li", { className: "k-radio-list-item", children: [
6177
- /* @__PURE__ */ jsx67(RadioButton, {}),
6178
- /* @__PURE__ */ jsx67("label", { className: "k-radio-label", children: "Merge horizontally" })
6187
+ /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6188
+ /* @__PURE__ */ jsx71(RadioButton, {}),
6189
+ /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge horizontally" })
6179
6190
  ] }),
6180
- /* @__PURE__ */ jsxs33("li", { className: "k-radio-list-item", children: [
6181
- /* @__PURE__ */ jsx67(RadioButton, {}),
6182
- /* @__PURE__ */ jsx67("label", { className: "k-radio-label", children: "Merge vertically" })
6191
+ /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6192
+ /* @__PURE__ */ jsx71(RadioButton, {}),
6193
+ /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Merge vertically" })
6183
6194
  ] }),
6184
- /* @__PURE__ */ jsxs33("li", { className: "k-radio-list-item", children: [
6185
- /* @__PURE__ */ jsx67(RadioButton, {}),
6186
- /* @__PURE__ */ jsx67("label", { className: "k-radio-label", children: "Unmerge" })
6195
+ /* @__PURE__ */ jsxs35("li", { className: "k-radio-list-item", children: [
6196
+ /* @__PURE__ */ jsx71(RadioButton, {}),
6197
+ /* @__PURE__ */ jsx71("label", { className: "k-radio-label", children: "Unmerge" })
6187
6198
  ] })
6188
6199
  ] })
6189
6200
  }