@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
@@ -5555,23 +5555,83 @@ Checkbox.options = options20;
5555
5555
  Checkbox.className = CHECKBOX_CLASSNAME;
5556
5556
  Checkbox.defaultProps = defaultProps19;
5557
5557
 
5558
- // src/checkbox/templates/checkbox-label.tsx
5559
- import { Fragment as Fragment15, jsx as jsx41, jsxs as jsxs11 } from "react/jsx-runtime";
5558
+ // src/checkbox/checkbox-group.spec.tsx
5559
+ import { jsx as jsx41 } from "react/jsx-runtime";
5560
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5561
+ var states22 = [];
5562
+ var options21 = {};
5563
+ var defaultProps20 = {
5564
+ layout: "vertical"
5565
+ };
5566
+ var CheckboxGroup = (props) => {
5567
+ const {
5568
+ layout = defaultProps20.layout,
5569
+ ...other
5570
+ } = props;
5571
+ return /* @__PURE__ */ jsx41(
5572
+ "ul",
5573
+ {
5574
+ ...other,
5575
+ className: classNames(
5576
+ props.className,
5577
+ CHECKBOXGROUP_CLASSNAME,
5578
+ {
5579
+ [`k-list-${layout}`]: layout
5580
+ }
5581
+ ),
5582
+ children: props.children
5583
+ }
5584
+ );
5585
+ };
5586
+ CheckboxGroup.states = states22;
5587
+ CheckboxGroup.options = options21;
5588
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5589
+ CheckboxGroup.defaultProps = defaultProps20;
5560
5590
 
5561
- // src/checkbox/templates/checkbox-normal.tsx
5591
+ // src/checkbox/checkbox-item.spec.tsx
5562
5592
  import { jsx as jsx42 } from "react/jsx-runtime";
5593
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5594
+ var states23 = [];
5595
+ var options22 = {};
5596
+ var defaultProps21 = {};
5597
+ var CheckboxItem = (props) => {
5598
+ const {
5599
+ ...other
5600
+ } = props;
5601
+ return /* @__PURE__ */ jsx42(
5602
+ "li",
5603
+ {
5604
+ ...other,
5605
+ className: classNames(
5606
+ props.className,
5607
+ CHECKBOXITEM_CLASSNAME
5608
+ ),
5609
+ children: props.children
5610
+ }
5611
+ );
5612
+ };
5613
+ CheckboxItem.states = states23;
5614
+ CheckboxItem.options = options22;
5615
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5616
+ CheckboxItem.defaultProps = defaultProps21;
5617
+
5618
+ // src/checkbox/templates/checkbox-with-label.tsx
5619
+ import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs11 } from "react/jsx-runtime";
5620
+
5621
+ // src/checkbox/templates/checkbox-normal.tsx
5622
+ import { jsx as jsx44 } from "react/jsx-runtime";
5563
5623
 
5564
5624
  // src/list/list-item.spec.tsx
5565
- import { jsx as jsx43, jsxs as jsxs12 } from "react/jsx-runtime";
5625
+ import { jsx as jsx45, jsxs as jsxs12 } from "react/jsx-runtime";
5566
5626
  var LISTITEM_CLASSNAME = `k-list-item`;
5567
- var states22 = [
5627
+ var states24 = [
5568
5628
  States.hover,
5569
5629
  States.focus,
5570
5630
  States.selected,
5571
5631
  States.disabled
5572
5632
  ];
5573
- var options21 = {};
5574
- var defaultProps20 = {};
5633
+ var options23 = {};
5634
+ var defaultProps22 = {};
5575
5635
  var ListItem = (props) => {
5576
5636
  const {
5577
5637
  text,
@@ -5602,66 +5662,66 @@ var ListItem = (props) => {
5602
5662
  })
5603
5663
  ),
5604
5664
  children: [
5605
- showCheckbox && /* @__PURE__ */ jsx43(Checkbox, { checked }),
5606
- showIcon && /* @__PURE__ */ jsx43(Icon, { icon: iconName }),
5607
- /* @__PURE__ */ jsx43("span", { className: "k-list-item-text", children: textOrChildren }),
5608
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx43("div", { className: "k-list-item-group-label", children: groupLabel })
5665
+ showCheckbox && /* @__PURE__ */ jsx45(Checkbox, { checked }),
5666
+ showIcon && /* @__PURE__ */ jsx45(Icon, { icon: iconName }),
5667
+ /* @__PURE__ */ jsx45("span", { className: "k-list-item-text", children: textOrChildren }),
5668
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx45("div", { className: "k-list-item-group-label", children: groupLabel })
5609
5669
  ]
5610
5670
  }
5611
5671
  );
5612
5672
  };
5613
- ListItem.states = states22;
5614
- ListItem.options = options21;
5673
+ ListItem.states = states24;
5674
+ ListItem.options = options23;
5615
5675
  ListItem.className = LISTITEM_CLASSNAME;
5616
- ListItem.defaultProps = defaultProps20;
5676
+ ListItem.defaultProps = defaultProps22;
5617
5677
 
5618
5678
  // src/list/list-content.tsx
5619
- import { jsx as jsx44, jsxs as jsxs13 } from "react/jsx-runtime";
5679
+ import { jsx as jsx46, jsxs as jsxs13 } from "react/jsx-runtime";
5620
5680
  var className10 = `k-list-content`;
5621
5681
  var ListContent = (props) => {
5622
5682
  const {
5623
5683
  virtualization
5624
5684
  } = props;
5625
5685
  return /* @__PURE__ */ jsxs13("div", { className: classNames(className10, props.className), children: [
5626
- /* @__PURE__ */ jsx44("ul", { className: classNames("k-list-ul"), children: props.children }),
5627
- virtualization && /* @__PURE__ */ jsx44("div", { className: "k-height-container", children: /* @__PURE__ */ jsx44("div", {}) })
5686
+ /* @__PURE__ */ jsx46("ul", { className: classNames("k-list-ul"), children: props.children }),
5687
+ virtualization && /* @__PURE__ */ jsx46("div", { className: "k-height-container", children: /* @__PURE__ */ jsx46("div", {}) })
5628
5688
  ] });
5629
5689
  };
5630
5690
 
5631
5691
  // src/list/list-header.tsx
5632
- import { jsx as jsx45 } from "react/jsx-runtime";
5692
+ import { jsx as jsx47 } from "react/jsx-runtime";
5633
5693
  var className11 = `k-list-group-sticky-header`;
5634
- var ListHeader = (props) => /* @__PURE__ */ jsx45("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx45("div", { className: "k-list-header-text", children: props.children }) });
5694
+ var ListHeader = (props) => /* @__PURE__ */ jsx47("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx47("div", { className: "k-list-header-text", children: props.children }) });
5635
5695
 
5636
5696
  // src/list/list-group.tsx
5637
- import { Fragment as Fragment16, jsx as jsx46, jsxs as jsxs14 } from "react/jsx-runtime";
5697
+ import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs14 } from "react/jsx-runtime";
5638
5698
  var ListGroup = (props) => {
5639
5699
  const {
5640
5700
  virtualization,
5641
5701
  label
5642
5702
  } = props;
5643
5703
  return /* @__PURE__ */ jsxs14(Fragment16, { children: [
5644
- label && /* @__PURE__ */ jsx46(ListHeader, { children: label }),
5645
- props.children && /* @__PURE__ */ jsx46(ListContent, { virtualization, children: props.children })
5704
+ label && /* @__PURE__ */ jsx48(ListHeader, { children: label }),
5705
+ props.children && /* @__PURE__ */ jsx48(ListContent, { virtualization, children: props.children })
5646
5706
  ] });
5647
5707
  };
5648
5708
 
5649
5709
  // src/list/list-group-item.tsx
5650
- import { jsx as jsx47 } from "react/jsx-runtime";
5710
+ import { jsx as jsx49 } from "react/jsx-runtime";
5651
5711
  var className12 = `k-list-group-item`;
5652
- var ListGroupItem = (props) => /* @__PURE__ */ jsx47("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx47("span", { className: "k-list-item-text", children: props.children }) });
5712
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx49("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx49("span", { className: "k-list-item-text", children: props.children }) });
5653
5713
 
5654
5714
  // src/list/list-option-label.tsx
5655
- import { jsx as jsx48 } from "react/jsx-runtime";
5715
+ import { jsx as jsx50 } from "react/jsx-runtime";
5656
5716
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5657
- var states23 = [
5717
+ var states25 = [
5658
5718
  States.hover,
5659
5719
  States.focus,
5660
5720
  States.selected,
5661
5721
  States.disabled
5662
5722
  ];
5663
- var options22 = {};
5664
- var defaultProps21 = {};
5723
+ var options24 = {};
5724
+ var defaultProps23 = {};
5665
5725
  var ListOptionLabel = (props) => {
5666
5726
  const {
5667
5727
  text,
@@ -5671,7 +5731,7 @@ var ListOptionLabel = (props) => {
5671
5731
  disabled,
5672
5732
  ...other
5673
5733
  } = props;
5674
- return /* @__PURE__ */ jsx48(
5734
+ return /* @__PURE__ */ jsx50(
5675
5735
  "div",
5676
5736
  {
5677
5737
  ...other,
@@ -5688,39 +5748,39 @@ var ListOptionLabel = (props) => {
5688
5748
  }
5689
5749
  );
5690
5750
  };
5691
- ListOptionLabel.states = states23;
5692
- ListOptionLabel.options = options22;
5751
+ ListOptionLabel.states = states25;
5752
+ ListOptionLabel.options = options24;
5693
5753
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5694
- ListOptionLabel.defaultProps = defaultProps21;
5754
+ ListOptionLabel.defaultProps = defaultProps23;
5695
5755
 
5696
5756
  // src/list/templates/list-normal.tsx
5697
- import { jsx as jsx49 } from "react/jsx-runtime";
5757
+ import { jsx as jsx51 } from "react/jsx-runtime";
5698
5758
 
5699
5759
  // src/list/templates/list-virtualization.tsx
5700
- import { jsx as jsx50 } from "react/jsx-runtime";
5760
+ import { jsx as jsx52 } from "react/jsx-runtime";
5701
5761
 
5702
5762
  // src/list/templates/list-grouping.tsx
5703
- import { jsx as jsx51, jsxs as jsxs15 } from "react/jsx-runtime";
5763
+ import { jsx as jsx53, jsxs as jsxs15 } from "react/jsx-runtime";
5704
5764
 
5705
5765
  // src/list/templates/list-virualization-grouping.tsx
5706
- import { jsx as jsx52, jsxs as jsxs16 } from "react/jsx-runtime";
5766
+ import { jsx as jsx54, jsxs as jsxs16 } from "react/jsx-runtime";
5707
5767
 
5708
5768
  // src/list/templates/list-virtualization-angular.tsx
5709
- import { jsx as jsx53 } from "react/jsx-runtime";
5769
+ import { jsx as jsx55 } from "react/jsx-runtime";
5710
5770
 
5711
5771
  // src/list/templates/list-grouping-angular.tsx
5712
- import { jsx as jsx54, jsxs as jsxs17 } from "react/jsx-runtime";
5772
+ import { jsx as jsx56, jsxs as jsxs17 } from "react/jsx-runtime";
5713
5773
 
5714
5774
  // src/list/templates/list-virualization-grouping-angular.tsx
5715
- import { jsx as jsx55, jsxs as jsxs18 } from "react/jsx-runtime";
5775
+ import { jsx as jsx57, jsxs as jsxs18 } from "react/jsx-runtime";
5716
5776
 
5717
5777
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5718
- import { jsx as jsx56, jsxs as jsxs19 } from "react/jsx-runtime";
5778
+ import { jsx as jsx58, jsxs as jsxs19 } from "react/jsx-runtime";
5719
5779
 
5720
5780
  // src/searchbox/searchbox.spec.tsx
5721
- import { jsx as jsx57, jsxs as jsxs20 } from "react/jsx-runtime";
5781
+ import { jsx as jsx59, jsxs as jsxs20 } from "react/jsx-runtime";
5722
5782
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5723
- var states24 = [
5783
+ var states26 = [
5724
5784
  States.hover,
5725
5785
  States.focus,
5726
5786
  States.valid,
@@ -5729,12 +5789,12 @@ var states24 = [
5729
5789
  States.disabled,
5730
5790
  States.loading
5731
5791
  ];
5732
- var options23 = {
5792
+ var options25 = {
5733
5793
  size: [Size.small, Size.medium, Size.large],
5734
5794
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5735
5795
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5736
5796
  };
5737
- var defaultProps22 = {
5797
+ var defaultProps24 = {
5738
5798
  showIcon: true,
5739
5799
  icon: "search",
5740
5800
  size: Input.defaultProps.size,
@@ -5755,8 +5815,8 @@ var Searchbox = (props) => {
5755
5815
  required,
5756
5816
  loading,
5757
5817
  disabled,
5758
- showIcon = defaultProps22.showIcon,
5759
- icon = defaultProps22.icon,
5818
+ showIcon = defaultProps24.showIcon,
5819
+ icon = defaultProps24.icon,
5760
5820
  ...other
5761
5821
  } = props;
5762
5822
  return /* @__PURE__ */ jsxs20(
@@ -5775,38 +5835,38 @@ var Searchbox = (props) => {
5775
5835
  disabled,
5776
5836
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5777
5837
  children: [
5778
- showIcon && /* @__PURE__ */ jsx57(Icon, { className: "k-input-icon", icon }),
5779
- /* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
5780
- /* @__PURE__ */ jsx57(InputLoadingIcon, { ...props }),
5781
- /* @__PURE__ */ jsx57(InputValidationIcon, { ...props }),
5782
- /* @__PURE__ */ jsx57(InputClearValue, { ...props })
5838
+ showIcon && /* @__PURE__ */ jsx59(Icon, { className: "k-input-icon", icon }),
5839
+ /* @__PURE__ */ jsx59(InputInnerInput, { placeholder, value }),
5840
+ /* @__PURE__ */ jsx59(InputLoadingIcon, { ...props }),
5841
+ /* @__PURE__ */ jsx59(InputValidationIcon, { ...props }),
5842
+ /* @__PURE__ */ jsx59(InputClearValue, { ...props })
5783
5843
  ]
5784
5844
  }
5785
5845
  );
5786
5846
  };
5787
- Searchbox.states = states24;
5788
- Searchbox.options = options23;
5847
+ Searchbox.states = states26;
5848
+ Searchbox.options = options25;
5789
5849
  Searchbox.className = SEARCHBOX_CLASSNAME;
5790
- Searchbox.defaultProps = defaultProps22;
5850
+ Searchbox.defaultProps = defaultProps24;
5791
5851
 
5792
5852
  // src/searchbox/templates/searchbox-normal.tsx
5793
- import { jsx as jsx58 } from "react/jsx-runtime";
5853
+ import { jsx as jsx60 } from "react/jsx-runtime";
5794
5854
 
5795
5855
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5796
- import { Fragment as Fragment17, jsx as jsx59, jsxs as jsxs21 } from "react/jsx-runtime";
5856
+ import { Fragment as Fragment17, jsx as jsx61, jsxs as jsxs21 } from "react/jsx-runtime";
5797
5857
 
5798
5858
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5799
- import { jsx as jsx60, jsxs as jsxs22 } from "react/jsx-runtime";
5859
+ import { jsx as jsx62, jsxs as jsxs22 } from "react/jsx-runtime";
5800
5860
 
5801
5861
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5802
- import { Fragment as Fragment18, jsx as jsx61, jsxs as jsxs23 } from "react/jsx-runtime";
5862
+ import { Fragment as Fragment18, jsx as jsx63, jsxs as jsxs23 } from "react/jsx-runtime";
5803
5863
 
5804
5864
  // src/action-sheet/action-sheet.spec.tsx
5805
- import { Fragment as Fragment19, jsx as jsx62, jsxs as jsxs24 } from "react/jsx-runtime";
5865
+ import { Fragment as Fragment19, jsx as jsx64, jsxs as jsxs24 } from "react/jsx-runtime";
5806
5866
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5807
- var states25 = [];
5808
- var options24 = {};
5809
- var defaultProps23 = {
5867
+ var states27 = [];
5868
+ var options26 = {};
5869
+ var defaultProps25 = {
5810
5870
  side: "bottom",
5811
5871
  fullscreen: false,
5812
5872
  adaptive: false,
@@ -5819,14 +5879,14 @@ var ActionSheet = (props) => {
5819
5879
  header,
5820
5880
  footer,
5821
5881
  actions,
5822
- side = defaultProps23.side,
5823
- fullscreen = defaultProps23.fullscreen,
5824
- adaptive = defaultProps23.adaptive,
5825
- overlay = defaultProps23.overlay,
5882
+ side = defaultProps25.side,
5883
+ fullscreen = defaultProps25.fullscreen,
5884
+ adaptive = defaultProps25.adaptive,
5885
+ overlay = defaultProps25.overlay,
5826
5886
  ...other
5827
5887
  } = props;
5828
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx62(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5829
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx62(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx62(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5888
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx64(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5889
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx64(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx64(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5830
5890
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5831
5891
  switch (child.type) {
5832
5892
  case ActionSheetHeader:
@@ -5836,10 +5896,10 @@ var ActionSheet = (props) => {
5836
5896
  return true;
5837
5897
  }
5838
5898
  return true;
5839
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx62(Fragment19, {});
5899
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx64(Fragment19, {});
5840
5900
  return /* @__PURE__ */ jsxs24("div", { className: "k-actionsheet-container", children: [
5841
- overlay && /* @__PURE__ */ jsx62("div", { className: "k-overlay" }),
5842
- /* @__PURE__ */ jsx62(
5901
+ overlay && /* @__PURE__ */ jsx64("div", { className: "k-overlay" }),
5902
+ /* @__PURE__ */ jsx64(
5843
5903
  AnimationContainer,
5844
5904
  {
5845
5905
  animationStyle: {
@@ -5849,7 +5909,7 @@ var ActionSheet = (props) => {
5849
5909
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5850
5910
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5851
5911
  },
5852
- children: /* @__PURE__ */ jsx62(
5912
+ children: /* @__PURE__ */ jsx64(
5853
5913
  "div",
5854
5914
  {
5855
5915
  ...other,
@@ -5864,7 +5924,7 @@ var ActionSheet = (props) => {
5864
5924
  ),
5865
5925
  children: /* @__PURE__ */ jsxs24(Fragment19, { children: [
5866
5926
  _ActionSheetHeader,
5867
- /* @__PURE__ */ jsx62("div", { className: classNames(
5927
+ /* @__PURE__ */ jsx64("div", { className: classNames(
5868
5928
  "k-actionsheet-content",
5869
5929
  {
5870
5930
  "!k-overflow-hidden": adaptive
@@ -5878,13 +5938,13 @@ var ActionSheet = (props) => {
5878
5938
  )
5879
5939
  ] });
5880
5940
  };
5881
- ActionSheet.states = states25;
5882
- ActionSheet.options = options24;
5941
+ ActionSheet.states = states27;
5942
+ ActionSheet.options = options26;
5883
5943
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
5884
- ActionSheet.defaultProps = defaultProps23;
5944
+ ActionSheet.defaultProps = defaultProps25;
5885
5945
 
5886
5946
  // src/action-sheet/actionsheet-header.tsx
5887
- import { Fragment as Fragment20, jsx as jsx63, jsxs as jsxs25 } from "react/jsx-runtime";
5947
+ import { Fragment as Fragment20, jsx as jsx65, jsxs as jsxs25 } from "react/jsx-runtime";
5888
5948
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5889
5949
  var ActionSheetHeader = (props) => {
5890
5950
  const {
@@ -5894,7 +5954,7 @@ var ActionSheetHeader = (props) => {
5894
5954
  filter,
5895
5955
  ...other
5896
5956
  } = props;
5897
- return /* @__PURE__ */ jsx63(
5957
+ return /* @__PURE__ */ jsx65(
5898
5958
  "div",
5899
5959
  {
5900
5960
  ...other,
@@ -5904,35 +5964,35 @@ var ActionSheetHeader = (props) => {
5904
5964
  ),
5905
5965
  children: /* @__PURE__ */ jsxs25(Fragment20, { children: [
5906
5966
  /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5907
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-title", children: [
5908
- title !== "" && /* @__PURE__ */ jsx63("div", { className: "k-text-center", children: title }),
5909
- subTitle !== "" && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5967
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx65(Fragment20, { children: /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-title", children: [
5968
+ title !== "" && /* @__PURE__ */ jsx65("div", { className: "k-text-center", children: title }),
5969
+ subTitle !== "" && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5910
5970
  ] }) }),
5911
- props.children && /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-title", children: props.children }),
5912
- actions && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx63(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5971
+ props.children && /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-title", children: props.children }),
5972
+ actions && /* @__PURE__ */ jsx65(Fragment20, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx65(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5913
5973
  ] }),
5914
- filter && /* @__PURE__ */ jsx63(Fragment20, { children: /* @__PURE__ */ jsx63("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx63(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5974
+ filter && /* @__PURE__ */ jsx65(Fragment20, { children: /* @__PURE__ */ jsx65("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx65(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5915
5975
  ] })
5916
5976
  }
5917
5977
  );
5918
5978
  };
5919
5979
 
5920
5980
  // src/action-buttons/action-buttons.spec.tsx
5921
- import { jsx as jsx64 } from "react/jsx-runtime";
5981
+ import { jsx as jsx66 } from "react/jsx-runtime";
5922
5982
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5923
- var states26 = [];
5924
- var options25 = {};
5925
- var defaultProps24 = {
5983
+ var states28 = [];
5984
+ var options27 = {};
5985
+ var defaultProps26 = {
5926
5986
  alignment: "start",
5927
5987
  orientation: "horizontal"
5928
5988
  };
5929
5989
  var ActionButtons = (props) => {
5930
5990
  const {
5931
- alignment = defaultProps24.alignment,
5932
- orientation = defaultProps24.orientation,
5991
+ alignment = defaultProps26.alignment,
5992
+ orientation = defaultProps26.orientation,
5933
5993
  ...other
5934
5994
  } = props;
5935
- return /* @__PURE__ */ jsx64(
5995
+ return /* @__PURE__ */ jsx66(
5936
5996
  "div",
5937
5997
  {
5938
5998
  ...other,
@@ -5948,21 +6008,21 @@ var ActionButtons = (props) => {
5948
6008
  }
5949
6009
  );
5950
6010
  };
5951
- ActionButtons.states = states26;
5952
- ActionButtons.options = options25;
6011
+ ActionButtons.states = states28;
6012
+ ActionButtons.options = options27;
5953
6013
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5954
- ActionButtons.defaultProps = defaultProps24;
6014
+ ActionButtons.defaultProps = defaultProps26;
5955
6015
  var action_buttons_spec_default = ActionButtons;
5956
6016
 
5957
6017
  // src/action-sheet/actionsheet-footer.tsx
5958
- import { Fragment as Fragment21, jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
6018
+ import { Fragment as Fragment21, jsx as jsx67, jsxs as jsxs26 } from "react/jsx-runtime";
5959
6019
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5960
6020
  var ActionSheetFooter = (props) => {
5961
6021
  const {
5962
6022
  actions,
5963
6023
  ...other
5964
6024
  } = props;
5965
- return /* @__PURE__ */ jsx65(
6025
+ return /* @__PURE__ */ jsx67(
5966
6026
  action_buttons_spec_default,
5967
6027
  {
5968
6028
  ...other,
@@ -5974,14 +6034,14 @@ var ActionSheetFooter = (props) => {
5974
6034
  children: /* @__PURE__ */ jsxs26(Fragment21, { children: [
5975
6035
  actions && actions.map((action, index) => {
5976
6036
  if (action === "|") {
5977
- return /* @__PURE__ */ jsx65("span", { className: "k-separator" }, index);
6037
+ return /* @__PURE__ */ jsx67("span", { className: "k-separator" }, index);
5978
6038
  }
5979
6039
  if (action === " ") {
5980
- return /* @__PURE__ */ jsx65("span", { className: "k-spacer" }, index);
6040
+ return /* @__PURE__ */ jsx67("span", { className: "k-spacer" }, index);
5981
6041
  }
5982
6042
  const importantFlag = action.startsWith("!");
5983
6043
  const actionName = importantFlag ? action.substring(1) : action;
5984
- return /* @__PURE__ */ jsx65(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6044
+ return /* @__PURE__ */ jsx67(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5985
6045
  }),
5986
6046
  !actions && props.children
5987
6047
  ] })
@@ -5990,12 +6050,12 @@ var ActionSheetFooter = (props) => {
5990
6050
  };
5991
6051
 
5992
6052
  // src/action-sheet/actionsheet-items.tsx
5993
- import { jsx as jsx66 } from "react/jsx-runtime";
6053
+ import { jsx as jsx68 } from "react/jsx-runtime";
5994
6054
  var ActionSheetItems = (props) => {
5995
6055
  const {
5996
6056
  ...other
5997
6057
  } = props;
5998
- return /* @__PURE__ */ jsx66(
6058
+ return /* @__PURE__ */ jsx68(
5999
6059
  "div",
6000
6060
  {
6001
6061
  ...other,
@@ -6009,8 +6069,8 @@ var ActionSheetItems = (props) => {
6009
6069
  };
6010
6070
 
6011
6071
  // src/action-sheet/actionsheet-item.tsx
6012
- import { Fragment as Fragment22, jsx as jsx67, jsxs as jsxs27 } from "react/jsx-runtime";
6013
- var states27 = [
6072
+ import { Fragment as Fragment22, jsx as jsx69, jsxs as jsxs27 } from "react/jsx-runtime";
6073
+ var states29 = [
6014
6074
  States.hover,
6015
6075
  States.focus,
6016
6076
  States.selected,
@@ -6018,9 +6078,9 @@ var states27 = [
6018
6078
  ];
6019
6079
 
6020
6080
  // src/combobox/combobox.spec.tsx
6021
- import { Fragment as Fragment23, jsx as jsx68, jsxs as jsxs28 } from "react/jsx-runtime";
6081
+ import { Fragment as Fragment23, jsx as jsx70, jsxs as jsxs28 } from "react/jsx-runtime";
6022
6082
  var COMBOBOX_CLASSNAME = `k-combobox`;
6023
- var states28 = [
6083
+ var states30 = [
6024
6084
  States.hover,
6025
6085
  States.focus,
6026
6086
  States.valid,
@@ -6030,12 +6090,12 @@ var states28 = [
6030
6090
  States.disabled,
6031
6091
  States.readonly
6032
6092
  ];
6033
- var defaultProps25 = {
6093
+ var defaultProps27 = {
6034
6094
  size: Input.defaultProps.size,
6035
6095
  rounded: Input.defaultProps.rounded,
6036
6096
  fillMode: Input.defaultProps.fillMode
6037
6097
  };
6038
- var options26 = {
6098
+ var options28 = {
6039
6099
  size: [Size.small, Size.medium, Size.large],
6040
6100
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6041
6101
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6081,9 +6141,9 @@ var Combobox = (props) => {
6081
6141
  readonly,
6082
6142
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6083
6143
  children: [
6084
- /* @__PURE__ */ jsx68(InputPrefix, { children: prefix }),
6085
- /* @__PURE__ */ jsx68(InputInnerInput, { placeholder, value }),
6086
- /* @__PURE__ */ jsx68(
6144
+ /* @__PURE__ */ jsx70(InputPrefix, { children: prefix }),
6145
+ /* @__PURE__ */ jsx70(InputInnerInput, { placeholder, value }),
6146
+ /* @__PURE__ */ jsx70(
6087
6147
  InputValidationIcon,
6088
6148
  {
6089
6149
  valid,
@@ -6092,14 +6152,14 @@ var Combobox = (props) => {
6092
6152
  disabled
6093
6153
  }
6094
6154
  ),
6095
- /* @__PURE__ */ jsx68(
6155
+ /* @__PURE__ */ jsx70(
6096
6156
  InputLoadingIcon,
6097
6157
  {
6098
6158
  loading,
6099
6159
  disabled
6100
6160
  }
6101
6161
  ),
6102
- /* @__PURE__ */ jsx68(
6162
+ /* @__PURE__ */ jsx70(
6103
6163
  InputClearValue,
6104
6164
  {
6105
6165
  loading,
@@ -6108,8 +6168,8 @@ var Combobox = (props) => {
6108
6168
  value
6109
6169
  }
6110
6170
  ),
6111
- /* @__PURE__ */ jsx68(InputSuffix, { children: suffix }),
6112
- /* @__PURE__ */ jsx68(
6171
+ /* @__PURE__ */ jsx70(InputSuffix, { children: suffix }),
6172
+ /* @__PURE__ */ jsx70(
6113
6173
  Button,
6114
6174
  {
6115
6175
  className: "k-input-button",
@@ -6122,9 +6182,9 @@ var Combobox = (props) => {
6122
6182
  ]
6123
6183
  }
6124
6184
  ),
6125
- opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6185
+ opened && popup && /* @__PURE__ */ jsx70(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6126
6186
  adaptive && /* @__PURE__ */ jsxs28(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6127
- /* @__PURE__ */ jsx68(
6187
+ /* @__PURE__ */ jsx70(
6128
6188
  ActionSheetHeader,
6129
6189
  {
6130
6190
  actions: ["x"],
@@ -6132,51 +6192,51 @@ var Combobox = (props) => {
6132
6192
  title: "Select Item"
6133
6193
  }
6134
6194
  ),
6135
- /* @__PURE__ */ jsx68("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6136
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6137
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" }),
6138
- /* @__PURE__ */ jsx68(ListItem, { text: "List item" })
6195
+ /* @__PURE__ */ jsx70("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs28(List, { size: "large", children: [
6196
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" }),
6197
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" }),
6198
+ /* @__PURE__ */ jsx70(ListItem, { text: "List item" })
6139
6199
  ] }) })
6140
6200
  ] })
6141
6201
  ] });
6142
6202
  };
6143
- Combobox.states = states28;
6144
- Combobox.options = options26;
6203
+ Combobox.states = states30;
6204
+ Combobox.options = options28;
6145
6205
  Combobox.className = COMBOBOX_CLASSNAME;
6146
- Combobox.defaultProps = defaultProps25;
6206
+ Combobox.defaultProps = defaultProps27;
6147
6207
 
6148
6208
  // src/combobox/templates/combobox-normal.tsx
6149
- import { jsx as jsx69 } from "react/jsx-runtime";
6209
+ import { jsx as jsx71 } from "react/jsx-runtime";
6150
6210
 
6151
6211
  // src/combobox/templates/combobox-popup.tsx
6152
- import { jsx as jsx70, jsxs as jsxs29 } from "react/jsx-runtime";
6212
+ import { jsx as jsx72, jsxs as jsxs29 } from "react/jsx-runtime";
6153
6213
 
6154
6214
  // src/combobox/templates/combobox-grouping.tsx
6155
- import { jsx as jsx71, jsxs as jsxs30 } from "react/jsx-runtime";
6215
+ import { jsx as jsx73, jsxs as jsxs30 } from "react/jsx-runtime";
6156
6216
 
6157
6217
  // src/combobox/templates/combobox-adaptive.tsx
6158
- import { jsx as jsx72 } from "react/jsx-runtime";
6218
+ import { jsx as jsx74 } from "react/jsx-runtime";
6159
6219
 
6160
6220
  // src/button-group/button-group.spec.tsx
6161
- import { jsx as jsx73 } from "react/jsx-runtime";
6221
+ import { jsx as jsx75 } from "react/jsx-runtime";
6162
6222
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6163
- var states29 = [
6223
+ var states31 = [
6164
6224
  States.disabled
6165
6225
  ];
6166
- var options27 = {
6226
+ var options29 = {
6167
6227
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6168
6228
  };
6169
- var defaultProps26 = {
6229
+ var defaultProps28 = {
6170
6230
  fillMode: FillMode.solid
6171
6231
  };
6172
6232
  var ButtonGroup = (props) => {
6173
6233
  const {
6174
- fillMode = defaultProps26.fillMode,
6234
+ fillMode = defaultProps28.fillMode,
6175
6235
  disabled,
6176
6236
  stretched,
6177
6237
  ...other
6178
6238
  } = props;
6179
- return /* @__PURE__ */ jsx73(
6239
+ return /* @__PURE__ */ jsx75(
6180
6240
  "div",
6181
6241
  {
6182
6242
  ...other,
@@ -6197,28 +6257,28 @@ var ButtonGroup = (props) => {
6197
6257
  }
6198
6258
  );
6199
6259
  };
6200
- ButtonGroup.states = states29;
6201
- ButtonGroup.options = options27;
6260
+ ButtonGroup.states = states31;
6261
+ ButtonGroup.options = options29;
6202
6262
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6203
- ButtonGroup.defaultProps = defaultProps26;
6263
+ ButtonGroup.defaultProps = defaultProps28;
6204
6264
 
6205
6265
  // src/button-group/templates/icon-button-group.tsx
6206
- import { jsx as jsx74, jsxs as jsxs31 } from "react/jsx-runtime";
6266
+ import { jsx as jsx76, jsxs as jsxs31 } from "react/jsx-runtime";
6207
6267
 
6208
6268
  // src/button-group/templates/icon-text-button-group.tsx
6209
- import { jsx as jsx75, jsxs as jsxs32 } from "react/jsx-runtime";
6269
+ import { jsx as jsx77, jsxs as jsxs32 } from "react/jsx-runtime";
6210
6270
 
6211
6271
  // src/button-group/templates/text-button-group.tsx
6212
- import { jsx as jsx76, jsxs as jsxs33 } from "react/jsx-runtime";
6272
+ import { jsx as jsx78, jsxs as jsxs33 } from "react/jsx-runtime";
6213
6273
 
6214
6274
  // src/button-group/templates/mixed-button-group.tsx
6215
- import { jsx as jsx77, jsxs as jsxs34 } from "react/jsx-runtime";
6275
+ import { jsx as jsx79, jsxs as jsxs34 } from "react/jsx-runtime";
6216
6276
 
6217
6277
  // src/color-preview/color-preview.tsx
6218
- import { jsx as jsx78, jsxs as jsxs35 } from "react/jsx-runtime";
6278
+ import { jsx as jsx80, jsxs as jsxs35 } from "react/jsx-runtime";
6219
6279
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6220
- var states30 = [];
6221
- var options28 = {};
6280
+ var states32 = [];
6281
+ var options30 = {};
6222
6282
  var ColorPreview = (props) => {
6223
6283
  const {
6224
6284
  color,
@@ -6238,8 +6298,8 @@ var ColorPreview = (props) => {
6238
6298
  }
6239
6299
  ),
6240
6300
  children: [
6241
- iconName && /* @__PURE__ */ jsx78(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6242
- /* @__PURE__ */ jsx78(
6301
+ iconName && /* @__PURE__ */ jsx80(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6302
+ /* @__PURE__ */ jsx80(
6243
6303
  "span",
6244
6304
  {
6245
6305
  className: "k-color-preview-mask",
@@ -6250,14 +6310,14 @@ var ColorPreview = (props) => {
6250
6310
  }
6251
6311
  );
6252
6312
  };
6253
- ColorPreview.states = states30;
6254
- ColorPreview.options = options28;
6313
+ ColorPreview.states = states32;
6314
+ ColorPreview.options = options30;
6255
6315
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6256
6316
 
6257
6317
  // src/colorpicker/colorpicker.spec.tsx
6258
- import { jsx as jsx79, jsxs as jsxs36 } from "react/jsx-runtime";
6318
+ import { jsx as jsx81, jsxs as jsxs36 } from "react/jsx-runtime";
6259
6319
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6260
- var states31 = [
6320
+ var states33 = [
6261
6321
  States.hover,
6262
6322
  States.focus,
6263
6323
  States.valid,
@@ -6265,12 +6325,12 @@ var states31 = [
6265
6325
  States.required,
6266
6326
  States.disabled
6267
6327
  ];
6268
- var options29 = {
6328
+ var options31 = {
6269
6329
  size: [Size.small, Size.medium, Size.large],
6270
6330
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6271
6331
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6272
6332
  };
6273
- var defaultProps27 = {
6333
+ var defaultProps29 = {
6274
6334
  arrowIconName: "caret-alt-down",
6275
6335
  size: Picker.defaultProps.size,
6276
6336
  rounded: Picker.defaultProps.rounded,
@@ -6292,7 +6352,7 @@ var ColorPicker = (props) => {
6292
6352
  required,
6293
6353
  disabled,
6294
6354
  valueIconName,
6295
- arrowIconName = defaultProps27.arrowIconName,
6355
+ arrowIconName = defaultProps29.arrowIconName,
6296
6356
  ...other
6297
6357
  } = props;
6298
6358
  return /* @__PURE__ */ jsxs36(
@@ -6314,14 +6374,14 @@ var ColorPicker = (props) => {
6314
6374
  "k-icon-picker"
6315
6375
  ),
6316
6376
  children: [
6317
- /* @__PURE__ */ jsx79(InputPrefix, { children: prefix }),
6318
- /* @__PURE__ */ jsx79(
6377
+ /* @__PURE__ */ jsx81(InputPrefix, { children: prefix }),
6378
+ /* @__PURE__ */ jsx81(
6319
6379
  InputInnerSpan,
6320
6380
  {
6321
6381
  placeholder,
6322
6382
  value,
6323
6383
  showValue: false,
6324
- valueIcon: /* @__PURE__ */ jsx79(
6384
+ valueIcon: /* @__PURE__ */ jsx81(
6325
6385
  ColorPreview,
6326
6386
  {
6327
6387
  className: "k-value-icon",
@@ -6332,8 +6392,8 @@ var ColorPicker = (props) => {
6332
6392
  valueIconName
6333
6393
  }
6334
6394
  ),
6335
- /* @__PURE__ */ jsx79(InputSuffix, { children: suffix }),
6336
- /* @__PURE__ */ jsx79(
6395
+ /* @__PURE__ */ jsx81(InputSuffix, { children: suffix }),
6396
+ /* @__PURE__ */ jsx81(
6337
6397
  Button,
6338
6398
  {
6339
6399
  className: "k-input-button",
@@ -6347,26 +6407,26 @@ var ColorPicker = (props) => {
6347
6407
  }
6348
6408
  );
6349
6409
  };
6350
- ColorPicker.states = states31;
6351
- ColorPicker.options = options29;
6410
+ ColorPicker.states = states33;
6411
+ ColorPicker.options = options31;
6352
6412
  ColorPicker.className = COLORPICKER_CLASSNAME;
6353
- ColorPicker.defaultProps = defaultProps27;
6413
+ ColorPicker.defaultProps = defaultProps29;
6354
6414
 
6355
6415
  // src/toolbar/toolbar.spec.tsx
6356
- import { jsx as jsx80 } from "react/jsx-runtime";
6416
+ import { jsx as jsx82 } from "react/jsx-runtime";
6357
6417
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6358
- var states32 = [
6418
+ var states34 = [
6359
6419
  States.focus
6360
6420
  ];
6361
- var options30 = {
6421
+ var options32 = {
6362
6422
  size: [Size.small, Size.medium, Size.large]
6363
6423
  };
6364
- var defaultProps28 = {
6424
+ var defaultProps30 = {
6365
6425
  size: Size.medium
6366
6426
  };
6367
6427
  var Toolbar = (props) => {
6368
6428
  const {
6369
- size = defaultProps28.size,
6429
+ size = defaultProps30.size,
6370
6430
  focus,
6371
6431
  resizable,
6372
6432
  ...other
@@ -6376,7 +6436,7 @@ var Toolbar = (props) => {
6376
6436
  const tempToolbarChildren = [];
6377
6437
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6378
6438
  tempToolbarChildren.push(
6379
- /* @__PURE__ */ jsx80(
6439
+ /* @__PURE__ */ jsx82(
6380
6440
  Button,
6381
6441
  {
6382
6442
  ...child.props,
@@ -6387,7 +6447,7 @@ var Toolbar = (props) => {
6387
6447
  );
6388
6448
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6389
6449
  tempToolbarChildren.push(
6390
- /* @__PURE__ */ jsx80(
6450
+ /* @__PURE__ */ jsx82(
6391
6451
  Button,
6392
6452
  {
6393
6453
  ...child.props,
@@ -6398,7 +6458,7 @@ var Toolbar = (props) => {
6398
6458
  );
6399
6459
  } else if (child.type === Button) {
6400
6460
  tempToolbarChildren.push(
6401
- /* @__PURE__ */ jsx80(
6461
+ /* @__PURE__ */ jsx82(
6402
6462
  Button,
6403
6463
  {
6404
6464
  ...child.props,
@@ -6409,7 +6469,7 @@ var Toolbar = (props) => {
6409
6469
  );
6410
6470
  } else if (child.type === MenuButton) {
6411
6471
  tempToolbarChildren.push(
6412
- /* @__PURE__ */ jsx80(
6472
+ /* @__PURE__ */ jsx82(
6413
6473
  MenuButton,
6414
6474
  {
6415
6475
  ...child.props,
@@ -6420,7 +6480,7 @@ var Toolbar = (props) => {
6420
6480
  );
6421
6481
  } else if (child.type === split_button_spec_default) {
6422
6482
  tempToolbarChildren.push(
6423
- /* @__PURE__ */ jsx80(
6483
+ /* @__PURE__ */ jsx82(
6424
6484
  split_button_spec_default,
6425
6485
  {
6426
6486
  ...child.props,
@@ -6434,7 +6494,7 @@ var Toolbar = (props) => {
6434
6494
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6435
6495
  childrenArray.forEach((button, bindex) => {
6436
6496
  buttonGroupItems.push(
6437
- /* @__PURE__ */ jsx80(
6497
+ /* @__PURE__ */ jsx82(
6438
6498
  Button,
6439
6499
  {
6440
6500
  ...button.props,
@@ -6445,7 +6505,7 @@ var Toolbar = (props) => {
6445
6505
  );
6446
6506
  });
6447
6507
  tempToolbarChildren.push(
6448
- /* @__PURE__ */ jsx80(
6508
+ /* @__PURE__ */ jsx82(
6449
6509
  ButtonGroup,
6450
6510
  {
6451
6511
  ...child.props,
@@ -6457,7 +6517,7 @@ var Toolbar = (props) => {
6457
6517
  );
6458
6518
  } else if (child.type === Combobox) {
6459
6519
  tempToolbarChildren.push(
6460
- /* @__PURE__ */ jsx80(
6520
+ /* @__PURE__ */ jsx82(
6461
6521
  Combobox,
6462
6522
  {
6463
6523
  ...child.props,
@@ -6468,7 +6528,7 @@ var Toolbar = (props) => {
6468
6528
  );
6469
6529
  } else if (child.type === DropdownList) {
6470
6530
  tempToolbarChildren.push(
6471
- /* @__PURE__ */ jsx80(
6531
+ /* @__PURE__ */ jsx82(
6472
6532
  DropdownList,
6473
6533
  {
6474
6534
  ...child.props,
@@ -6479,7 +6539,7 @@ var Toolbar = (props) => {
6479
6539
  );
6480
6540
  } else if (child.type === ColorPicker) {
6481
6541
  tempToolbarChildren.push(
6482
- /* @__PURE__ */ jsx80(
6542
+ /* @__PURE__ */ jsx82(
6483
6543
  ColorPicker,
6484
6544
  {
6485
6545
  ...child.props,
@@ -6501,7 +6561,7 @@ var Toolbar = (props) => {
6501
6561
  addUniqueToolClass(child, index);
6502
6562
  });
6503
6563
  }
6504
- return /* @__PURE__ */ jsx80(
6564
+ return /* @__PURE__ */ jsx82(
6505
6565
  "div",
6506
6566
  {
6507
6567
  ...other,
@@ -6522,26 +6582,26 @@ var Toolbar = (props) => {
6522
6582
  }
6523
6583
  );
6524
6584
  };
6525
- Toolbar.states = states32;
6526
- Toolbar.options = options30;
6585
+ Toolbar.states = states34;
6586
+ Toolbar.options = options32;
6527
6587
  Toolbar.className = TOOLBAR_CLASSNAME;
6528
- Toolbar.defaultProps = defaultProps28;
6588
+ Toolbar.defaultProps = defaultProps30;
6529
6589
 
6530
6590
  // src/toolbar/toolbar-angular.spec.tsx
6531
- import { jsx as jsx81 } from "react/jsx-runtime";
6591
+ import { jsx as jsx83 } from "react/jsx-runtime";
6532
6592
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6533
- var states33 = [
6593
+ var states35 = [
6534
6594
  States.focus
6535
6595
  ];
6536
- var options31 = {
6596
+ var options33 = {
6537
6597
  size: [Size.small, Size.medium, Size.large]
6538
6598
  };
6539
- var defaultProps29 = {
6599
+ var defaultProps31 = {
6540
6600
  size: Size.medium
6541
6601
  };
6542
6602
  var ToolbarAngular = (props) => {
6543
6603
  const {
6544
- size = defaultProps29.size,
6604
+ size = defaultProps31.size,
6545
6605
  focus,
6546
6606
  resizable,
6547
6607
  ...other
@@ -6551,7 +6611,7 @@ var ToolbarAngular = (props) => {
6551
6611
  const tempToolbarChildren = [];
6552
6612
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6553
6613
  tempToolbarChildren.push(
6554
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6614
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6555
6615
  Button,
6556
6616
  {
6557
6617
  ...child.props,
@@ -6562,7 +6622,7 @@ var ToolbarAngular = (props) => {
6562
6622
  );
6563
6623
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6564
6624
  tempToolbarChildren.push(
6565
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6625
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6566
6626
  Button,
6567
6627
  {
6568
6628
  ...child.props,
@@ -6573,7 +6633,7 @@ var ToolbarAngular = (props) => {
6573
6633
  );
6574
6634
  } else if (child.type === Button) {
6575
6635
  tempToolbarChildren.push(
6576
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6636
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6577
6637
  Button,
6578
6638
  {
6579
6639
  ...child.props,
@@ -6584,7 +6644,7 @@ var ToolbarAngular = (props) => {
6584
6644
  );
6585
6645
  } else if (child.type === MenuButton) {
6586
6646
  tempToolbarChildren.push(
6587
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6647
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6588
6648
  MenuButton,
6589
6649
  {
6590
6650
  ...child.props,
@@ -6595,7 +6655,7 @@ var ToolbarAngular = (props) => {
6595
6655
  );
6596
6656
  } else if (child.type === split_button_spec_default) {
6597
6657
  tempToolbarChildren.push(
6598
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6658
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6599
6659
  split_button_spec_default,
6600
6660
  {
6601
6661
  ...child.props,
@@ -6609,7 +6669,7 @@ var ToolbarAngular = (props) => {
6609
6669
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6610
6670
  childrenArray.forEach((button, bindex) => {
6611
6671
  buttonGroupItems.push(
6612
- /* @__PURE__ */ jsx81(
6672
+ /* @__PURE__ */ jsx83(
6613
6673
  Button,
6614
6674
  {
6615
6675
  ...button.props,
@@ -6620,7 +6680,7 @@ var ToolbarAngular = (props) => {
6620
6680
  );
6621
6681
  });
6622
6682
  tempToolbarChildren.push(
6623
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6683
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6624
6684
  ButtonGroup,
6625
6685
  {
6626
6686
  ...child.props,
@@ -6632,7 +6692,7 @@ var ToolbarAngular = (props) => {
6632
6692
  );
6633
6693
  } else if (child.type === Combobox) {
6634
6694
  tempToolbarChildren.push(
6635
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6695
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6636
6696
  Combobox,
6637
6697
  {
6638
6698
  ...child.props,
@@ -6643,7 +6703,7 @@ var ToolbarAngular = (props) => {
6643
6703
  );
6644
6704
  } else if (child.type === DropdownList) {
6645
6705
  tempToolbarChildren.push(
6646
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6706
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6647
6707
  DropdownList,
6648
6708
  {
6649
6709
  ...child.props,
@@ -6654,7 +6714,7 @@ var ToolbarAngular = (props) => {
6654
6714
  );
6655
6715
  } else if (child.type === ColorPicker) {
6656
6716
  tempToolbarChildren.push(
6657
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6717
+ /* @__PURE__ */ jsx83("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx83(
6658
6718
  ColorPicker,
6659
6719
  {
6660
6720
  ...child.props,
@@ -6676,7 +6736,7 @@ var ToolbarAngular = (props) => {
6676
6736
  addUniqueToolClass(child, index);
6677
6737
  });
6678
6738
  }
6679
- return /* @__PURE__ */ jsx81(
6739
+ return /* @__PURE__ */ jsx83(
6680
6740
  "div",
6681
6741
  {
6682
6742
  ...other,
@@ -6697,28 +6757,28 @@ var ToolbarAngular = (props) => {
6697
6757
  }
6698
6758
  );
6699
6759
  };
6700
- ToolbarAngular.states = states33;
6701
- ToolbarAngular.options = options31;
6760
+ ToolbarAngular.states = states35;
6761
+ ToolbarAngular.options = options33;
6702
6762
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
6703
- ToolbarAngular.defaultProps = defaultProps29;
6763
+ ToolbarAngular.defaultProps = defaultProps31;
6704
6764
 
6705
6765
  // src/toolbar/toolbar-separator.tsx
6706
- import { jsx as jsx82 } from "react/jsx-runtime";
6766
+ import { jsx as jsx84 } from "react/jsx-runtime";
6707
6767
 
6708
6768
  // src/toolbar/toolbar-item.spec.tsx
6709
- import { jsx as jsx83 } from "react/jsx-runtime";
6769
+ import { jsx as jsx85 } from "react/jsx-runtime";
6710
6770
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
6711
- var states34 = [
6771
+ var states36 = [
6712
6772
  States.focus
6713
6773
  ];
6714
- var options32 = {};
6715
- var defaultProps30 = {};
6774
+ var options34 = {};
6775
+ var defaultProps32 = {};
6716
6776
  var ToolbarItem = (props) => {
6717
6777
  const {
6718
6778
  focus,
6719
6779
  ...other
6720
6780
  } = props;
6721
- return /* @__PURE__ */ jsx83(
6781
+ return /* @__PURE__ */ jsx85(
6722
6782
  "div",
6723
6783
  {
6724
6784
  ...other,
@@ -6733,56 +6793,56 @@ var ToolbarItem = (props) => {
6733
6793
  }
6734
6794
  );
6735
6795
  };
6736
- ToolbarItem.states = states34;
6737
- ToolbarItem.options = options32;
6796
+ ToolbarItem.states = states36;
6797
+ ToolbarItem.options = options34;
6738
6798
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
6739
- ToolbarItem.defaultProps = defaultProps30;
6799
+ ToolbarItem.defaultProps = defaultProps32;
6740
6800
 
6741
6801
  // src/toolbar/tests/toolbar-components.tsx
6742
- import { Fragment as Fragment24, jsx as jsx84, jsxs as jsxs37 } from "react/jsx-runtime";
6743
- var toolbar_components_default = () => /* @__PURE__ */ jsx84(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6744
- /* @__PURE__ */ jsx84("span", { children: "Menu button" }),
6745
- /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6746
- /* @__PURE__ */ jsx84(MenuButton, { text: "Normal" }),
6747
- /* @__PURE__ */ jsx84(MenuButton, { hover: true, text: "Hover" }),
6748
- /* @__PURE__ */ jsx84(MenuButton, { focus: true, text: "Focus" }),
6749
- /* @__PURE__ */ jsx84(MenuButton, { disabled: true, text: "Disabled" })
6802
+ import { Fragment as Fragment24, jsx as jsx86, jsxs as jsxs37 } from "react/jsx-runtime";
6803
+ var toolbar_components_default = () => /* @__PURE__ */ jsx86(Fragment24, { children: /* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid", children: [
6804
+ /* @__PURE__ */ jsx86("span", { children: "Menu button" }),
6805
+ /* @__PURE__ */ jsx86("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6806
+ /* @__PURE__ */ jsx86(MenuButton, { text: "Normal" }),
6807
+ /* @__PURE__ */ jsx86(MenuButton, { hover: true, text: "Hover" }),
6808
+ /* @__PURE__ */ jsx86(MenuButton, { focus: true, text: "Focus" }),
6809
+ /* @__PURE__ */ jsx86(MenuButton, { disabled: true, text: "Disabled" })
6750
6810
  ] }) }),
6751
- /* @__PURE__ */ jsx84("span", { children: "Split button" }),
6752
- /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6753
- /* @__PURE__ */ jsx84(SplitButton, { children: "Normal" }),
6754
- /* @__PURE__ */ jsx84(SplitButton, { hover: true, children: "Hover" }),
6755
- /* @__PURE__ */ jsx84(SplitButton, { focus: true, children: "Focus" }),
6756
- /* @__PURE__ */ jsx84(SplitButton, { disabled: true, children: "Disabled" })
6811
+ /* @__PURE__ */ jsx86("span", { children: "Split button" }),
6812
+ /* @__PURE__ */ jsx86("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6813
+ /* @__PURE__ */ jsx86(SplitButton, { children: "Normal" }),
6814
+ /* @__PURE__ */ jsx86(SplitButton, { hover: true, children: "Hover" }),
6815
+ /* @__PURE__ */ jsx86(SplitButton, { focus: true, children: "Focus" }),
6816
+ /* @__PURE__ */ jsx86(SplitButton, { disabled: true, children: "Disabled" })
6757
6817
  ] }) }),
6758
- /* @__PURE__ */ jsx84("span", { children: "Button group" }),
6759
- /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6818
+ /* @__PURE__ */ jsx86("span", { children: "Button group" }),
6819
+ /* @__PURE__ */ jsx86("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6760
6820
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6761
- /* @__PURE__ */ jsx84(Button, { icon: "align-left", children: "Normal" }),
6762
- /* @__PURE__ */ jsx84(Button, { icon: "align-center", hover: true, children: "Hover" }),
6763
- /* @__PURE__ */ jsx84(Button, { icon: "align-right", focus: true, children: "Focus" }),
6764
- /* @__PURE__ */ jsx84(Button, { icon: "bold", active: true, children: "Active" }),
6765
- /* @__PURE__ */ jsx84(Button, { icon: "bold", selected: true, children: "Selected" }),
6766
- /* @__PURE__ */ jsx84(Button, { icon: "italic", disabled: true, children: "Disabled" })
6821
+ /* @__PURE__ */ jsx86(Button, { icon: "align-left", children: "Normal" }),
6822
+ /* @__PURE__ */ jsx86(Button, { icon: "align-center", hover: true, children: "Hover" }),
6823
+ /* @__PURE__ */ jsx86(Button, { icon: "align-right", focus: true, children: "Focus" }),
6824
+ /* @__PURE__ */ jsx86(Button, { icon: "bold", active: true, children: "Active" }),
6825
+ /* @__PURE__ */ jsx86(Button, { icon: "bold", selected: true, children: "Selected" }),
6826
+ /* @__PURE__ */ jsx86(Button, { icon: "italic", disabled: true, children: "Disabled" })
6767
6827
  ] }),
6768
6828
  /* @__PURE__ */ jsxs37(ButtonGroup, { children: [
6769
- /* @__PURE__ */ jsx84(Button, { children: "Adjacent" }),
6770
- /* @__PURE__ */ jsx84(Button, { children: "Button group" })
6829
+ /* @__PURE__ */ jsx86(Button, { children: "Adjacent" }),
6830
+ /* @__PURE__ */ jsx86(Button, { children: "Button group" })
6771
6831
  ] })
6772
6832
  ] }) }),
6773
- /* @__PURE__ */ jsx84("span", { children: "Dropdownlist in Toolbar" }),
6774
- /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6775
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Normal" }) }),
6776
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Hover", hover: true }) }),
6777
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Focus", focus: true }) }),
6778
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(DropdownList, { value: "Disabled", disabled: true }) })
6833
+ /* @__PURE__ */ jsx86("span", { children: "Dropdownlist in Toolbar" }),
6834
+ /* @__PURE__ */ jsx86("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6835
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(DropdownList, { value: "Normal" }) }),
6836
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(DropdownList, { value: "Hover", hover: true }) }),
6837
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(DropdownList, { value: "Focus", focus: true }) }),
6838
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(DropdownList, { value: "Disabled", disabled: true }) })
6779
6839
  ] }) }),
6780
- /* @__PURE__ */ jsx84("span", { children: "Combobox in Toolbar" }),
6781
- /* @__PURE__ */ jsx84("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6782
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Normal" }) }),
6783
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Hover", hover: true }) }),
6784
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Focus", focus: true }) }),
6785
- /* @__PURE__ */ jsx84("div", { children: /* @__PURE__ */ jsx84(Combobox, { value: "Disabled", disabled: true }) })
6840
+ /* @__PURE__ */ jsx86("span", { children: "Combobox in Toolbar" }),
6841
+ /* @__PURE__ */ jsx86("section", { children: /* @__PURE__ */ jsxs37(Toolbar, { children: [
6842
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(Combobox, { value: "Normal" }) }),
6843
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(Combobox, { value: "Hover", hover: true }) }),
6844
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(Combobox, { value: "Focus", focus: true }) }),
6845
+ /* @__PURE__ */ jsx86("div", { children: /* @__PURE__ */ jsx86(Combobox, { value: "Disabled", disabled: true }) })
6786
6846
  ] }) })
6787
6847
  ] }) });
6788
6848
  export {