@progress/kendo-themes-html 6.7.1-dev.0 → 6.7.1-dev.1

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 (530) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-list.js +167 -107
  2. package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +136 -76
  3. package/dist/cjs/autocomplete/autocomplete.spec.js +123 -63
  4. package/dist/cjs/autocomplete/templates/autocomplete-adaptive.js +125 -65
  5. package/dist/cjs/autocomplete/templates/autocomplete-normal.js +125 -65
  6. package/dist/cjs/autocomplete/templates/autocomplete-popup.js +129 -69
  7. package/dist/cjs/autocomplete/tests/autocomplete-adaptive.js +135 -75
  8. package/dist/cjs/autocomplete/tests/autocomplete-flat.js +140 -80
  9. package/dist/cjs/autocomplete/tests/autocomplete-opened.js +139 -79
  10. package/dist/cjs/autocomplete/tests/autocomplete-outline.js +140 -80
  11. package/dist/cjs/autocomplete/tests/autocomplete-solid.js +140 -80
  12. package/dist/cjs/checkbox/checkbox-group.spec.js +67 -0
  13. package/dist/cjs/checkbox/checkbox-item.spec.js +61 -0
  14. package/dist/cjs/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +10 -8
  15. package/dist/cjs/checkbox/tests/checkbox-group.js +277 -0
  16. package/dist/cjs/checkbox/tests/checkbox-rounded.js +79 -19
  17. package/dist/cjs/checkbox/tests/checkbox-size.js +74 -28
  18. package/dist/cjs/checkbox/tests/checkbox.js +23 -23
  19. package/dist/cjs/combobox/combobox.spec.js +124 -64
  20. package/dist/cjs/combobox/templates/combobox-adaptive.js +126 -66
  21. package/dist/cjs/combobox/templates/combobox-grouping.js +347 -287
  22. package/dist/cjs/combobox/templates/combobox-normal.js +126 -66
  23. package/dist/cjs/combobox/templates/combobox-popup.js +342 -282
  24. package/dist/cjs/combobox/tests/combobox-adaptive.js +137 -77
  25. package/dist/cjs/combobox/tests/combobox-flat.js +142 -82
  26. package/dist/cjs/combobox/tests/combobox-grouping.js +146 -86
  27. package/dist/cjs/combobox/tests/combobox-opened.js +141 -81
  28. package/dist/cjs/combobox/tests/combobox-outline.js +142 -82
  29. package/dist/cjs/combobox/tests/combobox-size-rounded.js +140 -80
  30. package/dist/cjs/combobox/tests/combobox-solid.js +142 -82
  31. package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +289 -229
  32. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +294 -234
  33. package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +276 -216
  34. package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +271 -211
  35. package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +135 -75
  36. package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +136 -76
  37. package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +143 -83
  38. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +141 -81
  39. package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +139 -79
  40. package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +134 -74
  41. package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +155 -95
  42. package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +143 -83
  43. package/dist/cjs/dropdownlist/tests/dropdownlist.js +143 -83
  44. package/dist/cjs/dropdowntree/dropdowntree.spec.js +123 -63
  45. package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +125 -65
  46. package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +125 -65
  47. package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +359 -299
  48. package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +135 -75
  49. package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +140 -80
  50. package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +145 -85
  51. package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +140 -80
  52. package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +138 -78
  53. package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +140 -80
  54. package/dist/cjs/editor/editor-toolbar.js +267 -207
  55. package/dist/cjs/editor/tests/editor-find-replace.js +610 -569
  56. package/dist/cjs/editor/tests/editor-table-wizard.js +495 -435
  57. package/dist/cjs/editor/tests/editor.js +524 -464
  58. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +301 -241
  59. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +331 -271
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +396 -336
  61. package/dist/cjs/filemanager/tests/filemanager-listview.js +350 -290
  62. package/dist/cjs/filemanager/tests/filemanager-preview.js +449 -389
  63. package/dist/cjs/filemanager/tests/filemanager-toolbar.js +236 -176
  64. package/dist/cjs/filter/tests/filter.js +407 -347
  65. package/dist/cjs/floating-label/tests/floating-label-flat.js +174 -114
  66. package/dist/cjs/floating-label/tests/floating-label-outline.js +174 -114
  67. package/dist/cjs/floating-label/tests/floating-label.js +174 -114
  68. package/dist/cjs/form/tests/form-field-dropdowns.js +315 -255
  69. package/dist/cjs/form/tests/form-field-inputs-rtl.js +619 -518
  70. package/dist/cjs/form/tests/form-field-inputs.js +545 -444
  71. package/dist/cjs/form/tests/form-grid-layout.js +190 -130
  72. package/dist/cjs/form/tests/form-misc.js +278 -218
  73. package/dist/cjs/form/tests/form-sizes.js +207 -147
  74. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +164 -104
  75. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +120 -60
  76. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +373 -313
  77. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +416 -356
  78. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +373 -313
  79. package/dist/cjs/gantt/tests/gantt-react.js +633 -573
  80. package/dist/cjs/gantt/tests/gantt-row-reordering.js +938 -878
  81. package/dist/cjs/gantt/tests/gantt.js +912 -852
  82. package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +82 -22
  83. package/dist/cjs/grid/tests/grid-adaptive-filter-multi.js +167 -107
  84. package/dist/cjs/grid/tests/grid-adaptive-filter.js +91 -31
  85. package/dist/cjs/grid/tests/grid-adaptive-pager.js +197 -137
  86. package/dist/cjs/grid/tests/grid-adaptive-search.js +274 -214
  87. package/dist/cjs/grid/tests/grid-angular.js +488 -428
  88. package/dist/cjs/grid/tests/grid-column-menu-angular.js +156 -96
  89. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +163 -103
  90. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +478 -418
  91. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +410 -350
  92. package/dist/cjs/grid/tests/grid-column-menu.js +478 -418
  93. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +578 -518
  94. package/dist/cjs/grid/tests/grid-column-reordering.js +583 -523
  95. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +637 -577
  96. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +723 -663
  97. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +580 -520
  98. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +578 -518
  99. package/dist/cjs/grid/tests/grid-editing-popup.js +583 -523
  100. package/dist/cjs/grid/tests/grid-editing.js +626 -566
  101. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +154 -94
  102. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +157 -97
  103. package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +232 -172
  104. package/dist/cjs/grid/tests/grid-filter-menu.js +162 -102
  105. package/dist/cjs/grid/tests/grid-filter-row-angular.js +634 -574
  106. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +629 -569
  107. package/dist/cjs/grid/tests/grid-filter-row.js +614 -554
  108. package/dist/cjs/grid/tests/grid-grouping-actions.js +544 -484
  109. package/dist/cjs/grid/tests/grid-grouping-blazor.js +252 -192
  110. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +345 -285
  111. package/dist/cjs/grid/tests/grid-grouping.js +485 -425
  112. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +249 -189
  113. package/dist/cjs/grid/tests/grid-locked-columns.js +405 -345
  114. package/dist/cjs/grid/tests/grid-pager.js +283 -223
  115. package/dist/cjs/grid/tests/grid-react-basic.js +190 -130
  116. package/dist/cjs/grid/tests/grid-row-reordering.js +536 -476
  117. package/dist/cjs/grid/tests/grid-rows-resizing.js +361 -301
  118. package/dist/cjs/grid/tests/grid-rows-states.js +167 -107
  119. package/dist/cjs/grid/tests/grid-rtl-angular.js +293 -233
  120. package/dist/cjs/grid/tests/grid-rtl.js +286 -226
  121. package/dist/cjs/grid/tests/grid-selection-aggregates.js +295 -235
  122. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +838 -778
  123. package/dist/cjs/grid/tests/grid-size-sm.js +838 -778
  124. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +343 -283
  125. package/dist/cjs/grid/tests/grid-toolbar.js +334 -274
  126. package/dist/cjs/grid/tests/grid.js +311 -251
  127. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +591 -531
  128. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +579 -519
  129. package/dist/cjs/imageeditor/tests/imageeditor.js +367 -307
  130. package/dist/cjs/index.js +3596 -3466
  131. package/dist/cjs/list/list-angular.spec.js +152 -92
  132. package/dist/cjs/list/list-group.js +136 -76
  133. package/dist/cjs/list/list-item.spec.js +109 -49
  134. package/dist/cjs/list/list.spec.js +151 -91
  135. package/dist/cjs/list/templates/list-grouping-angular.js +145 -85
  136. package/dist/cjs/list/templates/list-grouping.js +145 -85
  137. package/dist/cjs/list/templates/list-normal.js +140 -80
  138. package/dist/cjs/list/templates/list-virtualization-angular.js +137 -77
  139. package/dist/cjs/list/templates/list-virtualization.js +137 -77
  140. package/dist/cjs/list/templates/list-virualization-grouping-angular.js +145 -85
  141. package/dist/cjs/list/templates/list-virualization-grouping.js +145 -85
  142. package/dist/cjs/list/tests/list-grouping.js +192 -132
  143. package/dist/cjs/list/tests/list-sizes.js +168 -108
  144. package/dist/cjs/list/tests/list.js +193 -133
  145. package/dist/cjs/listbox/listbox.spec.js +130 -70
  146. package/dist/cjs/listbox/templates/listbox-normal.js +132 -72
  147. package/dist/cjs/listbox/tests/listbox-sizes.js +186 -126
  148. package/dist/cjs/listbox/tests/listbox.js +195 -135
  149. package/dist/cjs/listview/listview.spec.js +210 -150
  150. package/dist/cjs/listview/tests/listview-layout.js +257 -197
  151. package/dist/cjs/listview/tests/listview-loading.js +228 -168
  152. package/dist/cjs/listview/tests/listview.js +243 -183
  153. package/dist/cjs/mediaplayer/tests/mediaplayer.js +369 -309
  154. package/dist/cjs/multiselect/multiselect.spec.js +126 -66
  155. package/dist/cjs/multiselect/templates/multiselect-adaptive.js +128 -68
  156. package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +128 -68
  157. package/dist/cjs/multiselect/templates/multiselect-grouping.js +397 -337
  158. package/dist/cjs/multiselect/templates/multiselect-normal.js +128 -68
  159. package/dist/cjs/multiselect/templates/multiselect-popup.js +393 -333
  160. package/dist/cjs/multiselect/templates/multiselect-value.js +129 -69
  161. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +141 -81
  162. package/dist/cjs/multiselect/tests/multiselect-flat.js +165 -105
  163. package/dist/cjs/multiselect/tests/multiselect-grouping.js +150 -90
  164. package/dist/cjs/multiselect/tests/multiselect-opened.js +148 -88
  165. package/dist/cjs/multiselect/tests/multiselect-outline.js +165 -105
  166. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +145 -85
  167. package/dist/cjs/multiselect/tests/multiselect-solid.js +165 -105
  168. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +164 -104
  169. package/dist/cjs/pager/index.js +195 -135
  170. package/dist/cjs/pager/pager.spec.js +187 -127
  171. package/dist/cjs/pager/templates/pager-adaptive-input.js +189 -129
  172. package/dist/cjs/pager/templates/pager-adaptive.js +189 -129
  173. package/dist/cjs/pager/templates/pager-input.js +189 -129
  174. package/dist/cjs/pager/templates/pager-normal.js +189 -129
  175. package/dist/cjs/pager/tests/pager-adaptive.js +208 -148
  176. package/dist/cjs/pager/tests/pager-sizes.js +199 -139
  177. package/dist/cjs/pager/tests/pager.js +199 -139
  178. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +348 -288
  179. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +358 -298
  180. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +359 -299
  181. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +348 -288
  182. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +443 -383
  183. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +202 -142
  184. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +347 -287
  185. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +534 -474
  186. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +537 -477
  187. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +588 -528
  188. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +718 -658
  189. package/dist/cjs/pivotgrid/tests/pivotgrid.js +699 -639
  190. package/dist/cjs/popup/tests/popup-list-grouping.js +238 -178
  191. package/dist/cjs/popup/tests/popup-list.js +246 -186
  192. package/dist/cjs/popup/tests/popup-no-data.js +253 -193
  193. package/dist/cjs/radio/radio-group.spec.js +67 -0
  194. package/dist/cjs/radio/radio-item.spec.js +61 -0
  195. package/dist/cjs/radio/tests/radio-group.js +285 -0
  196. package/dist/cjs/radio/tests/radio-size.js +74 -14
  197. package/dist/cjs/radio/tests/radio.js +93 -33
  198. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +307 -247
  199. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +485 -425
  200. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +408 -348
  201. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +353 -293
  202. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +389 -329
  203. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +389 -329
  204. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +445 -385
  205. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +406 -346
  206. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +406 -346
  207. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +561 -501
  208. package/dist/cjs/scheduler/tests/scheduler-angular.js +561 -501
  209. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +872 -752
  210. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +886 -766
  211. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +419 -359
  212. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +329 -269
  213. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +398 -338
  214. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +476 -416
  215. package/dist/cjs/scheduler/tests/scheduler-react-day.js +961 -901
  216. package/dist/cjs/scheduler/tests/scheduler-react-month.js +1896 -1836
  217. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +868 -808
  218. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +782 -722
  219. package/dist/cjs/scheduler/tests/scheduler-react-week.js +1697 -1637
  220. package/dist/cjs/scheduler/tests/scheduler-year.js +1011 -951
  221. package/dist/cjs/scheduler/tests/scheduler.js +661 -601
  222. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +412 -293
  223. package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +400 -287
  224. package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +132 -72
  225. package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +582 -522
  226. package/dist/cjs/spreadsheet/tests/spreadsheet.js +563 -503
  227. package/dist/cjs/taskboard/tests/taskboard-card.js +339 -279
  228. package/dist/cjs/taskboard/tests/taskboard-pane.js +421 -361
  229. package/dist/cjs/taskboard/tests/taskboard-rtl.js +336 -276
  230. package/dist/cjs/taskboard/tests/taskboard.js +330 -270
  231. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +260 -200
  232. package/dist/cjs/toolbar/tests/toolbar-angular.js +234 -174
  233. package/dist/cjs/toolbar/tests/toolbar-components.js +318 -258
  234. package/dist/cjs/toolbar/tests/toolbar-sizes.js +322 -262
  235. package/dist/cjs/toolbar/tests/toolbar.js +298 -238
  236. package/dist/cjs/toolbar/toolbar-angular.spec.js +237 -177
  237. package/dist/cjs/toolbar/toolbar.spec.js +237 -177
  238. package/dist/cjs/treelist/tests/treelist-editing-popup.js +491 -431
  239. package/dist/cjs/treelist/tests/treelist-react.js +506 -446
  240. package/dist/cjs/treeview/templates/treeview-checkboxes.js +138 -78
  241. package/dist/cjs/treeview/templates/treeview-hierarchy.js +138 -78
  242. package/dist/cjs/treeview/templates/treeview-icons.js +138 -78
  243. package/dist/cjs/treeview/templates/treeview-normal.js +131 -71
  244. package/dist/cjs/treeview/tests/treeview-size.js +144 -84
  245. package/dist/cjs/treeview/tests/treeview.js +198 -138
  246. package/dist/cjs/treeview/treeview-group.js +123 -63
  247. package/dist/cjs/treeview/treeview-item.spec.js +123 -63
  248. package/dist/cjs/treeview/treeview.spec.js +139 -79
  249. package/dist/esm/action-sheet/tests/action-sheet-list.js +157 -97
  250. package/dist/esm/action-sheet/tests/action-sheet-treeview.js +130 -70
  251. package/dist/esm/autocomplete/autocomplete.spec.js +118 -58
  252. package/dist/esm/autocomplete/templates/autocomplete-adaptive.js +120 -60
  253. package/dist/esm/autocomplete/templates/autocomplete-normal.js +120 -60
  254. package/dist/esm/autocomplete/templates/autocomplete-popup.js +123 -63
  255. package/dist/esm/autocomplete/tests/autocomplete-adaptive.js +128 -68
  256. package/dist/esm/autocomplete/tests/autocomplete-flat.js +132 -72
  257. package/dist/esm/autocomplete/tests/autocomplete-opened.js +131 -71
  258. package/dist/esm/autocomplete/tests/autocomplete-outline.js +132 -72
  259. package/dist/esm/autocomplete/tests/autocomplete-solid.js +132 -72
  260. package/dist/esm/checkbox/checkbox-group.spec.js +45 -0
  261. package/dist/esm/checkbox/checkbox-item.spec.js +39 -0
  262. package/dist/esm/checkbox/templates/{checkbox-label.js → checkbox-with-label.js} +6 -4
  263. package/dist/esm/checkbox/tests/checkbox-group.js +255 -0
  264. package/dist/esm/checkbox/tests/checkbox-rounded.js +74 -14
  265. package/dist/esm/checkbox/tests/checkbox-size.js +73 -27
  266. package/dist/esm/checkbox/tests/checkbox.js +23 -23
  267. package/dist/esm/combobox/combobox.spec.js +119 -59
  268. package/dist/esm/combobox/templates/combobox-adaptive.js +121 -61
  269. package/dist/esm/combobox/templates/combobox-grouping.js +330 -270
  270. package/dist/esm/combobox/templates/combobox-normal.js +121 -61
  271. package/dist/esm/combobox/templates/combobox-popup.js +327 -267
  272. package/dist/esm/combobox/tests/combobox-adaptive.js +130 -70
  273. package/dist/esm/combobox/tests/combobox-flat.js +134 -74
  274. package/dist/esm/combobox/tests/combobox-grouping.js +136 -76
  275. package/dist/esm/combobox/tests/combobox-opened.js +133 -73
  276. package/dist/esm/combobox/tests/combobox-outline.js +134 -74
  277. package/dist/esm/combobox/tests/combobox-size-rounded.js +132 -72
  278. package/dist/esm/combobox/tests/combobox-solid.js +134 -74
  279. package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +279 -219
  280. package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +282 -222
  281. package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +266 -206
  282. package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +263 -203
  283. package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +131 -71
  284. package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +129 -69
  285. package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +138 -78
  286. package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +132 -72
  287. package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +131 -71
  288. package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +128 -68
  289. package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +150 -90
  290. package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +138 -78
  291. package/dist/esm/dropdownlist/tests/dropdownlist.js +138 -78
  292. package/dist/esm/dropdowntree/dropdowntree.spec.js +117 -57
  293. package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +119 -59
  294. package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +119 -59
  295. package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +341 -281
  296. package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +127 -67
  297. package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +131 -71
  298. package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +134 -74
  299. package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +131 -71
  300. package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +129 -69
  301. package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +131 -71
  302. package/dist/esm/editor/editor-toolbar.js +255 -195
  303. package/dist/esm/editor/tests/editor-find-replace.js +575 -534
  304. package/dist/esm/editor/tests/editor-table-wizard.js +467 -407
  305. package/dist/esm/editor/tests/editor.js +472 -412
  306. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +281 -221
  307. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +308 -248
  308. package/dist/esm/filemanager/tests/filemanager-gridview.js +358 -298
  309. package/dist/esm/filemanager/tests/filemanager-listview.js +323 -263
  310. package/dist/esm/filemanager/tests/filemanager-preview.js +400 -340
  311. package/dist/esm/filemanager/tests/filemanager-toolbar.js +225 -165
  312. package/dist/esm/filter/tests/filter.js +386 -326
  313. package/dist/esm/floating-label/tests/floating-label-flat.js +167 -107
  314. package/dist/esm/floating-label/tests/floating-label-outline.js +167 -107
  315. package/dist/esm/floating-label/tests/floating-label.js +167 -107
  316. package/dist/esm/form/tests/form-field-dropdowns.js +293 -233
  317. package/dist/esm/form/tests/form-field-inputs-rtl.js +580 -479
  318. package/dist/esm/form/tests/form-field-inputs.js +505 -404
  319. package/dist/esm/form/tests/form-grid-layout.js +179 -119
  320. package/dist/esm/form/tests/form-misc.js +262 -202
  321. package/dist/esm/form/tests/form-sizes.js +188 -128
  322. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +155 -95
  323. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +113 -53
  324. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +350 -290
  325. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +383 -323
  326. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +350 -290
  327. package/dist/esm/gantt/tests/gantt-react.js +570 -510
  328. package/dist/esm/gantt/tests/gantt-row-reordering.js +830 -770
  329. package/dist/esm/gantt/tests/gantt.js +804 -744
  330. package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +80 -20
  331. package/dist/esm/grid/tests/grid-adaptive-filter-multi.js +163 -103
  332. package/dist/esm/grid/tests/grid-adaptive-filter.js +88 -28
  333. package/dist/esm/grid/tests/grid-adaptive-pager.js +187 -127
  334. package/dist/esm/grid/tests/grid-adaptive-search.js +262 -202
  335. package/dist/esm/grid/tests/grid-angular.js +443 -383
  336. package/dist/esm/grid/tests/grid-column-menu-angular.js +142 -82
  337. package/dist/esm/grid/tests/grid-column-menu-blazor.js +141 -81
  338. package/dist/esm/grid/tests/grid-column-menu-rtl.js +427 -367
  339. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +387 -327
  340. package/dist/esm/grid/tests/grid-column-menu.js +427 -367
  341. package/dist/esm/grid/tests/grid-column-reordering-actions.js +525 -465
  342. package/dist/esm/grid/tests/grid-column-reordering.js +528 -468
  343. package/dist/esm/grid/tests/grid-column-resizing-actions.js +584 -524
  344. package/dist/esm/grid/tests/grid-editing-custom-editor.js +642 -582
  345. package/dist/esm/grid/tests/grid-editing-inline-angular.js +536 -476
  346. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +541 -481
  347. package/dist/esm/grid/tests/grid-editing-popup.js +530 -470
  348. package/dist/esm/grid/tests/grid-editing.js +576 -516
  349. package/dist/esm/grid/tests/grid-filter-menu-angular.js +138 -78
  350. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +136 -76
  351. package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +221 -161
  352. package/dist/esm/grid/tests/grid-filter-menu.js +155 -95
  353. package/dist/esm/grid/tests/grid-filter-row-angular.js +585 -525
  354. package/dist/esm/grid/tests/grid-filter-row-blazor.js +581 -521
  355. package/dist/esm/grid/tests/grid-filter-row.js +553 -493
  356. package/dist/esm/grid/tests/grid-grouping-actions.js +503 -443
  357. package/dist/esm/grid/tests/grid-grouping-blazor.js +229 -169
  358. package/dist/esm/grid/tests/grid-grouping-detail-template.js +306 -246
  359. package/dist/esm/grid/tests/grid-grouping.js +438 -378
  360. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +212 -152
  361. package/dist/esm/grid/tests/grid-locked-columns.js +324 -264
  362. package/dist/esm/grid/tests/grid-pager.js +251 -191
  363. package/dist/esm/grid/tests/grid-react-basic.js +174 -114
  364. package/dist/esm/grid/tests/grid-row-reordering.js +499 -439
  365. package/dist/esm/grid/tests/grid-rows-resizing.js +321 -261
  366. package/dist/esm/grid/tests/grid-rows-states.js +140 -80
  367. package/dist/esm/grid/tests/grid-rtl-angular.js +265 -205
  368. package/dist/esm/grid/tests/grid-rtl.js +261 -201
  369. package/dist/esm/grid/tests/grid-selection-aggregates.js +257 -197
  370. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +763 -703
  371. package/dist/esm/grid/tests/grid-size-sm.js +763 -703
  372. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +322 -262
  373. package/dist/esm/grid/tests/grid-toolbar.js +316 -256
  374. package/dist/esm/grid/tests/grid.js +281 -221
  375. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +557 -497
  376. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +546 -486
  377. package/dist/esm/imageeditor/tests/imageeditor.js +347 -287
  378. package/dist/esm/index.js +3019 -2889
  379. package/dist/esm/list/list-angular.spec.js +149 -89
  380. package/dist/esm/list/list-group.js +134 -74
  381. package/dist/esm/list/list-item.spec.js +109 -49
  382. package/dist/esm/list/list.spec.js +148 -88
  383. package/dist/esm/list/templates/list-grouping-angular.js +140 -80
  384. package/dist/esm/list/templates/list-grouping.js +140 -80
  385. package/dist/esm/list/templates/list-normal.js +138 -78
  386. package/dist/esm/list/templates/list-virtualization-angular.js +135 -75
  387. package/dist/esm/list/templates/list-virtualization.js +135 -75
  388. package/dist/esm/list/templates/list-virualization-grouping-angular.js +140 -80
  389. package/dist/esm/list/templates/list-virualization-grouping.js +140 -80
  390. package/dist/esm/list/tests/list-grouping.js +176 -116
  391. package/dist/esm/list/tests/list-sizes.js +160 -100
  392. package/dist/esm/list/tests/list.js +189 -129
  393. package/dist/esm/listbox/listbox.spec.js +126 -66
  394. package/dist/esm/listbox/templates/listbox-normal.js +128 -68
  395. package/dist/esm/listbox/tests/listbox-sizes.js +179 -119
  396. package/dist/esm/listbox/tests/listbox.js +185 -125
  397. package/dist/esm/listview/listview.spec.js +198 -138
  398. package/dist/esm/listview/tests/listview-layout.js +233 -173
  399. package/dist/esm/listview/tests/listview-loading.js +213 -153
  400. package/dist/esm/listview/tests/listview.js +223 -163
  401. package/dist/esm/mediaplayer/tests/mediaplayer.js +347 -287
  402. package/dist/esm/multiselect/multiselect.spec.js +120 -60
  403. package/dist/esm/multiselect/templates/multiselect-adaptive.js +122 -62
  404. package/dist/esm/multiselect/templates/multiselect-arrow-button.js +122 -62
  405. package/dist/esm/multiselect/templates/multiselect-grouping.js +378 -318
  406. package/dist/esm/multiselect/templates/multiselect-normal.js +122 -62
  407. package/dist/esm/multiselect/templates/multiselect-popup.js +376 -316
  408. package/dist/esm/multiselect/templates/multiselect-value.js +123 -63
  409. package/dist/esm/multiselect/tests/multiselect-adaptive.js +133 -73
  410. package/dist/esm/multiselect/tests/multiselect-flat.js +154 -94
  411. package/dist/esm/multiselect/tests/multiselect-grouping.js +139 -79
  412. package/dist/esm/multiselect/tests/multiselect-opened.js +139 -79
  413. package/dist/esm/multiselect/tests/multiselect-outline.js +154 -94
  414. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +136 -76
  415. package/dist/esm/multiselect/tests/multiselect-solid.js +154 -94
  416. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +153 -93
  417. package/dist/esm/pager/index.js +185 -125
  418. package/dist/esm/pager/pager.spec.js +177 -117
  419. package/dist/esm/pager/templates/pager-adaptive-input.js +179 -119
  420. package/dist/esm/pager/templates/pager-adaptive.js +179 -119
  421. package/dist/esm/pager/templates/pager-input.js +179 -119
  422. package/dist/esm/pager/templates/pager-normal.js +179 -119
  423. package/dist/esm/pager/tests/pager-adaptive.js +196 -136
  424. package/dist/esm/pager/tests/pager-sizes.js +187 -127
  425. package/dist/esm/pager/tests/pager.js +189 -129
  426. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +327 -267
  427. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +335 -275
  428. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +334 -274
  429. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +327 -267
  430. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +397 -337
  431. package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +170 -110
  432. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +323 -263
  433. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +482 -422
  434. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +478 -418
  435. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +530 -470
  436. package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +636 -576
  437. package/dist/esm/pivotgrid/tests/pivotgrid.js +624 -564
  438. package/dist/esm/popup/tests/popup-list-grouping.js +218 -158
  439. package/dist/esm/popup/tests/popup-list.js +242 -182
  440. package/dist/esm/popup/tests/popup-no-data.js +247 -187
  441. package/dist/esm/radio/radio-group.spec.js +45 -0
  442. package/dist/esm/radio/radio-item.spec.js +39 -0
  443. package/dist/esm/radio/tests/radio-group.js +263 -0
  444. package/dist/esm/radio/tests/radio-size.js +71 -11
  445. package/dist/esm/radio/tests/radio.js +89 -29
  446. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +288 -228
  447. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +429 -369
  448. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +388 -328
  449. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +329 -269
  450. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +352 -292
  451. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +352 -292
  452. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +404 -344
  453. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +362 -302
  454. package/dist/esm/scheduler/tests/scheduler-angular-month.js +362 -302
  455. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +509 -449
  456. package/dist/esm/scheduler/tests/scheduler-angular.js +509 -449
  457. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +800 -680
  458. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +813 -693
  459. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +389 -329
  460. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +305 -245
  461. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +357 -297
  462. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +423 -363
  463. package/dist/esm/scheduler/tests/scheduler-react-day.js +850 -790
  464. package/dist/esm/scheduler/tests/scheduler-react-month.js +1286 -1226
  465. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +759 -699
  466. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +691 -631
  467. package/dist/esm/scheduler/tests/scheduler-react-week.js +1506 -1446
  468. package/dist/esm/scheduler/tests/scheduler-year.js +897 -837
  469. package/dist/esm/scheduler/tests/scheduler.js +583 -523
  470. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +394 -275
  471. package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +376 -263
  472. package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +123 -63
  473. package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +539 -479
  474. package/dist/esm/spreadsheet/tests/spreadsheet.js +522 -462
  475. package/dist/esm/taskboard/tests/taskboard-card.js +302 -242
  476. package/dist/esm/taskboard/tests/taskboard-pane.js +364 -304
  477. package/dist/esm/taskboard/tests/taskboard-rtl.js +298 -238
  478. package/dist/esm/taskboard/tests/taskboard.js +295 -235
  479. package/dist/esm/toolbar/tests/toolbar-adaptive.js +243 -183
  480. package/dist/esm/toolbar/tests/toolbar-angular.js +224 -164
  481. package/dist/esm/toolbar/tests/toolbar-components.js +303 -243
  482. package/dist/esm/toolbar/tests/toolbar-sizes.js +304 -244
  483. package/dist/esm/toolbar/tests/toolbar.js +284 -224
  484. package/dist/esm/toolbar/toolbar-angular.spec.js +225 -165
  485. package/dist/esm/toolbar/toolbar.spec.js +225 -165
  486. package/dist/esm/treelist/tests/treelist-editing-popup.js +444 -384
  487. package/dist/esm/treelist/tests/treelist-react.js +444 -384
  488. package/dist/esm/treeview/templates/treeview-checkboxes.js +135 -75
  489. package/dist/esm/treeview/templates/treeview-hierarchy.js +136 -76
  490. package/dist/esm/treeview/templates/treeview-icons.js +136 -76
  491. package/dist/esm/treeview/templates/treeview-normal.js +129 -69
  492. package/dist/esm/treeview/tests/treeview-size.js +142 -82
  493. package/dist/esm/treeview/tests/treeview.js +195 -135
  494. package/dist/esm/treeview/treeview-group.js +121 -61
  495. package/dist/esm/treeview/treeview-item.spec.js +121 -61
  496. package/dist/esm/treeview/treeview.spec.js +137 -77
  497. package/dist/types/checkbox/checkbox-group.spec.d.ts +14 -0
  498. package/dist/types/checkbox/checkbox-item.spec.d.ts +13 -0
  499. package/dist/types/checkbox/checkbox.spec.d.ts +1 -1
  500. package/dist/types/checkbox/index.d.ts +3 -1
  501. package/dist/types/checkbox/templates/checkbox-with-label.d.ts +5 -0
  502. package/dist/types/checkbox/tests/checkbox-group.d.ts +2 -0
  503. package/dist/types/radio/index.d.ts +2 -0
  504. package/dist/types/radio/radio-group.spec.d.ts +14 -0
  505. package/dist/types/radio/radio-item.spec.d.ts +13 -0
  506. package/dist/types/radio/radio.spec.d.ts +1 -1
  507. package/dist/types/radio/tests/radio-group.d.ts +2 -0
  508. package/package.json +2 -2
  509. package/src/checkbox/checkbox-group.spec.tsx +47 -0
  510. package/src/checkbox/checkbox-item.spec.tsx +38 -0
  511. package/src/checkbox/checkbox.spec.tsx +1 -1
  512. package/src/checkbox/index.ts +3 -1
  513. package/src/checkbox/templates/checkbox-with-label.tsx +13 -0
  514. package/src/checkbox/tests/checkbox-group.tsx +63 -0
  515. package/src/checkbox/tests/checkbox-size.tsx +10 -52
  516. package/src/checkbox/tests/checkbox.tsx +21 -21
  517. package/src/editor/tests/editor-find-replace.tsx +29 -37
  518. package/src/form/tests/form-field-inputs-rtl.tsx +33 -44
  519. package/src/form/tests/form-field-inputs.tsx +33 -44
  520. package/src/radio/index.ts +3 -1
  521. package/src/radio/radio-group.spec.tsx +47 -0
  522. package/src/radio/radio-item.spec.tsx +38 -0
  523. package/src/radio/radio.spec.tsx +1 -1
  524. package/src/radio/tests/radio-group.tsx +87 -0
  525. package/src/scheduler/tests/scheduler-edit-dialog.tsx +12 -15
  526. package/src/scheduler/tests/scheduler-editing-weekly.tsx +12 -15
  527. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +9 -12
  528. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -19
  529. package/dist/types/checkbox/templates/checkbox-label.d.ts +0 -1
  530. package/src/checkbox/templates/checkbox-label.tsx +0 -8
@@ -5161,23 +5161,83 @@ Checkbox.options = options16;
5161
5161
  Checkbox.className = CHECKBOX_CLASSNAME;
5162
5162
  Checkbox.defaultProps = defaultProps14;
5163
5163
 
5164
- // src/checkbox/templates/checkbox-label.tsx
5165
- import { Fragment as Fragment11, jsx as jsx27, jsxs as jsxs6 } from "react/jsx-runtime";
5164
+ // src/checkbox/checkbox-group.spec.tsx
5165
+ import { jsx as jsx27 } from "react/jsx-runtime";
5166
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5167
+ var states18 = [];
5168
+ var options17 = {};
5169
+ var defaultProps15 = {
5170
+ layout: "vertical"
5171
+ };
5172
+ var CheckboxGroup = (props) => {
5173
+ const {
5174
+ layout = defaultProps15.layout,
5175
+ ...other
5176
+ } = props;
5177
+ return /* @__PURE__ */ jsx27(
5178
+ "ul",
5179
+ {
5180
+ ...other,
5181
+ className: classNames(
5182
+ props.className,
5183
+ CHECKBOXGROUP_CLASSNAME,
5184
+ {
5185
+ [`k-list-${layout}`]: layout
5186
+ }
5187
+ ),
5188
+ children: props.children
5189
+ }
5190
+ );
5191
+ };
5192
+ CheckboxGroup.states = states18;
5193
+ CheckboxGroup.options = options17;
5194
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5195
+ CheckboxGroup.defaultProps = defaultProps15;
5166
5196
 
5167
- // src/checkbox/templates/checkbox-normal.tsx
5197
+ // src/checkbox/checkbox-item.spec.tsx
5168
5198
  import { jsx as jsx28 } from "react/jsx-runtime";
5199
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5200
+ var states19 = [];
5201
+ var options18 = {};
5202
+ var defaultProps16 = {};
5203
+ var CheckboxItem = (props) => {
5204
+ const {
5205
+ ...other
5206
+ } = props;
5207
+ return /* @__PURE__ */ jsx28(
5208
+ "li",
5209
+ {
5210
+ ...other,
5211
+ className: classNames(
5212
+ props.className,
5213
+ CHECKBOXITEM_CLASSNAME
5214
+ ),
5215
+ children: props.children
5216
+ }
5217
+ );
5218
+ };
5219
+ CheckboxItem.states = states19;
5220
+ CheckboxItem.options = options18;
5221
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5222
+ CheckboxItem.defaultProps = defaultProps16;
5223
+
5224
+ // src/checkbox/templates/checkbox-with-label.tsx
5225
+ import { Fragment as Fragment11, jsx as jsx29, jsxs as jsxs6 } from "react/jsx-runtime";
5226
+
5227
+ // src/checkbox/templates/checkbox-normal.tsx
5228
+ import { jsx as jsx30 } from "react/jsx-runtime";
5169
5229
 
5170
5230
  // src/list/list-item.spec.tsx
5171
- import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
5231
+ import { jsx as jsx31, jsxs as jsxs7 } from "react/jsx-runtime";
5172
5232
  var LISTITEM_CLASSNAME = `k-list-item`;
5173
- var states18 = [
5233
+ var states20 = [
5174
5234
  States.hover,
5175
5235
  States.focus,
5176
5236
  States.selected,
5177
5237
  States.disabled
5178
5238
  ];
5179
- var options17 = {};
5180
- var defaultProps15 = {};
5239
+ var options19 = {};
5240
+ var defaultProps17 = {};
5181
5241
  var ListItem = (props) => {
5182
5242
  const {
5183
5243
  text,
@@ -5208,66 +5268,66 @@ var ListItem = (props) => {
5208
5268
  })
5209
5269
  ),
5210
5270
  children: [
5211
- showCheckbox && /* @__PURE__ */ jsx29(Checkbox, { checked }),
5212
- showIcon && /* @__PURE__ */ jsx29(Icon, { icon: iconName }),
5213
- /* @__PURE__ */ jsx29("span", { className: "k-list-item-text", children: textOrChildren }),
5214
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx29("div", { className: "k-list-item-group-label", children: groupLabel })
5271
+ showCheckbox && /* @__PURE__ */ jsx31(Checkbox, { checked }),
5272
+ showIcon && /* @__PURE__ */ jsx31(Icon, { icon: iconName }),
5273
+ /* @__PURE__ */ jsx31("span", { className: "k-list-item-text", children: textOrChildren }),
5274
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx31("div", { className: "k-list-item-group-label", children: groupLabel })
5215
5275
  ]
5216
5276
  }
5217
5277
  );
5218
5278
  };
5219
- ListItem.states = states18;
5220
- ListItem.options = options17;
5279
+ ListItem.states = states20;
5280
+ ListItem.options = options19;
5221
5281
  ListItem.className = LISTITEM_CLASSNAME;
5222
- ListItem.defaultProps = defaultProps15;
5282
+ ListItem.defaultProps = defaultProps17;
5223
5283
 
5224
5284
  // src/list/list-content.tsx
5225
- import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5285
+ import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
5226
5286
  var className10 = `k-list-content`;
5227
5287
  var ListContent = (props) => {
5228
5288
  const {
5229
5289
  virtualization
5230
5290
  } = props;
5231
5291
  return /* @__PURE__ */ jsxs8("div", { className: classNames(className10, props.className), children: [
5232
- /* @__PURE__ */ jsx30("ul", { className: classNames("k-list-ul"), children: props.children }),
5233
- virtualization && /* @__PURE__ */ jsx30("div", { className: "k-height-container", children: /* @__PURE__ */ jsx30("div", {}) })
5292
+ /* @__PURE__ */ jsx32("ul", { className: classNames("k-list-ul"), children: props.children }),
5293
+ virtualization && /* @__PURE__ */ jsx32("div", { className: "k-height-container", children: /* @__PURE__ */ jsx32("div", {}) })
5234
5294
  ] });
5235
5295
  };
5236
5296
 
5237
5297
  // src/list/list-header.tsx
5238
- import { jsx as jsx31 } from "react/jsx-runtime";
5298
+ import { jsx as jsx33 } from "react/jsx-runtime";
5239
5299
  var className11 = `k-list-group-sticky-header`;
5240
- var ListHeader = (props) => /* @__PURE__ */ jsx31("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx31("div", { className: "k-list-header-text", children: props.children }) });
5300
+ var ListHeader = (props) => /* @__PURE__ */ jsx33("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx33("div", { className: "k-list-header-text", children: props.children }) });
5241
5301
 
5242
5302
  // src/list/list-group.tsx
5243
- import { Fragment as Fragment12, jsx as jsx32, jsxs as jsxs9 } from "react/jsx-runtime";
5303
+ import { Fragment as Fragment12, jsx as jsx34, jsxs as jsxs9 } from "react/jsx-runtime";
5244
5304
  var ListGroup = (props) => {
5245
5305
  const {
5246
5306
  virtualization,
5247
5307
  label
5248
5308
  } = props;
5249
5309
  return /* @__PURE__ */ jsxs9(Fragment12, { children: [
5250
- label && /* @__PURE__ */ jsx32(ListHeader, { children: label }),
5251
- props.children && /* @__PURE__ */ jsx32(ListContent, { virtualization, children: props.children })
5310
+ label && /* @__PURE__ */ jsx34(ListHeader, { children: label }),
5311
+ props.children && /* @__PURE__ */ jsx34(ListContent, { virtualization, children: props.children })
5252
5312
  ] });
5253
5313
  };
5254
5314
 
5255
5315
  // src/list/list-group-item.tsx
5256
- import { jsx as jsx33 } from "react/jsx-runtime";
5316
+ import { jsx as jsx35 } from "react/jsx-runtime";
5257
5317
  var className12 = `k-list-group-item`;
5258
- var ListGroupItem = (props) => /* @__PURE__ */ jsx33("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx33("span", { className: "k-list-item-text", children: props.children }) });
5318
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx35("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx35("span", { className: "k-list-item-text", children: props.children }) });
5259
5319
 
5260
5320
  // src/list/list-option-label.tsx
5261
- import { jsx as jsx34 } from "react/jsx-runtime";
5321
+ import { jsx as jsx36 } from "react/jsx-runtime";
5262
5322
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5263
- var states19 = [
5323
+ var states21 = [
5264
5324
  States.hover,
5265
5325
  States.focus,
5266
5326
  States.selected,
5267
5327
  States.disabled
5268
5328
  ];
5269
- var options18 = {};
5270
- var defaultProps16 = {};
5329
+ var options20 = {};
5330
+ var defaultProps18 = {};
5271
5331
  var ListOptionLabel = (props) => {
5272
5332
  const {
5273
5333
  text,
@@ -5277,7 +5337,7 @@ var ListOptionLabel = (props) => {
5277
5337
  disabled,
5278
5338
  ...other
5279
5339
  } = props;
5280
- return /* @__PURE__ */ jsx34(
5340
+ return /* @__PURE__ */ jsx36(
5281
5341
  "div",
5282
5342
  {
5283
5343
  ...other,
@@ -5294,39 +5354,39 @@ var ListOptionLabel = (props) => {
5294
5354
  }
5295
5355
  );
5296
5356
  };
5297
- ListOptionLabel.states = states19;
5298
- ListOptionLabel.options = options18;
5357
+ ListOptionLabel.states = states21;
5358
+ ListOptionLabel.options = options20;
5299
5359
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5300
- ListOptionLabel.defaultProps = defaultProps16;
5360
+ ListOptionLabel.defaultProps = defaultProps18;
5301
5361
 
5302
5362
  // src/list/templates/list-normal.tsx
5303
- import { jsx as jsx35 } from "react/jsx-runtime";
5363
+ import { jsx as jsx37 } from "react/jsx-runtime";
5304
5364
 
5305
5365
  // src/list/templates/list-virtualization.tsx
5306
- import { jsx as jsx36 } from "react/jsx-runtime";
5366
+ import { jsx as jsx38 } from "react/jsx-runtime";
5307
5367
 
5308
5368
  // src/list/templates/list-grouping.tsx
5309
- import { jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5369
+ import { jsx as jsx39, jsxs as jsxs10 } from "react/jsx-runtime";
5310
5370
 
5311
5371
  // src/list/templates/list-virualization-grouping.tsx
5312
- import { jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5372
+ import { jsx as jsx40, jsxs as jsxs11 } from "react/jsx-runtime";
5313
5373
 
5314
5374
  // src/list/templates/list-virtualization-angular.tsx
5315
- import { jsx as jsx39 } from "react/jsx-runtime";
5375
+ import { jsx as jsx41 } from "react/jsx-runtime";
5316
5376
 
5317
5377
  // src/list/templates/list-grouping-angular.tsx
5318
- import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
5378
+ import { jsx as jsx42, jsxs as jsxs12 } from "react/jsx-runtime";
5319
5379
 
5320
5380
  // src/list/templates/list-virualization-grouping-angular.tsx
5321
- import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5381
+ import { jsx as jsx43, jsxs as jsxs13 } from "react/jsx-runtime";
5322
5382
 
5323
5383
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5324
- import { jsx as jsx42, jsxs as jsxs14 } from "react/jsx-runtime";
5384
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5325
5385
 
5326
5386
  // src/searchbox/searchbox.spec.tsx
5327
- import { jsx as jsx43, jsxs as jsxs15 } from "react/jsx-runtime";
5387
+ import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5328
5388
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5329
- var states20 = [
5389
+ var states22 = [
5330
5390
  States.hover,
5331
5391
  States.focus,
5332
5392
  States.valid,
@@ -5335,12 +5395,12 @@ var states20 = [
5335
5395
  States.disabled,
5336
5396
  States.loading
5337
5397
  ];
5338
- var options19 = {
5398
+ var options21 = {
5339
5399
  size: [Size.small, Size.medium, Size.large],
5340
5400
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5341
5401
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5342
5402
  };
5343
- var defaultProps17 = {
5403
+ var defaultProps19 = {
5344
5404
  showIcon: true,
5345
5405
  icon: "search",
5346
5406
  size: Input.defaultProps.size,
@@ -5361,8 +5421,8 @@ var Searchbox = (props) => {
5361
5421
  required,
5362
5422
  loading,
5363
5423
  disabled,
5364
- showIcon = defaultProps17.showIcon,
5365
- icon = defaultProps17.icon,
5424
+ showIcon = defaultProps19.showIcon,
5425
+ icon = defaultProps19.icon,
5366
5426
  ...other
5367
5427
  } = props;
5368
5428
  return /* @__PURE__ */ jsxs15(
@@ -5381,52 +5441,52 @@ var Searchbox = (props) => {
5381
5441
  disabled,
5382
5442
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5383
5443
  children: [
5384
- showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
5385
- /* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
5386
- /* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
5387
- /* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
5388
- /* @__PURE__ */ jsx43(InputClearValue, { ...props })
5444
+ showIcon && /* @__PURE__ */ jsx45(Icon, { className: "k-input-icon", icon }),
5445
+ /* @__PURE__ */ jsx45(InputInnerInput, { placeholder, value }),
5446
+ /* @__PURE__ */ jsx45(InputLoadingIcon, { ...props }),
5447
+ /* @__PURE__ */ jsx45(InputValidationIcon, { ...props }),
5448
+ /* @__PURE__ */ jsx45(InputClearValue, { ...props })
5389
5449
  ]
5390
5450
  }
5391
5451
  );
5392
5452
  };
5393
- Searchbox.states = states20;
5394
- Searchbox.options = options19;
5453
+ Searchbox.states = states22;
5454
+ Searchbox.options = options21;
5395
5455
  Searchbox.className = SEARCHBOX_CLASSNAME;
5396
- Searchbox.defaultProps = defaultProps17;
5456
+ Searchbox.defaultProps = defaultProps19;
5397
5457
 
5398
5458
  // src/searchbox/templates/searchbox-normal.tsx
5399
- import { jsx as jsx44 } from "react/jsx-runtime";
5459
+ import { jsx as jsx46 } from "react/jsx-runtime";
5400
5460
 
5401
5461
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5402
- import { Fragment as Fragment13, jsx as jsx45, jsxs as jsxs16 } from "react/jsx-runtime";
5462
+ import { Fragment as Fragment13, jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5403
5463
 
5404
5464
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5405
- import { jsx as jsx46, jsxs as jsxs17 } from "react/jsx-runtime";
5465
+ import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5406
5466
 
5407
5467
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5408
- import { Fragment as Fragment14, jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5468
+ import { Fragment as Fragment14, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5409
5469
 
5410
5470
  // src/button-group/button-group.spec.tsx
5411
- import { jsx as jsx48 } from "react/jsx-runtime";
5471
+ import { jsx as jsx50 } from "react/jsx-runtime";
5412
5472
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5413
- var states21 = [
5473
+ var states23 = [
5414
5474
  States.disabled
5415
5475
  ];
5416
- var options20 = {
5476
+ var options22 = {
5417
5477
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5418
5478
  };
5419
- var defaultProps18 = {
5479
+ var defaultProps20 = {
5420
5480
  fillMode: FillMode.solid
5421
5481
  };
5422
5482
  var ButtonGroup = (props) => {
5423
5483
  const {
5424
- fillMode = defaultProps18.fillMode,
5484
+ fillMode = defaultProps20.fillMode,
5425
5485
  disabled,
5426
5486
  stretched,
5427
5487
  ...other
5428
5488
  } = props;
5429
- return /* @__PURE__ */ jsx48(
5489
+ return /* @__PURE__ */ jsx50(
5430
5490
  "div",
5431
5491
  {
5432
5492
  ...other,
@@ -5447,28 +5507,28 @@ var ButtonGroup = (props) => {
5447
5507
  }
5448
5508
  );
5449
5509
  };
5450
- ButtonGroup.states = states21;
5451
- ButtonGroup.options = options20;
5510
+ ButtonGroup.states = states23;
5511
+ ButtonGroup.options = options22;
5452
5512
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5453
- ButtonGroup.defaultProps = defaultProps18;
5513
+ ButtonGroup.defaultProps = defaultProps20;
5454
5514
 
5455
5515
  // src/button-group/templates/icon-button-group.tsx
5456
- import { jsx as jsx49, jsxs as jsxs19 } from "react/jsx-runtime";
5516
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5457
5517
 
5458
5518
  // src/button-group/templates/icon-text-button-group.tsx
5459
- import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
5519
+ import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5460
5520
 
5461
5521
  // src/button-group/templates/text-button-group.tsx
5462
- import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
5522
+ import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5463
5523
 
5464
5524
  // src/button-group/templates/mixed-button-group.tsx
5465
- import { jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
5525
+ import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5466
5526
 
5467
5527
  // src/color-preview/color-preview.tsx
5468
- import { jsx as jsx53, jsxs as jsxs23 } from "react/jsx-runtime";
5528
+ import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5469
5529
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5470
- var states22 = [];
5471
- var options21 = {};
5530
+ var states24 = [];
5531
+ var options23 = {};
5472
5532
  var ColorPreview = (props) => {
5473
5533
  const {
5474
5534
  color,
@@ -5488,8 +5548,8 @@ var ColorPreview = (props) => {
5488
5548
  }
5489
5549
  ),
5490
5550
  children: [
5491
- iconName && /* @__PURE__ */ jsx53(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5492
- /* @__PURE__ */ jsx53(
5551
+ iconName && /* @__PURE__ */ jsx55(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5552
+ /* @__PURE__ */ jsx55(
5493
5553
  "span",
5494
5554
  {
5495
5555
  className: "k-color-preview-mask",
@@ -5500,14 +5560,14 @@ var ColorPreview = (props) => {
5500
5560
  }
5501
5561
  );
5502
5562
  };
5503
- ColorPreview.states = states22;
5504
- ColorPreview.options = options21;
5563
+ ColorPreview.states = states24;
5564
+ ColorPreview.options = options23;
5505
5565
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5506
5566
 
5507
5567
  // src/colorpicker/colorpicker.spec.tsx
5508
- import { jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
5568
+ import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5509
5569
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5510
- var states23 = [
5570
+ var states25 = [
5511
5571
  States.hover,
5512
5572
  States.focus,
5513
5573
  States.valid,
@@ -5515,12 +5575,12 @@ var states23 = [
5515
5575
  States.required,
5516
5576
  States.disabled
5517
5577
  ];
5518
- var options22 = {
5578
+ var options24 = {
5519
5579
  size: [Size.small, Size.medium, Size.large],
5520
5580
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5521
5581
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5522
5582
  };
5523
- var defaultProps19 = {
5583
+ var defaultProps21 = {
5524
5584
  arrowIconName: "caret-alt-down",
5525
5585
  size: Picker.defaultProps.size,
5526
5586
  rounded: Picker.defaultProps.rounded,
@@ -5542,7 +5602,7 @@ var ColorPicker = (props) => {
5542
5602
  required,
5543
5603
  disabled,
5544
5604
  valueIconName,
5545
- arrowIconName = defaultProps19.arrowIconName,
5605
+ arrowIconName = defaultProps21.arrowIconName,
5546
5606
  ...other
5547
5607
  } = props;
5548
5608
  return /* @__PURE__ */ jsxs24(
@@ -5564,14 +5624,14 @@ var ColorPicker = (props) => {
5564
5624
  "k-icon-picker"
5565
5625
  ),
5566
5626
  children: [
5567
- /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
5568
- /* @__PURE__ */ jsx54(
5627
+ /* @__PURE__ */ jsx56(InputPrefix, { children: prefix }),
5628
+ /* @__PURE__ */ jsx56(
5569
5629
  InputInnerSpan,
5570
5630
  {
5571
5631
  placeholder,
5572
5632
  value,
5573
5633
  showValue: false,
5574
- valueIcon: /* @__PURE__ */ jsx54(
5634
+ valueIcon: /* @__PURE__ */ jsx56(
5575
5635
  ColorPreview,
5576
5636
  {
5577
5637
  className: "k-value-icon",
@@ -5582,8 +5642,8 @@ var ColorPicker = (props) => {
5582
5642
  valueIconName
5583
5643
  }
5584
5644
  ),
5585
- /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
5586
- /* @__PURE__ */ jsx54(
5645
+ /* @__PURE__ */ jsx56(InputSuffix, { children: suffix }),
5646
+ /* @__PURE__ */ jsx56(
5587
5647
  Button,
5588
5648
  {
5589
5649
  className: "k-input-button",
@@ -5597,17 +5657,17 @@ var ColorPicker = (props) => {
5597
5657
  }
5598
5658
  );
5599
5659
  };
5600
- ColorPicker.states = states23;
5601
- ColorPicker.options = options22;
5660
+ ColorPicker.states = states25;
5661
+ ColorPicker.options = options24;
5602
5662
  ColorPicker.className = COLORPICKER_CLASSNAME;
5603
- ColorPicker.defaultProps = defaultProps19;
5663
+ ColorPicker.defaultProps = defaultProps21;
5604
5664
 
5605
5665
  // src/action-sheet/action-sheet.spec.tsx
5606
- import { Fragment as Fragment15, jsx as jsx55, jsxs as jsxs25 } from "react/jsx-runtime";
5666
+ import { Fragment as Fragment15, jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
5607
5667
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5608
- var states24 = [];
5609
- var options23 = {};
5610
- var defaultProps20 = {
5668
+ var states26 = [];
5669
+ var options25 = {};
5670
+ var defaultProps22 = {
5611
5671
  side: "bottom",
5612
5672
  fullscreen: false,
5613
5673
  adaptive: false,
@@ -5620,14 +5680,14 @@ var ActionSheet = (props) => {
5620
5680
  header,
5621
5681
  footer,
5622
5682
  actions,
5623
- side = defaultProps20.side,
5624
- fullscreen = defaultProps20.fullscreen,
5625
- adaptive = defaultProps20.adaptive,
5626
- overlay = defaultProps20.overlay,
5683
+ side = defaultProps22.side,
5684
+ fullscreen = defaultProps22.fullscreen,
5685
+ adaptive = defaultProps22.adaptive,
5686
+ overlay = defaultProps22.overlay,
5627
5687
  ...other
5628
5688
  } = props;
5629
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx55(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5630
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx55(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx55(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5689
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx57(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5690
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx57(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx57(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5631
5691
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5632
5692
  switch (child.type) {
5633
5693
  case ActionSheetHeader:
@@ -5637,10 +5697,10 @@ var ActionSheet = (props) => {
5637
5697
  return true;
5638
5698
  }
5639
5699
  return true;
5640
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx55(Fragment15, {});
5700
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx57(Fragment15, {});
5641
5701
  return /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-container", children: [
5642
- overlay && /* @__PURE__ */ jsx55("div", { className: "k-overlay" }),
5643
- /* @__PURE__ */ jsx55(
5702
+ overlay && /* @__PURE__ */ jsx57("div", { className: "k-overlay" }),
5703
+ /* @__PURE__ */ jsx57(
5644
5704
  AnimationContainer,
5645
5705
  {
5646
5706
  animationStyle: {
@@ -5650,7 +5710,7 @@ var ActionSheet = (props) => {
5650
5710
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5651
5711
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5652
5712
  },
5653
- children: /* @__PURE__ */ jsx55(
5713
+ children: /* @__PURE__ */ jsx57(
5654
5714
  "div",
5655
5715
  {
5656
5716
  ...other,
@@ -5665,7 +5725,7 @@ var ActionSheet = (props) => {
5665
5725
  ),
5666
5726
  children: /* @__PURE__ */ jsxs25(Fragment15, { children: [
5667
5727
  _ActionSheetHeader,
5668
- /* @__PURE__ */ jsx55("div", { className: classNames(
5728
+ /* @__PURE__ */ jsx57("div", { className: classNames(
5669
5729
  "k-actionsheet-content",
5670
5730
  {
5671
5731
  "!k-overflow-hidden": adaptive
@@ -5679,13 +5739,13 @@ var ActionSheet = (props) => {
5679
5739
  )
5680
5740
  ] });
5681
5741
  };
5682
- ActionSheet.states = states24;
5683
- ActionSheet.options = options23;
5742
+ ActionSheet.states = states26;
5743
+ ActionSheet.options = options25;
5684
5744
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5685
- ActionSheet.defaultProps = defaultProps20;
5745
+ ActionSheet.defaultProps = defaultProps22;
5686
5746
 
5687
5747
  // src/action-sheet/actionsheet-header.tsx
5688
- import { Fragment as Fragment16, jsx as jsx56, jsxs as jsxs26 } from "react/jsx-runtime";
5748
+ import { Fragment as Fragment16, jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
5689
5749
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5690
5750
  var ActionSheetHeader = (props) => {
5691
5751
  const {
@@ -5695,7 +5755,7 @@ var ActionSheetHeader = (props) => {
5695
5755
  filter,
5696
5756
  ...other
5697
5757
  } = props;
5698
- return /* @__PURE__ */ jsx56(
5758
+ return /* @__PURE__ */ jsx58(
5699
5759
  "div",
5700
5760
  {
5701
5761
  ...other,
@@ -5705,35 +5765,35 @@ var ActionSheetHeader = (props) => {
5705
5765
  ),
5706
5766
  children: /* @__PURE__ */ jsxs26(Fragment16, { children: [
5707
5767
  /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5708
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx56(Fragment16, { children: /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-title", children: [
5709
- title !== "" && /* @__PURE__ */ jsx56("div", { className: "k-text-center", children: title }),
5710
- subTitle !== "" && /* @__PURE__ */ jsx56("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5768
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx58(Fragment16, { children: /* @__PURE__ */ jsxs26("div", { className: "k-actionsheet-title", children: [
5769
+ title !== "" && /* @__PURE__ */ jsx58("div", { className: "k-text-center", children: title }),
5770
+ subTitle !== "" && /* @__PURE__ */ jsx58("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5711
5771
  ] }) }),
5712
- props.children && /* @__PURE__ */ jsx56("div", { className: "k-actionsheet-title", children: props.children }),
5713
- actions && /* @__PURE__ */ jsx56(Fragment16, { children: /* @__PURE__ */ jsx56("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx56(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5772
+ props.children && /* @__PURE__ */ jsx58("div", { className: "k-actionsheet-title", children: props.children }),
5773
+ actions && /* @__PURE__ */ jsx58(Fragment16, { children: /* @__PURE__ */ jsx58("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx58(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5714
5774
  ] }),
5715
- filter && /* @__PURE__ */ jsx56(Fragment16, { children: /* @__PURE__ */ jsx56("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx56(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5775
+ filter && /* @__PURE__ */ jsx58(Fragment16, { children: /* @__PURE__ */ jsx58("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx58(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5716
5776
  ] })
5717
5777
  }
5718
5778
  );
5719
5779
  };
5720
5780
 
5721
5781
  // src/action-buttons/action-buttons.spec.tsx
5722
- import { jsx as jsx57 } from "react/jsx-runtime";
5782
+ import { jsx as jsx59 } from "react/jsx-runtime";
5723
5783
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5724
- var states25 = [];
5725
- var options24 = {};
5726
- var defaultProps21 = {
5784
+ var states27 = [];
5785
+ var options26 = {};
5786
+ var defaultProps23 = {
5727
5787
  alignment: "start",
5728
5788
  orientation: "horizontal"
5729
5789
  };
5730
5790
  var ActionButtons = (props) => {
5731
5791
  const {
5732
- alignment = defaultProps21.alignment,
5733
- orientation = defaultProps21.orientation,
5792
+ alignment = defaultProps23.alignment,
5793
+ orientation = defaultProps23.orientation,
5734
5794
  ...other
5735
5795
  } = props;
5736
- return /* @__PURE__ */ jsx57(
5796
+ return /* @__PURE__ */ jsx59(
5737
5797
  "div",
5738
5798
  {
5739
5799
  ...other,
@@ -5749,21 +5809,21 @@ var ActionButtons = (props) => {
5749
5809
  }
5750
5810
  );
5751
5811
  };
5752
- ActionButtons.states = states25;
5753
- ActionButtons.options = options24;
5812
+ ActionButtons.states = states27;
5813
+ ActionButtons.options = options26;
5754
5814
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5755
- ActionButtons.defaultProps = defaultProps21;
5815
+ ActionButtons.defaultProps = defaultProps23;
5756
5816
  var action_buttons_spec_default = ActionButtons;
5757
5817
 
5758
5818
  // src/action-sheet/actionsheet-footer.tsx
5759
- import { Fragment as Fragment17, jsx as jsx58, jsxs as jsxs27 } from "react/jsx-runtime";
5819
+ import { Fragment as Fragment17, jsx as jsx60, jsxs as jsxs27 } from "react/jsx-runtime";
5760
5820
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5761
5821
  var ActionSheetFooter = (props) => {
5762
5822
  const {
5763
5823
  actions,
5764
5824
  ...other
5765
5825
  } = props;
5766
- return /* @__PURE__ */ jsx58(
5826
+ return /* @__PURE__ */ jsx60(
5767
5827
  action_buttons_spec_default,
5768
5828
  {
5769
5829
  ...other,
@@ -5775,14 +5835,14 @@ var ActionSheetFooter = (props) => {
5775
5835
  children: /* @__PURE__ */ jsxs27(Fragment17, { children: [
5776
5836
  actions && actions.map((action, index) => {
5777
5837
  if (action === "|") {
5778
- return /* @__PURE__ */ jsx58("span", { className: "k-separator" }, index);
5838
+ return /* @__PURE__ */ jsx60("span", { className: "k-separator" }, index);
5779
5839
  }
5780
5840
  if (action === " ") {
5781
- return /* @__PURE__ */ jsx58("span", { className: "k-spacer" }, index);
5841
+ return /* @__PURE__ */ jsx60("span", { className: "k-spacer" }, index);
5782
5842
  }
5783
5843
  const importantFlag = action.startsWith("!");
5784
5844
  const actionName = importantFlag ? action.substring(1) : action;
5785
- return /* @__PURE__ */ jsx58(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5845
+ return /* @__PURE__ */ jsx60(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5786
5846
  }),
5787
5847
  !actions && props.children
5788
5848
  ] })
@@ -5791,12 +5851,12 @@ var ActionSheetFooter = (props) => {
5791
5851
  };
5792
5852
 
5793
5853
  // src/action-sheet/actionsheet-items.tsx
5794
- import { jsx as jsx59 } from "react/jsx-runtime";
5854
+ import { jsx as jsx61 } from "react/jsx-runtime";
5795
5855
  var ActionSheetItems = (props) => {
5796
5856
  const {
5797
5857
  ...other
5798
5858
  } = props;
5799
- return /* @__PURE__ */ jsx59(
5859
+ return /* @__PURE__ */ jsx61(
5800
5860
  "div",
5801
5861
  {
5802
5862
  ...other,
@@ -5810,8 +5870,8 @@ var ActionSheetItems = (props) => {
5810
5870
  };
5811
5871
 
5812
5872
  // src/action-sheet/actionsheet-item.tsx
5813
- import { Fragment as Fragment18, jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
5814
- var states26 = [
5873
+ import { Fragment as Fragment18, jsx as jsx62, jsxs as jsxs28 } from "react/jsx-runtime";
5874
+ var states28 = [
5815
5875
  States.hover,
5816
5876
  States.focus,
5817
5877
  States.selected,
@@ -5819,9 +5879,9 @@ var states26 = [
5819
5879
  ];
5820
5880
 
5821
5881
  // src/combobox/combobox.spec.tsx
5822
- import { Fragment as Fragment19, jsx as jsx61, jsxs as jsxs29 } from "react/jsx-runtime";
5882
+ import { Fragment as Fragment19, jsx as jsx63, jsxs as jsxs29 } from "react/jsx-runtime";
5823
5883
  var COMBOBOX_CLASSNAME = `k-combobox`;
5824
- var states27 = [
5884
+ var states29 = [
5825
5885
  States.hover,
5826
5886
  States.focus,
5827
5887
  States.valid,
@@ -5831,12 +5891,12 @@ var states27 = [
5831
5891
  States.disabled,
5832
5892
  States.readonly
5833
5893
  ];
5834
- var defaultProps22 = {
5894
+ var defaultProps24 = {
5835
5895
  size: Input.defaultProps.size,
5836
5896
  rounded: Input.defaultProps.rounded,
5837
5897
  fillMode: Input.defaultProps.fillMode
5838
5898
  };
5839
- var options25 = {
5899
+ var options27 = {
5840
5900
  size: [Size.small, Size.medium, Size.large],
5841
5901
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5842
5902
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5882,9 +5942,9 @@ var Combobox = (props) => {
5882
5942
  readonly,
5883
5943
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5884
5944
  children: [
5885
- /* @__PURE__ */ jsx61(InputPrefix, { children: prefix }),
5886
- /* @__PURE__ */ jsx61(InputInnerInput, { placeholder, value }),
5887
- /* @__PURE__ */ jsx61(
5945
+ /* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
5946
+ /* @__PURE__ */ jsx63(InputInnerInput, { placeholder, value }),
5947
+ /* @__PURE__ */ jsx63(
5888
5948
  InputValidationIcon,
5889
5949
  {
5890
5950
  valid,
@@ -5893,14 +5953,14 @@ var Combobox = (props) => {
5893
5953
  disabled
5894
5954
  }
5895
5955
  ),
5896
- /* @__PURE__ */ jsx61(
5956
+ /* @__PURE__ */ jsx63(
5897
5957
  InputLoadingIcon,
5898
5958
  {
5899
5959
  loading,
5900
5960
  disabled
5901
5961
  }
5902
5962
  ),
5903
- /* @__PURE__ */ jsx61(
5963
+ /* @__PURE__ */ jsx63(
5904
5964
  InputClearValue,
5905
5965
  {
5906
5966
  loading,
@@ -5909,8 +5969,8 @@ var Combobox = (props) => {
5909
5969
  value
5910
5970
  }
5911
5971
  ),
5912
- /* @__PURE__ */ jsx61(InputSuffix, { children: suffix }),
5913
- /* @__PURE__ */ jsx61(
5972
+ /* @__PURE__ */ jsx63(InputSuffix, { children: suffix }),
5973
+ /* @__PURE__ */ jsx63(
5914
5974
  Button,
5915
5975
  {
5916
5976
  className: "k-input-button",
@@ -5923,9 +5983,9 @@ var Combobox = (props) => {
5923
5983
  ]
5924
5984
  }
5925
5985
  ),
5926
- opened && popup && /* @__PURE__ */ jsx61(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5986
+ opened && popup && /* @__PURE__ */ jsx63(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5927
5987
  adaptive && /* @__PURE__ */ jsxs29(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5928
- /* @__PURE__ */ jsx61(
5988
+ /* @__PURE__ */ jsx63(
5929
5989
  ActionSheetHeader,
5930
5990
  {
5931
5991
  actions: ["x"],
@@ -5933,42 +5993,42 @@ var Combobox = (props) => {
5933
5993
  title: "Select Item"
5934
5994
  }
5935
5995
  ),
5936
- /* @__PURE__ */ jsx61("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
5937
- /* @__PURE__ */ jsx61(ListItem, { text: "List item" }),
5938
- /* @__PURE__ */ jsx61(ListItem, { text: "List item" }),
5939
- /* @__PURE__ */ jsx61(ListItem, { text: "List item" })
5996
+ /* @__PURE__ */ jsx63("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs29(List, { size: "large", children: [
5997
+ /* @__PURE__ */ jsx63(ListItem, { text: "List item" }),
5998
+ /* @__PURE__ */ jsx63(ListItem, { text: "List item" }),
5999
+ /* @__PURE__ */ jsx63(ListItem, { text: "List item" })
5940
6000
  ] }) })
5941
6001
  ] })
5942
6002
  ] });
5943
6003
  };
5944
- Combobox.states = states27;
5945
- Combobox.options = options25;
6004
+ Combobox.states = states29;
6005
+ Combobox.options = options27;
5946
6006
  Combobox.className = COMBOBOX_CLASSNAME;
5947
- Combobox.defaultProps = defaultProps22;
6007
+ Combobox.defaultProps = defaultProps24;
5948
6008
 
5949
6009
  // src/combobox/templates/combobox-normal.tsx
5950
- import { jsx as jsx62 } from "react/jsx-runtime";
6010
+ import { jsx as jsx64 } from "react/jsx-runtime";
5951
6011
 
5952
6012
  // src/combobox/templates/combobox-popup.tsx
5953
- import { jsx as jsx63, jsxs as jsxs30 } from "react/jsx-runtime";
6013
+ import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
5954
6014
 
5955
6015
  // src/combobox/templates/combobox-grouping.tsx
5956
- import { jsx as jsx64, jsxs as jsxs31 } from "react/jsx-runtime";
6016
+ import { jsx as jsx66, jsxs as jsxs31 } from "react/jsx-runtime";
5957
6017
 
5958
6018
  // src/combobox/templates/combobox-adaptive.tsx
5959
- import { jsx as jsx65 } from "react/jsx-runtime";
6019
+ import { jsx as jsx67 } from "react/jsx-runtime";
5960
6020
 
5961
6021
  // src/menu-button/menu-button.spec.tsx
5962
- import { Fragment as Fragment20, jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
6022
+ import { Fragment as Fragment20, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
5963
6023
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5964
- var states28 = [
6024
+ var states30 = [
5965
6025
  States.hover,
5966
6026
  States.focus,
5967
6027
  States.active,
5968
6028
  States.selected,
5969
6029
  States.disabled
5970
6030
  ];
5971
- var options26 = {
6031
+ var options28 = {
5972
6032
  size: [Size.small, Size.medium, Size.large],
5973
6033
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5974
6034
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5986,7 +6046,7 @@ var options26 = {
5986
6046
  ThemeColor.inverse
5987
6047
  ]
5988
6048
  };
5989
- var defaultProps23 = {
6049
+ var defaultProps25 = {
5990
6050
  size: Size.medium,
5991
6051
  rounded: Roundness.medium,
5992
6052
  fillMode: FillMode.solid,
@@ -5996,10 +6056,10 @@ var defaultProps23 = {
5996
6056
  };
5997
6057
  var MenuButton = (props) => {
5998
6058
  const {
5999
- size = defaultProps23.size,
6000
- rounded = defaultProps23.rounded,
6001
- fillMode = defaultProps23.fillMode,
6002
- themeColor = defaultProps23.themeColor,
6059
+ size = defaultProps25.size,
6060
+ rounded = defaultProps25.rounded,
6061
+ fillMode = defaultProps25.fillMode,
6062
+ themeColor = defaultProps25.themeColor,
6003
6063
  hover,
6004
6064
  focus,
6005
6065
  active,
@@ -6007,14 +6067,14 @@ var MenuButton = (props) => {
6007
6067
  disabled,
6008
6068
  icon,
6009
6069
  text,
6010
- showArrow = defaultProps23.showArrow,
6011
- arrowIconName = defaultProps23.arrowIconName,
6070
+ showArrow = defaultProps25.showArrow,
6071
+ arrowIconName = defaultProps25.arrowIconName,
6012
6072
  popup,
6013
6073
  opened,
6014
6074
  ...other
6015
6075
  } = props;
6016
6076
  return /* @__PURE__ */ jsxs32(Fragment20, { children: [
6017
- /* @__PURE__ */ jsx66(
6077
+ /* @__PURE__ */ jsx68(
6018
6078
  Button,
6019
6079
  {
6020
6080
  ...other,
@@ -6037,35 +6097,35 @@ var MenuButton = (props) => {
6037
6097
  arrowIconName
6038
6098
  }
6039
6099
  ),
6040
- opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-menu-popup", children: popup })
6100
+ opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-menu-popup", children: popup })
6041
6101
  ] });
6042
6102
  };
6043
- MenuButton.states = states28;
6044
- MenuButton.options = options26;
6103
+ MenuButton.states = states30;
6104
+ MenuButton.options = options28;
6045
6105
  MenuButton.className = MENUBUTTON_CLASSNAME;
6046
- MenuButton.defaultProps = defaultProps23;
6106
+ MenuButton.defaultProps = defaultProps25;
6047
6107
 
6048
6108
  // src/menu-button/templates/icon-menu-button.tsx
6049
- import { jsx as jsx67 } from "react/jsx-runtime";
6109
+ import { jsx as jsx69 } from "react/jsx-runtime";
6050
6110
 
6051
6111
  // src/menu-button/templates/icon-text-menu-button.tsx
6052
- import { jsx as jsx68 } from "react/jsx-runtime";
6112
+ import { jsx as jsx70 } from "react/jsx-runtime";
6053
6113
 
6054
6114
  // src/menu-button/templates/text-menu-button.tsx
6055
- import { jsx as jsx69 } from "react/jsx-runtime";
6115
+ import { jsx as jsx71 } from "react/jsx-runtime";
6056
6116
 
6057
6117
  // src/menu/menu-item.spec.tsx
6058
- import { Fragment as Fragment21, jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
6118
+ import { Fragment as Fragment21, jsx as jsx72, jsxs as jsxs33 } from "react/jsx-runtime";
6059
6119
  var MENUITEM_CLASSNAME = `k-menu-item`;
6060
- var states29 = [
6120
+ var states31 = [
6061
6121
  States.hover,
6062
6122
  States.focus,
6063
6123
  States.active,
6064
6124
  States.selected,
6065
6125
  States.disabled
6066
6126
  ];
6067
- var options27 = {};
6068
- var defaultProps24 = {
6127
+ var options29 = {};
6128
+ var defaultProps26 = {
6069
6129
  dir: "ltr"
6070
6130
  };
6071
6131
  var MenuItem = (props) => {
@@ -6079,11 +6139,11 @@ var MenuItem = (props) => {
6079
6139
  text,
6080
6140
  showArrow,
6081
6141
  arrowIconName,
6082
- dir = defaultProps24.dir,
6142
+ dir = defaultProps26.dir,
6083
6143
  children,
6084
6144
  ...other
6085
6145
  } = props;
6086
- const contentTemplate = /* @__PURE__ */ jsx70(Fragment21, {});
6146
+ const contentTemplate = /* @__PURE__ */ jsx72(Fragment21, {});
6087
6147
  if (children) {
6088
6148
  children.forEach((child) => {
6089
6149
  const component = child.type;
@@ -6125,9 +6185,9 @@ var MenuItem = (props) => {
6125
6185
  })
6126
6186
  ),
6127
6187
  children: [
6128
- icon && /* @__PURE__ */ jsx70(Icon, { className: "k-menu-link-icon", icon }),
6129
- /* @__PURE__ */ jsx70("span", { className: "k-menu-link-text", children: text }),
6130
- showArrow && /* @__PURE__ */ jsx70("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx70(Icon, { icon: expandArrowName }) })
6188
+ icon && /* @__PURE__ */ jsx72(Icon, { className: "k-menu-link-icon", icon }),
6189
+ /* @__PURE__ */ jsx72("span", { className: "k-menu-link-text", children: text }),
6190
+ showArrow && /* @__PURE__ */ jsx72("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx72(Icon, { icon: expandArrowName }) })
6131
6191
  ]
6132
6192
  }
6133
6193
  ),
@@ -6136,24 +6196,24 @@ var MenuItem = (props) => {
6136
6196
  }
6137
6197
  );
6138
6198
  };
6139
- MenuItem.states = states29;
6140
- MenuItem.options = options27;
6199
+ MenuItem.states = states31;
6200
+ MenuItem.options = options29;
6141
6201
  MenuItem.className = MENUITEM_CLASSNAME;
6142
- MenuItem.defaultProps = defaultProps24;
6202
+ MenuItem.defaultProps = defaultProps26;
6143
6203
  var menu_item_spec_default = MenuItem;
6144
6204
 
6145
6205
  // src/menu/menu-separator.spec.tsx
6146
- import { jsx as jsx71 } from "react/jsx-runtime";
6206
+ import { jsx as jsx73 } from "react/jsx-runtime";
6147
6207
  var SEPARATOR_CLASSNAME = `k-separator`;
6148
- var defaultProps25 = {
6208
+ var defaultProps27 = {
6149
6209
  orientation: "horizontal"
6150
6210
  };
6151
6211
  var MenuSeparator = (props) => {
6152
6212
  const {
6153
- orientation = defaultProps25.orientation,
6213
+ orientation = defaultProps27.orientation,
6154
6214
  ...other
6155
6215
  } = props;
6156
- return /* @__PURE__ */ jsx71(
6216
+ return /* @__PURE__ */ jsx73(
6157
6217
  "li",
6158
6218
  {
6159
6219
  ...other,
@@ -6171,25 +6231,25 @@ var MenuSeparator = (props) => {
6171
6231
  var menu_separator_spec_default = MenuSeparator;
6172
6232
 
6173
6233
  // src/menu/menu-item-content.tsx
6174
- import { Fragment as Fragment22, jsx as jsx72 } from "react/jsx-runtime";
6234
+ import { Fragment as Fragment22, jsx as jsx74 } from "react/jsx-runtime";
6175
6235
 
6176
6236
  // src/menu/menu-list.spec.tsx
6177
- import { jsx as jsx73 } from "react/jsx-runtime";
6237
+ import { jsx as jsx75 } from "react/jsx-runtime";
6178
6238
  import { createElement } from "react";
6179
6239
  var MENULIST_CLASSNAME = `k-menu-group`;
6180
- var states30 = [];
6181
- var options28 = {
6240
+ var states32 = [];
6241
+ var options30 = {
6182
6242
  size: [Size.small, Size.medium, Size.large]
6183
6243
  };
6184
- var defaultProps26 = {
6244
+ var defaultProps28 = {
6185
6245
  size: Size.medium,
6186
6246
  dir: "ltr"
6187
6247
  };
6188
6248
  var MenuList = (props) => {
6189
6249
  const {
6190
6250
  children,
6191
- size = defaultProps26.size,
6192
- dir = defaultProps26.dir,
6251
+ size = defaultProps28.size,
6252
+ dir = defaultProps28.dir,
6193
6253
  ...other
6194
6254
  } = props;
6195
6255
  const listChildren = [];
@@ -6202,7 +6262,7 @@ var MenuList = (props) => {
6202
6262
  );
6203
6263
  } else if (child.type === menu_separator_spec_default) {
6204
6264
  listChildren.push(
6205
- /* @__PURE__ */ jsx73(menu_separator_spec_default, {})
6265
+ /* @__PURE__ */ jsx75(menu_separator_spec_default, {})
6206
6266
  );
6207
6267
  } else {
6208
6268
  listChildren.push(child);
@@ -6210,7 +6270,7 @@ var MenuList = (props) => {
6210
6270
  });
6211
6271
  }
6212
6272
  }
6213
- return /* @__PURE__ */ jsx73(
6273
+ return /* @__PURE__ */ jsx75(
6214
6274
  "ul",
6215
6275
  {
6216
6276
  ...other,
@@ -6225,25 +6285,25 @@ var MenuList = (props) => {
6225
6285
  }
6226
6286
  );
6227
6287
  };
6228
- MenuList.states = states30;
6229
- MenuList.options = options28;
6288
+ MenuList.states = states32;
6289
+ MenuList.options = options30;
6230
6290
  MenuList.className = MENULIST_CLASSNAME;
6231
- MenuList.defaultProps = defaultProps26;
6291
+ MenuList.defaultProps = defaultProps28;
6232
6292
 
6233
6293
  // src/menu-button/templates/menu-button-popup.tsx
6234
- import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
6294
+ import { jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
6235
6295
 
6236
6296
  // src/split-button/split-button.spec.tsx
6237
- import { Fragment as Fragment23, jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
6297
+ import { Fragment as Fragment23, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6238
6298
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6239
- var states31 = [
6299
+ var states33 = [
6240
6300
  States.hover,
6241
6301
  States.focus,
6242
6302
  States.active,
6243
6303
  States.selected,
6244
6304
  States.disabled
6245
6305
  ];
6246
- var options29 = {
6306
+ var options31 = {
6247
6307
  size: [Size.small, Size.medium, Size.large],
6248
6308
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6249
6309
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6261,7 +6321,7 @@ var options29 = {
6261
6321
  ThemeColor.inverse
6262
6322
  ]
6263
6323
  };
6264
- var defaultProps27 = {
6324
+ var defaultProps29 = {
6265
6325
  size: Size.medium,
6266
6326
  rounded: Roundness.medium,
6267
6327
  fillMode: FillMode.solid,
@@ -6270,10 +6330,10 @@ var defaultProps27 = {
6270
6330
  };
6271
6331
  var SplitButton = (props) => {
6272
6332
  const {
6273
- size = defaultProps27.size,
6274
- rounded = defaultProps27.rounded,
6275
- fillMode = defaultProps27.fillMode,
6276
- themeColor = defaultProps27.themeColor,
6333
+ size = defaultProps29.size,
6334
+ rounded = defaultProps29.rounded,
6335
+ fillMode = defaultProps29.fillMode,
6336
+ themeColor = defaultProps29.themeColor,
6277
6337
  hover,
6278
6338
  focus,
6279
6339
  active,
@@ -6281,7 +6341,7 @@ var SplitButton = (props) => {
6281
6341
  disabled,
6282
6342
  icon,
6283
6343
  text,
6284
- arrowIconName = defaultProps27.arrowIconName,
6344
+ arrowIconName = defaultProps29.arrowIconName,
6285
6345
  popup,
6286
6346
  opened,
6287
6347
  ...other
@@ -6300,7 +6360,7 @@ var SplitButton = (props) => {
6300
6360
  })
6301
6361
  ),
6302
6362
  children: [
6303
- /* @__PURE__ */ jsx75(
6363
+ /* @__PURE__ */ jsx77(
6304
6364
  Button,
6305
6365
  {
6306
6366
  text,
@@ -6317,7 +6377,7 @@ var SplitButton = (props) => {
6317
6377
  children: props.children
6318
6378
  }
6319
6379
  ),
6320
- /* @__PURE__ */ jsx75(
6380
+ /* @__PURE__ */ jsx77(
6321
6381
  Button,
6322
6382
  {
6323
6383
  className: "k-split-button-arrow",
@@ -6331,30 +6391,30 @@ var SplitButton = (props) => {
6331
6391
  ]
6332
6392
  }
6333
6393
  ),
6334
- opened && popup && /* @__PURE__ */ jsx75(Popup, { className: "k-menu-popup", children: popup })
6394
+ opened && popup && /* @__PURE__ */ jsx77(Popup, { className: "k-menu-popup", children: popup })
6335
6395
  ] });
6336
6396
  };
6337
- SplitButton.states = states31;
6338
- SplitButton.options = options29;
6397
+ SplitButton.states = states33;
6398
+ SplitButton.options = options31;
6339
6399
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6340
- SplitButton.defaultProps = defaultProps27;
6400
+ SplitButton.defaultProps = defaultProps29;
6341
6401
  var split_button_spec_default = SplitButton;
6342
6402
 
6343
6403
  // src/toolbar/toolbar.spec.tsx
6344
- import { jsx as jsx76 } from "react/jsx-runtime";
6404
+ import { jsx as jsx78 } from "react/jsx-runtime";
6345
6405
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6346
- var states32 = [
6406
+ var states34 = [
6347
6407
  States.focus
6348
6408
  ];
6349
- var options30 = {
6409
+ var options32 = {
6350
6410
  size: [Size.small, Size.medium, Size.large]
6351
6411
  };
6352
- var defaultProps28 = {
6412
+ var defaultProps30 = {
6353
6413
  size: Size.medium
6354
6414
  };
6355
6415
  var Toolbar = (props) => {
6356
6416
  const {
6357
- size = defaultProps28.size,
6417
+ size = defaultProps30.size,
6358
6418
  focus,
6359
6419
  resizable,
6360
6420
  ...other
@@ -6364,7 +6424,7 @@ var Toolbar = (props) => {
6364
6424
  const tempToolbarChildren = [];
6365
6425
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6366
6426
  tempToolbarChildren.push(
6367
- /* @__PURE__ */ jsx76(
6427
+ /* @__PURE__ */ jsx78(
6368
6428
  Button,
6369
6429
  {
6370
6430
  ...child.props,
@@ -6375,7 +6435,7 @@ var Toolbar = (props) => {
6375
6435
  );
6376
6436
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6377
6437
  tempToolbarChildren.push(
6378
- /* @__PURE__ */ jsx76(
6438
+ /* @__PURE__ */ jsx78(
6379
6439
  Button,
6380
6440
  {
6381
6441
  ...child.props,
@@ -6386,7 +6446,7 @@ var Toolbar = (props) => {
6386
6446
  );
6387
6447
  } else if (child.type === Button) {
6388
6448
  tempToolbarChildren.push(
6389
- /* @__PURE__ */ jsx76(
6449
+ /* @__PURE__ */ jsx78(
6390
6450
  Button,
6391
6451
  {
6392
6452
  ...child.props,
@@ -6397,7 +6457,7 @@ var Toolbar = (props) => {
6397
6457
  );
6398
6458
  } else if (child.type === MenuButton) {
6399
6459
  tempToolbarChildren.push(
6400
- /* @__PURE__ */ jsx76(
6460
+ /* @__PURE__ */ jsx78(
6401
6461
  MenuButton,
6402
6462
  {
6403
6463
  ...child.props,
@@ -6408,7 +6468,7 @@ var Toolbar = (props) => {
6408
6468
  );
6409
6469
  } else if (child.type === split_button_spec_default) {
6410
6470
  tempToolbarChildren.push(
6411
- /* @__PURE__ */ jsx76(
6471
+ /* @__PURE__ */ jsx78(
6412
6472
  split_button_spec_default,
6413
6473
  {
6414
6474
  ...child.props,
@@ -6422,7 +6482,7 @@ var Toolbar = (props) => {
6422
6482
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6423
6483
  childrenArray.forEach((button, bindex) => {
6424
6484
  buttonGroupItems.push(
6425
- /* @__PURE__ */ jsx76(
6485
+ /* @__PURE__ */ jsx78(
6426
6486
  Button,
6427
6487
  {
6428
6488
  ...button.props,
@@ -6433,7 +6493,7 @@ var Toolbar = (props) => {
6433
6493
  );
6434
6494
  });
6435
6495
  tempToolbarChildren.push(
6436
- /* @__PURE__ */ jsx76(
6496
+ /* @__PURE__ */ jsx78(
6437
6497
  ButtonGroup,
6438
6498
  {
6439
6499
  ...child.props,
@@ -6445,7 +6505,7 @@ var Toolbar = (props) => {
6445
6505
  );
6446
6506
  } else if (child.type === Combobox) {
6447
6507
  tempToolbarChildren.push(
6448
- /* @__PURE__ */ jsx76(
6508
+ /* @__PURE__ */ jsx78(
6449
6509
  Combobox,
6450
6510
  {
6451
6511
  ...child.props,
@@ -6456,7 +6516,7 @@ var Toolbar = (props) => {
6456
6516
  );
6457
6517
  } else if (child.type === DropdownList) {
6458
6518
  tempToolbarChildren.push(
6459
- /* @__PURE__ */ jsx76(
6519
+ /* @__PURE__ */ jsx78(
6460
6520
  DropdownList,
6461
6521
  {
6462
6522
  ...child.props,
@@ -6467,7 +6527,7 @@ var Toolbar = (props) => {
6467
6527
  );
6468
6528
  } else if (child.type === ColorPicker) {
6469
6529
  tempToolbarChildren.push(
6470
- /* @__PURE__ */ jsx76(
6530
+ /* @__PURE__ */ jsx78(
6471
6531
  ColorPicker,
6472
6532
  {
6473
6533
  ...child.props,
@@ -6489,7 +6549,7 @@ var Toolbar = (props) => {
6489
6549
  addUniqueToolClass(child, index);
6490
6550
  });
6491
6551
  }
6492
- return /* @__PURE__ */ jsx76(
6552
+ return /* @__PURE__ */ jsx78(
6493
6553
  "div",
6494
6554
  {
6495
6555
  ...other,
@@ -6510,26 +6570,26 @@ var Toolbar = (props) => {
6510
6570
  }
6511
6571
  );
6512
6572
  };
6513
- Toolbar.states = states32;
6514
- Toolbar.options = options30;
6573
+ Toolbar.states = states34;
6574
+ Toolbar.options = options32;
6515
6575
  Toolbar.className = TOOLBAR_CLASSNAME;
6516
- Toolbar.defaultProps = defaultProps28;
6576
+ Toolbar.defaultProps = defaultProps30;
6517
6577
 
6518
6578
  // src/toolbar/toolbar-angular.spec.tsx
6519
- import { jsx as jsx77 } from "react/jsx-runtime";
6579
+ import { jsx as jsx79 } from "react/jsx-runtime";
6520
6580
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6521
- var states33 = [
6581
+ var states35 = [
6522
6582
  States.focus
6523
6583
  ];
6524
- var options31 = {
6584
+ var options33 = {
6525
6585
  size: [Size.small, Size.medium, Size.large]
6526
6586
  };
6527
- var defaultProps29 = {
6587
+ var defaultProps31 = {
6528
6588
  size: Size.medium
6529
6589
  };
6530
6590
  var ToolbarAngular = (props) => {
6531
6591
  const {
6532
- size = defaultProps29.size,
6592
+ size = defaultProps31.size,
6533
6593
  focus,
6534
6594
  resizable,
6535
6595
  ...other
@@ -6539,7 +6599,7 @@ var ToolbarAngular = (props) => {
6539
6599
  const tempToolbarChildren = [];
6540
6600
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6541
6601
  tempToolbarChildren.push(
6542
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6602
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6543
6603
  Button,
6544
6604
  {
6545
6605
  ...child.props,
@@ -6550,7 +6610,7 @@ var ToolbarAngular = (props) => {
6550
6610
  );
6551
6611
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6552
6612
  tempToolbarChildren.push(
6553
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6613
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6554
6614
  Button,
6555
6615
  {
6556
6616
  ...child.props,
@@ -6561,7 +6621,7 @@ var ToolbarAngular = (props) => {
6561
6621
  );
6562
6622
  } else if (child.type === Button) {
6563
6623
  tempToolbarChildren.push(
6564
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6624
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6565
6625
  Button,
6566
6626
  {
6567
6627
  ...child.props,
@@ -6572,7 +6632,7 @@ var ToolbarAngular = (props) => {
6572
6632
  );
6573
6633
  } else if (child.type === MenuButton) {
6574
6634
  tempToolbarChildren.push(
6575
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6635
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6576
6636
  MenuButton,
6577
6637
  {
6578
6638
  ...child.props,
@@ -6583,7 +6643,7 @@ var ToolbarAngular = (props) => {
6583
6643
  );
6584
6644
  } else if (child.type === split_button_spec_default) {
6585
6645
  tempToolbarChildren.push(
6586
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6646
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6587
6647
  split_button_spec_default,
6588
6648
  {
6589
6649
  ...child.props,
@@ -6597,7 +6657,7 @@ var ToolbarAngular = (props) => {
6597
6657
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6598
6658
  childrenArray.forEach((button, bindex) => {
6599
6659
  buttonGroupItems.push(
6600
- /* @__PURE__ */ jsx77(
6660
+ /* @__PURE__ */ jsx79(
6601
6661
  Button,
6602
6662
  {
6603
6663
  ...button.props,
@@ -6608,7 +6668,7 @@ var ToolbarAngular = (props) => {
6608
6668
  );
6609
6669
  });
6610
6670
  tempToolbarChildren.push(
6611
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6671
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6612
6672
  ButtonGroup,
6613
6673
  {
6614
6674
  ...child.props,
@@ -6620,7 +6680,7 @@ var ToolbarAngular = (props) => {
6620
6680
  );
6621
6681
  } else if (child.type === Combobox) {
6622
6682
  tempToolbarChildren.push(
6623
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6683
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6624
6684
  Combobox,
6625
6685
  {
6626
6686
  ...child.props,
@@ -6631,7 +6691,7 @@ var ToolbarAngular = (props) => {
6631
6691
  );
6632
6692
  } else if (child.type === DropdownList) {
6633
6693
  tempToolbarChildren.push(
6634
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6694
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6635
6695
  DropdownList,
6636
6696
  {
6637
6697
  ...child.props,
@@ -6642,7 +6702,7 @@ var ToolbarAngular = (props) => {
6642
6702
  );
6643
6703
  } else if (child.type === ColorPicker) {
6644
6704
  tempToolbarChildren.push(
6645
- /* @__PURE__ */ jsx77("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx77(
6705
+ /* @__PURE__ */ jsx79("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx79(
6646
6706
  ColorPicker,
6647
6707
  {
6648
6708
  ...child.props,
@@ -6664,7 +6724,7 @@ var ToolbarAngular = (props) => {
6664
6724
  addUniqueToolClass(child, index);
6665
6725
  });
6666
6726
  }
6667
- return /* @__PURE__ */ jsx77(
6727
+ return /* @__PURE__ */ jsx79(
6668
6728
  "div",
6669
6729
  {
6670
6730
  ...other,
@@ -6685,30 +6745,30 @@ var ToolbarAngular = (props) => {
6685
6745
  }
6686
6746
  );
6687
6747
  };
6688
- ToolbarAngular.states = states33;
6689
- ToolbarAngular.options = options31;
6748
+ ToolbarAngular.states = states35;
6749
+ ToolbarAngular.options = options33;
6690
6750
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6691
- ToolbarAngular.defaultProps = defaultProps29;
6751
+ ToolbarAngular.defaultProps = defaultProps31;
6692
6752
 
6693
6753
  // src/toolbar/toolbar-separator.tsx
6694
- import { jsx as jsx78 } from "react/jsx-runtime";
6754
+ import { jsx as jsx80 } from "react/jsx-runtime";
6695
6755
  var className13 = `k-separator`;
6696
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx78("div", { className: classNames(className13, props.className) });
6756
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx80("div", { className: classNames(className13, props.className) });
6697
6757
 
6698
6758
  // src/toolbar/toolbar-item.spec.tsx
6699
- import { jsx as jsx79 } from "react/jsx-runtime";
6759
+ import { jsx as jsx81 } from "react/jsx-runtime";
6700
6760
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6701
- var states34 = [
6761
+ var states36 = [
6702
6762
  States.focus
6703
6763
  ];
6704
- var options32 = {};
6705
- var defaultProps30 = {};
6764
+ var options34 = {};
6765
+ var defaultProps32 = {};
6706
6766
  var ToolbarItem = (props) => {
6707
6767
  const {
6708
6768
  focus,
6709
6769
  ...other
6710
6770
  } = props;
6711
- return /* @__PURE__ */ jsx79(
6771
+ return /* @__PURE__ */ jsx81(
6712
6772
  "div",
6713
6773
  {
6714
6774
  ...other,
@@ -6723,32 +6783,32 @@ var ToolbarItem = (props) => {
6723
6783
  }
6724
6784
  );
6725
6785
  };
6726
- ToolbarItem.states = states34;
6727
- ToolbarItem.options = options32;
6786
+ ToolbarItem.states = states36;
6787
+ ToolbarItem.options = options34;
6728
6788
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6729
- ToolbarItem.defaultProps = defaultProps30;
6789
+ ToolbarItem.defaultProps = defaultProps32;
6730
6790
 
6731
6791
  // src/imageeditor/tests/imageeditor.tsx
6732
- import { Fragment as Fragment24, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6733
- var imageeditor_default = () => /* @__PURE__ */ jsx80(Fragment24, { children: /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6734
- /* @__PURE__ */ jsx80("h4", { children: "Image Editor" }),
6792
+ import { Fragment as Fragment24, jsx as jsx82, jsxs as jsxs36 } from "react/jsx-runtime";
6793
+ var imageeditor_default = () => /* @__PURE__ */ jsx82(Fragment24, { children: /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6794
+ /* @__PURE__ */ jsx82("h4", { children: "Image Editor" }),
6735
6795
  /* @__PURE__ */ jsxs36("div", { className: "k-widget k-imageeditor", children: [
6736
- /* @__PURE__ */ jsx80("div", { className: "k-imageeditor-header", children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-imageeditor-toolbar", children: [
6737
- /* @__PURE__ */ jsx80(Button, { icon: "upload" }),
6738
- /* @__PURE__ */ jsx80(Button, { icon: "download" }),
6739
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6740
- /* @__PURE__ */ jsx80(Button, { icon: "undo" }),
6741
- /* @__PURE__ */ jsx80(Button, { icon: "redo" }),
6742
- /* @__PURE__ */ jsx80(ToolbarSeparator, {}),
6743
- /* @__PURE__ */ jsx80(Button, { icon: "crop" }),
6744
- /* @__PURE__ */ jsx80(Button, { icon: "image-resize" }),
6745
- /* @__PURE__ */ jsx80(Button, { icon: "zoom-in" }),
6746
- /* @__PURE__ */ jsx80(Button, { icon: "zoom-out" }),
6747
- /* @__PURE__ */ jsx80("div", { children: /* @__PURE__ */ jsx80(DropdownList, { value: "Zoom options" }) })
6796
+ /* @__PURE__ */ jsx82("div", { className: "k-imageeditor-header", children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-imageeditor-toolbar", children: [
6797
+ /* @__PURE__ */ jsx82(Button, { icon: "upload" }),
6798
+ /* @__PURE__ */ jsx82(Button, { icon: "download" }),
6799
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6800
+ /* @__PURE__ */ jsx82(Button, { icon: "undo" }),
6801
+ /* @__PURE__ */ jsx82(Button, { icon: "redo" }),
6802
+ /* @__PURE__ */ jsx82(ToolbarSeparator, {}),
6803
+ /* @__PURE__ */ jsx82(Button, { icon: "crop" }),
6804
+ /* @__PURE__ */ jsx82(Button, { icon: "image-resize" }),
6805
+ /* @__PURE__ */ jsx82(Button, { icon: "zoom-in" }),
6806
+ /* @__PURE__ */ jsx82(Button, { icon: "zoom-out" }),
6807
+ /* @__PURE__ */ jsx82("div", { children: /* @__PURE__ */ jsx82(DropdownList, { value: "Zoom options" }) })
6748
6808
  ] }) }),
6749
6809
  /* @__PURE__ */ jsxs36("div", { className: "k-imageeditor-content", style: { height: "250px" }, children: [
6750
- /* @__PURE__ */ jsx80("div", { className: "k-imageeditor-canvas-container", children: /* @__PURE__ */ jsx80("div", { className: "k-imageeditor-canvas" }) }),
6751
- /* @__PURE__ */ jsx80("div", { className: "k-imageeditor-action-pane", hidden: true })
6810
+ /* @__PURE__ */ jsx82("div", { className: "k-imageeditor-canvas-container", children: /* @__PURE__ */ jsx82("div", { className: "k-imageeditor-canvas" }) }),
6811
+ /* @__PURE__ */ jsx82("div", { className: "k-imageeditor-action-pane", hidden: true })
6752
6812
  ] })
6753
6813
  ] })
6754
6814
  ] }) });