@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
@@ -5617,23 +5617,83 @@ Checkbox.options = options22;
5617
5617
  Checkbox.className = CHECKBOX_CLASSNAME;
5618
5618
  Checkbox.defaultProps = defaultProps19;
5619
5619
 
5620
- // src/checkbox/templates/checkbox-label.tsx
5621
- import { Fragment as Fragment14, jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
5620
+ // src/checkbox/checkbox-group.spec.tsx
5621
+ import { jsx as jsx43 } from "react/jsx-runtime";
5622
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5623
+ var states25 = [];
5624
+ var options23 = {};
5625
+ var defaultProps20 = {
5626
+ layout: "vertical"
5627
+ };
5628
+ var CheckboxGroup = (props) => {
5629
+ const {
5630
+ layout = defaultProps20.layout,
5631
+ ...other
5632
+ } = props;
5633
+ return /* @__PURE__ */ jsx43(
5634
+ "ul",
5635
+ {
5636
+ ...other,
5637
+ className: classNames(
5638
+ props.className,
5639
+ CHECKBOXGROUP_CLASSNAME,
5640
+ {
5641
+ [`k-list-${layout}`]: layout
5642
+ }
5643
+ ),
5644
+ children: props.children
5645
+ }
5646
+ );
5647
+ };
5648
+ CheckboxGroup.states = states25;
5649
+ CheckboxGroup.options = options23;
5650
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5651
+ CheckboxGroup.defaultProps = defaultProps20;
5622
5652
 
5623
- // src/checkbox/templates/checkbox-normal.tsx
5653
+ // src/checkbox/checkbox-item.spec.tsx
5624
5654
  import { jsx as jsx44 } from "react/jsx-runtime";
5655
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5656
+ var states26 = [];
5657
+ var options24 = {};
5658
+ var defaultProps21 = {};
5659
+ var CheckboxItem = (props) => {
5660
+ const {
5661
+ ...other
5662
+ } = props;
5663
+ return /* @__PURE__ */ jsx44(
5664
+ "li",
5665
+ {
5666
+ ...other,
5667
+ className: classNames(
5668
+ props.className,
5669
+ CHECKBOXITEM_CLASSNAME
5670
+ ),
5671
+ children: props.children
5672
+ }
5673
+ );
5674
+ };
5675
+ CheckboxItem.states = states26;
5676
+ CheckboxItem.options = options24;
5677
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5678
+ CheckboxItem.defaultProps = defaultProps21;
5679
+
5680
+ // src/checkbox/templates/checkbox-with-label.tsx
5681
+ import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
5682
+
5683
+ // src/checkbox/templates/checkbox-normal.tsx
5684
+ import { jsx as jsx46 } from "react/jsx-runtime";
5625
5685
 
5626
5686
  // src/list/list-item.spec.tsx
5627
- import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
5687
+ import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
5628
5688
  var LISTITEM_CLASSNAME = `k-list-item`;
5629
- var states25 = [
5689
+ var states27 = [
5630
5690
  States.hover,
5631
5691
  States.focus,
5632
5692
  States.selected,
5633
5693
  States.disabled
5634
5694
  ];
5635
- var options23 = {};
5636
- var defaultProps20 = {};
5695
+ var options25 = {};
5696
+ var defaultProps22 = {};
5637
5697
  var ListItem = (props) => {
5638
5698
  const {
5639
5699
  text,
@@ -5664,66 +5724,66 @@ var ListItem = (props) => {
5664
5724
  })
5665
5725
  ),
5666
5726
  children: [
5667
- showCheckbox && /* @__PURE__ */ jsx45(Checkbox, { checked }),
5668
- showIcon && /* @__PURE__ */ jsx45(Icon, { icon: iconName }),
5669
- /* @__PURE__ */ jsx45("span", { className: "k-list-item-text", children: textOrChildren }),
5670
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx45("div", { className: "k-list-item-group-label", children: groupLabel })
5727
+ showCheckbox && /* @__PURE__ */ jsx47(Checkbox, { checked }),
5728
+ showIcon && /* @__PURE__ */ jsx47(Icon, { icon: iconName }),
5729
+ /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: textOrChildren }),
5730
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx47("div", { className: "k-list-item-group-label", children: groupLabel })
5671
5731
  ]
5672
5732
  }
5673
5733
  );
5674
5734
  };
5675
- ListItem.states = states25;
5676
- ListItem.options = options23;
5735
+ ListItem.states = states27;
5736
+ ListItem.options = options25;
5677
5737
  ListItem.className = LISTITEM_CLASSNAME;
5678
- ListItem.defaultProps = defaultProps20;
5738
+ ListItem.defaultProps = defaultProps22;
5679
5739
 
5680
5740
  // src/list/list-content.tsx
5681
- import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
5741
+ import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
5682
5742
  var className10 = `k-list-content`;
5683
5743
  var ListContent = (props) => {
5684
5744
  const {
5685
5745
  virtualization
5686
5746
  } = props;
5687
5747
  return /* @__PURE__ */ jsxs19("div", { className: classNames(className10, props.className), children: [
5688
- /* @__PURE__ */ jsx46("ul", { className: classNames("k-list-ul"), children: props.children }),
5689
- virtualization && /* @__PURE__ */ jsx46("div", { className: "k-height-container", children: /* @__PURE__ */ jsx46("div", {}) })
5748
+ /* @__PURE__ */ jsx48("ul", { className: classNames("k-list-ul"), children: props.children }),
5749
+ virtualization && /* @__PURE__ */ jsx48("div", { className: "k-height-container", children: /* @__PURE__ */ jsx48("div", {}) })
5690
5750
  ] });
5691
5751
  };
5692
5752
 
5693
5753
  // src/list/list-header.tsx
5694
- import { jsx as jsx47 } from "react/jsx-runtime";
5754
+ import { jsx as jsx49 } from "react/jsx-runtime";
5695
5755
  var className11 = `k-list-group-sticky-header`;
5696
- var ListHeader = (props) => /* @__PURE__ */ jsx47("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx47("div", { className: "k-list-header-text", children: props.children }) });
5756
+ var ListHeader = (props) => /* @__PURE__ */ jsx49("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx49("div", { className: "k-list-header-text", children: props.children }) });
5697
5757
 
5698
5758
  // src/list/list-group.tsx
5699
- import { Fragment as Fragment15, jsx as jsx48, jsxs as jsxs20 } from "react/jsx-runtime";
5759
+ import { Fragment as Fragment15, jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
5700
5760
  var ListGroup = (props) => {
5701
5761
  const {
5702
5762
  virtualization,
5703
5763
  label
5704
5764
  } = props;
5705
5765
  return /* @__PURE__ */ jsxs20(Fragment15, { children: [
5706
- label && /* @__PURE__ */ jsx48(ListHeader, { children: label }),
5707
- props.children && /* @__PURE__ */ jsx48(ListContent, { virtualization, children: props.children })
5766
+ label && /* @__PURE__ */ jsx50(ListHeader, { children: label }),
5767
+ props.children && /* @__PURE__ */ jsx50(ListContent, { virtualization, children: props.children })
5708
5768
  ] });
5709
5769
  };
5710
5770
 
5711
5771
  // src/list/list-group-item.tsx
5712
- import { jsx as jsx49 } from "react/jsx-runtime";
5772
+ import { jsx as jsx51 } from "react/jsx-runtime";
5713
5773
  var className12 = `k-list-group-item`;
5714
- var ListGroupItem = (props) => /* @__PURE__ */ jsx49("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: props.children }) });
5774
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx51("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx51("span", { className: "k-list-item-text", children: props.children }) });
5715
5775
 
5716
5776
  // src/list/list-option-label.tsx
5717
- import { jsx as jsx50 } from "react/jsx-runtime";
5777
+ import { jsx as jsx52 } from "react/jsx-runtime";
5718
5778
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5719
- var states26 = [
5779
+ var states28 = [
5720
5780
  States.hover,
5721
5781
  States.focus,
5722
5782
  States.selected,
5723
5783
  States.disabled
5724
5784
  ];
5725
- var options24 = {};
5726
- var defaultProps21 = {};
5785
+ var options26 = {};
5786
+ var defaultProps23 = {};
5727
5787
  var ListOptionLabel = (props) => {
5728
5788
  const {
5729
5789
  text,
@@ -5733,7 +5793,7 @@ var ListOptionLabel = (props) => {
5733
5793
  disabled,
5734
5794
  ...other
5735
5795
  } = props;
5736
- return /* @__PURE__ */ jsx50(
5796
+ return /* @__PURE__ */ jsx52(
5737
5797
  "div",
5738
5798
  {
5739
5799
  ...other,
@@ -5750,36 +5810,36 @@ var ListOptionLabel = (props) => {
5750
5810
  }
5751
5811
  );
5752
5812
  };
5753
- ListOptionLabel.states = states26;
5754
- ListOptionLabel.options = options24;
5813
+ ListOptionLabel.states = states28;
5814
+ ListOptionLabel.options = options26;
5755
5815
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5756
- ListOptionLabel.defaultProps = defaultProps21;
5816
+ ListOptionLabel.defaultProps = defaultProps23;
5757
5817
 
5758
5818
  // src/list/templates/list-normal.tsx
5759
- import { jsx as jsx51 } from "react/jsx-runtime";
5819
+ import { jsx as jsx53 } from "react/jsx-runtime";
5760
5820
 
5761
5821
  // src/list/templates/list-virtualization.tsx
5762
- import { jsx as jsx52 } from "react/jsx-runtime";
5822
+ import { jsx as jsx54 } from "react/jsx-runtime";
5763
5823
 
5764
5824
  // src/list/templates/list-grouping.tsx
5765
- import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5825
+ import { jsx as jsx55, jsxs as jsxs21 } from "react/jsx-runtime";
5766
5826
 
5767
5827
  // src/list/templates/list-virualization-grouping.tsx
5768
- import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5828
+ import { jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5769
5829
 
5770
5830
  // src/list/templates/list-virtualization-angular.tsx
5771
- import { jsx as jsx55 } from "react/jsx-runtime";
5831
+ import { jsx as jsx57 } from "react/jsx-runtime";
5772
5832
 
5773
5833
  // src/list/templates/list-grouping-angular.tsx
5774
- import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5834
+ import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
5775
5835
 
5776
5836
  // src/list/templates/list-virualization-grouping-angular.tsx
5777
- import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5837
+ import { jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
5778
5838
 
5779
5839
  // src/combobox/combobox.spec.tsx
5780
- import { Fragment as Fragment16, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5840
+ import { Fragment as Fragment16, jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5781
5841
  var COMBOBOX_CLASSNAME = `k-combobox`;
5782
- var states27 = [
5842
+ var states29 = [
5783
5843
  States.hover,
5784
5844
  States.focus,
5785
5845
  States.valid,
@@ -5789,12 +5849,12 @@ var states27 = [
5789
5849
  States.disabled,
5790
5850
  States.readonly
5791
5851
  ];
5792
- var defaultProps22 = {
5852
+ var defaultProps24 = {
5793
5853
  size: Input.defaultProps.size,
5794
5854
  rounded: Input.defaultProps.rounded,
5795
5855
  fillMode: Input.defaultProps.fillMode
5796
5856
  };
5797
- var options25 = {
5857
+ var options27 = {
5798
5858
  size: [Size.small, Size.medium, Size.large],
5799
5859
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5800
5860
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5840,9 +5900,9 @@ var Combobox = (props) => {
5840
5900
  readonly,
5841
5901
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5842
5902
  children: [
5843
- /* @__PURE__ */ jsx58(InputPrefix, { children: prefix }),
5844
- /* @__PURE__ */ jsx58(InputInnerInput, { placeholder, value }),
5845
- /* @__PURE__ */ jsx58(
5903
+ /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
5904
+ /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5905
+ /* @__PURE__ */ jsx60(
5846
5906
  InputValidationIcon,
5847
5907
  {
5848
5908
  valid,
@@ -5851,14 +5911,14 @@ var Combobox = (props) => {
5851
5911
  disabled
5852
5912
  }
5853
5913
  ),
5854
- /* @__PURE__ */ jsx58(
5914
+ /* @__PURE__ */ jsx60(
5855
5915
  InputLoadingIcon,
5856
5916
  {
5857
5917
  loading,
5858
5918
  disabled
5859
5919
  }
5860
5920
  ),
5861
- /* @__PURE__ */ jsx58(
5921
+ /* @__PURE__ */ jsx60(
5862
5922
  InputClearValue,
5863
5923
  {
5864
5924
  loading,
@@ -5867,8 +5927,8 @@ var Combobox = (props) => {
5867
5927
  value
5868
5928
  }
5869
5929
  ),
5870
- /* @__PURE__ */ jsx58(InputSuffix, { children: suffix }),
5871
- /* @__PURE__ */ jsx58(
5930
+ /* @__PURE__ */ jsx60(InputSuffix, { children: suffix }),
5931
+ /* @__PURE__ */ jsx60(
5872
5932
  Button,
5873
5933
  {
5874
5934
  className: "k-input-button",
@@ -5881,9 +5941,9 @@ var Combobox = (props) => {
5881
5941
  ]
5882
5942
  }
5883
5943
  ),
5884
- opened && popup && /* @__PURE__ */ jsx58(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5944
+ opened && popup && /* @__PURE__ */ jsx60(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5885
5945
  adaptive && /* @__PURE__ */ jsxs25(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5886
- /* @__PURE__ */ jsx58(
5946
+ /* @__PURE__ */ jsx60(
5887
5947
  ActionSheetHeader,
5888
5948
  {
5889
5949
  actions: ["x"],
@@ -5891,35 +5951,35 @@ var Combobox = (props) => {
5891
5951
  title: "Select Item"
5892
5952
  }
5893
5953
  ),
5894
- /* @__PURE__ */ jsx58("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
5895
- /* @__PURE__ */ jsx58(ListItem, { text: "List item" }),
5896
- /* @__PURE__ */ jsx58(ListItem, { text: "List item" }),
5897
- /* @__PURE__ */ jsx58(ListItem, { text: "List item" })
5954
+ /* @__PURE__ */ jsx60("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
5955
+ /* @__PURE__ */ jsx60(ListItem, { text: "List item" }),
5956
+ /* @__PURE__ */ jsx60(ListItem, { text: "List item" }),
5957
+ /* @__PURE__ */ jsx60(ListItem, { text: "List item" })
5898
5958
  ] }) })
5899
5959
  ] })
5900
5960
  ] });
5901
5961
  };
5902
- Combobox.states = states27;
5903
- Combobox.options = options25;
5962
+ Combobox.states = states29;
5963
+ Combobox.options = options27;
5904
5964
  Combobox.className = COMBOBOX_CLASSNAME;
5905
- Combobox.defaultProps = defaultProps22;
5965
+ Combobox.defaultProps = defaultProps24;
5906
5966
 
5907
5967
  // src/combobox/templates/combobox-normal.tsx
5908
- import { jsx as jsx59 } from "react/jsx-runtime";
5968
+ import { jsx as jsx61 } from "react/jsx-runtime";
5909
5969
 
5910
5970
  // src/combobox/templates/combobox-popup.tsx
5911
- import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
5971
+ import { jsx as jsx62, jsxs as jsxs26 } from "react/jsx-runtime";
5912
5972
 
5913
5973
  // src/combobox/templates/combobox-grouping.tsx
5914
- import { jsx as jsx61, jsxs as jsxs27 } from "react/jsx-runtime";
5974
+ import { jsx as jsx63, jsxs as jsxs27 } from "react/jsx-runtime";
5915
5975
 
5916
5976
  // src/combobox/templates/combobox-adaptive.tsx
5917
- import { jsx as jsx62 } from "react/jsx-runtime";
5977
+ import { jsx as jsx64 } from "react/jsx-runtime";
5918
5978
 
5919
5979
  // src/dropdownlist/dropdownlist.spec.tsx
5920
- import { Fragment as Fragment17, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5980
+ import { Fragment as Fragment17, jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
5921
5981
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5922
- var states28 = [
5982
+ var states30 = [
5923
5983
  States.hover,
5924
5984
  States.focus,
5925
5985
  States.valid,
@@ -5929,12 +5989,12 @@ var states28 = [
5929
5989
  States.loading,
5930
5990
  States.readonly
5931
5991
  ];
5932
- var options26 = {
5992
+ var options28 = {
5933
5993
  size: [Size.small, Size.medium, Size.large],
5934
5994
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5935
5995
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5936
5996
  };
5937
- var defaultProps23 = {
5997
+ var defaultProps25 = {
5938
5998
  showValue: true,
5939
5999
  arrowIconName: "caret-alt-down",
5940
6000
  size: Size.medium,
@@ -5944,7 +6004,7 @@ var defaultProps23 = {
5944
6004
  var DropdownList = (props) => {
5945
6005
  const {
5946
6006
  valueIconName,
5947
- arrowIconName = defaultProps23.arrowIconName,
6007
+ arrowIconName = defaultProps25.arrowIconName,
5948
6008
  prefix,
5949
6009
  suffix,
5950
6010
  value,
@@ -5960,7 +6020,7 @@ var DropdownList = (props) => {
5960
6020
  loading,
5961
6021
  disabled,
5962
6022
  readonly,
5963
- showValue = defaultProps23.showValue,
6023
+ showValue = defaultProps25.showValue,
5964
6024
  popup,
5965
6025
  opened,
5966
6026
  ...other
@@ -5989,8 +6049,8 @@ var DropdownList = (props) => {
5989
6049
  }
5990
6050
  ),
5991
6051
  children: [
5992
- /* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
5993
- /* @__PURE__ */ jsx63(
6052
+ /* @__PURE__ */ jsx65(InputPrefix, { children: prefix }),
6053
+ /* @__PURE__ */ jsx65(
5994
6054
  InputInnerSpan,
5995
6055
  {
5996
6056
  placeholder,
@@ -5999,7 +6059,7 @@ var DropdownList = (props) => {
5999
6059
  valueIconName
6000
6060
  }
6001
6061
  ),
6002
- /* @__PURE__ */ jsx63(
6062
+ /* @__PURE__ */ jsx65(
6003
6063
  InputValidationIcon,
6004
6064
  {
6005
6065
  valid,
@@ -6008,15 +6068,15 @@ var DropdownList = (props) => {
6008
6068
  disabled
6009
6069
  }
6010
6070
  ),
6011
- /* @__PURE__ */ jsx63(
6071
+ /* @__PURE__ */ jsx65(
6012
6072
  InputLoadingIcon,
6013
6073
  {
6014
6074
  loading,
6015
6075
  disabled
6016
6076
  }
6017
6077
  ),
6018
- /* @__PURE__ */ jsx63(InputSuffix, { children: suffix }),
6019
- /* @__PURE__ */ jsx63(
6078
+ /* @__PURE__ */ jsx65(InputSuffix, { children: suffix }),
6079
+ /* @__PURE__ */ jsx65(
6020
6080
  Button,
6021
6081
  {
6022
6082
  className: "k-input-button",
@@ -6029,40 +6089,40 @@ var DropdownList = (props) => {
6029
6089
  ]
6030
6090
  }
6031
6091
  ),
6032
- opened && popup && /* @__PURE__ */ jsx63(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6092
+ opened && popup && /* @__PURE__ */ jsx65(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6033
6093
  ] });
6034
6094
  };
6035
- DropdownList.states = states28;
6036
- DropdownList.options = options26;
6095
+ DropdownList.states = states30;
6096
+ DropdownList.options = options28;
6037
6097
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6038
- DropdownList.defaultProps = defaultProps23;
6098
+ DropdownList.defaultProps = defaultProps25;
6039
6099
 
6040
6100
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6041
- import { jsx as jsx64 } from "react/jsx-runtime";
6101
+ import { jsx as jsx66 } from "react/jsx-runtime";
6042
6102
 
6043
6103
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6044
- import { jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
6104
+ import { jsx as jsx67, jsxs as jsxs29 } from "react/jsx-runtime";
6045
6105
 
6046
6106
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6047
- import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
6107
+ import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs30 } from "react/jsx-runtime";
6048
6108
 
6049
6109
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6050
- import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
6110
+ import { jsx as jsx69, jsxs as jsxs31 } from "react/jsx-runtime";
6051
6111
 
6052
6112
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6053
- import { Fragment as Fragment19, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
6113
+ import { Fragment as Fragment19, jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
6054
6114
 
6055
6115
  // src/menu-button/menu-button.spec.tsx
6056
- import { Fragment as Fragment20, jsx as jsx69, jsxs as jsxs33 } from "react/jsx-runtime";
6116
+ import { Fragment as Fragment20, jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6057
6117
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6058
- var states29 = [
6118
+ var states31 = [
6059
6119
  States.hover,
6060
6120
  States.focus,
6061
6121
  States.active,
6062
6122
  States.selected,
6063
6123
  States.disabled
6064
6124
  ];
6065
- var options27 = {
6125
+ var options29 = {
6066
6126
  size: [Size.small, Size.medium, Size.large],
6067
6127
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6068
6128
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6080,7 +6140,7 @@ var options27 = {
6080
6140
  ThemeColor.inverse
6081
6141
  ]
6082
6142
  };
6083
- var defaultProps24 = {
6143
+ var defaultProps26 = {
6084
6144
  size: Size.medium,
6085
6145
  rounded: Roundness.medium,
6086
6146
  fillMode: FillMode.solid,
@@ -6090,10 +6150,10 @@ var defaultProps24 = {
6090
6150
  };
6091
6151
  var MenuButton = (props) => {
6092
6152
  const {
6093
- size = defaultProps24.size,
6094
- rounded = defaultProps24.rounded,
6095
- fillMode = defaultProps24.fillMode,
6096
- themeColor = defaultProps24.themeColor,
6153
+ size = defaultProps26.size,
6154
+ rounded = defaultProps26.rounded,
6155
+ fillMode = defaultProps26.fillMode,
6156
+ themeColor = defaultProps26.themeColor,
6097
6157
  hover,
6098
6158
  focus,
6099
6159
  active,
@@ -6101,14 +6161,14 @@ var MenuButton = (props) => {
6101
6161
  disabled,
6102
6162
  icon,
6103
6163
  text,
6104
- showArrow = defaultProps24.showArrow,
6105
- arrowIconName = defaultProps24.arrowIconName,
6164
+ showArrow = defaultProps26.showArrow,
6165
+ arrowIconName = defaultProps26.arrowIconName,
6106
6166
  popup,
6107
6167
  opened,
6108
6168
  ...other
6109
6169
  } = props;
6110
6170
  return /* @__PURE__ */ jsxs33(Fragment20, { children: [
6111
- /* @__PURE__ */ jsx69(
6171
+ /* @__PURE__ */ jsx71(
6112
6172
  Button,
6113
6173
  {
6114
6174
  ...other,
@@ -6131,35 +6191,35 @@ var MenuButton = (props) => {
6131
6191
  arrowIconName
6132
6192
  }
6133
6193
  ),
6134
- opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-menu-popup", children: popup })
6194
+ opened && popup && /* @__PURE__ */ jsx71(Popup, { className: "k-menu-popup", children: popup })
6135
6195
  ] });
6136
6196
  };
6137
- MenuButton.states = states29;
6138
- MenuButton.options = options27;
6197
+ MenuButton.states = states31;
6198
+ MenuButton.options = options29;
6139
6199
  MenuButton.className = MENUBUTTON_CLASSNAME;
6140
- MenuButton.defaultProps = defaultProps24;
6200
+ MenuButton.defaultProps = defaultProps26;
6141
6201
 
6142
6202
  // src/menu-button/templates/icon-menu-button.tsx
6143
- import { jsx as jsx70 } from "react/jsx-runtime";
6203
+ import { jsx as jsx72 } from "react/jsx-runtime";
6144
6204
 
6145
6205
  // src/menu-button/templates/icon-text-menu-button.tsx
6146
- import { jsx as jsx71 } from "react/jsx-runtime";
6206
+ import { jsx as jsx73 } from "react/jsx-runtime";
6147
6207
 
6148
6208
  // src/menu-button/templates/text-menu-button.tsx
6149
- import { jsx as jsx72 } from "react/jsx-runtime";
6209
+ import { jsx as jsx74 } from "react/jsx-runtime";
6150
6210
 
6151
6211
  // src/menu/menu-item.spec.tsx
6152
- import { Fragment as Fragment21, jsx as jsx73, jsxs as jsxs34 } from "react/jsx-runtime";
6212
+ import { Fragment as Fragment21, jsx as jsx75, jsxs as jsxs34 } from "react/jsx-runtime";
6153
6213
  var MENUITEM_CLASSNAME = `k-menu-item`;
6154
- var states30 = [
6214
+ var states32 = [
6155
6215
  States.hover,
6156
6216
  States.focus,
6157
6217
  States.active,
6158
6218
  States.selected,
6159
6219
  States.disabled
6160
6220
  ];
6161
- var options28 = {};
6162
- var defaultProps25 = {
6221
+ var options30 = {};
6222
+ var defaultProps27 = {
6163
6223
  dir: "ltr"
6164
6224
  };
6165
6225
  var MenuItem = (props) => {
@@ -6173,11 +6233,11 @@ var MenuItem = (props) => {
6173
6233
  text,
6174
6234
  showArrow,
6175
6235
  arrowIconName,
6176
- dir = defaultProps25.dir,
6236
+ dir = defaultProps27.dir,
6177
6237
  children,
6178
6238
  ...other
6179
6239
  } = props;
6180
- const contentTemplate = /* @__PURE__ */ jsx73(Fragment21, {});
6240
+ const contentTemplate = /* @__PURE__ */ jsx75(Fragment21, {});
6181
6241
  if (children) {
6182
6242
  children.forEach((child) => {
6183
6243
  const component = child.type;
@@ -6219,9 +6279,9 @@ var MenuItem = (props) => {
6219
6279
  })
6220
6280
  ),
6221
6281
  children: [
6222
- icon && /* @__PURE__ */ jsx73(Icon, { className: "k-menu-link-icon", icon }),
6223
- /* @__PURE__ */ jsx73("span", { className: "k-menu-link-text", children: text }),
6224
- showArrow && /* @__PURE__ */ jsx73("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx73(Icon, { icon: expandArrowName }) })
6282
+ icon && /* @__PURE__ */ jsx75(Icon, { className: "k-menu-link-icon", icon }),
6283
+ /* @__PURE__ */ jsx75("span", { className: "k-menu-link-text", children: text }),
6284
+ showArrow && /* @__PURE__ */ jsx75("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx75(Icon, { icon: expandArrowName }) })
6225
6285
  ]
6226
6286
  }
6227
6287
  ),
@@ -6230,24 +6290,24 @@ var MenuItem = (props) => {
6230
6290
  }
6231
6291
  );
6232
6292
  };
6233
- MenuItem.states = states30;
6234
- MenuItem.options = options28;
6293
+ MenuItem.states = states32;
6294
+ MenuItem.options = options30;
6235
6295
  MenuItem.className = MENUITEM_CLASSNAME;
6236
- MenuItem.defaultProps = defaultProps25;
6296
+ MenuItem.defaultProps = defaultProps27;
6237
6297
  var menu_item_spec_default = MenuItem;
6238
6298
 
6239
6299
  // src/menu/menu-separator.spec.tsx
6240
- import { jsx as jsx74 } from "react/jsx-runtime";
6300
+ import { jsx as jsx76 } from "react/jsx-runtime";
6241
6301
  var SEPARATOR_CLASSNAME = `k-separator`;
6242
- var defaultProps26 = {
6302
+ var defaultProps28 = {
6243
6303
  orientation: "horizontal"
6244
6304
  };
6245
6305
  var MenuSeparator = (props) => {
6246
6306
  const {
6247
- orientation = defaultProps26.orientation,
6307
+ orientation = defaultProps28.orientation,
6248
6308
  ...other
6249
6309
  } = props;
6250
- return /* @__PURE__ */ jsx74(
6310
+ return /* @__PURE__ */ jsx76(
6251
6311
  "li",
6252
6312
  {
6253
6313
  ...other,
@@ -6265,25 +6325,25 @@ var MenuSeparator = (props) => {
6265
6325
  var menu_separator_spec_default = MenuSeparator;
6266
6326
 
6267
6327
  // src/menu/menu-item-content.tsx
6268
- import { Fragment as Fragment22, jsx as jsx75 } from "react/jsx-runtime";
6328
+ import { Fragment as Fragment22, jsx as jsx77 } from "react/jsx-runtime";
6269
6329
 
6270
6330
  // src/menu/menu-list.spec.tsx
6271
- import { jsx as jsx76 } from "react/jsx-runtime";
6331
+ import { jsx as jsx78 } from "react/jsx-runtime";
6272
6332
  import { createElement } from "react";
6273
6333
  var MENULIST_CLASSNAME = `k-menu-group`;
6274
- var states31 = [];
6275
- var options29 = {
6334
+ var states33 = [];
6335
+ var options31 = {
6276
6336
  size: [Size.small, Size.medium, Size.large]
6277
6337
  };
6278
- var defaultProps27 = {
6338
+ var defaultProps29 = {
6279
6339
  size: Size.medium,
6280
6340
  dir: "ltr"
6281
6341
  };
6282
6342
  var MenuList = (props) => {
6283
6343
  const {
6284
6344
  children,
6285
- size = defaultProps27.size,
6286
- dir = defaultProps27.dir,
6345
+ size = defaultProps29.size,
6346
+ dir = defaultProps29.dir,
6287
6347
  ...other
6288
6348
  } = props;
6289
6349
  const listChildren = [];
@@ -6296,7 +6356,7 @@ var MenuList = (props) => {
6296
6356
  );
6297
6357
  } else if (child.type === menu_separator_spec_default) {
6298
6358
  listChildren.push(
6299
- /* @__PURE__ */ jsx76(menu_separator_spec_default, {})
6359
+ /* @__PURE__ */ jsx78(menu_separator_spec_default, {})
6300
6360
  );
6301
6361
  } else {
6302
6362
  listChildren.push(child);
@@ -6304,7 +6364,7 @@ var MenuList = (props) => {
6304
6364
  });
6305
6365
  }
6306
6366
  }
6307
- return /* @__PURE__ */ jsx76(
6367
+ return /* @__PURE__ */ jsx78(
6308
6368
  "ul",
6309
6369
  {
6310
6370
  ...other,
@@ -6319,25 +6379,25 @@ var MenuList = (props) => {
6319
6379
  }
6320
6380
  );
6321
6381
  };
6322
- MenuList.states = states31;
6323
- MenuList.options = options29;
6382
+ MenuList.states = states33;
6383
+ MenuList.options = options31;
6324
6384
  MenuList.className = MENULIST_CLASSNAME;
6325
- MenuList.defaultProps = defaultProps27;
6385
+ MenuList.defaultProps = defaultProps29;
6326
6386
 
6327
6387
  // src/menu-button/templates/menu-button-popup.tsx
6328
- import { jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6388
+ import { jsx as jsx79, jsxs as jsxs35 } from "react/jsx-runtime";
6329
6389
 
6330
6390
  // src/split-button/split-button.spec.tsx
6331
- import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6391
+ import { Fragment as Fragment23, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6332
6392
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6333
- var states32 = [
6393
+ var states34 = [
6334
6394
  States.hover,
6335
6395
  States.focus,
6336
6396
  States.active,
6337
6397
  States.selected,
6338
6398
  States.disabled
6339
6399
  ];
6340
- var options30 = {
6400
+ var options32 = {
6341
6401
  size: [Size.small, Size.medium, Size.large],
6342
6402
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6343
6403
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6355,7 +6415,7 @@ var options30 = {
6355
6415
  ThemeColor.inverse
6356
6416
  ]
6357
6417
  };
6358
- var defaultProps28 = {
6418
+ var defaultProps30 = {
6359
6419
  size: Size.medium,
6360
6420
  rounded: Roundness.medium,
6361
6421
  fillMode: FillMode.solid,
@@ -6364,10 +6424,10 @@ var defaultProps28 = {
6364
6424
  };
6365
6425
  var SplitButton = (props) => {
6366
6426
  const {
6367
- size = defaultProps28.size,
6368
- rounded = defaultProps28.rounded,
6369
- fillMode = defaultProps28.fillMode,
6370
- themeColor = defaultProps28.themeColor,
6427
+ size = defaultProps30.size,
6428
+ rounded = defaultProps30.rounded,
6429
+ fillMode = defaultProps30.fillMode,
6430
+ themeColor = defaultProps30.themeColor,
6371
6431
  hover,
6372
6432
  focus,
6373
6433
  active,
@@ -6375,7 +6435,7 @@ var SplitButton = (props) => {
6375
6435
  disabled,
6376
6436
  icon,
6377
6437
  text,
6378
- arrowIconName = defaultProps28.arrowIconName,
6438
+ arrowIconName = defaultProps30.arrowIconName,
6379
6439
  popup,
6380
6440
  opened,
6381
6441
  ...other
@@ -6394,7 +6454,7 @@ var SplitButton = (props) => {
6394
6454
  })
6395
6455
  ),
6396
6456
  children: [
6397
- /* @__PURE__ */ jsx78(
6457
+ /* @__PURE__ */ jsx80(
6398
6458
  Button,
6399
6459
  {
6400
6460
  text,
@@ -6411,7 +6471,7 @@ var SplitButton = (props) => {
6411
6471
  children: props.children
6412
6472
  }
6413
6473
  ),
6414
- /* @__PURE__ */ jsx78(
6474
+ /* @__PURE__ */ jsx80(
6415
6475
  Button,
6416
6476
  {
6417
6477
  className: "k-split-button-arrow",
@@ -6425,30 +6485,30 @@ var SplitButton = (props) => {
6425
6485
  ]
6426
6486
  }
6427
6487
  ),
6428
- opened && popup && /* @__PURE__ */ jsx78(Popup, { className: "k-menu-popup", children: popup })
6488
+ opened && popup && /* @__PURE__ */ jsx80(Popup, { className: "k-menu-popup", children: popup })
6429
6489
  ] });
6430
6490
  };
6431
- SplitButton.states = states32;
6432
- SplitButton.options = options30;
6491
+ SplitButton.states = states34;
6492
+ SplitButton.options = options32;
6433
6493
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6434
- SplitButton.defaultProps = defaultProps28;
6494
+ SplitButton.defaultProps = defaultProps30;
6435
6495
  var split_button_spec_default = SplitButton;
6436
6496
 
6437
6497
  // src/toolbar/toolbar.spec.tsx
6438
- import { jsx as jsx79 } from "react/jsx-runtime";
6498
+ import { jsx as jsx81 } from "react/jsx-runtime";
6439
6499
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6440
- var states33 = [
6500
+ var states35 = [
6441
6501
  States.focus
6442
6502
  ];
6443
- var options31 = {
6503
+ var options33 = {
6444
6504
  size: [Size.small, Size.medium, Size.large]
6445
6505
  };
6446
- var defaultProps29 = {
6506
+ var defaultProps31 = {
6447
6507
  size: Size.medium
6448
6508
  };
6449
6509
  var Toolbar = (props) => {
6450
6510
  const {
6451
- size = defaultProps29.size,
6511
+ size = defaultProps31.size,
6452
6512
  focus,
6453
6513
  resizable,
6454
6514
  ...other
@@ -6458,7 +6518,7 @@ var Toolbar = (props) => {
6458
6518
  const tempToolbarChildren = [];
6459
6519
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6460
6520
  tempToolbarChildren.push(
6461
- /* @__PURE__ */ jsx79(
6521
+ /* @__PURE__ */ jsx81(
6462
6522
  Button,
6463
6523
  {
6464
6524
  ...child.props,
@@ -6469,7 +6529,7 @@ var Toolbar = (props) => {
6469
6529
  );
6470
6530
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6471
6531
  tempToolbarChildren.push(
6472
- /* @__PURE__ */ jsx79(
6532
+ /* @__PURE__ */ jsx81(
6473
6533
  Button,
6474
6534
  {
6475
6535
  ...child.props,
@@ -6480,7 +6540,7 @@ var Toolbar = (props) => {
6480
6540
  );
6481
6541
  } else if (child.type === Button) {
6482
6542
  tempToolbarChildren.push(
6483
- /* @__PURE__ */ jsx79(
6543
+ /* @__PURE__ */ jsx81(
6484
6544
  Button,
6485
6545
  {
6486
6546
  ...child.props,
@@ -6491,7 +6551,7 @@ var Toolbar = (props) => {
6491
6551
  );
6492
6552
  } else if (child.type === MenuButton) {
6493
6553
  tempToolbarChildren.push(
6494
- /* @__PURE__ */ jsx79(
6554
+ /* @__PURE__ */ jsx81(
6495
6555
  MenuButton,
6496
6556
  {
6497
6557
  ...child.props,
@@ -6502,7 +6562,7 @@ var Toolbar = (props) => {
6502
6562
  );
6503
6563
  } else if (child.type === split_button_spec_default) {
6504
6564
  tempToolbarChildren.push(
6505
- /* @__PURE__ */ jsx79(
6565
+ /* @__PURE__ */ jsx81(
6506
6566
  split_button_spec_default,
6507
6567
  {
6508
6568
  ...child.props,
@@ -6516,7 +6576,7 @@ var Toolbar = (props) => {
6516
6576
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6517
6577
  childrenArray.forEach((button, bindex) => {
6518
6578
  buttonGroupItems.push(
6519
- /* @__PURE__ */ jsx79(
6579
+ /* @__PURE__ */ jsx81(
6520
6580
  Button,
6521
6581
  {
6522
6582
  ...button.props,
@@ -6527,7 +6587,7 @@ var Toolbar = (props) => {
6527
6587
  );
6528
6588
  });
6529
6589
  tempToolbarChildren.push(
6530
- /* @__PURE__ */ jsx79(
6590
+ /* @__PURE__ */ jsx81(
6531
6591
  ButtonGroup,
6532
6592
  {
6533
6593
  ...child.props,
@@ -6539,7 +6599,7 @@ var Toolbar = (props) => {
6539
6599
  );
6540
6600
  } else if (child.type === Combobox) {
6541
6601
  tempToolbarChildren.push(
6542
- /* @__PURE__ */ jsx79(
6602
+ /* @__PURE__ */ jsx81(
6543
6603
  Combobox,
6544
6604
  {
6545
6605
  ...child.props,
@@ -6550,7 +6610,7 @@ var Toolbar = (props) => {
6550
6610
  );
6551
6611
  } else if (child.type === DropdownList) {
6552
6612
  tempToolbarChildren.push(
6553
- /* @__PURE__ */ jsx79(
6613
+ /* @__PURE__ */ jsx81(
6554
6614
  DropdownList,
6555
6615
  {
6556
6616
  ...child.props,
@@ -6561,7 +6621,7 @@ var Toolbar = (props) => {
6561
6621
  );
6562
6622
  } else if (child.type === ColorPicker) {
6563
6623
  tempToolbarChildren.push(
6564
- /* @__PURE__ */ jsx79(
6624
+ /* @__PURE__ */ jsx81(
6565
6625
  ColorPicker,
6566
6626
  {
6567
6627
  ...child.props,
@@ -6583,7 +6643,7 @@ var Toolbar = (props) => {
6583
6643
  addUniqueToolClass(child, index);
6584
6644
  });
6585
6645
  }
6586
- return /* @__PURE__ */ jsx79(
6646
+ return /* @__PURE__ */ jsx81(
6587
6647
  "div",
6588
6648
  {
6589
6649
  ...other,
@@ -6604,26 +6664,26 @@ var Toolbar = (props) => {
6604
6664
  }
6605
6665
  );
6606
6666
  };
6607
- Toolbar.states = states33;
6608
- Toolbar.options = options31;
6667
+ Toolbar.states = states35;
6668
+ Toolbar.options = options33;
6609
6669
  Toolbar.className = TOOLBAR_CLASSNAME;
6610
- Toolbar.defaultProps = defaultProps29;
6670
+ Toolbar.defaultProps = defaultProps31;
6611
6671
 
6612
6672
  // src/toolbar/toolbar-angular.spec.tsx
6613
- import { jsx as jsx80 } from "react/jsx-runtime";
6673
+ import { jsx as jsx82 } from "react/jsx-runtime";
6614
6674
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6615
- var states34 = [
6675
+ var states36 = [
6616
6676
  States.focus
6617
6677
  ];
6618
- var options32 = {
6678
+ var options34 = {
6619
6679
  size: [Size.small, Size.medium, Size.large]
6620
6680
  };
6621
- var defaultProps30 = {
6681
+ var defaultProps32 = {
6622
6682
  size: Size.medium
6623
6683
  };
6624
6684
  var ToolbarAngular = (props) => {
6625
6685
  const {
6626
- size = defaultProps30.size,
6686
+ size = defaultProps32.size,
6627
6687
  focus,
6628
6688
  resizable,
6629
6689
  ...other
@@ -6633,7 +6693,7 @@ var ToolbarAngular = (props) => {
6633
6693
  const tempToolbarChildren = [];
6634
6694
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6635
6695
  tempToolbarChildren.push(
6636
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6696
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6637
6697
  Button,
6638
6698
  {
6639
6699
  ...child.props,
@@ -6644,7 +6704,7 @@ var ToolbarAngular = (props) => {
6644
6704
  );
6645
6705
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6646
6706
  tempToolbarChildren.push(
6647
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6707
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6648
6708
  Button,
6649
6709
  {
6650
6710
  ...child.props,
@@ -6655,7 +6715,7 @@ var ToolbarAngular = (props) => {
6655
6715
  );
6656
6716
  } else if (child.type === Button) {
6657
6717
  tempToolbarChildren.push(
6658
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6718
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6659
6719
  Button,
6660
6720
  {
6661
6721
  ...child.props,
@@ -6666,7 +6726,7 @@ var ToolbarAngular = (props) => {
6666
6726
  );
6667
6727
  } else if (child.type === MenuButton) {
6668
6728
  tempToolbarChildren.push(
6669
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6729
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6670
6730
  MenuButton,
6671
6731
  {
6672
6732
  ...child.props,
@@ -6677,7 +6737,7 @@ var ToolbarAngular = (props) => {
6677
6737
  );
6678
6738
  } else if (child.type === split_button_spec_default) {
6679
6739
  tempToolbarChildren.push(
6680
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6740
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6681
6741
  split_button_spec_default,
6682
6742
  {
6683
6743
  ...child.props,
@@ -6691,7 +6751,7 @@ var ToolbarAngular = (props) => {
6691
6751
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6692
6752
  childrenArray.forEach((button, bindex) => {
6693
6753
  buttonGroupItems.push(
6694
- /* @__PURE__ */ jsx80(
6754
+ /* @__PURE__ */ jsx82(
6695
6755
  Button,
6696
6756
  {
6697
6757
  ...button.props,
@@ -6702,7 +6762,7 @@ var ToolbarAngular = (props) => {
6702
6762
  );
6703
6763
  });
6704
6764
  tempToolbarChildren.push(
6705
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6765
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6706
6766
  ButtonGroup,
6707
6767
  {
6708
6768
  ...child.props,
@@ -6714,7 +6774,7 @@ var ToolbarAngular = (props) => {
6714
6774
  );
6715
6775
  } else if (child.type === Combobox) {
6716
6776
  tempToolbarChildren.push(
6717
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6777
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6718
6778
  Combobox,
6719
6779
  {
6720
6780
  ...child.props,
@@ -6725,7 +6785,7 @@ var ToolbarAngular = (props) => {
6725
6785
  );
6726
6786
  } else if (child.type === DropdownList) {
6727
6787
  tempToolbarChildren.push(
6728
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6788
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6729
6789
  DropdownList,
6730
6790
  {
6731
6791
  ...child.props,
@@ -6736,7 +6796,7 @@ var ToolbarAngular = (props) => {
6736
6796
  );
6737
6797
  } else if (child.type === ColorPicker) {
6738
6798
  tempToolbarChildren.push(
6739
- /* @__PURE__ */ jsx80("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx80(
6799
+ /* @__PURE__ */ jsx82("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx82(
6740
6800
  ColorPicker,
6741
6801
  {
6742
6802
  ...child.props,
@@ -6758,7 +6818,7 @@ var ToolbarAngular = (props) => {
6758
6818
  addUniqueToolClass(child, index);
6759
6819
  });
6760
6820
  }
6761
- return /* @__PURE__ */ jsx80(
6821
+ return /* @__PURE__ */ jsx82(
6762
6822
  "div",
6763
6823
  {
6764
6824
  ...other,
@@ -6779,30 +6839,30 @@ var ToolbarAngular = (props) => {
6779
6839
  }
6780
6840
  );
6781
6841
  };
6782
- ToolbarAngular.states = states34;
6783
- ToolbarAngular.options = options32;
6842
+ ToolbarAngular.states = states36;
6843
+ ToolbarAngular.options = options34;
6784
6844
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6785
- ToolbarAngular.defaultProps = defaultProps30;
6845
+ ToolbarAngular.defaultProps = defaultProps32;
6786
6846
 
6787
6847
  // src/toolbar/toolbar-separator.tsx
6788
- import { jsx as jsx81 } from "react/jsx-runtime";
6848
+ import { jsx as jsx83 } from "react/jsx-runtime";
6789
6849
  var className13 = `k-separator`;
6790
- var ToolbarSeparator = (props) => /* @__PURE__ */ jsx81("div", { className: classNames(className13, props.className) });
6850
+ var ToolbarSeparator = (props) => /* @__PURE__ */ jsx83("div", { className: classNames(className13, props.className) });
6791
6851
 
6792
6852
  // src/toolbar/toolbar-item.spec.tsx
6793
- import { jsx as jsx82 } from "react/jsx-runtime";
6853
+ import { jsx as jsx84 } from "react/jsx-runtime";
6794
6854
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6795
- var states35 = [
6855
+ var states37 = [
6796
6856
  States.focus
6797
6857
  ];
6798
- var options33 = {};
6799
- var defaultProps31 = {};
6858
+ var options35 = {};
6859
+ var defaultProps33 = {};
6800
6860
  var ToolbarItem = (props) => {
6801
6861
  const {
6802
6862
  focus,
6803
6863
  ...other
6804
6864
  } = props;
6805
- return /* @__PURE__ */ jsx82(
6865
+ return /* @__PURE__ */ jsx84(
6806
6866
  "div",
6807
6867
  {
6808
6868
  ...other,
@@ -6817,76 +6877,76 @@ var ToolbarItem = (props) => {
6817
6877
  }
6818
6878
  );
6819
6879
  };
6820
- ToolbarItem.states = states35;
6821
- ToolbarItem.options = options33;
6880
+ ToolbarItem.states = states37;
6881
+ ToolbarItem.options = options35;
6822
6882
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6823
- ToolbarItem.defaultProps = defaultProps31;
6883
+ ToolbarItem.defaultProps = defaultProps33;
6824
6884
 
6825
6885
  // src/toolbar/tests/toolbar-sizes.tsx
6826
- import { Fragment as Fragment24, jsx as jsx83, jsxs as jsxs37 } from "react/jsx-runtime";
6827
- var toolbar_sizes_default = () => /* @__PURE__ */ jsx83(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6828
- /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Small" }),
6829
- /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "small", resizable: true, children: [
6830
- /* @__PURE__ */ jsx83(Button, { size: "small", icon: "bold" }),
6831
- /* @__PURE__ */ jsx83(Button, { size: "small", children: "Button" }),
6832
- /* @__PURE__ */ jsx83(Button, { size: "small", className: "k-toggle-button", children: "Toggle" }),
6833
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6886
+ import { Fragment as Fragment24, jsx as jsx85, jsxs as jsxs37 } from "react/jsx-runtime";
6887
+ var toolbar_sizes_default = () => /* @__PURE__ */ jsx85(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6888
+ /* @__PURE__ */ jsx85("span", { className: "k-colspan-all k-col-span-full", children: "Small" }),
6889
+ /* @__PURE__ */ jsx85("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "small", resizable: true, children: [
6890
+ /* @__PURE__ */ jsx85(Button, { size: "small", icon: "bold" }),
6891
+ /* @__PURE__ */ jsx85(Button, { size: "small", children: "Button" }),
6892
+ /* @__PURE__ */ jsx85(Button, { size: "small", className: "k-toggle-button", children: "Toggle" }),
6893
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6834
6894
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6835
- /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-left", children: "Left" }),
6836
- /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-center", children: "Center" }),
6837
- /* @__PURE__ */ jsx83(Button, { size: "small", icon: "align-right", children: "Right" })
6895
+ /* @__PURE__ */ jsx85(Button, { size: "small", icon: "align-left", children: "Left" }),
6896
+ /* @__PURE__ */ jsx85(Button, { size: "small", icon: "align-center", children: "Center" }),
6897
+ /* @__PURE__ */ jsx85(Button, { size: "small", icon: "align-right", children: "Right" })
6838
6898
  ] }),
6839
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6840
- /* @__PURE__ */ jsx83(Button, { size: "small", themeColor: "primary", children: "Primary" }),
6841
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6899
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6900
+ /* @__PURE__ */ jsx85(Button, { size: "small", themeColor: "primary", children: "Primary" }),
6901
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6842
6902
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6843
- /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6844
- /* @__PURE__ */ jsx83(ColorPicker, { size: "small" })
6903
+ /* @__PURE__ */ jsx85("label", { children: "Label:" }),
6904
+ /* @__PURE__ */ jsx85(ColorPicker, { size: "small" })
6845
6905
  ] }),
6846
- /* @__PURE__ */ jsx83(Switch, { size: "small", checked: true }),
6847
- /* @__PURE__ */ jsx83(Button, { size: "small", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6906
+ /* @__PURE__ */ jsx85(Switch, { size: "small", checked: true }),
6907
+ /* @__PURE__ */ jsx85(Button, { size: "small", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6848
6908
  ] }) }),
6849
- /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Medium" }),
6850
- /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "medium", resizable: true, children: [
6851
- /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "bold" }),
6852
- /* @__PURE__ */ jsx83(Button, { size: "medium", children: "Button" }),
6853
- /* @__PURE__ */ jsx83(Button, { size: "medium", className: "k-toggle-button", children: "Toggle" }),
6854
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6909
+ /* @__PURE__ */ jsx85("span", { className: "k-colspan-all k-col-span-full", children: "Medium" }),
6910
+ /* @__PURE__ */ jsx85("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "medium", resizable: true, children: [
6911
+ /* @__PURE__ */ jsx85(Button, { size: "medium", icon: "bold" }),
6912
+ /* @__PURE__ */ jsx85(Button, { size: "medium", children: "Button" }),
6913
+ /* @__PURE__ */ jsx85(Button, { size: "medium", className: "k-toggle-button", children: "Toggle" }),
6914
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6855
6915
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6856
- /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-left", children: "Left" }),
6857
- /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-center", children: "Center" }),
6858
- /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "align-right", children: "Right" })
6916
+ /* @__PURE__ */ jsx85(Button, { size: "medium", icon: "align-left", children: "Left" }),
6917
+ /* @__PURE__ */ jsx85(Button, { size: "medium", icon: "align-center", children: "Center" }),
6918
+ /* @__PURE__ */ jsx85(Button, { size: "medium", icon: "align-right", children: "Right" })
6859
6919
  ] }),
6860
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6861
- /* @__PURE__ */ jsx83(Button, { size: "medium", themeColor: "primary", children: "Primary" }),
6862
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6920
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6921
+ /* @__PURE__ */ jsx85(Button, { size: "medium", themeColor: "primary", children: "Primary" }),
6922
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6863
6923
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6864
- /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6865
- /* @__PURE__ */ jsx83(ColorPicker, { size: "medium" })
6924
+ /* @__PURE__ */ jsx85("label", { children: "Label:" }),
6925
+ /* @__PURE__ */ jsx85(ColorPicker, { size: "medium" })
6866
6926
  ] }),
6867
- /* @__PURE__ */ jsx83(Switch, { size: "medium", checked: true }),
6868
- /* @__PURE__ */ jsx83(Button, { size: "medium", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6927
+ /* @__PURE__ */ jsx85(Switch, { size: "medium", checked: true }),
6928
+ /* @__PURE__ */ jsx85(Button, { size: "medium", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6869
6929
  ] }) }),
6870
- /* @__PURE__ */ jsx83("span", { className: "k-colspan-all k-col-span-full", children: "Large" }),
6871
- /* @__PURE__ */ jsx83("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "large", resizable: true, children: [
6872
- /* @__PURE__ */ jsx83(Button, { size: "large", icon: "bold" }),
6873
- /* @__PURE__ */ jsx83(Button, { size: "large", children: "Button" }),
6874
- /* @__PURE__ */ jsx83(Button, { size: "large", className: "k-toggle-button", children: "Toggle" }),
6875
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6930
+ /* @__PURE__ */ jsx85("span", { className: "k-colspan-all k-col-span-full", children: "Large" }),
6931
+ /* @__PURE__ */ jsx85("section", { className: "k-colspan-all k-col-span-full", children: /* @__PURE__ */ jsxs37(Toolbar, { size: "large", resizable: true, children: [
6932
+ /* @__PURE__ */ jsx85(Button, { size: "large", icon: "bold" }),
6933
+ /* @__PURE__ */ jsx85(Button, { size: "large", children: "Button" }),
6934
+ /* @__PURE__ */ jsx85(Button, { size: "large", className: "k-toggle-button", children: "Toggle" }),
6935
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6876
6936
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6877
- /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-left", children: "Left" }),
6878
- /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-center", children: "Center" }),
6879
- /* @__PURE__ */ jsx83(Button, { size: "large", icon: "align-right", children: "Right" })
6937
+ /* @__PURE__ */ jsx85(Button, { size: "large", icon: "align-left", children: "Left" }),
6938
+ /* @__PURE__ */ jsx85(Button, { size: "large", icon: "align-center", children: "Center" }),
6939
+ /* @__PURE__ */ jsx85(Button, { size: "large", icon: "align-right", children: "Right" })
6880
6940
  ] }),
6881
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6882
- /* @__PURE__ */ jsx83(Button, { size: "large", themeColor: "primary", children: "Primary" }),
6883
- /* @__PURE__ */ jsx83(ToolbarSeparator, {}),
6941
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6942
+ /* @__PURE__ */ jsx85(Button, { size: "large", themeColor: "primary", children: "Primary" }),
6943
+ /* @__PURE__ */ jsx85(ToolbarSeparator, {}),
6884
6944
  /* @__PURE__ */ jsxs37(ToolbarItem, { children: [
6885
- /* @__PURE__ */ jsx83("label", { children: "Label:" }),
6886
- /* @__PURE__ */ jsx83(ColorPicker, { size: "large" })
6945
+ /* @__PURE__ */ jsx85("label", { children: "Label:" }),
6946
+ /* @__PURE__ */ jsx85(ColorPicker, { size: "large" })
6887
6947
  ] }),
6888
- /* @__PURE__ */ jsx83(Switch, { size: "large", checked: true }),
6889
- /* @__PURE__ */ jsx83(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6948
+ /* @__PURE__ */ jsx85(Switch, { size: "large", checked: true }),
6949
+ /* @__PURE__ */ jsx85(Button, { size: "large", icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
6890
6950
  ] }) })
6891
6951
  ] }) });
6892
6952
  export {