@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
@@ -5850,23 +5850,83 @@ Checkbox.options = options24;
5850
5850
  Checkbox.className = CHECKBOX_CLASSNAME;
5851
5851
  Checkbox.defaultProps = defaultProps23;
5852
5852
 
5853
- // src/checkbox/templates/checkbox-label.tsx
5854
- import { Fragment as Fragment16, jsx as jsx51, jsxs as jsxs17 } from "react/jsx-runtime";
5853
+ // src/checkbox/checkbox-group.spec.tsx
5854
+ import { jsx as jsx51 } from "react/jsx-runtime";
5855
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5856
+ var states28 = [];
5857
+ var options25 = {};
5858
+ var defaultProps24 = {
5859
+ layout: "vertical"
5860
+ };
5861
+ var CheckboxGroup = (props) => {
5862
+ const {
5863
+ layout = defaultProps24.layout,
5864
+ ...other
5865
+ } = props;
5866
+ return /* @__PURE__ */ jsx51(
5867
+ "ul",
5868
+ {
5869
+ ...other,
5870
+ className: classNames(
5871
+ props.className,
5872
+ CHECKBOXGROUP_CLASSNAME,
5873
+ {
5874
+ [`k-list-${layout}`]: layout
5875
+ }
5876
+ ),
5877
+ children: props.children
5878
+ }
5879
+ );
5880
+ };
5881
+ CheckboxGroup.states = states28;
5882
+ CheckboxGroup.options = options25;
5883
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5884
+ CheckboxGroup.defaultProps = defaultProps24;
5855
5885
 
5856
- // src/checkbox/templates/checkbox-normal.tsx
5886
+ // src/checkbox/checkbox-item.spec.tsx
5857
5887
  import { jsx as jsx52 } from "react/jsx-runtime";
5888
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5889
+ var states29 = [];
5890
+ var options26 = {};
5891
+ var defaultProps25 = {};
5892
+ var CheckboxItem = (props) => {
5893
+ const {
5894
+ ...other
5895
+ } = props;
5896
+ return /* @__PURE__ */ jsx52(
5897
+ "li",
5898
+ {
5899
+ ...other,
5900
+ className: classNames(
5901
+ props.className,
5902
+ CHECKBOXITEM_CLASSNAME
5903
+ ),
5904
+ children: props.children
5905
+ }
5906
+ );
5907
+ };
5908
+ CheckboxItem.states = states29;
5909
+ CheckboxItem.options = options26;
5910
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5911
+ CheckboxItem.defaultProps = defaultProps25;
5912
+
5913
+ // src/checkbox/templates/checkbox-with-label.tsx
5914
+ import { Fragment as Fragment16, jsx as jsx53, jsxs as jsxs17 } from "react/jsx-runtime";
5915
+
5916
+ // src/checkbox/templates/checkbox-normal.tsx
5917
+ import { jsx as jsx54 } from "react/jsx-runtime";
5858
5918
 
5859
5919
  // src/list/list-item.spec.tsx
5860
- import { jsx as jsx53, jsxs as jsxs18 } from "react/jsx-runtime";
5920
+ import { jsx as jsx55, jsxs as jsxs18 } from "react/jsx-runtime";
5861
5921
  var LISTITEM_CLASSNAME = `k-list-item`;
5862
- var states28 = [
5922
+ var states30 = [
5863
5923
  States.hover,
5864
5924
  States.focus,
5865
5925
  States.selected,
5866
5926
  States.disabled
5867
5927
  ];
5868
- var options25 = {};
5869
- var defaultProps24 = {};
5928
+ var options27 = {};
5929
+ var defaultProps26 = {};
5870
5930
  var ListItem = (props) => {
5871
5931
  const {
5872
5932
  text,
@@ -5897,66 +5957,66 @@ var ListItem = (props) => {
5897
5957
  })
5898
5958
  ),
5899
5959
  children: [
5900
- showCheckbox && /* @__PURE__ */ jsx53(Checkbox, { checked }),
5901
- showIcon && /* @__PURE__ */ jsx53(Icon, { icon: iconName }),
5902
- /* @__PURE__ */ jsx53("span", { className: "k-list-item-text", children: textOrChildren }),
5903
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx53("div", { className: "k-list-item-group-label", children: groupLabel })
5960
+ showCheckbox && /* @__PURE__ */ jsx55(Checkbox, { checked }),
5961
+ showIcon && /* @__PURE__ */ jsx55(Icon, { icon: iconName }),
5962
+ /* @__PURE__ */ jsx55("span", { className: "k-list-item-text", children: textOrChildren }),
5963
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx55("div", { className: "k-list-item-group-label", children: groupLabel })
5904
5964
  ]
5905
5965
  }
5906
5966
  );
5907
5967
  };
5908
- ListItem.states = states28;
5909
- ListItem.options = options25;
5968
+ ListItem.states = states30;
5969
+ ListItem.options = options27;
5910
5970
  ListItem.className = LISTITEM_CLASSNAME;
5911
- ListItem.defaultProps = defaultProps24;
5971
+ ListItem.defaultProps = defaultProps26;
5912
5972
 
5913
5973
  // src/list/list-content.tsx
5914
- import { jsx as jsx54, jsxs as jsxs19 } from "react/jsx-runtime";
5974
+ import { jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5915
5975
  var className10 = `k-list-content`;
5916
5976
  var ListContent = (props) => {
5917
5977
  const {
5918
5978
  virtualization
5919
5979
  } = props;
5920
5980
  return /* @__PURE__ */ jsxs19("div", { className: classNames(className10, props.className), children: [
5921
- /* @__PURE__ */ jsx54("ul", { className: classNames("k-list-ul"), children: props.children }),
5922
- virtualization && /* @__PURE__ */ jsx54("div", { className: "k-height-container", children: /* @__PURE__ */ jsx54("div", {}) })
5981
+ /* @__PURE__ */ jsx56("ul", { className: classNames("k-list-ul"), children: props.children }),
5982
+ virtualization && /* @__PURE__ */ jsx56("div", { className: "k-height-container", children: /* @__PURE__ */ jsx56("div", {}) })
5923
5983
  ] });
5924
5984
  };
5925
5985
 
5926
5986
  // src/list/list-header.tsx
5927
- import { jsx as jsx55 } from "react/jsx-runtime";
5987
+ import { jsx as jsx57 } from "react/jsx-runtime";
5928
5988
  var className11 = `k-list-group-sticky-header`;
5929
- var ListHeader = (props) => /* @__PURE__ */ jsx55("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx55("div", { className: "k-list-header-text", children: props.children }) });
5989
+ var ListHeader = (props) => /* @__PURE__ */ jsx57("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx57("div", { className: "k-list-header-text", children: props.children }) });
5930
5990
 
5931
5991
  // src/list/list-group.tsx
5932
- import { Fragment as Fragment17, jsx as jsx56, jsxs as jsxs20 } from "react/jsx-runtime";
5992
+ import { Fragment as Fragment17, jsx as jsx58, jsxs as jsxs20 } from "react/jsx-runtime";
5933
5993
  var ListGroup = (props) => {
5934
5994
  const {
5935
5995
  virtualization,
5936
5996
  label
5937
5997
  } = props;
5938
5998
  return /* @__PURE__ */ jsxs20(Fragment17, { children: [
5939
- label && /* @__PURE__ */ jsx56(ListHeader, { children: label }),
5940
- props.children && /* @__PURE__ */ jsx56(ListContent, { virtualization, children: props.children })
5999
+ label && /* @__PURE__ */ jsx58(ListHeader, { children: label }),
6000
+ props.children && /* @__PURE__ */ jsx58(ListContent, { virtualization, children: props.children })
5941
6001
  ] });
5942
6002
  };
5943
6003
 
5944
6004
  // src/list/list-group-item.tsx
5945
- import { jsx as jsx57 } from "react/jsx-runtime";
6005
+ import { jsx as jsx59 } from "react/jsx-runtime";
5946
6006
  var className12 = `k-list-group-item`;
5947
- var ListGroupItem = (props) => /* @__PURE__ */ jsx57("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx57("span", { className: "k-list-item-text", children: props.children }) });
6007
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx59("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx59("span", { className: "k-list-item-text", children: props.children }) });
5948
6008
 
5949
6009
  // src/list/list-option-label.tsx
5950
- import { jsx as jsx58 } from "react/jsx-runtime";
6010
+ import { jsx as jsx60 } from "react/jsx-runtime";
5951
6011
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5952
- var states29 = [
6012
+ var states31 = [
5953
6013
  States.hover,
5954
6014
  States.focus,
5955
6015
  States.selected,
5956
6016
  States.disabled
5957
6017
  ];
5958
- var options26 = {};
5959
- var defaultProps25 = {};
6018
+ var options28 = {};
6019
+ var defaultProps27 = {};
5960
6020
  var ListOptionLabel = (props) => {
5961
6021
  const {
5962
6022
  text,
@@ -5966,7 +6026,7 @@ var ListOptionLabel = (props) => {
5966
6026
  disabled,
5967
6027
  ...other
5968
6028
  } = props;
5969
- return /* @__PURE__ */ jsx58(
6029
+ return /* @__PURE__ */ jsx60(
5970
6030
  "div",
5971
6031
  {
5972
6032
  ...other,
@@ -5983,36 +6043,36 @@ var ListOptionLabel = (props) => {
5983
6043
  }
5984
6044
  );
5985
6045
  };
5986
- ListOptionLabel.states = states29;
5987
- ListOptionLabel.options = options26;
6046
+ ListOptionLabel.states = states31;
6047
+ ListOptionLabel.options = options28;
5988
6048
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5989
- ListOptionLabel.defaultProps = defaultProps25;
6049
+ ListOptionLabel.defaultProps = defaultProps27;
5990
6050
 
5991
6051
  // src/list/templates/list-normal.tsx
5992
- import { jsx as jsx59 } from "react/jsx-runtime";
6052
+ import { jsx as jsx61 } from "react/jsx-runtime";
5993
6053
 
5994
6054
  // src/list/templates/list-virtualization.tsx
5995
- import { jsx as jsx60 } from "react/jsx-runtime";
6055
+ import { jsx as jsx62 } from "react/jsx-runtime";
5996
6056
 
5997
6057
  // src/list/templates/list-grouping.tsx
5998
- import { jsx as jsx61, jsxs as jsxs21 } from "react/jsx-runtime";
6058
+ import { jsx as jsx63, jsxs as jsxs21 } from "react/jsx-runtime";
5999
6059
 
6000
6060
  // src/list/templates/list-virualization-grouping.tsx
6001
- import { jsx as jsx62, jsxs as jsxs22 } from "react/jsx-runtime";
6061
+ import { jsx as jsx64, jsxs as jsxs22 } from "react/jsx-runtime";
6002
6062
 
6003
6063
  // src/list/templates/list-virtualization-angular.tsx
6004
- import { jsx as jsx63 } from "react/jsx-runtime";
6064
+ import { jsx as jsx65 } from "react/jsx-runtime";
6005
6065
 
6006
6066
  // src/list/templates/list-grouping-angular.tsx
6007
- import { jsx as jsx64, jsxs as jsxs23 } from "react/jsx-runtime";
6067
+ import { jsx as jsx66, jsxs as jsxs23 } from "react/jsx-runtime";
6008
6068
 
6009
6069
  // src/list/templates/list-virualization-grouping-angular.tsx
6010
- import { jsx as jsx65, jsxs as jsxs24 } from "react/jsx-runtime";
6070
+ import { jsx as jsx67, jsxs as jsxs24 } from "react/jsx-runtime";
6011
6071
 
6012
6072
  // src/combobox/combobox.spec.tsx
6013
- import { Fragment as Fragment18, jsx as jsx66, jsxs as jsxs25 } from "react/jsx-runtime";
6073
+ import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs25 } from "react/jsx-runtime";
6014
6074
  var COMBOBOX_CLASSNAME = `k-combobox`;
6015
- var states30 = [
6075
+ var states32 = [
6016
6076
  States.hover,
6017
6077
  States.focus,
6018
6078
  States.valid,
@@ -6022,12 +6082,12 @@ var states30 = [
6022
6082
  States.disabled,
6023
6083
  States.readonly
6024
6084
  ];
6025
- var defaultProps26 = {
6085
+ var defaultProps28 = {
6026
6086
  size: Input.defaultProps.size,
6027
6087
  rounded: Input.defaultProps.rounded,
6028
6088
  fillMode: Input.defaultProps.fillMode
6029
6089
  };
6030
- var options27 = {
6090
+ var options29 = {
6031
6091
  size: [Size.small, Size.medium, Size.large],
6032
6092
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6033
6093
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6073,9 +6133,9 @@ var Combobox = (props) => {
6073
6133
  readonly,
6074
6134
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6075
6135
  children: [
6076
- /* @__PURE__ */ jsx66(InputPrefix, { children: prefix }),
6077
- /* @__PURE__ */ jsx66(InputInnerInput, { placeholder, value }),
6078
- /* @__PURE__ */ jsx66(
6136
+ /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6137
+ /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6138
+ /* @__PURE__ */ jsx68(
6079
6139
  InputValidationIcon,
6080
6140
  {
6081
6141
  valid,
@@ -6084,14 +6144,14 @@ var Combobox = (props) => {
6084
6144
  disabled
6085
6145
  }
6086
6146
  ),
6087
- /* @__PURE__ */ jsx66(
6147
+ /* @__PURE__ */ jsx68(
6088
6148
  InputLoadingIcon,
6089
6149
  {
6090
6150
  loading,
6091
6151
  disabled
6092
6152
  }
6093
6153
  ),
6094
- /* @__PURE__ */ jsx66(
6154
+ /* @__PURE__ */ jsx68(
6095
6155
  InputClearValue,
6096
6156
  {
6097
6157
  loading,
@@ -6100,8 +6160,8 @@ var Combobox = (props) => {
6100
6160
  value
6101
6161
  }
6102
6162
  ),
6103
- /* @__PURE__ */ jsx66(InputSuffix, { children: suffix }),
6104
- /* @__PURE__ */ jsx66(
6163
+ /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6164
+ /* @__PURE__ */ jsx68(
6105
6165
  Button,
6106
6166
  {
6107
6167
  className: "k-input-button",
@@ -6114,9 +6174,9 @@ var Combobox = (props) => {
6114
6174
  ]
6115
6175
  }
6116
6176
  ),
6117
- opened && popup && /* @__PURE__ */ jsx66(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6177
+ opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6118
6178
  adaptive && /* @__PURE__ */ jsxs25(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6119
- /* @__PURE__ */ jsx66(
6179
+ /* @__PURE__ */ jsx68(
6120
6180
  ActionSheetHeader,
6121
6181
  {
6122
6182
  actions: ["x"],
@@ -6124,35 +6184,35 @@ var Combobox = (props) => {
6124
6184
  title: "Select Item"
6125
6185
  }
6126
6186
  ),
6127
- /* @__PURE__ */ jsx66("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
6128
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6129
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" }),
6130
- /* @__PURE__ */ jsx66(ListItem, { text: "List item" })
6187
+ /* @__PURE__ */ jsx68("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs25(List, { size: "large", children: [
6188
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6189
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6190
+ /* @__PURE__ */ jsx68(ListItem, { text: "List item" })
6131
6191
  ] }) })
6132
6192
  ] })
6133
6193
  ] });
6134
6194
  };
6135
- Combobox.states = states30;
6136
- Combobox.options = options27;
6195
+ Combobox.states = states32;
6196
+ Combobox.options = options29;
6137
6197
  Combobox.className = COMBOBOX_CLASSNAME;
6138
- Combobox.defaultProps = defaultProps26;
6198
+ Combobox.defaultProps = defaultProps28;
6139
6199
 
6140
6200
  // src/combobox/templates/combobox-normal.tsx
6141
- import { jsx as jsx67 } from "react/jsx-runtime";
6201
+ import { jsx as jsx69 } from "react/jsx-runtime";
6142
6202
 
6143
6203
  // src/combobox/templates/combobox-popup.tsx
6144
- import { jsx as jsx68, jsxs as jsxs26 } from "react/jsx-runtime";
6204
+ import { jsx as jsx70, jsxs as jsxs26 } from "react/jsx-runtime";
6145
6205
 
6146
6206
  // src/combobox/templates/combobox-grouping.tsx
6147
- import { jsx as jsx69, jsxs as jsxs27 } from "react/jsx-runtime";
6207
+ import { jsx as jsx71, jsxs as jsxs27 } from "react/jsx-runtime";
6148
6208
 
6149
6209
  // src/combobox/templates/combobox-adaptive.tsx
6150
- import { jsx as jsx70 } from "react/jsx-runtime";
6210
+ import { jsx as jsx72 } from "react/jsx-runtime";
6151
6211
 
6152
6212
  // src/dropdownlist/dropdownlist.spec.tsx
6153
- import { Fragment as Fragment19, jsx as jsx71, jsxs as jsxs28 } from "react/jsx-runtime";
6213
+ import { Fragment as Fragment19, jsx as jsx73, jsxs as jsxs28 } from "react/jsx-runtime";
6154
6214
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6155
- var states31 = [
6215
+ var states33 = [
6156
6216
  States.hover,
6157
6217
  States.focus,
6158
6218
  States.valid,
@@ -6162,12 +6222,12 @@ var states31 = [
6162
6222
  States.loading,
6163
6223
  States.readonly
6164
6224
  ];
6165
- var options28 = {
6225
+ var options30 = {
6166
6226
  size: [Size.small, Size.medium, Size.large],
6167
6227
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6168
6228
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6169
6229
  };
6170
- var defaultProps27 = {
6230
+ var defaultProps29 = {
6171
6231
  showValue: true,
6172
6232
  arrowIconName: "caret-alt-down",
6173
6233
  size: Size.medium,
@@ -6177,7 +6237,7 @@ var defaultProps27 = {
6177
6237
  var DropdownList = (props) => {
6178
6238
  const {
6179
6239
  valueIconName,
6180
- arrowIconName = defaultProps27.arrowIconName,
6240
+ arrowIconName = defaultProps29.arrowIconName,
6181
6241
  prefix,
6182
6242
  suffix,
6183
6243
  value,
@@ -6193,7 +6253,7 @@ var DropdownList = (props) => {
6193
6253
  loading,
6194
6254
  disabled,
6195
6255
  readonly,
6196
- showValue = defaultProps27.showValue,
6256
+ showValue = defaultProps29.showValue,
6197
6257
  popup,
6198
6258
  opened,
6199
6259
  ...other
@@ -6222,8 +6282,8 @@ var DropdownList = (props) => {
6222
6282
  }
6223
6283
  ),
6224
6284
  children: [
6225
- /* @__PURE__ */ jsx71(InputPrefix, { children: prefix }),
6226
- /* @__PURE__ */ jsx71(
6285
+ /* @__PURE__ */ jsx73(InputPrefix, { children: prefix }),
6286
+ /* @__PURE__ */ jsx73(
6227
6287
  InputInnerSpan,
6228
6288
  {
6229
6289
  placeholder,
@@ -6232,7 +6292,7 @@ var DropdownList = (props) => {
6232
6292
  valueIconName
6233
6293
  }
6234
6294
  ),
6235
- /* @__PURE__ */ jsx71(
6295
+ /* @__PURE__ */ jsx73(
6236
6296
  InputValidationIcon,
6237
6297
  {
6238
6298
  valid,
@@ -6241,15 +6301,15 @@ var DropdownList = (props) => {
6241
6301
  disabled
6242
6302
  }
6243
6303
  ),
6244
- /* @__PURE__ */ jsx71(
6304
+ /* @__PURE__ */ jsx73(
6245
6305
  InputLoadingIcon,
6246
6306
  {
6247
6307
  loading,
6248
6308
  disabled
6249
6309
  }
6250
6310
  ),
6251
- /* @__PURE__ */ jsx71(InputSuffix, { children: suffix }),
6252
- /* @__PURE__ */ jsx71(
6311
+ /* @__PURE__ */ jsx73(InputSuffix, { children: suffix }),
6312
+ /* @__PURE__ */ jsx73(
6253
6313
  Button,
6254
6314
  {
6255
6315
  className: "k-input-button",
@@ -6262,40 +6322,40 @@ var DropdownList = (props) => {
6262
6322
  ]
6263
6323
  }
6264
6324
  ),
6265
- opened && popup && /* @__PURE__ */ jsx71(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6325
+ opened && popup && /* @__PURE__ */ jsx73(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6266
6326
  ] });
6267
6327
  };
6268
- DropdownList.states = states31;
6269
- DropdownList.options = options28;
6328
+ DropdownList.states = states33;
6329
+ DropdownList.options = options30;
6270
6330
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6271
- DropdownList.defaultProps = defaultProps27;
6331
+ DropdownList.defaultProps = defaultProps29;
6272
6332
 
6273
6333
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6274
- import { jsx as jsx72 } from "react/jsx-runtime";
6334
+ import { jsx as jsx74 } from "react/jsx-runtime";
6275
6335
 
6276
6336
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6277
- import { jsx as jsx73, jsxs as jsxs29 } from "react/jsx-runtime";
6337
+ import { jsx as jsx75, jsxs as jsxs29 } from "react/jsx-runtime";
6278
6338
 
6279
6339
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6280
- import { Fragment as Fragment20, jsx as jsx74, jsxs as jsxs30 } from "react/jsx-runtime";
6340
+ import { Fragment as Fragment20, jsx as jsx76, jsxs as jsxs30 } from "react/jsx-runtime";
6281
6341
 
6282
6342
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6283
- import { jsx as jsx75, jsxs as jsxs31 } from "react/jsx-runtime";
6343
+ import { jsx as jsx77, jsxs as jsxs31 } from "react/jsx-runtime";
6284
6344
 
6285
6345
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6286
- import { Fragment as Fragment21, jsx as jsx76, jsxs as jsxs32 } from "react/jsx-runtime";
6346
+ import { Fragment as Fragment21, jsx as jsx78, jsxs as jsxs32 } from "react/jsx-runtime";
6287
6347
 
6288
6348
  // src/menu-button/menu-button.spec.tsx
6289
- import { Fragment as Fragment22, jsx as jsx77, jsxs as jsxs33 } from "react/jsx-runtime";
6349
+ import { Fragment as Fragment22, jsx as jsx79, jsxs as jsxs33 } from "react/jsx-runtime";
6290
6350
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6291
- var states32 = [
6351
+ var states34 = [
6292
6352
  States.hover,
6293
6353
  States.focus,
6294
6354
  States.active,
6295
6355
  States.selected,
6296
6356
  States.disabled
6297
6357
  ];
6298
- var options29 = {
6358
+ var options31 = {
6299
6359
  size: [Size.small, Size.medium, Size.large],
6300
6360
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6301
6361
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6313,7 +6373,7 @@ var options29 = {
6313
6373
  ThemeColor.inverse
6314
6374
  ]
6315
6375
  };
6316
- var defaultProps28 = {
6376
+ var defaultProps30 = {
6317
6377
  size: Size.medium,
6318
6378
  rounded: Roundness.medium,
6319
6379
  fillMode: FillMode.solid,
@@ -6323,10 +6383,10 @@ var defaultProps28 = {
6323
6383
  };
6324
6384
  var MenuButton = (props) => {
6325
6385
  const {
6326
- size = defaultProps28.size,
6327
- rounded = defaultProps28.rounded,
6328
- fillMode = defaultProps28.fillMode,
6329
- themeColor = defaultProps28.themeColor,
6386
+ size = defaultProps30.size,
6387
+ rounded = defaultProps30.rounded,
6388
+ fillMode = defaultProps30.fillMode,
6389
+ themeColor = defaultProps30.themeColor,
6330
6390
  hover,
6331
6391
  focus,
6332
6392
  active,
@@ -6334,14 +6394,14 @@ var MenuButton = (props) => {
6334
6394
  disabled,
6335
6395
  icon,
6336
6396
  text,
6337
- showArrow = defaultProps28.showArrow,
6338
- arrowIconName = defaultProps28.arrowIconName,
6397
+ showArrow = defaultProps30.showArrow,
6398
+ arrowIconName = defaultProps30.arrowIconName,
6339
6399
  popup,
6340
6400
  opened,
6341
6401
  ...other
6342
6402
  } = props;
6343
6403
  return /* @__PURE__ */ jsxs33(Fragment22, { children: [
6344
- /* @__PURE__ */ jsx77(
6404
+ /* @__PURE__ */ jsx79(
6345
6405
  Button,
6346
6406
  {
6347
6407
  ...other,
@@ -6364,37 +6424,37 @@ var MenuButton = (props) => {
6364
6424
  arrowIconName
6365
6425
  }
6366
6426
  ),
6367
- opened && popup && /* @__PURE__ */ jsx77(Popup, { className: "k-menu-popup", children: popup })
6427
+ opened && popup && /* @__PURE__ */ jsx79(Popup, { className: "k-menu-popup", children: popup })
6368
6428
  ] });
6369
6429
  };
6370
- MenuButton.states = states32;
6371
- MenuButton.options = options29;
6430
+ MenuButton.states = states34;
6431
+ MenuButton.options = options31;
6372
6432
  MenuButton.className = MENUBUTTON_CLASSNAME;
6373
- MenuButton.defaultProps = defaultProps28;
6433
+ MenuButton.defaultProps = defaultProps30;
6374
6434
 
6375
6435
  // src/menu-button/templates/icon-menu-button.tsx
6376
- import { jsx as jsx78 } from "react/jsx-runtime";
6436
+ import { jsx as jsx80 } from "react/jsx-runtime";
6377
6437
 
6378
6438
  // src/menu-button/templates/icon-text-menu-button.tsx
6379
- import { jsx as jsx79 } from "react/jsx-runtime";
6439
+ import { jsx as jsx81 } from "react/jsx-runtime";
6380
6440
 
6381
6441
  // src/menu-button/templates/text-menu-button.tsx
6382
- import { jsx as jsx80 } from "react/jsx-runtime";
6442
+ import { jsx as jsx82 } from "react/jsx-runtime";
6383
6443
 
6384
6444
  // src/menu-button/templates/menu-button-popup.tsx
6385
- import { jsx as jsx81, jsxs as jsxs34 } from "react/jsx-runtime";
6445
+ import { jsx as jsx83, jsxs as jsxs34 } from "react/jsx-runtime";
6386
6446
 
6387
6447
  // src/split-button/split-button.spec.tsx
6388
- import { Fragment as Fragment23, jsx as jsx82, jsxs as jsxs35 } from "react/jsx-runtime";
6448
+ import { Fragment as Fragment23, jsx as jsx84, jsxs as jsxs35 } from "react/jsx-runtime";
6389
6449
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6390
- var states33 = [
6450
+ var states35 = [
6391
6451
  States.hover,
6392
6452
  States.focus,
6393
6453
  States.active,
6394
6454
  States.selected,
6395
6455
  States.disabled
6396
6456
  ];
6397
- var options30 = {
6457
+ var options32 = {
6398
6458
  size: [Size.small, Size.medium, Size.large],
6399
6459
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6400
6460
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -6412,7 +6472,7 @@ var options30 = {
6412
6472
  ThemeColor.inverse
6413
6473
  ]
6414
6474
  };
6415
- var defaultProps29 = {
6475
+ var defaultProps31 = {
6416
6476
  size: Size.medium,
6417
6477
  rounded: Roundness.medium,
6418
6478
  fillMode: FillMode.solid,
@@ -6421,10 +6481,10 @@ var defaultProps29 = {
6421
6481
  };
6422
6482
  var SplitButton = (props) => {
6423
6483
  const {
6424
- size = defaultProps29.size,
6425
- rounded = defaultProps29.rounded,
6426
- fillMode = defaultProps29.fillMode,
6427
- themeColor = defaultProps29.themeColor,
6484
+ size = defaultProps31.size,
6485
+ rounded = defaultProps31.rounded,
6486
+ fillMode = defaultProps31.fillMode,
6487
+ themeColor = defaultProps31.themeColor,
6428
6488
  hover,
6429
6489
  focus,
6430
6490
  active,
@@ -6432,7 +6492,7 @@ var SplitButton = (props) => {
6432
6492
  disabled,
6433
6493
  icon,
6434
6494
  text,
6435
- arrowIconName = defaultProps29.arrowIconName,
6495
+ arrowIconName = defaultProps31.arrowIconName,
6436
6496
  popup,
6437
6497
  opened,
6438
6498
  ...other
@@ -6451,7 +6511,7 @@ var SplitButton = (props) => {
6451
6511
  })
6452
6512
  ),
6453
6513
  children: [
6454
- /* @__PURE__ */ jsx82(
6514
+ /* @__PURE__ */ jsx84(
6455
6515
  Button,
6456
6516
  {
6457
6517
  text,
@@ -6468,7 +6528,7 @@ var SplitButton = (props) => {
6468
6528
  children: props.children
6469
6529
  }
6470
6530
  ),
6471
- /* @__PURE__ */ jsx82(
6531
+ /* @__PURE__ */ jsx84(
6472
6532
  Button,
6473
6533
  {
6474
6534
  className: "k-split-button-arrow",
@@ -6482,30 +6542,30 @@ var SplitButton = (props) => {
6482
6542
  ]
6483
6543
  }
6484
6544
  ),
6485
- opened && popup && /* @__PURE__ */ jsx82(Popup, { className: "k-menu-popup", children: popup })
6545
+ opened && popup && /* @__PURE__ */ jsx84(Popup, { className: "k-menu-popup", children: popup })
6486
6546
  ] });
6487
6547
  };
6488
- SplitButton.states = states33;
6489
- SplitButton.options = options30;
6548
+ SplitButton.states = states35;
6549
+ SplitButton.options = options32;
6490
6550
  SplitButton.className = SPLITBUTTON_CLASSNAME;
6491
- SplitButton.defaultProps = defaultProps29;
6551
+ SplitButton.defaultProps = defaultProps31;
6492
6552
  var split_button_spec_default = SplitButton;
6493
6553
 
6494
6554
  // src/toolbar/toolbar.spec.tsx
6495
- import { jsx as jsx83 } from "react/jsx-runtime";
6555
+ import { jsx as jsx85 } from "react/jsx-runtime";
6496
6556
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6497
- var states34 = [
6557
+ var states36 = [
6498
6558
  States.focus
6499
6559
  ];
6500
- var options31 = {
6560
+ var options33 = {
6501
6561
  size: [Size.small, Size.medium, Size.large]
6502
6562
  };
6503
- var defaultProps30 = {
6563
+ var defaultProps32 = {
6504
6564
  size: Size.medium
6505
6565
  };
6506
6566
  var Toolbar = (props) => {
6507
6567
  const {
6508
- size = defaultProps30.size,
6568
+ size = defaultProps32.size,
6509
6569
  focus,
6510
6570
  resizable,
6511
6571
  ...other
@@ -6515,7 +6575,7 @@ var Toolbar = (props) => {
6515
6575
  const tempToolbarChildren = [];
6516
6576
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6517
6577
  tempToolbarChildren.push(
6518
- /* @__PURE__ */ jsx83(
6578
+ /* @__PURE__ */ jsx85(
6519
6579
  Button,
6520
6580
  {
6521
6581
  ...child.props,
@@ -6526,7 +6586,7 @@ var Toolbar = (props) => {
6526
6586
  );
6527
6587
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6528
6588
  tempToolbarChildren.push(
6529
- /* @__PURE__ */ jsx83(
6589
+ /* @__PURE__ */ jsx85(
6530
6590
  Button,
6531
6591
  {
6532
6592
  ...child.props,
@@ -6537,7 +6597,7 @@ var Toolbar = (props) => {
6537
6597
  );
6538
6598
  } else if (child.type === Button) {
6539
6599
  tempToolbarChildren.push(
6540
- /* @__PURE__ */ jsx83(
6600
+ /* @__PURE__ */ jsx85(
6541
6601
  Button,
6542
6602
  {
6543
6603
  ...child.props,
@@ -6548,7 +6608,7 @@ var Toolbar = (props) => {
6548
6608
  );
6549
6609
  } else if (child.type === MenuButton) {
6550
6610
  tempToolbarChildren.push(
6551
- /* @__PURE__ */ jsx83(
6611
+ /* @__PURE__ */ jsx85(
6552
6612
  MenuButton,
6553
6613
  {
6554
6614
  ...child.props,
@@ -6559,7 +6619,7 @@ var Toolbar = (props) => {
6559
6619
  );
6560
6620
  } else if (child.type === split_button_spec_default) {
6561
6621
  tempToolbarChildren.push(
6562
- /* @__PURE__ */ jsx83(
6622
+ /* @__PURE__ */ jsx85(
6563
6623
  split_button_spec_default,
6564
6624
  {
6565
6625
  ...child.props,
@@ -6573,7 +6633,7 @@ var Toolbar = (props) => {
6573
6633
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6574
6634
  childrenArray.forEach((button, bindex) => {
6575
6635
  buttonGroupItems.push(
6576
- /* @__PURE__ */ jsx83(
6636
+ /* @__PURE__ */ jsx85(
6577
6637
  Button,
6578
6638
  {
6579
6639
  ...button.props,
@@ -6584,7 +6644,7 @@ var Toolbar = (props) => {
6584
6644
  );
6585
6645
  });
6586
6646
  tempToolbarChildren.push(
6587
- /* @__PURE__ */ jsx83(
6647
+ /* @__PURE__ */ jsx85(
6588
6648
  ButtonGroup,
6589
6649
  {
6590
6650
  ...child.props,
@@ -6596,7 +6656,7 @@ var Toolbar = (props) => {
6596
6656
  );
6597
6657
  } else if (child.type === Combobox) {
6598
6658
  tempToolbarChildren.push(
6599
- /* @__PURE__ */ jsx83(
6659
+ /* @__PURE__ */ jsx85(
6600
6660
  Combobox,
6601
6661
  {
6602
6662
  ...child.props,
@@ -6607,7 +6667,7 @@ var Toolbar = (props) => {
6607
6667
  );
6608
6668
  } else if (child.type === DropdownList) {
6609
6669
  tempToolbarChildren.push(
6610
- /* @__PURE__ */ jsx83(
6670
+ /* @__PURE__ */ jsx85(
6611
6671
  DropdownList,
6612
6672
  {
6613
6673
  ...child.props,
@@ -6618,7 +6678,7 @@ var Toolbar = (props) => {
6618
6678
  );
6619
6679
  } else if (child.type === ColorPicker) {
6620
6680
  tempToolbarChildren.push(
6621
- /* @__PURE__ */ jsx83(
6681
+ /* @__PURE__ */ jsx85(
6622
6682
  ColorPicker,
6623
6683
  {
6624
6684
  ...child.props,
@@ -6640,7 +6700,7 @@ var Toolbar = (props) => {
6640
6700
  addUniqueToolClass(child, index);
6641
6701
  });
6642
6702
  }
6643
- return /* @__PURE__ */ jsx83(
6703
+ return /* @__PURE__ */ jsx85(
6644
6704
  "div",
6645
6705
  {
6646
6706
  ...other,
@@ -6661,26 +6721,26 @@ var Toolbar = (props) => {
6661
6721
  }
6662
6722
  );
6663
6723
  };
6664
- Toolbar.states = states34;
6665
- Toolbar.options = options31;
6724
+ Toolbar.states = states36;
6725
+ Toolbar.options = options33;
6666
6726
  Toolbar.className = TOOLBAR_CLASSNAME;
6667
- Toolbar.defaultProps = defaultProps30;
6727
+ Toolbar.defaultProps = defaultProps32;
6668
6728
 
6669
6729
  // src/toolbar/toolbar-angular.spec.tsx
6670
- import { jsx as jsx84 } from "react/jsx-runtime";
6730
+ import { jsx as jsx86 } from "react/jsx-runtime";
6671
6731
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6672
- var states35 = [
6732
+ var states37 = [
6673
6733
  States.focus
6674
6734
  ];
6675
- var options32 = {
6735
+ var options34 = {
6676
6736
  size: [Size.small, Size.medium, Size.large]
6677
6737
  };
6678
- var defaultProps31 = {
6738
+ var defaultProps33 = {
6679
6739
  size: Size.medium
6680
6740
  };
6681
6741
  var ToolbarAngular = (props) => {
6682
6742
  const {
6683
- size = defaultProps31.size,
6743
+ size = defaultProps33.size,
6684
6744
  focus,
6685
6745
  resizable,
6686
6746
  ...other
@@ -6690,7 +6750,7 @@ var ToolbarAngular = (props) => {
6690
6750
  const tempToolbarChildren = [];
6691
6751
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6692
6752
  tempToolbarChildren.push(
6693
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6753
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6694
6754
  Button,
6695
6755
  {
6696
6756
  ...child.props,
@@ -6701,7 +6761,7 @@ var ToolbarAngular = (props) => {
6701
6761
  );
6702
6762
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6703
6763
  tempToolbarChildren.push(
6704
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6764
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6705
6765
  Button,
6706
6766
  {
6707
6767
  ...child.props,
@@ -6712,7 +6772,7 @@ var ToolbarAngular = (props) => {
6712
6772
  );
6713
6773
  } else if (child.type === Button) {
6714
6774
  tempToolbarChildren.push(
6715
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6775
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6716
6776
  Button,
6717
6777
  {
6718
6778
  ...child.props,
@@ -6723,7 +6783,7 @@ var ToolbarAngular = (props) => {
6723
6783
  );
6724
6784
  } else if (child.type === MenuButton) {
6725
6785
  tempToolbarChildren.push(
6726
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6786
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6727
6787
  MenuButton,
6728
6788
  {
6729
6789
  ...child.props,
@@ -6734,7 +6794,7 @@ var ToolbarAngular = (props) => {
6734
6794
  );
6735
6795
  } else if (child.type === split_button_spec_default) {
6736
6796
  tempToolbarChildren.push(
6737
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6797
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6738
6798
  split_button_spec_default,
6739
6799
  {
6740
6800
  ...child.props,
@@ -6748,7 +6808,7 @@ var ToolbarAngular = (props) => {
6748
6808
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6749
6809
  childrenArray.forEach((button, bindex) => {
6750
6810
  buttonGroupItems.push(
6751
- /* @__PURE__ */ jsx84(
6811
+ /* @__PURE__ */ jsx86(
6752
6812
  Button,
6753
6813
  {
6754
6814
  ...button.props,
@@ -6759,7 +6819,7 @@ var ToolbarAngular = (props) => {
6759
6819
  );
6760
6820
  });
6761
6821
  tempToolbarChildren.push(
6762
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6822
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6763
6823
  ButtonGroup,
6764
6824
  {
6765
6825
  ...child.props,
@@ -6771,7 +6831,7 @@ var ToolbarAngular = (props) => {
6771
6831
  );
6772
6832
  } else if (child.type === Combobox) {
6773
6833
  tempToolbarChildren.push(
6774
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6834
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6775
6835
  Combobox,
6776
6836
  {
6777
6837
  ...child.props,
@@ -6782,7 +6842,7 @@ var ToolbarAngular = (props) => {
6782
6842
  );
6783
6843
  } else if (child.type === DropdownList) {
6784
6844
  tempToolbarChildren.push(
6785
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6845
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6786
6846
  DropdownList,
6787
6847
  {
6788
6848
  ...child.props,
@@ -6793,7 +6853,7 @@ var ToolbarAngular = (props) => {
6793
6853
  );
6794
6854
  } else if (child.type === ColorPicker) {
6795
6855
  tempToolbarChildren.push(
6796
- /* @__PURE__ */ jsx84("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx84(
6856
+ /* @__PURE__ */ jsx86("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx86(
6797
6857
  ColorPicker,
6798
6858
  {
6799
6859
  ...child.props,
@@ -6815,7 +6875,7 @@ var ToolbarAngular = (props) => {
6815
6875
  addUniqueToolClass(child, index);
6816
6876
  });
6817
6877
  }
6818
- return /* @__PURE__ */ jsx84(
6878
+ return /* @__PURE__ */ jsx86(
6819
6879
  "div",
6820
6880
  {
6821
6881
  ...other,
@@ -6836,28 +6896,28 @@ var ToolbarAngular = (props) => {
6836
6896
  }
6837
6897
  );
6838
6898
  };
6839
- ToolbarAngular.states = states35;
6840
- ToolbarAngular.options = options32;
6899
+ ToolbarAngular.states = states37;
6900
+ ToolbarAngular.options = options34;
6841
6901
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6842
- ToolbarAngular.defaultProps = defaultProps31;
6902
+ ToolbarAngular.defaultProps = defaultProps33;
6843
6903
 
6844
6904
  // src/toolbar/toolbar-separator.tsx
6845
- import { jsx as jsx85 } from "react/jsx-runtime";
6905
+ import { jsx as jsx87 } from "react/jsx-runtime";
6846
6906
 
6847
6907
  // src/toolbar/toolbar-item.spec.tsx
6848
- import { jsx as jsx86 } from "react/jsx-runtime";
6908
+ import { jsx as jsx88 } from "react/jsx-runtime";
6849
6909
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6850
- var states36 = [
6910
+ var states38 = [
6851
6911
  States.focus
6852
6912
  ];
6853
- var options33 = {};
6854
- var defaultProps32 = {};
6913
+ var options35 = {};
6914
+ var defaultProps34 = {};
6855
6915
  var ToolbarItem = (props) => {
6856
6916
  const {
6857
6917
  focus,
6858
6918
  ...other
6859
6919
  } = props;
6860
- return /* @__PURE__ */ jsx86(
6920
+ return /* @__PURE__ */ jsx88(
6861
6921
  "div",
6862
6922
  {
6863
6923
  ...other,
@@ -6872,25 +6932,25 @@ var ToolbarItem = (props) => {
6872
6932
  }
6873
6933
  );
6874
6934
  };
6875
- ToolbarItem.states = states36;
6876
- ToolbarItem.options = options33;
6935
+ ToolbarItem.states = states38;
6936
+ ToolbarItem.options = options35;
6877
6937
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6878
- ToolbarItem.defaultProps = defaultProps32;
6938
+ ToolbarItem.defaultProps = defaultProps34;
6879
6939
 
6880
6940
  // src/treeview/treeview.spec.tsx
6881
- import { jsx as jsx87 } from "react/jsx-runtime";
6941
+ import { jsx as jsx89 } from "react/jsx-runtime";
6882
6942
  import { createElement as createElement2 } from "react";
6883
6943
  var TREEVIEW_CLASSNAME = `k-treeview`;
6884
- var states37 = [];
6885
- var options34 = {
6944
+ var states39 = [];
6945
+ var options36 = {
6886
6946
  size: [Size.small, Size.medium, Size.large]
6887
6947
  };
6888
- var defaultProps33 = {
6948
+ var defaultProps35 = {
6889
6949
  size: Size.medium
6890
6950
  };
6891
6951
  var Treeview = (props) => {
6892
6952
  const {
6893
- size = defaultProps33.size,
6953
+ size = defaultProps35.size,
6894
6954
  children,
6895
6955
  dir,
6896
6956
  ...other
@@ -6913,17 +6973,17 @@ var Treeview = (props) => {
6913
6973
  } else {
6914
6974
  if (children.type === TreeviewItem) {
6915
6975
  listChildren.push(
6916
- /* @__PURE__ */ jsx87(TreeviewItem, { ...children.props, dir })
6976
+ /* @__PURE__ */ jsx89(TreeviewItem, { ...children.props, dir })
6917
6977
  );
6918
6978
  }
6919
6979
  if (children.type === TreeviewGroup) {
6920
6980
  listChildren.push(
6921
- /* @__PURE__ */ jsx87(TreeviewGroup, { ...children.props, dir })
6981
+ /* @__PURE__ */ jsx89(TreeviewGroup, { ...children.props, dir })
6922
6982
  );
6923
6983
  }
6924
6984
  }
6925
6985
  }
6926
- return /* @__PURE__ */ jsx87(
6986
+ return /* @__PURE__ */ jsx89(
6927
6987
  "div",
6928
6988
  {
6929
6989
  ...other,
@@ -6935,17 +6995,17 @@ var Treeview = (props) => {
6935
6995
  size
6936
6996
  })
6937
6997
  ),
6938
- children: /* @__PURE__ */ jsx87(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
6998
+ children: /* @__PURE__ */ jsx89(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
6939
6999
  }
6940
7000
  );
6941
7001
  };
6942
- Treeview.states = states37;
6943
- Treeview.options = options34;
7002
+ Treeview.states = states39;
7003
+ Treeview.options = options36;
6944
7004
  Treeview.className = TREEVIEW_CLASSNAME;
6945
- Treeview.defaultProps = defaultProps33;
7005
+ Treeview.defaultProps = defaultProps35;
6946
7006
 
6947
7007
  // src/treeview/treeview-group.tsx
6948
- import { jsx as jsx88 } from "react/jsx-runtime";
7008
+ import { jsx as jsx90 } from "react/jsx-runtime";
6949
7009
  import { createElement as createElement3 } from "react";
6950
7010
  var className13 = `k-treeview-group`;
6951
7011
  var TreeviewGroup = (props) => {
@@ -6966,23 +7026,23 @@ var TreeviewGroup = (props) => {
6966
7026
  } else {
6967
7027
  if (children.type === treeview_item_spec_default) {
6968
7028
  listChildren.push(
6969
- /* @__PURE__ */ jsx88(treeview_item_spec_default, { ...children.props, dir })
7029
+ /* @__PURE__ */ jsx90(treeview_item_spec_default, { ...children.props, dir })
6970
7030
  );
6971
7031
  }
6972
7032
  }
6973
7033
  }
6974
- return /* @__PURE__ */ jsx88("ul", { className: classNames(props.className, className13), children: listChildren });
7034
+ return /* @__PURE__ */ jsx90("ul", { className: classNames(props.className, className13), children: listChildren });
6975
7035
  };
6976
7036
 
6977
7037
  // src/treeview/treeview-leaf.tsx
6978
- import { jsx as jsx89, jsxs as jsxs36 } from "react/jsx-runtime";
7038
+ import { jsx as jsx91, jsxs as jsxs36 } from "react/jsx-runtime";
6979
7039
  var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
6980
- var states38 = [
7040
+ var states40 = [
6981
7041
  States.hover,
6982
7042
  States.focus,
6983
7043
  States.selected
6984
7044
  ];
6985
- var options35 = {};
7045
+ var options37 = {};
6986
7046
  var TreeviewLeaf = (props) => {
6987
7047
  const {
6988
7048
  text,
@@ -7007,29 +7067,29 @@ var TreeviewLeaf = (props) => {
7007
7067
  })
7008
7068
  ),
7009
7069
  children: [
7010
- showIcon && /* @__PURE__ */ jsx89(Icon, { icon }),
7011
- /* @__PURE__ */ jsx89("span", { className: "k-treeview-leaf-text", children: text })
7070
+ showIcon && /* @__PURE__ */ jsx91(Icon, { icon }),
7071
+ /* @__PURE__ */ jsx91("span", { className: "k-treeview-leaf-text", children: text })
7012
7072
  ]
7013
7073
  }
7014
7074
  );
7015
7075
  };
7016
- TreeviewLeaf.states = states38;
7017
- TreeviewLeaf.options = options35;
7076
+ TreeviewLeaf.states = states40;
7077
+ TreeviewLeaf.options = options37;
7018
7078
  TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
7019
7079
  var treeview_leaf_default = TreeviewLeaf;
7020
7080
 
7021
7081
  // src/treeview/treeview-item.spec.tsx
7022
- import { Fragment as Fragment24, jsx as jsx90, jsxs as jsxs37 } from "react/jsx-runtime";
7082
+ import { Fragment as Fragment24, jsx as jsx92, jsxs as jsxs37 } from "react/jsx-runtime";
7023
7083
  import { createElement as createElement4 } from "react";
7024
7084
  var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
7025
- var states39 = [
7085
+ var states41 = [
7026
7086
  States.hover,
7027
7087
  States.focus,
7028
7088
  States.selected,
7029
7089
  States.disabled
7030
7090
  ];
7031
- var options36 = {};
7032
- var defaultProps34 = {};
7091
+ var options38 = {};
7092
+ var defaultProps36 = {};
7033
7093
  var TreeviewItem = (props) => {
7034
7094
  const {
7035
7095
  leafClassName,
@@ -7062,7 +7122,7 @@ var TreeviewItem = (props) => {
7062
7122
  } else {
7063
7123
  if (children.type === TreeviewGroup) {
7064
7124
  listChildren.push(
7065
- /* @__PURE__ */ jsx90(TreeviewGroup, { ...children.props, dir, children: children.props.children })
7125
+ /* @__PURE__ */ jsx92(TreeviewGroup, { ...children.props, dir, children: children.props.children })
7066
7126
  );
7067
7127
  }
7068
7128
  }
@@ -7077,18 +7137,18 @@ var TreeviewItem = (props) => {
7077
7137
  ),
7078
7138
  children: [
7079
7139
  /* @__PURE__ */ jsxs37("span", { className: "k-treeview-mid", children: [
7080
- _hasChildren && /* @__PURE__ */ jsx90(
7140
+ _hasChildren && /* @__PURE__ */ jsx92(
7081
7141
  "span",
7082
7142
  {
7083
7143
  className: classNames(
7084
7144
  "k-treeview-toggle",
7085
7145
  stateClassNames("k-treeview-toggle", { disabled })
7086
7146
  ),
7087
- children: /* @__PURE__ */ jsx90(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
7147
+ children: /* @__PURE__ */ jsx92(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
7088
7148
  }
7089
7149
  ),
7090
- showCheckbox && /* @__PURE__ */ jsx90(Checkbox, { checked, disabled }),
7091
- /* @__PURE__ */ jsx90(
7150
+ showCheckbox && /* @__PURE__ */ jsx92(Checkbox, { checked, disabled }),
7151
+ /* @__PURE__ */ jsx92(
7092
7152
  treeview_leaf_default,
7093
7153
  {
7094
7154
  className: classNames(
@@ -7104,31 +7164,31 @@ var TreeviewItem = (props) => {
7104
7164
  }
7105
7165
  )
7106
7166
  ] }),
7107
- expanded && _hasChildren && /* @__PURE__ */ jsx90(Fragment24, { children: listChildren })
7167
+ expanded && _hasChildren && /* @__PURE__ */ jsx92(Fragment24, { children: listChildren })
7108
7168
  ]
7109
7169
  }
7110
7170
  );
7111
7171
  };
7112
- TreeviewItem.states = states39;
7113
- TreeviewItem.options = options36;
7172
+ TreeviewItem.states = states41;
7173
+ TreeviewItem.options = options38;
7114
7174
  TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
7115
- TreeviewItem.defaultProps = defaultProps34;
7175
+ TreeviewItem.defaultProps = defaultProps36;
7116
7176
  var treeview_item_spec_default = TreeviewItem;
7117
7177
 
7118
7178
  // src/treeview/templates/treeview-normal.tsx
7119
- import { jsx as jsx91 } from "react/jsx-runtime";
7179
+ import { jsx as jsx93 } from "react/jsx-runtime";
7120
7180
 
7121
7181
  // src/treeview/templates/treeview-hierarchy.tsx
7122
- import { jsx as jsx92, jsxs as jsxs38 } from "react/jsx-runtime";
7182
+ import { jsx as jsx94, jsxs as jsxs38 } from "react/jsx-runtime";
7123
7183
 
7124
7184
  // src/treeview/templates/treeview-icons.tsx
7125
- import { jsx as jsx93, jsxs as jsxs39 } from "react/jsx-runtime";
7185
+ import { jsx as jsx95, jsxs as jsxs39 } from "react/jsx-runtime";
7126
7186
 
7127
7187
  // src/treeview/templates/treeview-checkboxes.tsx
7128
- import { jsx as jsx94, jsxs as jsxs40 } from "react/jsx-runtime";
7188
+ import { jsx as jsx96, jsxs as jsxs40 } from "react/jsx-runtime";
7129
7189
 
7130
7190
  // src/filemanager/tests/filemanager-contextmenu.tsx
7131
- import { Fragment as Fragment25, jsx as jsx95, jsxs as jsxs41 } from "react/jsx-runtime";
7191
+ import { Fragment as Fragment25, jsx as jsx97, jsxs as jsxs41 } from "react/jsx-runtime";
7132
7192
  var styles = `
7133
7193
  #filemanager-context-menu {
7134
7194
  position: absolute;
@@ -7139,35 +7199,35 @@ var styles = `
7139
7199
  }
7140
7200
  `;
7141
7201
  var filemanager_contextmenu_default = () => /* @__PURE__ */ jsxs41(Fragment25, { children: [
7142
- /* @__PURE__ */ jsx95("style", { children: styles }),
7202
+ /* @__PURE__ */ jsx97("style", { children: styles }),
7143
7203
  /* @__PURE__ */ jsxs41("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
7144
- /* @__PURE__ */ jsx95("span", { children: "File Manager ContextMenu" }),
7204
+ /* @__PURE__ */ jsx97("span", { children: "File Manager ContextMenu" }),
7145
7205
  /* @__PURE__ */ jsxs41("div", { className: "k-widget k-filemanager", children: [
7146
- /* @__PURE__ */ jsx95("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs41(Toolbar, { className: "k-filemanager-toolbar", children: [
7147
- /* @__PURE__ */ jsx95(Button, { children: "New Folder" }),
7148
- /* @__PURE__ */ jsx95(Button, { children: "Upload" })
7206
+ /* @__PURE__ */ jsx97("div", { className: "k-filemanager-header", children: /* @__PURE__ */ jsxs41(Toolbar, { className: "k-filemanager-toolbar", children: [
7207
+ /* @__PURE__ */ jsx97(Button, { children: "New Folder" }),
7208
+ /* @__PURE__ */ jsx97(Button, { children: "Upload" })
7149
7209
  ] }) }),
7150
7210
  /* @__PURE__ */ jsxs41("div", { className: "k-filemanager-content-container", children: [
7151
- /* @__PURE__ */ jsx95("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx95(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx95(TreeviewItem, { text: "Folder" }) }) }),
7211
+ /* @__PURE__ */ jsx97("div", { className: "k-filemanager-navigation", children: /* @__PURE__ */ jsx97(Treeview, { className: "k-filemanager-treeview", children: /* @__PURE__ */ jsx97(TreeviewItem, { text: "Folder" }) }) }),
7152
7212
  /* @__PURE__ */ jsxs41("div", { className: "k-filemanager-content", children: [
7153
- /* @__PURE__ */ jsx95(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx95(BreadcrumbContainer, { children: /* @__PURE__ */ jsx95(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx95(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx95(Icon, { icon: "home" }) }) }) }) }),
7154
- /* @__PURE__ */ jsx95("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs41("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
7213
+ /* @__PURE__ */ jsx97(Breadcrumb, { className: "k-filemanager-breadcrumb", children: /* @__PURE__ */ jsx97(BreadcrumbContainer, { children: /* @__PURE__ */ jsx97(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx97(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx97(Icon, { icon: "home" }) }) }) }) }),
7214
+ /* @__PURE__ */ jsx97("div", { className: "k-widget k-listview k-selectable k-filemanager-listview", children: /* @__PURE__ */ jsxs41("div", { className: "k-listview-content k-d-flex k-flex-row k-flex-wrap", children: [
7155
7215
  /* @__PURE__ */ jsxs41("div", { className: "k-listview-item", children: [
7156
- /* @__PURE__ */ jsx95("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx95(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
7157
- /* @__PURE__ */ jsx95("span", { className: "k-file-name", children: "Folder" })
7216
+ /* @__PURE__ */ jsx97("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx97(Icon, { className: "k-file-icon", icon: "folder", size: "xxxlarge" }) }),
7217
+ /* @__PURE__ */ jsx97("span", { className: "k-file-name", children: "Folder" })
7158
7218
  ] }),
7159
7219
  /* @__PURE__ */ jsxs41("div", { className: "k-listview-item", children: [
7160
- /* @__PURE__ */ jsx95("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx95(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
7161
- /* @__PURE__ */ jsx95("span", { className: "k-file-name", children: "file.png" })
7220
+ /* @__PURE__ */ jsx97("span", { className: "k-file-preview", children: /* @__PURE__ */ jsx97(Icon, { className: "k-file-icon", icon: "file-image", size: "xxxlarge" }) }),
7221
+ /* @__PURE__ */ jsx97("span", { className: "k-file-name", children: "file.png" })
7162
7222
  ] })
7163
7223
  ] }) })
7164
7224
  ] }),
7165
- /* @__PURE__ */ jsx95("div", { className: "k-filemanager-preview", hidden: true })
7225
+ /* @__PURE__ */ jsx97("div", { className: "k-filemanager-preview", hidden: true })
7166
7226
  ] })
7167
7227
  ] }),
7168
- /* @__PURE__ */ jsx95(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs41(MenuList, { children: [
7169
- /* @__PURE__ */ jsx95(MenuItem, { text: "Rename", icon: "pencil" }),
7170
- /* @__PURE__ */ jsx95(MenuItem, { text: "Delete", icon: "trash" })
7228
+ /* @__PURE__ */ jsx97(Popup, { id: "filemanager-context-menu", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs41(MenuList, { children: [
7229
+ /* @__PURE__ */ jsx97(MenuItem, { text: "Rename", icon: "pencil" }),
7230
+ /* @__PURE__ */ jsx97(MenuItem, { text: "Delete", icon: "trash" })
7171
7231
  ] }) })
7172
7232
  ] })
7173
7233
  ] });