@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
@@ -5912,23 +5912,83 @@ Checkbox.options = options25;
5912
5912
  Checkbox.className = CHECKBOX_CLASSNAME;
5913
5913
  Checkbox.defaultProps = defaultProps23;
5914
5914
 
5915
- // src/checkbox/templates/checkbox-label.tsx
5916
- import { Fragment as Fragment17, jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5915
+ // src/checkbox/checkbox-group.spec.tsx
5916
+ import { jsx as jsx52 } from "react/jsx-runtime";
5917
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5918
+ var states28 = [];
5919
+ var options26 = {};
5920
+ var defaultProps24 = {
5921
+ layout: "vertical"
5922
+ };
5923
+ var CheckboxGroup = (props) => {
5924
+ const {
5925
+ layout = defaultProps24.layout,
5926
+ ...other
5927
+ } = props;
5928
+ return /* @__PURE__ */ jsx52(
5929
+ "ul",
5930
+ {
5931
+ ...other,
5932
+ className: classNames(
5933
+ props.className,
5934
+ CHECKBOXGROUP_CLASSNAME,
5935
+ {
5936
+ [`k-list-${layout}`]: layout
5937
+ }
5938
+ ),
5939
+ children: props.children
5940
+ }
5941
+ );
5942
+ };
5943
+ CheckboxGroup.states = states28;
5944
+ CheckboxGroup.options = options26;
5945
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5946
+ CheckboxGroup.defaultProps = defaultProps24;
5917
5947
 
5918
- // src/checkbox/templates/checkbox-normal.tsx
5948
+ // src/checkbox/checkbox-item.spec.tsx
5919
5949
  import { jsx as jsx53 } from "react/jsx-runtime";
5950
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5951
+ var states29 = [];
5952
+ var options27 = {};
5953
+ var defaultProps25 = {};
5954
+ var CheckboxItem = (props) => {
5955
+ const {
5956
+ ...other
5957
+ } = props;
5958
+ return /* @__PURE__ */ jsx53(
5959
+ "li",
5960
+ {
5961
+ ...other,
5962
+ className: classNames(
5963
+ props.className,
5964
+ CHECKBOXITEM_CLASSNAME
5965
+ ),
5966
+ children: props.children
5967
+ }
5968
+ );
5969
+ };
5970
+ CheckboxItem.states = states29;
5971
+ CheckboxItem.options = options27;
5972
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5973
+ CheckboxItem.defaultProps = defaultProps25;
5974
+
5975
+ // src/checkbox/templates/checkbox-with-label.tsx
5976
+ import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs20 } from "react/jsx-runtime";
5977
+
5978
+ // src/checkbox/templates/checkbox-normal.tsx
5979
+ import { jsx as jsx55 } from "react/jsx-runtime";
5920
5980
 
5921
5981
  // src/list/list-item.spec.tsx
5922
- import { jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5982
+ import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
5923
5983
  var LISTITEM_CLASSNAME = `k-list-item`;
5924
- var states28 = [
5984
+ var states30 = [
5925
5985
  States.hover,
5926
5986
  States.focus,
5927
5987
  States.selected,
5928
5988
  States.disabled
5929
5989
  ];
5930
- var options26 = {};
5931
- var defaultProps24 = {};
5990
+ var options28 = {};
5991
+ var defaultProps26 = {};
5932
5992
  var ListItem = (props) => {
5933
5993
  const {
5934
5994
  text,
@@ -5959,66 +6019,66 @@ var ListItem = (props) => {
5959
6019
  })
5960
6020
  ),
5961
6021
  children: [
5962
- showCheckbox && /* @__PURE__ */ jsx54(Checkbox, { checked }),
5963
- showIcon && /* @__PURE__ */ jsx54(Icon, { icon: iconName }),
5964
- /* @__PURE__ */ jsx54("span", { className: "k-list-item-text", children: textOrChildren }),
5965
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx54("div", { className: "k-list-item-group-label", children: groupLabel })
6022
+ showCheckbox && /* @__PURE__ */ jsx56(Checkbox, { checked }),
6023
+ showIcon && /* @__PURE__ */ jsx56(Icon, { icon: iconName }),
6024
+ /* @__PURE__ */ jsx56("span", { className: "k-list-item-text", children: textOrChildren }),
6025
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx56("div", { className: "k-list-item-group-label", children: groupLabel })
5966
6026
  ]
5967
6027
  }
5968
6028
  );
5969
6029
  };
5970
- ListItem.states = states28;
5971
- ListItem.options = options26;
6030
+ ListItem.states = states30;
6031
+ ListItem.options = options28;
5972
6032
  ListItem.className = LISTITEM_CLASSNAME;
5973
- ListItem.defaultProps = defaultProps24;
6033
+ ListItem.defaultProps = defaultProps26;
5974
6034
 
5975
6035
  // src/list/list-content.tsx
5976
- import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
6036
+ import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
5977
6037
  var className10 = `k-list-content`;
5978
6038
  var ListContent = (props) => {
5979
6039
  const {
5980
6040
  virtualization
5981
6041
  } = props;
5982
6042
  return /* @__PURE__ */ jsxs22("div", { className: classNames(className10, props.className), children: [
5983
- /* @__PURE__ */ jsx55("ul", { className: classNames("k-list-ul"), children: props.children }),
5984
- virtualization && /* @__PURE__ */ jsx55("div", { className: "k-height-container", children: /* @__PURE__ */ jsx55("div", {}) })
6043
+ /* @__PURE__ */ jsx57("ul", { className: classNames("k-list-ul"), children: props.children }),
6044
+ virtualization && /* @__PURE__ */ jsx57("div", { className: "k-height-container", children: /* @__PURE__ */ jsx57("div", {}) })
5985
6045
  ] });
5986
6046
  };
5987
6047
 
5988
6048
  // src/list/list-header.tsx
5989
- import { jsx as jsx56 } from "react/jsx-runtime";
6049
+ import { jsx as jsx58 } from "react/jsx-runtime";
5990
6050
  var className11 = `k-list-group-sticky-header`;
5991
- var ListHeader = (props) => /* @__PURE__ */ jsx56("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx56("div", { className: "k-list-header-text", children: props.children }) });
6051
+ var ListHeader = (props) => /* @__PURE__ */ jsx58("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx58("div", { className: "k-list-header-text", children: props.children }) });
5992
6052
 
5993
6053
  // src/list/list-group.tsx
5994
- import { Fragment as Fragment18, jsx as jsx57, jsxs as jsxs23 } from "react/jsx-runtime";
6054
+ import { Fragment as Fragment18, jsx as jsx59, jsxs as jsxs23 } from "react/jsx-runtime";
5995
6055
  var ListGroup = (props) => {
5996
6056
  const {
5997
6057
  virtualization,
5998
6058
  label
5999
6059
  } = props;
6000
6060
  return /* @__PURE__ */ jsxs23(Fragment18, { children: [
6001
- label && /* @__PURE__ */ jsx57(ListHeader, { children: label }),
6002
- props.children && /* @__PURE__ */ jsx57(ListContent, { virtualization, children: props.children })
6061
+ label && /* @__PURE__ */ jsx59(ListHeader, { children: label }),
6062
+ props.children && /* @__PURE__ */ jsx59(ListContent, { virtualization, children: props.children })
6003
6063
  ] });
6004
6064
  };
6005
6065
 
6006
6066
  // src/list/list-group-item.tsx
6007
- import { jsx as jsx58 } from "react/jsx-runtime";
6067
+ import { jsx as jsx60 } from "react/jsx-runtime";
6008
6068
  var className12 = `k-list-group-item`;
6009
- var ListGroupItem = (props) => /* @__PURE__ */ jsx58("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx58("span", { className: "k-list-item-text", children: props.children }) });
6069
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx60("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx60("span", { className: "k-list-item-text", children: props.children }) });
6010
6070
 
6011
6071
  // src/list/list-option-label.tsx
6012
- import { jsx as jsx59 } from "react/jsx-runtime";
6072
+ import { jsx as jsx61 } from "react/jsx-runtime";
6013
6073
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6014
- var states29 = [
6074
+ var states31 = [
6015
6075
  States.hover,
6016
6076
  States.focus,
6017
6077
  States.selected,
6018
6078
  States.disabled
6019
6079
  ];
6020
- var options27 = {};
6021
- var defaultProps25 = {};
6080
+ var options29 = {};
6081
+ var defaultProps27 = {};
6022
6082
  var ListOptionLabel = (props) => {
6023
6083
  const {
6024
6084
  text,
@@ -6028,7 +6088,7 @@ var ListOptionLabel = (props) => {
6028
6088
  disabled,
6029
6089
  ...other
6030
6090
  } = props;
6031
- return /* @__PURE__ */ jsx59(
6091
+ return /* @__PURE__ */ jsx61(
6032
6092
  "div",
6033
6093
  {
6034
6094
  ...other,
@@ -6045,36 +6105,36 @@ var ListOptionLabel = (props) => {
6045
6105
  }
6046
6106
  );
6047
6107
  };
6048
- ListOptionLabel.states = states29;
6049
- ListOptionLabel.options = options27;
6108
+ ListOptionLabel.states = states31;
6109
+ ListOptionLabel.options = options29;
6050
6110
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6051
- ListOptionLabel.defaultProps = defaultProps25;
6111
+ ListOptionLabel.defaultProps = defaultProps27;
6052
6112
 
6053
6113
  // src/list/templates/list-normal.tsx
6054
- import { jsx as jsx60 } from "react/jsx-runtime";
6114
+ import { jsx as jsx62 } from "react/jsx-runtime";
6055
6115
 
6056
6116
  // src/list/templates/list-virtualization.tsx
6057
- import { jsx as jsx61 } from "react/jsx-runtime";
6117
+ import { jsx as jsx63 } from "react/jsx-runtime";
6058
6118
 
6059
6119
  // src/list/templates/list-grouping.tsx
6060
- import { jsx as jsx62, jsxs as jsxs24 } from "react/jsx-runtime";
6120
+ import { jsx as jsx64, jsxs as jsxs24 } from "react/jsx-runtime";
6061
6121
 
6062
6122
  // src/list/templates/list-virualization-grouping.tsx
6063
- import { jsx as jsx63, jsxs as jsxs25 } from "react/jsx-runtime";
6123
+ import { jsx as jsx65, jsxs as jsxs25 } from "react/jsx-runtime";
6064
6124
 
6065
6125
  // src/list/templates/list-virtualization-angular.tsx
6066
- import { jsx as jsx64 } from "react/jsx-runtime";
6126
+ import { jsx as jsx66 } from "react/jsx-runtime";
6067
6127
 
6068
6128
  // src/list/templates/list-grouping-angular.tsx
6069
- import { jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
6129
+ import { jsx as jsx67, jsxs as jsxs26 } from "react/jsx-runtime";
6070
6130
 
6071
6131
  // src/list/templates/list-virualization-grouping-angular.tsx
6072
- import { jsx as jsx66, jsxs as jsxs27 } from "react/jsx-runtime";
6132
+ import { jsx as jsx68, jsxs as jsxs27 } from "react/jsx-runtime";
6073
6133
 
6074
6134
  // src/combobox/combobox.spec.tsx
6075
- import { Fragment as Fragment19, jsx as jsx67, jsxs as jsxs28 } from "react/jsx-runtime";
6135
+ import { Fragment as Fragment19, jsx as jsx69, jsxs as jsxs28 } from "react/jsx-runtime";
6076
6136
  var COMBOBOX_CLASSNAME = `k-combobox`;
6077
- var states30 = [
6137
+ var states32 = [
6078
6138
  States.hover,
6079
6139
  States.focus,
6080
6140
  States.valid,
@@ -6084,12 +6144,12 @@ var states30 = [
6084
6144
  States.disabled,
6085
6145
  States.readonly
6086
6146
  ];
6087
- var defaultProps26 = {
6147
+ var defaultProps28 = {
6088
6148
  size: Input.defaultProps.size,
6089
6149
  rounded: Input.defaultProps.rounded,
6090
6150
  fillMode: Input.defaultProps.fillMode
6091
6151
  };
6092
- var options28 = {
6152
+ var options30 = {
6093
6153
  size: [Size.small, Size.medium, Size.large],
6094
6154
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6095
6155
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6135,9 +6195,9 @@ var Combobox = (props) => {
6135
6195
  readonly,
6136
6196
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6137
6197
  children: [
6138
- /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
6139
- /* @__PURE__ */ jsx67(InputInnerInput, { placeholder, value }),
6140
- /* @__PURE__ */ jsx67(
6198
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6199
+ /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6200
+ /* @__PURE__ */ jsx69(
6141
6201
  InputValidationIcon,
6142
6202
  {
6143
6203
  valid,
@@ -6146,14 +6206,14 @@ var Combobox = (props) => {
6146
6206
  disabled
6147
6207
  }
6148
6208
  ),
6149
- /* @__PURE__ */ jsx67(
6209
+ /* @__PURE__ */ jsx69(
6150
6210
  InputLoadingIcon,
6151
6211
  {
6152
6212
  loading,
6153
6213
  disabled
6154
6214
  }
6155
6215
  ),
6156
- /* @__PURE__ */ jsx67(
6216
+ /* @__PURE__ */ jsx69(
6157
6217
  InputClearValue,
6158
6218
  {
6159
6219
  loading,
@@ -6162,8 +6222,8 @@ var Combobox = (props) => {
6162
6222
  value
6163
6223
  }
6164
6224
  ),
6165
- /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
6166
- /* @__PURE__ */ jsx67(
6225
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6226
+ /* @__PURE__ */ jsx69(
6167
6227
  Button,
6168
6228
  {
6169
6229
  className: "k-input-button",
@@ -6176,9 +6236,9 @@ var Combobox = (props) => {
6176
6236
  ]
6177
6237
  }
6178
6238
  ),
6179
- opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6239
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6180
6240
  adaptive && /* @__PURE__ */ jsxs28(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6181
- /* @__PURE__ */ jsx67(
6241
+ /* @__PURE__ */ jsx69(
6182
6242
  ActionSheetHeader,
6183
6243
  {
6184
6244
  actions: ["x"],
@@ -6186,35 +6246,35 @@ var Combobox = (props) => {
6186
6246
  title: "Select Item"
6187
6247
  }
6188
6248
  ),
6189
- /* @__PURE__ */ jsx67("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6190
- /* @__PURE__ */ jsx67(ListItem, { text: "List item" }),
6191
- /* @__PURE__ */ jsx67(ListItem, { text: "List item" }),
6192
- /* @__PURE__ */ jsx67(ListItem, { text: "List item" })
6249
+ /* @__PURE__ */ jsx69("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6250
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6251
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6252
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" })
6193
6253
  ] }) })
6194
6254
  ] })
6195
6255
  ] });
6196
6256
  };
6197
- Combobox.states = states30;
6198
- Combobox.options = options28;
6257
+ Combobox.states = states32;
6258
+ Combobox.options = options30;
6199
6259
  Combobox.className = COMBOBOX_CLASSNAME;
6200
- Combobox.defaultProps = defaultProps26;
6260
+ Combobox.defaultProps = defaultProps28;
6201
6261
 
6202
6262
  // src/combobox/templates/combobox-normal.tsx
6203
- import { jsx as jsx68 } from "react/jsx-runtime";
6263
+ import { jsx as jsx70 } from "react/jsx-runtime";
6204
6264
 
6205
6265
  // src/combobox/templates/combobox-popup.tsx
6206
- import { jsx as jsx69, jsxs as jsxs29 } from "react/jsx-runtime";
6266
+ import { jsx as jsx71, jsxs as jsxs29 } from "react/jsx-runtime";
6207
6267
 
6208
6268
  // src/combobox/templates/combobox-grouping.tsx
6209
- import { jsx as jsx70, jsxs as jsxs30 } from "react/jsx-runtime";
6269
+ import { jsx as jsx72, jsxs as jsxs30 } from "react/jsx-runtime";
6210
6270
 
6211
6271
  // src/combobox/templates/combobox-adaptive.tsx
6212
- import { jsx as jsx71 } from "react/jsx-runtime";
6272
+ import { jsx as jsx73 } from "react/jsx-runtime";
6213
6273
 
6214
6274
  // src/dropdownlist/dropdownlist.spec.tsx
6215
- import { Fragment as Fragment20, jsx as jsx72, jsxs as jsxs31 } from "react/jsx-runtime";
6275
+ import { Fragment as Fragment20, jsx as jsx74, jsxs as jsxs31 } from "react/jsx-runtime";
6216
6276
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6217
- var states31 = [
6277
+ var states33 = [
6218
6278
  States.hover,
6219
6279
  States.focus,
6220
6280
  States.valid,
@@ -6224,12 +6284,12 @@ var states31 = [
6224
6284
  States.loading,
6225
6285
  States.readonly
6226
6286
  ];
6227
- var options29 = {
6287
+ var options31 = {
6228
6288
  size: [Size.small, Size.medium, Size.large],
6229
6289
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6230
6290
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6231
6291
  };
6232
- var defaultProps27 = {
6292
+ var defaultProps29 = {
6233
6293
  showValue: true,
6234
6294
  arrowIconName: "caret-alt-down",
6235
6295
  size: Size.medium,
@@ -6239,7 +6299,7 @@ var defaultProps27 = {
6239
6299
  var DropdownList = (props) => {
6240
6300
  const {
6241
6301
  valueIconName,
6242
- arrowIconName = defaultProps27.arrowIconName,
6302
+ arrowIconName = defaultProps29.arrowIconName,
6243
6303
  prefix,
6244
6304
  suffix,
6245
6305
  value,
@@ -6255,7 +6315,7 @@ var DropdownList = (props) => {
6255
6315
  loading,
6256
6316
  disabled,
6257
6317
  readonly,
6258
- showValue = defaultProps27.showValue,
6318
+ showValue = defaultProps29.showValue,
6259
6319
  popup,
6260
6320
  opened,
6261
6321
  ...other
@@ -6284,8 +6344,8 @@ var DropdownList = (props) => {
6284
6344
  }
6285
6345
  ),
6286
6346
  children: [
6287
- /* @__PURE__ */ jsx72(InputPrefix, { children: prefix }),
6288
- /* @__PURE__ */ jsx72(
6347
+ /* @__PURE__ */ jsx74(InputPrefix, { children: prefix }),
6348
+ /* @__PURE__ */ jsx74(
6289
6349
  InputInnerSpan,
6290
6350
  {
6291
6351
  placeholder,
@@ -6294,7 +6354,7 @@ var DropdownList = (props) => {
6294
6354
  valueIconName
6295
6355
  }
6296
6356
  ),
6297
- /* @__PURE__ */ jsx72(
6357
+ /* @__PURE__ */ jsx74(
6298
6358
  InputValidationIcon,
6299
6359
  {
6300
6360
  valid,
@@ -6303,15 +6363,15 @@ var DropdownList = (props) => {
6303
6363
  disabled
6304
6364
  }
6305
6365
  ),
6306
- /* @__PURE__ */ jsx72(
6366
+ /* @__PURE__ */ jsx74(
6307
6367
  InputLoadingIcon,
6308
6368
  {
6309
6369
  loading,
6310
6370
  disabled
6311
6371
  }
6312
6372
  ),
6313
- /* @__PURE__ */ jsx72(InputSuffix, { children: suffix }),
6314
- /* @__PURE__ */ jsx72(
6373
+ /* @__PURE__ */ jsx74(InputSuffix, { children: suffix }),
6374
+ /* @__PURE__ */ jsx74(
6315
6375
  Button,
6316
6376
  {
6317
6377
  className: "k-input-button",
@@ -6324,40 +6384,40 @@ var DropdownList = (props) => {
6324
6384
  ]
6325
6385
  }
6326
6386
  ),
6327
- opened && popup && /* @__PURE__ */ jsx72(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6387
+ opened && popup && /* @__PURE__ */ jsx74(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6328
6388
  ] });
6329
6389
  };
6330
- DropdownList.states = states31;
6331
- DropdownList.options = options29;
6390
+ DropdownList.states = states33;
6391
+ DropdownList.options = options31;
6332
6392
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6333
- DropdownList.defaultProps = defaultProps27;
6393
+ DropdownList.defaultProps = defaultProps29;
6334
6394
 
6335
6395
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6336
- import { jsx as jsx73 } from "react/jsx-runtime";
6396
+ import { jsx as jsx75 } from "react/jsx-runtime";
6337
6397
 
6338
6398
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6339
- import { jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
6399
+ import { jsx as jsx76, jsxs as jsxs32 } from "react/jsx-runtime";
6340
6400
 
6341
6401
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6342
- import { Fragment as Fragment21, jsx as jsx75, jsxs as jsxs33 } from "react/jsx-runtime";
6402
+ import { Fragment as Fragment21, jsx as jsx77, jsxs as jsxs33 } from "react/jsx-runtime";
6343
6403
 
6344
6404
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6345
- import { jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
6405
+ import { jsx as jsx78, jsxs as jsxs34 } from "react/jsx-runtime";
6346
6406
 
6347
6407
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6348
- import { Fragment as Fragment22, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
6408
+ import { Fragment as Fragment22, jsx as jsx79, jsxs as jsxs35 } from "react/jsx-runtime";
6349
6409
 
6350
6410
  // src/menu-button/menu-button.spec.tsx
6351
- import { Fragment as Fragment23, jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6411
+ import { Fragment as Fragment23, jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
6352
6412
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6353
- var states32 = [
6413
+ var states34 = [
6354
6414
  States.hover,
6355
6415
  States.focus,
6356
6416
  States.active,
6357
6417
  States.selected,
6358
6418
  States.disabled
6359
6419
  ];
6360
- var options30 = {
6420
+ var options32 = {
6361
6421
  size: [Size.small, Size.medium, Size.large],
6362
6422
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6363
6423
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6375,7 +6435,7 @@ var options30 = {
6375
6435
  ThemeColor.inverse
6376
6436
  ]
6377
6437
  };
6378
- var defaultProps28 = {
6438
+ var defaultProps30 = {
6379
6439
  size: Size.medium,
6380
6440
  rounded: Roundness.medium,
6381
6441
  fillMode: FillMode.solid,
@@ -6385,10 +6445,10 @@ var defaultProps28 = {
6385
6445
  };
6386
6446
  var MenuButton = (props) => {
6387
6447
  const {
6388
- size = defaultProps28.size,
6389
- rounded = defaultProps28.rounded,
6390
- fillMode = defaultProps28.fillMode,
6391
- themeColor = defaultProps28.themeColor,
6448
+ size = defaultProps30.size,
6449
+ rounded = defaultProps30.rounded,
6450
+ fillMode = defaultProps30.fillMode,
6451
+ themeColor = defaultProps30.themeColor,
6392
6452
  hover,
6393
6453
  focus,
6394
6454
  active,
@@ -6396,14 +6456,14 @@ var MenuButton = (props) => {
6396
6456
  disabled,
6397
6457
  icon,
6398
6458
  text,
6399
- showArrow = defaultProps28.showArrow,
6400
- arrowIconName = defaultProps28.arrowIconName,
6459
+ showArrow = defaultProps30.showArrow,
6460
+ arrowIconName = defaultProps30.arrowIconName,
6401
6461
  popup,
6402
6462
  opened,
6403
6463
  ...other
6404
6464
  } = props;
6405
6465
  return /* @__PURE__ */ jsxs36(Fragment23, { children: [
6406
- /* @__PURE__ */ jsx78(
6466
+ /* @__PURE__ */ jsx80(
6407
6467
  Button,
6408
6468
  {
6409
6469
  ...other,
@@ -6426,41 +6486,41 @@ var MenuButton = (props) => {
6426
6486
  arrowIconName
6427
6487
  }
6428
6488
  ),
6429
- opened && popup && /* @__PURE__ */ jsx78(Popup, { className: "k-menu-popup", children: popup })
6489
+ opened && popup && /* @__PURE__ */ jsx80(Popup, { className: "k-menu-popup", children: popup })
6430
6490
  ] });
6431
6491
  };
6432
- MenuButton.states = states32;
6433
- MenuButton.options = options30;
6492
+ MenuButton.states = states34;
6493
+ MenuButton.options = options32;
6434
6494
  MenuButton.className = MENUBUTTON_CLASSNAME;
6435
- MenuButton.defaultProps = defaultProps28;
6495
+ MenuButton.defaultProps = defaultProps30;
6436
6496
 
6437
6497
  // src/menu-button/templates/icon-menu-button.tsx
6438
- import { jsx as jsx79 } from "react/jsx-runtime";
6498
+ import { jsx as jsx81 } from "react/jsx-runtime";
6439
6499
 
6440
6500
  // src/menu-button/templates/icon-text-menu-button.tsx
6441
- import { jsx as jsx80 } from "react/jsx-runtime";
6501
+ import { jsx as jsx82 } from "react/jsx-runtime";
6442
6502
 
6443
6503
  // src/menu-button/templates/text-menu-button.tsx
6444
- import { jsx as jsx81 } from "react/jsx-runtime";
6504
+ import { jsx as jsx83 } from "react/jsx-runtime";
6445
6505
 
6446
6506
  // src/menu-button/templates/menu-button-popup.tsx
6447
- import { jsx as jsx82, jsxs as jsxs37 } from "react/jsx-runtime";
6507
+ import { jsx as jsx84, jsxs as jsxs37 } from "react/jsx-runtime";
6448
6508
 
6449
6509
  // src/toolbar/toolbar.spec.tsx
6450
- import { jsx as jsx83 } from "react/jsx-runtime";
6510
+ import { jsx as jsx85 } from "react/jsx-runtime";
6451
6511
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6452
- var states33 = [
6512
+ var states35 = [
6453
6513
  States.focus
6454
6514
  ];
6455
- var options31 = {
6515
+ var options33 = {
6456
6516
  size: [Size.small, Size.medium, Size.large]
6457
6517
  };
6458
- var defaultProps29 = {
6518
+ var defaultProps31 = {
6459
6519
  size: Size.medium
6460
6520
  };
6461
6521
  var Toolbar = (props) => {
6462
6522
  const {
6463
- size = defaultProps29.size,
6523
+ size = defaultProps31.size,
6464
6524
  focus,
6465
6525
  resizable,
6466
6526
  ...other
@@ -6470,7 +6530,7 @@ var Toolbar = (props) => {
6470
6530
  const tempToolbarChildren = [];
6471
6531
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6472
6532
  tempToolbarChildren.push(
6473
- /* @__PURE__ */ jsx83(
6533
+ /* @__PURE__ */ jsx85(
6474
6534
  Button,
6475
6535
  {
6476
6536
  ...child.props,
@@ -6481,7 +6541,7 @@ var Toolbar = (props) => {
6481
6541
  );
6482
6542
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6483
6543
  tempToolbarChildren.push(
6484
- /* @__PURE__ */ jsx83(
6544
+ /* @__PURE__ */ jsx85(
6485
6545
  Button,
6486
6546
  {
6487
6547
  ...child.props,
@@ -6492,7 +6552,7 @@ var Toolbar = (props) => {
6492
6552
  );
6493
6553
  } else if (child.type === Button) {
6494
6554
  tempToolbarChildren.push(
6495
- /* @__PURE__ */ jsx83(
6555
+ /* @__PURE__ */ jsx85(
6496
6556
  Button,
6497
6557
  {
6498
6558
  ...child.props,
@@ -6503,7 +6563,7 @@ var Toolbar = (props) => {
6503
6563
  );
6504
6564
  } else if (child.type === MenuButton) {
6505
6565
  tempToolbarChildren.push(
6506
- /* @__PURE__ */ jsx83(
6566
+ /* @__PURE__ */ jsx85(
6507
6567
  MenuButton,
6508
6568
  {
6509
6569
  ...child.props,
@@ -6514,7 +6574,7 @@ var Toolbar = (props) => {
6514
6574
  );
6515
6575
  } else if (child.type === split_button_spec_default) {
6516
6576
  tempToolbarChildren.push(
6517
- /* @__PURE__ */ jsx83(
6577
+ /* @__PURE__ */ jsx85(
6518
6578
  split_button_spec_default,
6519
6579
  {
6520
6580
  ...child.props,
@@ -6528,7 +6588,7 @@ var Toolbar = (props) => {
6528
6588
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6529
6589
  childrenArray.forEach((button, bindex) => {
6530
6590
  buttonGroupItems.push(
6531
- /* @__PURE__ */ jsx83(
6591
+ /* @__PURE__ */ jsx85(
6532
6592
  Button,
6533
6593
  {
6534
6594
  ...button.props,
@@ -6539,7 +6599,7 @@ var Toolbar = (props) => {
6539
6599
  );
6540
6600
  });
6541
6601
  tempToolbarChildren.push(
6542
- /* @__PURE__ */ jsx83(
6602
+ /* @__PURE__ */ jsx85(
6543
6603
  ButtonGroup,
6544
6604
  {
6545
6605
  ...child.props,
@@ -6551,7 +6611,7 @@ var Toolbar = (props) => {
6551
6611
  );
6552
6612
  } else if (child.type === Combobox) {
6553
6613
  tempToolbarChildren.push(
6554
- /* @__PURE__ */ jsx83(
6614
+ /* @__PURE__ */ jsx85(
6555
6615
  Combobox,
6556
6616
  {
6557
6617
  ...child.props,
@@ -6562,7 +6622,7 @@ var Toolbar = (props) => {
6562
6622
  );
6563
6623
  } else if (child.type === DropdownList) {
6564
6624
  tempToolbarChildren.push(
6565
- /* @__PURE__ */ jsx83(
6625
+ /* @__PURE__ */ jsx85(
6566
6626
  DropdownList,
6567
6627
  {
6568
6628
  ...child.props,
@@ -6573,7 +6633,7 @@ var Toolbar = (props) => {
6573
6633
  );
6574
6634
  } else if (child.type === ColorPicker) {
6575
6635
  tempToolbarChildren.push(
6576
- /* @__PURE__ */ jsx83(
6636
+ /* @__PURE__ */ jsx85(
6577
6637
  ColorPicker,
6578
6638
  {
6579
6639
  ...child.props,
@@ -6595,7 +6655,7 @@ var Toolbar = (props) => {
6595
6655
  addUniqueToolClass(child, index);
6596
6656
  });
6597
6657
  }
6598
- return /* @__PURE__ */ jsx83(
6658
+ return /* @__PURE__ */ jsx85(
6599
6659
  "div",
6600
6660
  {
6601
6661
  ...other,
@@ -6616,26 +6676,26 @@ var Toolbar = (props) => {
6616
6676
  }
6617
6677
  );
6618
6678
  };
6619
- Toolbar.states = states33;
6620
- Toolbar.options = options31;
6679
+ Toolbar.states = states35;
6680
+ Toolbar.options = options33;
6621
6681
  Toolbar.className = TOOLBAR_CLASSNAME;
6622
- Toolbar.defaultProps = defaultProps29;
6682
+ Toolbar.defaultProps = defaultProps31;
6623
6683
 
6624
6684
  // src/toolbar/toolbar-angular.spec.tsx
6625
- import { jsx as jsx84 } from "react/jsx-runtime";
6685
+ import { jsx as jsx86 } from "react/jsx-runtime";
6626
6686
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6627
- var states34 = [
6687
+ var states36 = [
6628
6688
  States.focus
6629
6689
  ];
6630
- var options32 = {
6690
+ var options34 = {
6631
6691
  size: [Size.small, Size.medium, Size.large]
6632
6692
  };
6633
- var defaultProps30 = {
6693
+ var defaultProps32 = {
6634
6694
  size: Size.medium
6635
6695
  };
6636
6696
  var ToolbarAngular = (props) => {
6637
6697
  const {
6638
- size = defaultProps30.size,
6698
+ size = defaultProps32.size,
6639
6699
  focus,
6640
6700
  resizable,
6641
6701
  ...other
@@ -6645,7 +6705,7 @@ var ToolbarAngular = (props) => {
6645
6705
  const tempToolbarChildren = [];
6646
6706
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6647
6707
  tempToolbarChildren.push(
6648
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6708
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6649
6709
  Button,
6650
6710
  {
6651
6711
  ...child.props,
@@ -6656,7 +6716,7 @@ var ToolbarAngular = (props) => {
6656
6716
  );
6657
6717
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6658
6718
  tempToolbarChildren.push(
6659
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6719
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6660
6720
  Button,
6661
6721
  {
6662
6722
  ...child.props,
@@ -6667,7 +6727,7 @@ var ToolbarAngular = (props) => {
6667
6727
  );
6668
6728
  } else if (child.type === Button) {
6669
6729
  tempToolbarChildren.push(
6670
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6730
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6671
6731
  Button,
6672
6732
  {
6673
6733
  ...child.props,
@@ -6678,7 +6738,7 @@ var ToolbarAngular = (props) => {
6678
6738
  );
6679
6739
  } else if (child.type === MenuButton) {
6680
6740
  tempToolbarChildren.push(
6681
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6741
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6682
6742
  MenuButton,
6683
6743
  {
6684
6744
  ...child.props,
@@ -6689,7 +6749,7 @@ var ToolbarAngular = (props) => {
6689
6749
  );
6690
6750
  } else if (child.type === split_button_spec_default) {
6691
6751
  tempToolbarChildren.push(
6692
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6752
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6693
6753
  split_button_spec_default,
6694
6754
  {
6695
6755
  ...child.props,
@@ -6703,7 +6763,7 @@ var ToolbarAngular = (props) => {
6703
6763
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6704
6764
  childrenArray.forEach((button, bindex) => {
6705
6765
  buttonGroupItems.push(
6706
- /* @__PURE__ */ jsx84(
6766
+ /* @__PURE__ */ jsx86(
6707
6767
  Button,
6708
6768
  {
6709
6769
  ...button.props,
@@ -6714,7 +6774,7 @@ var ToolbarAngular = (props) => {
6714
6774
  );
6715
6775
  });
6716
6776
  tempToolbarChildren.push(
6717
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6777
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6718
6778
  ButtonGroup,
6719
6779
  {
6720
6780
  ...child.props,
@@ -6726,7 +6786,7 @@ var ToolbarAngular = (props) => {
6726
6786
  );
6727
6787
  } else if (child.type === Combobox) {
6728
6788
  tempToolbarChildren.push(
6729
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6789
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6730
6790
  Combobox,
6731
6791
  {
6732
6792
  ...child.props,
@@ -6737,7 +6797,7 @@ var ToolbarAngular = (props) => {
6737
6797
  );
6738
6798
  } else if (child.type === DropdownList) {
6739
6799
  tempToolbarChildren.push(
6740
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6800
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6741
6801
  DropdownList,
6742
6802
  {
6743
6803
  ...child.props,
@@ -6748,7 +6808,7 @@ var ToolbarAngular = (props) => {
6748
6808
  );
6749
6809
  } else if (child.type === ColorPicker) {
6750
6810
  tempToolbarChildren.push(
6751
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6811
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6752
6812
  ColorPicker,
6753
6813
  {
6754
6814
  ...child.props,
@@ -6770,7 +6830,7 @@ var ToolbarAngular = (props) => {
6770
6830
  addUniqueToolClass(child, index);
6771
6831
  });
6772
6832
  }
6773
- return /* @__PURE__ */ jsx84(
6833
+ return /* @__PURE__ */ jsx86(
6774
6834
  "div",
6775
6835
  {
6776
6836
  ...other,
@@ -6791,28 +6851,28 @@ var ToolbarAngular = (props) => {
6791
6851
  }
6792
6852
  );
6793
6853
  };
6794
- ToolbarAngular.states = states34;
6795
- ToolbarAngular.options = options32;
6854
+ ToolbarAngular.states = states36;
6855
+ ToolbarAngular.options = options34;
6796
6856
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6797
- ToolbarAngular.defaultProps = defaultProps30;
6857
+ ToolbarAngular.defaultProps = defaultProps32;
6798
6858
 
6799
6859
  // src/toolbar/toolbar-separator.tsx
6800
- import { jsx as jsx85 } from "react/jsx-runtime";
6860
+ import { jsx as jsx87 } from "react/jsx-runtime";
6801
6861
 
6802
6862
  // src/toolbar/toolbar-item.spec.tsx
6803
- import { jsx as jsx86 } from "react/jsx-runtime";
6863
+ import { jsx as jsx88 } from "react/jsx-runtime";
6804
6864
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6805
- var states35 = [
6865
+ var states37 = [
6806
6866
  States.focus
6807
6867
  ];
6808
- var options33 = {};
6809
- var defaultProps31 = {};
6868
+ var options35 = {};
6869
+ var defaultProps33 = {};
6810
6870
  var ToolbarItem = (props) => {
6811
6871
  const {
6812
6872
  focus,
6813
6873
  ...other
6814
6874
  } = props;
6815
- return /* @__PURE__ */ jsx86(
6875
+ return /* @__PURE__ */ jsx88(
6816
6876
  "div",
6817
6877
  {
6818
6878
  ...other,
@@ -6827,33 +6887,33 @@ var ToolbarItem = (props) => {
6827
6887
  }
6828
6888
  );
6829
6889
  };
6830
- ToolbarItem.states = states35;
6831
- ToolbarItem.options = options33;
6890
+ ToolbarItem.states = states37;
6891
+ ToolbarItem.options = options35;
6832
6892
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6833
- ToolbarItem.defaultProps = defaultProps31;
6893
+ ToolbarItem.defaultProps = defaultProps33;
6834
6894
 
6835
6895
  // src/filemanager/tests/filemanager-toolbar.tsx
6836
- import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs38 } from "react/jsx-runtime";
6837
- var filemanager_toolbar_default = () => /* @__PURE__ */ jsx87(Fragment24, { children: /* @__PURE__ */ jsxs38("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6838
- /* @__PURE__ */ jsx87("span", { children: "Full toolbar" }),
6839
- /* @__PURE__ */ jsx87("div", { className: "k-widget k-filemanager", children: /* @__PURE__ */ jsx87("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs38(Toolbar, { className: "k-filemanager-toolbar", children: [
6840
- /* @__PURE__ */ jsx87(Button, { children: "New Folder" }),
6841
- /* @__PURE__ */ jsx87(Button, { children: "Upload" }),
6896
+ import { Fragment as Fragment24, jsx as jsx89, jsxs as jsxs38 } from "react/jsx-runtime";
6897
+ var filemanager_toolbar_default = () => /* @__PURE__ */ jsx89(Fragment24, { children: /* @__PURE__ */ jsxs38("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6898
+ /* @__PURE__ */ jsx89("span", { children: "Full toolbar" }),
6899
+ /* @__PURE__ */ jsx89("div", { className: "k-widget k-filemanager", children: /* @__PURE__ */ jsx89("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs38(Toolbar, { className: "k-filemanager-toolbar", children: [
6900
+ /* @__PURE__ */ jsx89(Button, { children: "New Folder" }),
6901
+ /* @__PURE__ */ jsx89(Button, { children: "Upload" }),
6842
6902
  /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6843
- /* @__PURE__ */ jsx87(Button, { icon: "sort-asc-small" }),
6844
- /* @__PURE__ */ jsx87(Button, { icon: "sort-desc-small" })
6903
+ /* @__PURE__ */ jsx89(Button, { icon: "sort-asc-small" }),
6904
+ /* @__PURE__ */ jsx89(Button, { icon: "sort-desc-small" })
6845
6905
  ] }),
6846
- /* @__PURE__ */ jsx87(SplitButton, { text: "Sort By" }),
6906
+ /* @__PURE__ */ jsx89(SplitButton, { text: "Sort By" }),
6847
6907
  /* @__PURE__ */ jsxs38(ButtonGroup, { children: [
6848
- /* @__PURE__ */ jsx87(Button, { icon: "grid-layout" }),
6849
- /* @__PURE__ */ jsx87(Button, { icon: "grid" })
6908
+ /* @__PURE__ */ jsx89(Button, { icon: "grid-layout" }),
6909
+ /* @__PURE__ */ jsx89(Button, { icon: "grid" })
6850
6910
  ] }),
6851
- /* @__PURE__ */ jsx87("div", { className: "k-spacer" }),
6911
+ /* @__PURE__ */ jsx89("div", { className: "k-spacer" }),
6852
6912
  /* @__PURE__ */ jsxs38("div", { className: "k-filemanager-details-toggle", children: [
6853
- /* @__PURE__ */ jsx87("label", { children: "View Details" }),
6854
- /* @__PURE__ */ jsx87(Switch, { checked: true })
6913
+ /* @__PURE__ */ jsx89("label", { children: "View Details" }),
6914
+ /* @__PURE__ */ jsx89(Switch, { checked: true })
6855
6915
  ] }),
6856
- /* @__PURE__ */ jsx87(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
6916
+ /* @__PURE__ */ jsx89(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
6857
6917
  ] }) }) })
6858
6918
  ] }) });
6859
6919
  export {